@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:root {
  scroll-behavior: auto;
}

html {
  scrollbar-gutter: stable;
}

body {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  color: #333;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

main {
  padding-top: 60px;
  overflow-x: hidden;
}
@media screen and (min-width: 576px) {
  main {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px), print {
  main {
    padding-top: 110px;
  }
}

.blockeditor-area p {
  margin-bottom: 2rem;
}

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* レイアウト
---------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-inline: 4%;
  box-shadow: 0px 0px 20px 0px rgba(1, 108, 157, 0.15);
  background-color: #FFFFFF;
  z-index: 300;
}
@media screen and (min-width: 576px) {
  .header {
    height: 70px;
  }
}
@media screen and (min-width: 1200px), print {
  .header {
    height: 110px;
    padding-inline: 1.71875% 3.125%;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-block: 10px;
}
@media screen and (min-width: 1200px), print {
  .header__inner {
    display: grid;
    gap: 15px;
    padding-block: 20px;
    align-items: center;
    grid-template-columns: auto 1fr;
    grid-template-areas: "header-logo header-sub-nav" "header-logo header-nav";
  }
}

.header__logo {
  width: 210px;
}
@media screen and (min-width: 576px) {
  .header__logo {
    width: 17.5rem;
    grid-area: header-logo;
  }
}
@media screen and (min-width: 1200px), print {
  .header__logo {
    width: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .header__logo {
    width: 300px;
  }
}
@media screen and (min-width: 1800px) {
  .header__logo {
    width: 360px;
  }
}

.header__logo_link {
  display: block;
}

/* ナビゲーション
---------------------------------------------------------- */
.header__menu {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 60px);
  padding-block: 30px;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  transition: opacity 0.3s, visibility 0.3s ease;
  z-index: 400;
}
@media screen and (min-width: 576px) {
  .header__menu {
    top: 70px;
    height: calc(100dvh - 70px);
  }
}
@media screen and (min-width: 1200px), print {
  .header__menu {
    position: static;
    background-color: transparent;
    height: auto;
    padding: 0;
    opacity: 1;
    visibility: visible;
    scrollbar-gutter: unset;
    grid-area: header-nav;
  }
}

.header__menu.is-menu-open {
  opacity: 1;
  visibility: visible;
}

.header__menu_inner {
  width: min(82%, 330px);
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .header__menu_inner {
    width: 100%;
  }
}

.header__menu_list {
  display: grid;
  border-bottom: 1px solid #DCDCDC;
  grid-template-areas: "header-menu-item01" "header-menu-item02" "header-menu-item03" "header-menu-item05" "header-menu-item06" "header-menu-item04";
}
@media screen and (min-width: 576px) {
  .header__menu_list {
    width: fit-content;
    margin-inline: auto;
    gap: 20px 40px;
    grid-template-columns: repeat(2, auto);
    grid-template-areas: "header-menu-item01 header-menu-item02" "header-menu-item03 header-menu-item05" "header-menu-item06 header-menu-item04";
  }
}
@media screen and (min-width: 768px) {
  .header__menu_list {
    max-width: 50rem;
    width: 100%;
    border-bottom: none;
    gap: 30px 20px;
    grid-template-columns: repeat(3, auto);
    grid-template-areas: "header-menu-item01 header-menu-item02 header-menu-item06" "header-menu-item03 header-menu-item05 header-menu-item04";
  }
}
@media screen and (min-width: 1200px), print {
  .header__menu_list {
    grid-template-columns: repeat(6, auto);
    grid-template-areas: "header-menu-item01 header-menu-item02 header-menu-item03 header-menu-item04 header-menu-item05 header-menu-item06";
    gap-column: clamp(1.25rem, -0.8333333333rem + 2.7777777778vw, 2.5rem);
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    margin-inline: 0;
  }
}

.header__menu_item {
  border-top: 1px solid #DCDCDC;
}
@media screen and (min-width: 576px) {
  .header__menu_item {
    border-top: none;
  }
}
@media screen and (min-width: 1200px), print {
  .header__menu_item:nth-child(n) {
    grid-area: unset;
  }
}
.header__menu_item:nth-child(1) {
  grid-area: header-menu-item01;
}
.header__menu_item:nth-child(2) {
  grid-area: header-menu-item02;
}
.header__menu_item:nth-child(3) {
  grid-area: header-menu-item03;
}
.header__menu_item:nth-child(4) {
  grid-area: header-menu-item04;
}
.header__menu_item:nth-child(5) {
  grid-area: header-menu-item05;
}
.header__menu_item:nth-child(6) {
  grid-area: header-menu-item06;
}
@media (hover: hover) and (pointer: fine) {
  .header__menu_item:hover .header__megamenu {
    opacity: 1;
    visibility: visible;
  }
}

.header__menu_item:nth-child(6) .header__menu_item-head::after,
.header__menu_item:nth-child(6) .header__menu_item-link::after {
  display: none;
}

.header__megamenu_head,
.header__menu_item-link {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  padding-block: 1.25em;
}
@media screen and (min-width: 576px) {
  .header__megamenu_head,
  .header__menu_item-link {
    padding-right: 0;
    padding-block: 0;
    display: inline-block;
  }
}
@media screen and (min-width: 1200px), print {
  .header__megamenu_head,
  .header__menu_item-link {
    font-size: 14px;
    padding-right: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .header__megamenu_head,
  .header__menu_item-link {
    font-size: 16px;
  }
}

.header__megamenu_head::after,
.header__menu_item-link::after {
  position: absolute;
  top: 50%;
  right: clamp(0.9375rem, 0.546875rem + 1.953125vw, 1.25rem);
  transform: translateY(calc(-50% + 1px));
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.4375rem;
  mask-image: url(../media/images/icon/icon_arrow_down.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #1397E1;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 576px) {
  .header__megamenu_head::after,
  .header__menu_item-link::after {
    display: none;
  }
}
@media screen and (min-width: 1200px), print {
  .header__megamenu_head::after,
  .header__menu_item-link::after {
    display: block;
    background-color: #1397E1;
    right: 0;
    width: 14px;
    height: 7px;
  }
}

.header__megamenu_head {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__megamenu_head:hover {
    opacity: 0.7;
  }
}

.header__megamenu_head.is-childmenu-open::after {
  transform: translateY(calc(-50% + 1px)) rotate(-180deg);
}

/* サブメニュー
---------------------------------------------------------- */
.header__sub-nav {
  display: grid;
  gap: 0.9375rem;
  align-items: center;
  color: #FFFFFF;
  margin-top: 1.875rem;
  margin-inline: auto;
  max-width: 18.75rem;
  justify-content: center;
  grid-template-columns: auto 1fr;
  grid-template-areas: "header-search header-search" "header-font header-corporate";
}
@media screen and (min-width: 400px) {
  .header__sub-nav {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .header__sub-nav {
    gap: 1.5625rem;
    grid-template-columns: auto;
    grid-template-areas: "header-search header-font header-corporate";
    max-width: 100%;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1200px), print {
  .header__sub-nav {
    gap: 25px;
    justify-content: flex-end;
    color: #333;
    margin-top: 0;
    grid-area: header-sub-nav;
  }
}

@media screen and (max-width: 767px) {
  .header__sub-nav.is-large {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-areas: "header-search" "header-font" "header-corporate";
  }
}

.header__search {
  width: 100%;
  grid-area: header-search;
}
@media screen and (min-width: 576px) {
  .header__search {
    width: 17.75rem;
  }
}
@media screen and (min-width: 1200px), print {
  .header__search {
    width: 284px;
  }
}

.header__search_wrap {
  position: relative;
}

.header__search_input {
  font-size: 14px;
  color: #333;
  display: block;
  width: 100%;
  padding: 0.5em 2.4em 0.5em 0.7em;
  background-color: #FFFFFF;
  outline: 1px solid transparent;
  border-radius: 5px;
  border: 1px solid #ACACAC;
}
.header__search_input::placeholder {
  font-size: 14px;
  color: #707070;
}
.header__search_input:focus, .header__search_input:focus-visible {
  outline: 1px solid #1397E1;
}
@media screen and (min-width: 1200px), print {
  .header__search_input:focus, .header__search_input:focus-visible {
    border-color: #1397E1;
  }
}

.header__search_button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: grid;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__search_button:hover {
    opacity: 0.7;
  }
}

.header__font {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  color: #333;
  grid-area: header-font;
}
@media screen and (min-width: 1200px), print {
  .header__font {
    gap: 20px;
  }
}

.header__font_lang {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1200px), print {
  .header__font_lang {
    gap: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__font_lang:hover {
    opacity: 0.7;
  }
}

.header__font_lang_text {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 1200px), print {
  .header__font_lang_text {
    font-size: 16px;
  }
}

.header__font_size {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 0.125rem;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1200px), print {
  .header__font_size {
    gap: 2px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__font_size:hover {
    opacity: 0.7;
  }
}

.header__font_size .small {
  font-size: 0.75rem;
}
@media screen and (min-width: 1200px), print {
  .header__font_size .small {
    font-size: 12px;
  }
}

.header__font_size .large {
  font-size: 1rem;
}
@media screen and (min-width: 1200px), print {
  .header__font_size .large {
    font-size: 16px;
  }
}

.header__corporate {
  display: grid;
  place-content: center;
  font-size: 0.875rem;
  color: #1397E1;
  width: 100%;
  height: 2.1875rem;
  border-radius: 0.3125rem;
  background-color: rgba(1, 108, 157, 0.1);
  transition: opacity 0.3s ease;
  grid-area: header-corporate;
}
@media screen and (min-width: 576px) {
  .header__corporate {
    width: 10rem;
  }
}
@media screen and (min-width: 1200px), print {
  .header__corporate {
    font-size: 14px;
    width: 160px;
    height: 35px;
    border-radius: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__corporate:hover {
    opacity: 0.7;
  }
}

/* メガメニュー
---------------------------------------------------------- */
.header__megamenu {
  display: none;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .header__megamenu {
    display: block;
    margin-left: 0.625rem;
  }
}
@media screen and (min-width: 1200px), print {
  .header__megamenu {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 12.5rem;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s, visibility 0.3s ease;
  }
}

@media screen and (min-width: 1200px), print {
  .header__megamenu_inner {
    display: grid;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1200px), print {
  .header__megamenu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.875rem;
    width: min(92%, 1296px);
    margin-inline: auto;
  }
}

.header__megamenu_item + .header__megamenu_item,
.header__megamenu_item + .header__megamenu_subItem,
.header__megamenu_subItem + .header__megamenu_item,
.header__megamenu_subItem + .header__megamenu_subItem {
  margin-top: 0.3125rem;
}

.header__megamenu_item-link,
.header__megamenu_subItem_link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 1200px), print {
  .header__megamenu_item-link,
  .header__megamenu_subItem_link {
    position: relative;
    font-size: 1rem;
    padding-left: 1em;
  }
}

@media screen and (min-width: 1200px), print {
  .header__megamenu_item-link::before,
  .header__megamenu_subItem_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% + 1px)) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 2px solid #1397E1;
    border-right: 2px solid #1397E1;
  }
}

.header__megamenu_subItem_head {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 1200px), print {
  .header__megamenu_subItem_head {
    font-size: 1rem;
  }
}

.header__megamenu_subItem {
  margin-left: 0.625rem;
}

/* ハンバーガーメニュー
---------------------------------------------------------- */
.header__hamburger {
  position: relative;
  display: grid;
  place-content: center;
  width: 34px;
  height: 24px;
  border-radius: 50%;
  margin-left: auto;
  z-index: 500;
}
.header__hamburger.is-menu-open .header__hamburger_line:nth-child(1) {
  transform: translate(-50%, 10px) rotate(45deg);
}
.header__hamburger.is-menu-open .header__hamburger_line:nth-child(2) {
  opacity: 0;
  transform: translate(-100%, -50%);
}
.header__hamburger.is-menu-open .header__hamburger_line:nth-child(3) {
  transform: translate(-50%, -11px) rotate(-45deg);
}
@media screen and (min-width: 1200px), print {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger_line {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1397E1;
  border-radius: 2px;
  transition: all 0.4s ease-out;
}
.header__hamburger_line:nth-child(1) {
  top: 0;
}
.header__hamburger_line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s, transform 0.4s ease-out;
}
.header__hamburger_line:nth-child(3) {
  bottom: 0;
}

/* メニュー展開時 背景固定
---------------------------------------------------------- */
body.is-menu-open {
  position: fixed;
  left: 0;
  overflow-y: scroll;
}

.footer {
  padding-block: 3.75rem 1.875rem;
}

.footer--botder-top {
  border-top: 1px solid #DCDCDC;
}

/* ナビゲーション
---------------------------------------------------------- */
.footer__nav_list {
  display: grid;
  gap: 1.25rem;
  max-width: 367px;
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .footer__nav_list {
    max-width: 100%;
    margin-inline: 0;
    gap: clamp(1.25rem, 0.3846153846rem + 2.4038461538vw, 1.875rem);
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (min-width: 992px) {
  .footer__nav_list {
    gap: clamp(1.25rem, -4.8684210526rem + 9.8684210526vw, 5rem);
    grid-template-columns: repeat(6, auto);
  }
}

.footer__nav_item:nth-of-type(3) .footer__nav_menu-list {
  gap: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .footer__nav_item:nth-of-type(3) .footer__nav_menu-list {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (min-width: 992px) {
  .footer__nav_item:nth-of-type(3) .footer__nav_menu-list {
    grid-template-columns: 1fr;
  }
}

.footer__nav_item:nth-of-type(6) .footer__nav_menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem 1.25rem;
}
@media screen and (min-width: 576px) {
  .footer__nav_item:nth-of-type(6) .footer__nav_menu-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: clamp(0.9375rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
@media screen and (min-width: 768px) {
  .footer__nav_item:nth-of-type(6) .footer__nav_menu-list {
    display: grid;
    gap: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  }
}
@media screen and (min-width: 992px) {
  .footer__nav_item:nth-of-type(6) .footer__nav_menu-list {
    grid-template-columns: 1fr;
  }
}

.footer__nav_item:nth-of-type(6) .footer__nav_head {
  padding-right: 0;
}
.footer__nav_item:nth-of-type(6) .footer__nav_head::after {
  display: none;
}
.footer__nav_item:nth-of-type(6) .footer__nav_head.text-link {
  padding-right: 1.25rem;
}
.footer__nav_item:nth-of-type(6) .footer__nav_head.text-link--icon-pdf::after {
  display: block;
}

.footer__nav_head {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  padding-right: 1.1875rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer__nav_head {
    font-size: 1rem;
    padding-right: 0rem;
  }
}
@media screen and (min-width: 992px) {
  .footer__nav_head {
    font-size: clamp(0.875rem, 0.6710526316rem + 0.3289473684vw, 1rem);
  }
}

.footer__nav_head.is-accordion-open::after {
  transform: translateY(calc(-50% + 1px)) rotate(-180deg);
}

.footer__nav_head::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% + 1px));
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.4375rem;
  mask-image: url(../media/images/icon/icon_arrow_down.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #1397E1;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 576px) {
  .footer__nav_head::after {
    display: none;
  }
}

.footer__nav_content {
  display: none;
}
@media screen and (min-width: 576px) {
  .footer__nav_content {
    display: block !important;
  }
}

.footer__nav_inner {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__nav_inner {
    margin-top: 1.25rem;
  }
}

.footer__nav_menu-list {
  display: grid;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__nav_menu-list {
    gap: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
  }
}

.footer__nav_menu-link,
.footer__nav_menu-item_subItem-link,
.footer__nav_menu-item_subItem_head {
  display: inline-block;
  font-size: 0.875rem;
  color: #888;
}
@media screen and (min-width: 768px) {
  .footer__nav_menu-link,
  .footer__nav_menu-item_subItem-link,
  .footer__nav_menu-item_subItem_head {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .footer__nav_menu-link,
  .footer__nav_menu-item_subItem-link,
  .footer__nav_menu-item_subItem_head {
    font-size: clamp(0.875rem, 0.6710526316rem + 0.3289473684vw, 1rem);
  }
}

.footer__nav_menu-item_subItem_head {
  font-weight: 700;
}

.footer__nav_menu-item_subItem {
  margin-left: 0.625rem;
}

/* コピーライト
---------------------------------------------------------- */
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    flex-direction: row;
    gap: 0;
    margin-top: 4.375rem;
  }
}

.header__logo_link {
  display: block;
}

.footer__copyright-text {
  font-size: 0.75rem;
  color: #888;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .footer__copyright-text {
    text-align: left;
  }
}

.container--s {
  width: min(92%, 1076px);
  margin-inline: auto;
}

.container {
  width: min(92%, 1296px);
  margin-inline: auto;
}

.contents {
  margin-block: clamp(3.125rem, 2.75rem + 1.875vw, 5rem) clamp(3.125rem, 1.125rem + 10vw, 13.125rem);
}

/* ボタン */
.cta__btn {
  display: block;
  width: 100%;
  max-width: 600px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 40px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) and (pointer: fine) {
  .cta__btn:hover {
    opacity: 1;
  }
  .cta__btn:hover::before {
    transform: scaleX(1);
  }
}

@media screen and (max-width: 1024px) {
  .cta__btn {
    max-width: 335px;
    padding: 0 30px;
  }
}
.cta__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #222;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cta__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  .cta__btn::after {
    right: 1.5625rem;
  }
}

.cta__btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 68px;
}

@media screen and (max-width: 1024px) {
  .cta__btn_inner {
    height: 58px;
  }
}
.cta__btn_txt {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .cta__btn_txt {
    font-size: 1rem;
  }
}
/* レイアウト */
.cta {
  background-color: #000;
  background-image: url("/ja/ir/media/images/cta/cta_bg.jpg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  -webkit-animation: bgLoop 50s linear infinite;
  animation: bgLoop 50s linear infinite;
  color: #fff;
  padding: 20px 0;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .cta {
    height: 235px;
  }
}
.cta__inner {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

.cta__title {
  margin: 0 auto 33px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .cta__title {
    margin: 0 auto 30px;
  }
}
.cta__title img {
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .cta__title img {
    max-width: 333px;
  }
}
.cta__title span {
  display: block;
  font-size: 50px;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .cta__title span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__title span {
    font-size: 2rem;
    margin: 0 -20px;
  }
}
.cta__btn {
  max-width: 400px !important;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .cta__btn {
    max-width: 255px !important;
  }
  .cta__btn .c-btn-general__inner {
    height: 53px;
  }
}
.contact .cta {
  display: none;
}

@keyframes bgLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1600px 0;
  }
}
.breadcrumb {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
  width: min(92%, 1700px);
  margin-inline: auto;
}

.breadcrumb li {
  display: inline-block;
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.breadcrumb li:not(:last-child) {
  padding-right: 1.25rem;
  position: relative;
  color: #1397E1;
}

.breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 1px)) rotate(45deg);
  -webkit-transform: translateY(calc(-50% + 1px)) rotate(45deg);
  right: 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ACACAC;
  border-right: 1px solid #ACACAC;
}

.button {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 50px;
  border: 1px solid transparent;
  background-color: #1397E1;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    opacity: 1;
    background-color: #FFFFFF;
    color: #1397E1;
    border-color: #1397E1;
  }
}

.button--white {
  color: #1397E1;
  border-color: #1397E1;
  background-color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .button--white:hover {
    background-color: #1397E1;
    color: #FFFFFF;
  }
}

.button--arrow-r {
  position: relative;
  padding: 1em 1.875rem;
}
.button--arrow-r::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transition: border-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button--arrow-r:hover::after {
    border-top: 2px solid #1397E1;
    border-right: 2px solid #1397E1;
  }
}

.button--white.button--arrow-r::after {
  border-top: 2px solid #1397E1;
  border-right: 2px solid #1397E1;
}
@media (hover: hover) and (pointer: fine) {
  .button--white.button--arrow-r:hover::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }
}

.button--pdf {
  position: relative;
  padding: 1em 1.875rem;
}
.button--pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 1.25em;
  height: 1.5em;
  mask-image: url(../media/images/icon/icon_pdf.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button--pdf:hover::after {
    background-color: #1397E1;
  }
}

.button--bg {
  position: relative;
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
  font-weight: 700;
  display: grid;
  place-content: center;
  width: 280px;
  height: 75px;
  line-height: 1.4;
  padding-inline: 2.5em;
  border-radius: 1.25rem;
  box-shadow: 0 0 30px 0 rgba(1, 108, 157, 0.2);
  overflow: hidden;
  background-color: #FFFFFF;
  color: #1397E1;
  border-color: #1397E1;
}
@media screen and (min-width: 768px) {
  .button--bg {
    width: 300px;
    height: 95px;
  }
}
@media screen and (min-width: 992px) {
  .button--bg {
    width: 338px;
  }
}
.button--bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/ja/ir/media/images/common/button-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s ease;
  z-index: -1;
  opacity: 0;
}
.button--bg::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8181818182em;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #1397E1;
  border-right: 2px solid #1397E1;
  transition: border-color 0.3s ease;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .button--bg:hover {
    background-color: transparent;
    color: #FFFFFF;
  }
  .button--bg:hover::after {
    border-color: #FFFFFF;
  }
  .button--bg:hover::before {
    opacity: 1;
  }
}

.category-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1397E1;
  padding: 0.25rem 0.5625rem;
  border-radius: 0.75rem;
  border: 1px solid #1397E1;
  line-height: 1;
}

.childfv {
  position: relative;
  height: clamp(9.375rem, 8.125rem + 6.25vw, 15.625rem);
}

.childfv__inner {
  position: relative;
  height: 100%;
}

.childfv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.5rem, 1.275rem + 1.125vw, 2.625rem);
  font-weight: 700;
  color: #1397E1;
  letter-spacing: 0.05em;
  z-index: 1;
}

.childfv__bg {
  height: 100%;
}

.childfv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
}
@media screen and (min-width: 768px) {
  .childfv__bg img {
    object-position: center;
  }
}

.dl-standard, .blockeditor-area dl {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

.dl-standard__ttl, .blockeditor-area dl dt {
  width: 100%;
}

.dl-standard, .blockeditor-area dl {
  border-top: 1px solid #CDCDCD;
}

.dl-standard__item, .blockeditor-area dl dd {
  width: 100%;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 0;
}

.dl-standard__ttl, .blockeditor-area dl dt {
  padding: 1rem 0.5rem 0;
}

.dl-standard__item, .blockeditor-area dl dd {
  padding: 1rem 0.5rem;
}

@media screen and (min-width: 992px) {
  .dl-standard__ttl, .blockeditor-area dl dt {
    width: 137px;
    min-width: 137px;
    border-bottom: 1px solid #CDCDCD;
    padding: 1rem;
  }
  .dl-standard__item, .blockeditor-area dl dd {
    width: -webkit-calc(100% - 137px);
    width: calc(100% - 137px);
  }
}
.blockeditor-area ol, .blockeditor-area ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.ol-standard, .blockeditor-area ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: item;
}

.ol-standard__item, .blockeditor-area ol li {
  padding-left: 21px;
  line-height: 1.3;
  position: relative;
}

.ol-standard__item:not(:last-child), .blockeditor-area ol li:not(:last-child) {
  margin-bottom: 15px;
}

.ol-standard__item:before, .blockeditor-area ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 2px;
}

.round-list, .blockeditor-area ul {
  list-style: none;
  padding-left: 0;
}

.round-list__item, .blockeditor-area ul li {
  padding-left: 18px;
  line-height: 1.3;
  position: relative;
}

.round-list__item:not(:last-child), .blockeditor-area ul li:not(:last-child) {
  margin-bottom: 15px;
}

.round-list__item::before, .blockeditor-area ul li::before {
  content: "";
  position: absolute;
  top: 0.375em;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: #1397E1;
  border-radius: 50%;
}

@media all and (min-width: 992px) {
  .round-list__item::before, .blockeditor-area ul li::before {
    top: 0.3em;
  }
}
.tab__button.is-tab--active {
  font-weight: 700;
}

.tab__contents {
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: 0.5s;
}

.tab__contents.is-tab-contents--active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}

.text-link {
  position: relative;
}

.text-link--icon-newtab {
  padding-right: 1.25em;
}

.text-link--icon-newtab::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% + 1px));
  margin-left: 6px;
  width: 14px;
  height: 14px;
  mask: url(../media/images/icon/icon_newtab.svg) no-repeat center center/contain;
  background-color: #1397E1;
  display: inline-block;
}

.text-link--arrow-l {
  padding-left: 1em;
}

.text-link--arrow-l::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #1397E1;
  border-right: 2px solid #1397E1;
}

.text-link--icon-pdf::after {
  content: "";
  margin-left: 4px;
  width: 0.9375em;
  height: 1.125em;
  mask: url(../media/images/icon/icon_pdf.svg) no-repeat center center/contain;
  background-color: #1397E1;
  display: inline-block;
}

.fade-in {
  opacity: 0;
  transform: translateY(1rem);
  transition: 0.3s;
}

.fade-in.is-scrolled {
  opacity: 1;
  transform: translateY(0);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 1000;
  transition: opacity 0.4s, visibility 0.4s ease-in-out;
}

.modal.is-modal-open {
  opacity: 1;
  visibility: visible;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.2);
}

.modal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 50px 20px;
}

.modal__container {
  position: relative;
  max-width: 300px;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modal__container {
    display: flex;
    max-width: 45.3125rem;
  }
}
@media screen and (min-width: 992px) {
  .modal__container {
    max-width: 46.875rem;
  }
}

@media screen and (min-width: 768px) {
  .modal__thumb {
    width: 50%;
  }
}

.modal__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 576px) {
  .modal__thumb img {
    border-radius: 0.625rem 0 0 0.625rem;
  }
}

.modal__content {
  padding: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
}
@media screen and (min-width: 768px) {
  .modal__content {
    flex: 1;
    padding: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
  }
}

.modal__content_title {
  font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  font-weight: 700;
}

.modal__content_text {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-weight: 500;
  margin-top: 0.75rem;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: opacity 0.3s ease;
}
.modal__close::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  mask-image: url(../media/images/icon/icon_close.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #1397E1;
}
@media (hover: hover) and (pointer: fine) {
  .modal__close:hover {
    opacity: 0.7;
  }
}

.modal__video {
  width: 100%;
}

.modal--video .modal__video-container {
  position: relative;
  max-width: 900px;
  max-height: calc(100% - 40px);
}

.modal--video .modal__close {
  top: -35px;
  right: 0;
}

/* メニュー展開時 背景固定
---------------------------------------------------------- */
body.is-modal-open {
  overflow-y: hidden;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  background-color: #FFFFFF;
  color: #666;
  position: relative;
}

.pagination .current {
  color: #fff;
  background-color: #666;
}

.page-numbers.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 59%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

.page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 41%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

/* シングルページ前後記事リンク（シンプル） */
.paging-simple {
  border-top: 1px solid #989d9e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paging-simple__previous, .paging-simple__next, .paging-simple__archive {
  width: 80px;
  max-width: 30vw;
}

.paging-simple a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #666;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
}

.paging-simple a:hover {
  color: #fff;
}

.paging-simple__previous a, .paging-simple__next a {
  position: relative;
}

.paging-simple__previous a {
  padding-left: 15px;
}

.paging-simple__next a {
  padding-right: 15px;
}

.paging-simple__previous a::after, .paging-simple__next a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
}

.paging-simple__previous a::after {
  left: 12px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.paging-simple__next a::after {
  right: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* //シングルページ前後記事リンク（シンプル） */
/* シングルページ前後記事リンク（リッチ） */
.paging-rich {
  border-top: 1px solid #989d9e;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.paging-rich__item {
  width: 100%;
}

.paging-rich__item--previous {
  padding-bottom: 1rem;
}

.paging-rich__item--next {
  border-top: 1px solid #dedede;
  padding-top: 1rem;
}

.paging-rich__inner {
  display: flex;
}

.paging-rich__img {
  width: 75px;
  min-width: 75px;
}

.paging-rich__sentence {
  padding-left: 0.8rem;
  color: #333;
}

.paging-rich__label {
  color: #333;
  padding-bottom: 0.25rem;
  font-weight: 700;
  font-size: 0.875rem;
}

.paging-rich__ttl {
  font-size: 0.875rem;
  line-height: 1.4;
  padding-top: 0.25rem;
  display: block;
}

.paging-rich .post-date {
  font-size: 0.875em;
}

.paging-rich .category-label__item {
  min-width: 60px;
}

@media screen and (min-width: 576px) {
  .paging-rich__item {
    width: 50%;
  }
  .paging-rich__item--previous {
    padding-right: 1rem;
    padding-bottom: 0;
  }
  .paging-rich__item--next {
    padding-top: 0;
    padding-left: 1rem;
    border-top: none;
    border-left: 1px solid #dedede;
  }
}
/* //シングルページ前後記事リンク（リッチ） */
/* 記事一覧-テキストのみシンプル */
.post-simple {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 1rem;
}

.post-simple__head, .post-simple__list {
  width: 100%;
}

.post-simple__head {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.post-simple__ttl {
  color: #333;
}

.post-simple__item {
  border-top: 1px solid #888;
}

.post-simple__item:last-child {
  border-bottom: 1px solid #888;
}

.post-simple__link {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .post-simple__head {
    width: 200px;
    text-align: left;
  }
  .post-simple__list {
    width: calc(100% - 200px);
  }
  .post-simple__link {
    display: flex;
    gap: 1.25rem;
  }
}
/* //記事一覧-テキストのみシンプル */
/* 記事一覧-サムネ有りリスト形式 */
.post-line__date {
  font-size: 0.875rem;
  color: #333;
}

.post-line__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
}

.post-line__excerpt {
  color: #333;
}

.post-line__items {
  border-top: 1px solid #999;
}

.post-line__items:last-child {
  border-bottom: 1px solid #999;
}

.post-line__inner {
  padding: 1.1rem 0;
  display: flex;
  flex-wrap: wrap;
}

.post-line__thumb-wrap {
  width: 33.333333%;
}

.post-line__thumb-wrap img {
  object-fit: cover;
  aspect-ratio: 1/1;
}

.post-line__text-wrap {
  width: 66.66666667%;
}

.post-line__excerpt_sp {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .post-line__thumb-wrap {
    width: 224px;
  }
  .post-line__text-wrap {
    width: calc(100% - 224px);
  }
}
/* //記事一覧-サムネ有りリスト形式 */
/* 記事一覧-サムネ有りカード形式 */
.post-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.post-card__thumb-wrap img {
  object-fit: cover;
  aspect-ratio: 14/9;
}

.post-card__date {
  font-size: 0.9rem;
  color: #333;
}

.post-card__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  flex-grow: 1;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}

.post-card__excerpt {
  color: #333;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}

/* //記事一覧-サムネ有りカード形式 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* ブラウザデフォルトの×ボタンを無効化 */
}

.search-upper {
  width: 700px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5rem;
}

.search-upper__form {
  position: relative;
}

.search-upper__field {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #999;
  border-radius: 3px;
}

.search-upper__submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0.5rem;
  mask: url("../images/common/search.svg") no-repeat center center/contain;
  background-color: #333;
  border: none;
  padding: 0 15px;
  outline: none;
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
}

.search-upper__icon {
  width: 18px;
  display: inline-block;
}

.search__highlight {
  background: #fefe93;
  font-weight: 700;
}

@media all and (min-width: 992px) {
  .search-upper__field {
    height: 50px;
  }
}
.ttl-pattern-1 {
  font-size: clamp(1.75rem, 1.7rem + 0.25vw, 2rem);
  font-weight: 700;
}

.ttl-pattern-2 {
  font-size: clamp(1.75rem, 1.7rem + 0.25vw, 2rem);
  text-align: center;
}

.ttl-pattern-2 .title {
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.125em;
}

.ttl-pattern-2 .description {
  display: block;
  font-size: 0.5em;
  font-weight: 500;
  margin-top: 0.625em;
}

.ttl-pattern-2--icon .icon {
  display: block;
  width: 2.75em;
  height: 2.75em;
  margin-inline: auto;
}

.ttl-pattern-3 {
  position: relative;
  font-size: clamp(1.375rem, 1.3rem + 0.375vw, 1.75rem);
  font-weight: 700;
  padding-bottom: 0.2857142857em;
  margin-bottom: 0.8928571429em;
}

.ttl-pattern-3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
}

.ttl-pattern-3::before {
  width: 100%;
  background-color: #DCDCDC;
}

.ttl-pattern-4 {
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  font-weight: 700;
  color: #1397E1;
  margin-bottom: 0.6818181818em;
}

.ttl-pattern-5 {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  border-left: 3px solid #1397E1;
  padding-left: 8px;
  margin-bottom: 1rem;
}

.ttl-pattern-6 {
  font-size: 1.0625rem;
  font-weight: 700;
  border-bottom: 1px solid #666;
  padding-bottom: 0.35rem;
}

.ttl-pattern-7 {
  font-size: 1.0625rem;
  font-weight: 700;
}

.subttl {
  font-size: 0.875rem;
}

.table {
  width: 100%;
  border-bottom: 1px solid #ACACAC;
}
.table thead th {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-weight: 700;
  color: #FFFFFF;
  background-color: #1397E1;
  vertical-align: middle;
  padding: 0.75em 1em;
}
.table thead th:not(:first-child) {
  border-left: 1px solid #FFFFFF;
}
.table tbody th,
.table tbody td {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  padding: 0.75em 1em;
  vertical-align: middle;
}
.table tbody th {
  font-weight: 700;
  background-color: #F5F5F5;
}
.table tbody tr:not(:first-child) th {
  border-top: 1px solid #ACACAC;
}
.table tbody td:not(:first-child) {
  border-top: 1px solid #ACACAC;
  border-left: 1px solid #ACACAC;
}

.shadow-box {
  background-color: #FFFFFF;
  padding: clamp(1.875rem, 1.4285714286rem + 2.2321428571vw, 2.5rem) clamp(1.25rem, 0.8035714286rem + 2.2321428571vw, 1.875rem);
  box-shadow: 0 0 30px 0 rgba(1, 108, 157, 0.2);
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .shadow-box {
    padding: clamp(1.875rem, -1.1842105263rem + 4.9342105263vw, 3.75rem);
  }
}

.text-button {
  display: block;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-weight: 700;
  padding-block: 0.9375em;
  padding-right: 0.625rem;
  border-bottom: 1px solid #DCDCDC;
}

.text-button--arrow-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}

.text-button--arrow-r::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1397E1;
  border-right: 2px solid #1397E1;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
}

.text-button--newtab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}

.text-button--newtab::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  mask: url(../media/images/icon/icon_newtab.svg) no-repeat center center/contain;
  background-color: #1397E1;
}

.news-item__title {
  display: block;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-weight: 500;
  margin-top: 0.3125rem;
}

.news-item__title-icon {
  display: inline-block;
  color: #1397E1;
  margin-left: 0.625rem;
}

.news-item__title-icon .icon {
  display: inline-block;
  width: 1.1875em;
}

.news-item__title-icon .size {
  display: inline-block;
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  margin-left: 0.3125rem;
}

.page-top {
  position: fixed;
  bottom: 1.25rem;
  right: 4%;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 30px 0 rgba(1, 108, 157, 0.2);
  transition: opacity 0.3s, visibility 0.3s ease;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .page-top {
    right: 2%;
  }
}
.page-top.is-fadein {
  opacity: 1;
  visibility: visible;
}

.page-top__button {
  position: relative;
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: #1397E1;
  border-radius: 0.3125rem;
  border: 2px solid transparent;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  transition: border-color 0.3s, background-color 0.3s ease;
}
@media screen and (min-width: 576px) {
  .page-top__button {
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page-top__button:hover {
    border-color: #1397E1;
    background-color: #FFFFFF;
  }
  .page-top__button:hover::before, .page-top__button:hover::after {
    background-color: #1397E1;
  }
}

.page-top__button::before,
.page-top__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  transform-origin: 50% 1px;
  transition: background-color 0.3s ease;
}

.page-top__button::before {
  transform: translate(-50%, calc(-50% + 1px)) rotate(45deg);
}

.page-top__button::after {
  transform: translate(-50%, calc(-50% + 1px)) rotate(-45deg);
}

.childnav__link {
  height: 70px;
}

.childnav__link.is-active {
  opacity: 1;
  background-color: transparent;
  color: #FFFFFF;
}

.childnav__link.is-active:hover {
  background-color: #FFFFFF;
  color: #1397E1;
}

.childnav__link.is-active::before {
  opacity: 1;
}

.childnav__link.is-active::after {
  border-color: #FFFFFF;
}

.childnav__link.is-active:hover::after {
  border-color: #1397E1;
}

.pagelink__link {
  position: relative;
}

.pagelink__link::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  mask: url("../media/images/common/icon-check-circle.svg") no-repeat center center/contain;
  background-color: #000;
}

/* table-cellやgrid等は用意していません。必要でしたら増やしてください。 */
.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.d-flex {
  display: flex;
}

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

.d-none {
  display: none;
}

@media screen and (min-width: 400px) {
  .d-xs-block {
    display: block;
  }
  .d-xs-inline {
    display: inline;
  }
  .d-xs-inline-block {
    display: inline-block;
  }
  .d-xs-flex {
    display: flex;
  }
  .d-xs-inline-flex {
    display: inline-flex;
  }
  .d-xs-none {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .d-sm-block {
    display: block;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
}
@media screen and (min-width: 1200px), print {
  .d-xl-block {
    display: block;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-none {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .d-xxl-block {
    display: block;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .d-xxl-inline-flex {
    display: inline-flex;
  }
  .d-xxl-none {
    display: none;
  }
}
@media screen and (min-width: 1800px) {
  .d-xxxl-block {
    display: block;
  }
  .d-xxxl-inline {
    display: inline;
  }
  .d-xxxl-inline-block {
    display: inline-block;
  }
  .d-xxxl-flex {
    display: flex;
  }
  .d-xxxl-inline-flex {
    display: inline-flex;
  }
  .d-xxxl-none {
    display: none;
  }
}
/* グリッドシステム */
/*
  ※xsはデフォルトでは用意していませんが必要でしたら記述増やしてください。
*/
.row {
  display: flex;
  flex-wrap: wrap;
}

.row > * {
  flex-shrink: 0;
  max-width: 100%;
  flex: 0 0 auto;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666666%;
}

.col-3 {
  width: 24.99999999%;
}

.col-4 {
  width: 33.33333332%;
}

.col-5 {
  width: 41.66666665%;
}

.col-6 {
  width: 49.99999998%;
}

.col-7 {
  width: 58.33333331%;
}

.col-8 {
  width: 66.66666664%;
}

.col-9 {
  width: 74.99999997%;
}

.col-10 {
  width: 83.3333333%;
}

.col-11 {
  width: 91.66666663%;
}

.col-12 {
  width: 100%; /* for文だと99.99999996%になってしまうため */
}

@media screen and (min-width: 400px) {
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-2 {
    width: 16.66666666%;
  }
  .col-xs-3 {
    width: 24.99999999%;
  }
  .col-xs-4 {
    width: 33.33333332%;
  }
  .col-xs-5 {
    width: 41.66666665%;
  }
  .col-xs-6 {
    width: 49.99999998%;
  }
  .col-xs-7 {
    width: 58.33333331%;
  }
  .col-xs-8 {
    width: 66.66666664%;
  }
  .col-xs-9 {
    width: 74.99999997%;
  }
  .col-xs-10 {
    width: 83.3333333%;
  }
  .col-xs-11 {
    width: 91.66666663%;
  }
  .col-xs-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
@media screen and (min-width: 576px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666666%;
  }
  .col-sm-3 {
    width: 24.99999999%;
  }
  .col-sm-4 {
    width: 33.33333332%;
  }
  .col-sm-5 {
    width: 41.66666665%;
  }
  .col-sm-6 {
    width: 49.99999998%;
  }
  .col-sm-7 {
    width: 58.33333331%;
  }
  .col-sm-8 {
    width: 66.66666664%;
  }
  .col-sm-9 {
    width: 74.99999997%;
  }
  .col-sm-10 {
    width: 83.3333333%;
  }
  .col-sm-11 {
    width: 91.66666663%;
  }
  .col-sm-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666666%;
  }
  .col-md-3 {
    width: 24.99999999%;
  }
  .col-md-4 {
    width: 33.33333332%;
  }
  .col-md-5 {
    width: 41.66666665%;
  }
  .col-md-6 {
    width: 49.99999998%;
  }
  .col-md-7 {
    width: 58.33333331%;
  }
  .col-md-8 {
    width: 66.66666664%;
  }
  .col-md-9 {
    width: 74.99999997%;
  }
  .col-md-10 {
    width: 83.3333333%;
  }
  .col-md-11 {
    width: 91.66666663%;
  }
  .col-md-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666666%;
  }
  .col-lg-3 {
    width: 24.99999999%;
  }
  .col-lg-4 {
    width: 33.33333332%;
  }
  .col-lg-5 {
    width: 41.66666665%;
  }
  .col-lg-6 {
    width: 49.99999998%;
  }
  .col-lg-7 {
    width: 58.33333331%;
  }
  .col-lg-8 {
    width: 66.66666664%;
  }
  .col-lg-9 {
    width: 74.99999997%;
  }
  .col-lg-10 {
    width: 83.3333333%;
  }
  .col-lg-11 {
    width: 91.66666663%;
  }
  .col-lg-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
@media screen and (min-width: 1200px), print {
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666666%;
  }
  .col-xl-3 {
    width: 24.99999999%;
  }
  .col-xl-4 {
    width: 33.33333332%;
  }
  .col-xl-5 {
    width: 41.66666665%;
  }
  .col-xl-6 {
    width: 49.99999998%;
  }
  .col-xl-7 {
    width: 58.33333331%;
  }
  .col-xl-8 {
    width: 66.66666664%;
  }
  .col-xl-9 {
    width: 74.99999997%;
  }
  .col-xl-10 {
    width: 83.3333333%;
  }
  .col-xl-11 {
    width: 91.66666663%;
  }
  .col-xl-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
@media screen and (min-width: 1400px) {
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-2 {
    width: 16.66666666%;
  }
  .col-xxl-3 {
    width: 24.99999999%;
  }
  .col-xxl-4 {
    width: 33.33333332%;
  }
  .col-xxl-5 {
    width: 41.66666665%;
  }
  .col-xxl-6 {
    width: 49.99999998%;
  }
  .col-xxl-7 {
    width: 58.33333331%;
  }
  .col-xxl-8 {
    width: 66.66666664%;
  }
  .col-xxl-9 {
    width: 74.99999997%;
  }
  .col-xxl-10 {
    width: 83.3333333%;
  }
  .col-xxl-11 {
    width: 91.66666663%;
  }
  .col-xxl-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
@media screen and (min-width: 1800px) {
  .col-xxxl-1 {
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    width: 16.66666666%;
  }
  .col-xxxl-3 {
    width: 24.99999999%;
  }
  .col-xxxl-4 {
    width: 33.33333332%;
  }
  .col-xxxl-5 {
    width: 41.66666665%;
  }
  .col-xxxl-6 {
    width: 49.99999998%;
  }
  .col-xxxl-7 {
    width: 58.33333331%;
  }
  .col-xxxl-8 {
    width: 66.66666664%;
  }
  .col-xxxl-9 {
    width: 74.99999997%;
  }
  .col-xxxl-10 {
    width: 83.3333333%;
  }
  .col-xxxl-11 {
    width: 91.66666663%;
  }
  .col-xxxl-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
/* //グリッドシステム */
/* カラム間の左右の余白 */
/* 
  ※デフォルトは6（＝1.5rem）までですが必要に応じてサイズのバリエーションを増やしてください。 
  ※xsはデフォルトでは用意していませんが必要でしたら記述増やしてください。
*/
.side-space-0 {
  margin-right: -0rem;
  margin-left: -0rem;
}

.side-space-0 > * {
  padding-right: 0rem;
  padding-left: 0rem;
}

.side-space-1 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.side-space-1 > * {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.side-space-2 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.side-space-2 > * {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.side-space-3 {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.side-space-3 > * {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.side-space-4 {
  margin-right: -1rem;
  margin-left: -1rem;
}

.side-space-4 > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

.side-space-5 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.side-space-5 > * {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.side-space-6 {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.side-space-6 > * {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media screen and (min-width: 400px) {
  .side-space-xs-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-xs-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-xs-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-xs-1 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-xs-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-xs-2 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-xs-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-xs-3 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-xs-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-xs-4 > * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-xs-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-xs-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-xs-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-xs-6 > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 576px) {
  .side-space-sm-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-sm-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-sm-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-sm-1 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-sm-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-sm-2 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-sm-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-sm-3 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-sm-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-sm-4 > * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-sm-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-sm-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-sm-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-sm-6 > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .side-space-md-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-md-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-md-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-md-1 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-md-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-md-2 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-md-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-md-3 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-md-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-md-4 > * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-md-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-md-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-md-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-md-6 > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .side-space-lg-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-lg-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-lg-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-lg-1 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-lg-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-lg-2 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-lg-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-lg-3 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-lg-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-lg-4 > * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-lg-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-lg-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-lg-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-lg-6 > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1200px), print {
  .side-space-xl-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-xl-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-xl-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-xl-1 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-xl-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-xl-2 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-xl-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-xl-3 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-xl-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-xl-4 > * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-xl-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-xl-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-xl-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-xl-6 > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .side-space-xxl-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-xxl-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-xxl-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-xxl-1 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-xxl-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-xxl-2 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-xxl-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-xxl-3 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-xxl-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-xxl-4 > * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-xxl-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-xxl-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-xxl-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-xxl-6 > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1800px) {
  .side-space-xxxl-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-xxxl-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-xxxl-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-xxxl-1 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-xxxl-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-xxxl-2 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-xxxl-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-xxxl-3 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-xxxl-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-xxxl-4 > * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-xxxl-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-xxxl-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-xxxl-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-xxxl-6 > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
/* //カラム間の左右の余白 */
/* カラム間の上下の余白 */
/* ※デフォルトは12（＝3rem）までですが必要に応じてサイズのバリエーションを増やしてください。 */
.vertical-space-0 {
  row-gap: 0rem;
}

.vertical-space-1 {
  row-gap: 0.25rem;
}

.vertical-space-2 {
  row-gap: 0.5rem;
}

.vertical-space-3 {
  row-gap: 0.75rem;
}

.vertical-space-4 {
  row-gap: 1rem;
}

.vertical-space-5 {
  row-gap: 1.25rem;
}

.vertical-space-6 {
  row-gap: 1.5rem;
}

.vertical-space-7 {
  row-gap: 1.75rem;
}

.vertical-space-8 {
  row-gap: 2rem;
}

.vertical-space-9 {
  row-gap: 2.25rem;
}

.vertical-space-10 {
  row-gap: 2.5rem;
}

.vertical-space-11 {
  row-gap: 2.75rem;
}

.vertical-space-12 {
  row-gap: 3rem;
}

@media screen and (min-width: 400px) {
  .vertical-space-xs-0 {
    row-gap: 0rem;
  }
  .vertical-space-xs-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-xs-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-xs-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-xs-4 {
    row-gap: 1rem;
  }
  .vertical-space-xs-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-xs-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-xs-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-xs-8 {
    row-gap: 2rem;
  }
  .vertical-space-xs-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-xs-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-xs-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-xs-12 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .vertical-space-sm-0 {
    row-gap: 0rem;
  }
  .vertical-space-sm-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-sm-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-sm-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-sm-4 {
    row-gap: 1rem;
  }
  .vertical-space-sm-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-sm-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-sm-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-sm-8 {
    row-gap: 2rem;
  }
  .vertical-space-sm-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-sm-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-sm-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-sm-12 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .vertical-space-md-0 {
    row-gap: 0rem;
  }
  .vertical-space-md-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-md-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-md-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-md-4 {
    row-gap: 1rem;
  }
  .vertical-space-md-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-md-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-md-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-md-8 {
    row-gap: 2rem;
  }
  .vertical-space-md-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-md-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-md-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-md-12 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .vertical-space-lg-0 {
    row-gap: 0rem;
  }
  .vertical-space-lg-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-lg-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-lg-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-lg-4 {
    row-gap: 1rem;
  }
  .vertical-space-lg-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-lg-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-lg-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-lg-8 {
    row-gap: 2rem;
  }
  .vertical-space-lg-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-lg-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-lg-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-lg-12 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 1200px), print {
  .vertical-space-xl-0 {
    row-gap: 0rem;
  }
  .vertical-space-xl-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-xl-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-xl-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-xl-4 {
    row-gap: 1rem;
  }
  .vertical-space-xl-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-xl-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-xl-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-xl-8 {
    row-gap: 2rem;
  }
  .vertical-space-xl-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-xl-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-xl-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-xl-12 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .vertical-space-xxl-0 {
    row-gap: 0rem;
  }
  .vertical-space-xxl-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-xxl-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-xxl-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-xxl-4 {
    row-gap: 1rem;
  }
  .vertical-space-xxl-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-xxl-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-xxl-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-xxl-8 {
    row-gap: 2rem;
  }
  .vertical-space-xxl-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-xxl-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-xxl-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-xxl-12 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 1800px) {
  .vertical-space-xxxl-0 {
    row-gap: 0rem;
  }
  .vertical-space-xxxl-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-xxxl-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-xxxl-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-xxxl-4 {
    row-gap: 1rem;
  }
  .vertical-space-xxxl-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-xxxl-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-xxxl-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-xxxl-8 {
    row-gap: 2rem;
  }
  .vertical-space-xxxl-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-xxxl-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-xxxl-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-xxxl-12 {
    row-gap: 3rem;
  }
}
/* //カラム間の上下の余白 */
/* グリッド準拠の左の余白 */
.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666666%;
}

.offset-3 {
  margin-left: 24.99999999%;
}

.offset-4 {
  margin-left: 33.33333332%;
}

.offset-5 {
  margin-left: 41.66666665%;
}

.offset-6 {
  margin-left: 49.99999998%;
}

.offset-7 {
  margin-left: 58.33333331%;
}

.offset-8 {
  margin-left: 66.66666664%;
}

.offset-9 {
  margin-left: 74.99999997%;
}

.offset-10 {
  margin-left: 83.3333333%;
}

.offset-11 {
  margin-left: 91.66666663%;
}

@media screen and (min-width: 400px) {
  .offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666666%;
  }
  .offset-xs-3 {
    margin-left: 24.99999999%;
  }
  .offset-xs-4 {
    margin-left: 33.33333332%;
  }
  .offset-xs-5 {
    margin-left: 41.66666665%;
  }
  .offset-xs-6 {
    margin-left: 49.99999998%;
  }
  .offset-xs-7 {
    margin-left: 58.33333331%;
  }
  .offset-xs-8 {
    margin-left: 66.66666664%;
  }
  .offset-xs-9 {
    margin-left: 74.99999997%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666663%;
  }
}
@media screen and (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666666%;
  }
  .offset-sm-3 {
    margin-left: 24.99999999%;
  }
  .offset-sm-4 {
    margin-left: 33.33333332%;
  }
  .offset-sm-5 {
    margin-left: 41.66666665%;
  }
  .offset-sm-6 {
    margin-left: 49.99999998%;
  }
  .offset-sm-7 {
    margin-left: 58.33333331%;
  }
  .offset-sm-8 {
    margin-left: 66.66666664%;
  }
  .offset-sm-9 {
    margin-left: 74.99999997%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666663%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666666%;
  }
  .offset-md-3 {
    margin-left: 24.99999999%;
  }
  .offset-md-4 {
    margin-left: 33.33333332%;
  }
  .offset-md-5 {
    margin-left: 41.66666665%;
  }
  .offset-md-6 {
    margin-left: 49.99999998%;
  }
  .offset-md-7 {
    margin-left: 58.33333331%;
  }
  .offset-md-8 {
    margin-left: 66.66666664%;
  }
  .offset-md-9 {
    margin-left: 74.99999997%;
  }
  .offset-md-10 {
    margin-left: 83.3333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666663%;
  }
}
@media screen and (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666666%;
  }
  .offset-lg-3 {
    margin-left: 24.99999999%;
  }
  .offset-lg-4 {
    margin-left: 33.33333332%;
  }
  .offset-lg-5 {
    margin-left: 41.66666665%;
  }
  .offset-lg-6 {
    margin-left: 49.99999998%;
  }
  .offset-lg-7 {
    margin-left: 58.33333331%;
  }
  .offset-lg-8 {
    margin-left: 66.66666664%;
  }
  .offset-lg-9 {
    margin-left: 74.99999997%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666663%;
  }
}
@media screen and (min-width: 1200px), print {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666666%;
  }
  .offset-xl-3 {
    margin-left: 24.99999999%;
  }
  .offset-xl-4 {
    margin-left: 33.33333332%;
  }
  .offset-xl-5 {
    margin-left: 41.66666665%;
  }
  .offset-xl-6 {
    margin-left: 49.99999998%;
  }
  .offset-xl-7 {
    margin-left: 58.33333331%;
  }
  .offset-xl-8 {
    margin-left: 66.66666664%;
  }
  .offset-xl-9 {
    margin-left: 74.99999997%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666663%;
  }
}
@media screen and (min-width: 1400px) {
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666666%;
  }
  .offset-xxl-3 {
    margin-left: 24.99999999%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333332%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666665%;
  }
  .offset-xxl-6 {
    margin-left: 49.99999998%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333331%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666664%;
  }
  .offset-xxl-9 {
    margin-left: 74.99999997%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666663%;
  }
}
@media screen and (min-width: 1800px) {
  .offset-xxxl-0 {
    margin-left: 0%;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666666%;
  }
  .offset-xxxl-3 {
    margin-left: 24.99999999%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333332%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666665%;
  }
  .offset-xxxl-6 {
    margin-left: 49.99999998%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333331%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666664%;
  }
  .offset-xxxl-9 {
    margin-left: 74.99999997%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666663%;
  }
}
/* //グリッド準拠の左の余白 */
/* 位置調整 */
.justify-content-start {
  justify-content: flex-start;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

/* //位置調整 */
/* 要素の順番 */
/* xsは用意していないので必要な場合は@include min('xs')を書き足してください。 */
.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

@media screen and (min-width: 400px) {
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
}
@media screen and (min-width: 576px) {
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
}
@media screen and (min-width: 768px) {
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
}
@media screen and (min-width: 992px) {
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
}
@media screen and (min-width: 1200px), print {
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
}
@media screen and (min-width: 1400px) {
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
}
@media screen and (min-width: 1800px) {
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
}
/* //要素の順番 */
.m-0 {
  margin: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-7 {
  margin: 1.75rem !important;
}

.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.me-7 {
  margin-right: 1.75rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.ms-7 {
  margin-left: 1.75rem !important;
}

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

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

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

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

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

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

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

.m-9 {
  margin: 2.25rem !important;
}

.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.me-9 {
  margin-right: 2.25rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.ms-9 {
  margin-left: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.me-10 {
  margin-right: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ms-10 {
  margin-left: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.mx-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.me-11 {
  margin-right: 2.75rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.ms-11 {
  margin-left: 2.75rem !important;
}

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

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

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

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

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

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

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

.m-13 {
  margin: 3.25rem !important;
}

.mx-13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.mt-13 {
  margin-top: 3.25rem !important;
}

.me-13 {
  margin-right: 3.25rem !important;
}

.mb-13 {
  margin-bottom: 3.25rem !important;
}

.ms-13 {
  margin-left: 3.25rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.mx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.me-14 {
  margin-right: 3.5rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.ms-14 {
  margin-left: 3.5rem !important;
}

.m-15 {
  margin: 3.75rem !important;
}

.mx-15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.mt-15 {
  margin-top: 3.75rem !important;
}

.me-15 {
  margin-right: 3.75rem !important;
}

.mb-15 {
  margin-bottom: 3.75rem !important;
}

.ms-15 {
  margin-left: 3.75rem !important;
}

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

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

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

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

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

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

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

.m-17 {
  margin: 4.25rem !important;
}

.mx-17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.mt-17 {
  margin-top: 4.25rem !important;
}

.me-17 {
  margin-right: 4.25rem !important;
}

.mb-17 {
  margin-bottom: 4.25rem !important;
}

.ms-17 {
  margin-left: 4.25rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.mx-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

.me-18 {
  margin-right: 4.5rem !important;
}

.mb-18 {
  margin-bottom: 4.5rem !important;
}

.ms-18 {
  margin-left: 4.5rem !important;
}

.m-19 {
  margin: 4.75rem !important;
}

.mx-19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.mt-19 {
  margin-top: 4.75rem !important;
}

.me-19 {
  margin-right: 4.75rem !important;
}

.mb-19 {
  margin-bottom: 4.75rem !important;
}

.ms-19 {
  margin-left: 4.75rem !important;
}

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

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

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

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

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

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

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

.m-21 {
  margin: 5.25rem !important;
}

.mx-21 {
  margin-right: 5.25rem !important;
  margin-left: 5.25rem !important;
}

.my-21 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.mt-21 {
  margin-top: 5.25rem !important;
}

.me-21 {
  margin-right: 5.25rem !important;
}

.mb-21 {
  margin-bottom: 5.25rem !important;
}

.ms-21 {
  margin-left: 5.25rem !important;
}

.m-22 {
  margin: 5.5rem !important;
}

.mx-22 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.my-22 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.mt-22 {
  margin-top: 5.5rem !important;
}

.me-22 {
  margin-right: 5.5rem !important;
}

.mb-22 {
  margin-bottom: 5.5rem !important;
}

.ms-22 {
  margin-left: 5.5rem !important;
}

.m-23 {
  margin: 5.75rem !important;
}

.mx-23 {
  margin-right: 5.75rem !important;
  margin-left: 5.75rem !important;
}

.my-23 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

.mt-23 {
  margin-top: 5.75rem !important;
}

.me-23 {
  margin-right: 5.75rem !important;
}

.mb-23 {
  margin-bottom: 5.75rem !important;
}

.ms-23 {
  margin-left: 5.75rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.mx-24 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.me-24 {
  margin-right: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.ms-24 {
  margin-left: 6rem !important;
}

.m-25 {
  margin: 6.25rem !important;
}

.mx-25 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.my-25 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.mt-25 {
  margin-top: 6.25rem !important;
}

.me-25 {
  margin-right: 6.25rem !important;
}

.mb-25 {
  margin-bottom: 6.25rem !important;
}

.ms-25 {
  margin-left: 6.25rem !important;
}

.m-26 {
  margin: 6.5rem !important;
}

.mx-26 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.my-26 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.mt-26 {
  margin-top: 6.5rem !important;
}

.me-26 {
  margin-right: 6.5rem !important;
}

.mb-26 {
  margin-bottom: 6.5rem !important;
}

.ms-26 {
  margin-left: 6.5rem !important;
}

.m-27 {
  margin: 6.75rem !important;
}

.mx-27 {
  margin-right: 6.75rem !important;
  margin-left: 6.75rem !important;
}

.my-27 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

.mt-27 {
  margin-top: 6.75rem !important;
}

.me-27 {
  margin-right: 6.75rem !important;
}

.mb-27 {
  margin-bottom: 6.75rem !important;
}

.ms-27 {
  margin-left: 6.75rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.mx-28 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.mt-28 {
  margin-top: 7rem !important;
}

.me-28 {
  margin-right: 7rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

.ms-28 {
  margin-left: 7rem !important;
}

.m-29 {
  margin: 7.25rem !important;
}

.mx-29 {
  margin-right: 7.25rem !important;
  margin-left: 7.25rem !important;
}

.my-29 {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important;
}

.mt-29 {
  margin-top: 7.25rem !important;
}

.me-29 {
  margin-right: 7.25rem !important;
}

.mb-29 {
  margin-bottom: 7.25rem !important;
}

.ms-29 {
  margin-left: 7.25rem !important;
}

.m-30 {
  margin: 7.5rem !important;
}

.mx-30 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.my-30 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.mt-30 {
  margin-top: 7.5rem !important;
}

.me-30 {
  margin-right: 7.5rem !important;
}

.mb-30 {
  margin-bottom: 7.5rem !important;
}

.ms-30 {
  margin-left: 7.5rem !important;
}

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

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

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

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

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

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

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

@media screen and (min-width: 400px) {
  .m-xs-0 {
    margin: 0rem !important;
  }
  .mx-xs-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-xs-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-xs-0 {
    margin-top: 0rem !important;
  }
  .me-xs-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-0 {
    margin-bottom: 0rem !important;
  }
  .ms-xs-0 {
    margin-left: 0rem !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 0.75rem !important;
  }
  .mx-xs-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-xs-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-xs-3 {
    margin-top: 0.75rem !important;
  }
  .me-xs-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-xs-3 {
    margin-left: 0.75rem !important;
  }
  .m-xs-4 {
    margin: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1rem !important;
  }
  .m-xs-5 {
    margin: 1.25rem !important;
  }
  .mx-xs-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-xs-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-xs-5 {
    margin-top: 1.25rem !important;
  }
  .me-xs-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-xs-5 {
    margin-left: 1.25rem !important;
  }
  .m-xs-6 {
    margin: 1.5rem !important;
  }
  .mx-xs-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xs-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-xs-6 {
    margin-top: 1.5rem !important;
  }
  .me-xs-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xs-6 {
    margin-left: 1.5rem !important;
  }
  .m-xs-7 {
    margin: 1.75rem !important;
  }
  .mx-xs-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-xs-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-xs-7 {
    margin-top: 1.75rem !important;
  }
  .me-xs-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-xs-7 {
    margin-left: 1.75rem !important;
  }
  .m-xs-8 {
    margin: 2rem !important;
  }
  .mx-xs-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-xs-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-xs-8 {
    margin-top: 2rem !important;
  }
  .me-xs-8 {
    margin-right: 2rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 2rem !important;
  }
  .ms-xs-8 {
    margin-left: 2rem !important;
  }
  .m-xs-9 {
    margin: 2.25rem !important;
  }
  .mx-xs-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-xs-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-xs-9 {
    margin-top: 2.25rem !important;
  }
  .me-xs-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-xs-9 {
    margin-left: 2.25rem !important;
  }
  .m-xs-10 {
    margin: 2.5rem !important;
  }
  .mx-xs-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-xs-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-xs-10 {
    margin-top: 2.5rem !important;
  }
  .me-xs-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xs-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-xs-10 {
    margin-left: 2.5rem !important;
  }
  .m-xs-11 {
    margin: 2.75rem !important;
  }
  .mx-xs-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-xs-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-xs-11 {
    margin-top: 2.75rem !important;
  }
  .me-xs-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xs-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-xs-11 {
    margin-left: 2.75rem !important;
  }
  .m-xs-12 {
    margin: 3rem !important;
  }
  .mx-xs-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xs-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-xs-12 {
    margin-top: 3rem !important;
  }
  .me-xs-12 {
    margin-right: 3rem !important;
  }
  .mb-xs-12 {
    margin-bottom: 3rem !important;
  }
  .ms-xs-12 {
    margin-left: 3rem !important;
  }
  .m-xs-13 {
    margin: 3.25rem !important;
  }
  .mx-xs-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .my-xs-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mt-xs-13 {
    margin-top: 3.25rem !important;
  }
  .me-xs-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xs-13 {
    margin-bottom: 3.25rem !important;
  }
  .ms-xs-13 {
    margin-left: 3.25rem !important;
  }
  .m-xs-14 {
    margin: 3.5rem !important;
  }
  .mx-xs-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .my-xs-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mt-xs-14 {
    margin-top: 3.5rem !important;
  }
  .me-xs-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xs-14 {
    margin-bottom: 3.5rem !important;
  }
  .ms-xs-14 {
    margin-left: 3.5rem !important;
  }
  .m-xs-15 {
    margin: 3.75rem !important;
  }
  .mx-xs-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-xs-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mt-xs-15 {
    margin-top: 3.75rem !important;
  }
  .me-xs-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xs-15 {
    margin-bottom: 3.75rem !important;
  }
  .ms-xs-15 {
    margin-left: 3.75rem !important;
  }
  .m-xs-16 {
    margin: 4rem !important;
  }
  .mx-xs-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-xs-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mt-xs-16 {
    margin-top: 4rem !important;
  }
  .me-xs-16 {
    margin-right: 4rem !important;
  }
  .mb-xs-16 {
    margin-bottom: 4rem !important;
  }
  .ms-xs-16 {
    margin-left: 4rem !important;
  }
  .m-xs-17 {
    margin: 4.25rem !important;
  }
  .mx-xs-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .my-xs-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .mt-xs-17 {
    margin-top: 4.25rem !important;
  }
  .me-xs-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xs-17 {
    margin-bottom: 4.25rem !important;
  }
  .ms-xs-17 {
    margin-left: 4.25rem !important;
  }
  .m-xs-18 {
    margin: 4.5rem !important;
  }
  .mx-xs-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-xs-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mt-xs-18 {
    margin-top: 4.5rem !important;
  }
  .me-xs-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xs-18 {
    margin-bottom: 4.5rem !important;
  }
  .ms-xs-18 {
    margin-left: 4.5rem !important;
  }
  .m-xs-19 {
    margin: 4.75rem !important;
  }
  .mx-xs-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .my-xs-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mt-xs-19 {
    margin-top: 4.75rem !important;
  }
  .me-xs-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xs-19 {
    margin-bottom: 4.75rem !important;
  }
  .ms-xs-19 {
    margin-left: 4.75rem !important;
  }
  .m-xs-20 {
    margin: 5rem !important;
  }
  .mx-xs-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-xs-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mt-xs-20 {
    margin-top: 5rem !important;
  }
  .me-xs-20 {
    margin-right: 5rem !important;
  }
  .mb-xs-20 {
    margin-bottom: 5rem !important;
  }
  .ms-xs-20 {
    margin-left: 5rem !important;
  }
  .m-xs-21 {
    margin: 5.25rem !important;
  }
  .mx-xs-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .my-xs-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .mt-xs-21 {
    margin-top: 5.25rem !important;
  }
  .me-xs-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xs-21 {
    margin-bottom: 5.25rem !important;
  }
  .ms-xs-21 {
    margin-left: 5.25rem !important;
  }
  .m-xs-22 {
    margin: 5.5rem !important;
  }
  .mx-xs-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .my-xs-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mt-xs-22 {
    margin-top: 5.5rem !important;
  }
  .me-xs-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xs-22 {
    margin-bottom: 5.5rem !important;
  }
  .ms-xs-22 {
    margin-left: 5.5rem !important;
  }
  .m-xs-23 {
    margin: 5.75rem !important;
  }
  .mx-xs-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .my-xs-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mt-xs-23 {
    margin-top: 5.75rem !important;
  }
  .me-xs-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xs-23 {
    margin-bottom: 5.75rem !important;
  }
  .ms-xs-23 {
    margin-left: 5.75rem !important;
  }
  .m-xs-24 {
    margin: 6rem !important;
  }
  .mx-xs-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-xs-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-xs-24 {
    margin-top: 6rem !important;
  }
  .me-xs-24 {
    margin-right: 6rem !important;
  }
  .mb-xs-24 {
    margin-bottom: 6rem !important;
  }
  .ms-xs-24 {
    margin-left: 6rem !important;
  }
  .m-xs-25 {
    margin: 6.25rem !important;
  }
  .mx-xs-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-xs-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .mt-xs-25 {
    margin-top: 6.25rem !important;
  }
  .me-xs-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xs-25 {
    margin-bottom: 6.25rem !important;
  }
  .ms-xs-25 {
    margin-left: 6.25rem !important;
  }
  .m-xs-26 {
    margin: 6.5rem !important;
  }
  .mx-xs-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .my-xs-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mt-xs-26 {
    margin-top: 6.5rem !important;
  }
  .me-xs-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xs-26 {
    margin-bottom: 6.5rem !important;
  }
  .ms-xs-26 {
    margin-left: 6.5rem !important;
  }
  .m-xs-27 {
    margin: 6.75rem !important;
  }
  .mx-xs-27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .my-xs-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mt-xs-27 {
    margin-top: 6.75rem !important;
  }
  .me-xs-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xs-27 {
    margin-bottom: 6.75rem !important;
  }
  .ms-xs-27 {
    margin-left: 6.75rem !important;
  }
  .m-xs-28 {
    margin: 7rem !important;
  }
  .mx-xs-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-xs-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mt-xs-28 {
    margin-top: 7rem !important;
  }
  .me-xs-28 {
    margin-right: 7rem !important;
  }
  .mb-xs-28 {
    margin-bottom: 7rem !important;
  }
  .ms-xs-28 {
    margin-left: 7rem !important;
  }
  .m-xs-29 {
    margin: 7.25rem !important;
  }
  .mx-xs-29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .my-xs-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mt-xs-29 {
    margin-top: 7.25rem !important;
  }
  .me-xs-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xs-29 {
    margin-bottom: 7.25rem !important;
  }
  .ms-xs-29 {
    margin-left: 7.25rem !important;
  }
  .m-xs-30 {
    margin: 7.5rem !important;
  }
  .mx-xs-30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .my-xs-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mt-xs-30 {
    margin-top: 7.5rem !important;
  }
  .me-xs-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xs-30 {
    margin-bottom: 7.5rem !important;
  }
  .ms-xs-30 {
    margin-left: 7.5rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 576px) {
  .m-sm-0 {
    margin: 0rem !important;
  }
  .mx-sm-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .me-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ms-sm-0 {
    margin-left: 0rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .me-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .me-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .me-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  .me-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mx-sm-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
  .me-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ms-sm-8 {
    margin-left: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .mx-sm-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }
  .me-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-sm-9 {
    margin-left: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
  .me-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 2.75rem !important;
  }
  .mx-sm-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-sm-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-sm-11 {
    margin-top: 2.75rem !important;
  }
  .me-sm-11 {
    margin-right: 2.75rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-sm-11 {
    margin-left: 2.75rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .mx-sm-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-sm-12 {
    margin-top: 3rem !important;
  }
  .me-sm-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }
  .ms-sm-12 {
    margin-left: 3rem !important;
  }
  .m-sm-13 {
    margin: 3.25rem !important;
  }
  .mx-sm-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .my-sm-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mt-sm-13 {
    margin-top: 3.25rem !important;
  }
  .me-sm-13 {
    margin-right: 3.25rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 3.25rem !important;
  }
  .ms-sm-13 {
    margin-left: 3.25rem !important;
  }
  .m-sm-14 {
    margin: 3.5rem !important;
  }
  .mx-sm-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .my-sm-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mt-sm-14 {
    margin-top: 3.5rem !important;
  }
  .me-sm-14 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 3.5rem !important;
  }
  .ms-sm-14 {
    margin-left: 3.5rem !important;
  }
  .m-sm-15 {
    margin: 3.75rem !important;
  }
  .mx-sm-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-sm-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mt-sm-15 {
    margin-top: 3.75rem !important;
  }
  .me-sm-15 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 3.75rem !important;
  }
  .ms-sm-15 {
    margin-left: 3.75rem !important;
  }
  .m-sm-16 {
    margin: 4rem !important;
  }
  .mx-sm-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-sm-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mt-sm-16 {
    margin-top: 4rem !important;
  }
  .me-sm-16 {
    margin-right: 4rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 4rem !important;
  }
  .ms-sm-16 {
    margin-left: 4rem !important;
  }
  .m-sm-17 {
    margin: 4.25rem !important;
  }
  .mx-sm-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .my-sm-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .mt-sm-17 {
    margin-top: 4.25rem !important;
  }
  .me-sm-17 {
    margin-right: 4.25rem !important;
  }
  .mb-sm-17 {
    margin-bottom: 4.25rem !important;
  }
  .ms-sm-17 {
    margin-left: 4.25rem !important;
  }
  .m-sm-18 {
    margin: 4.5rem !important;
  }
  .mx-sm-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-sm-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mt-sm-18 {
    margin-top: 4.5rem !important;
  }
  .me-sm-18 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 4.5rem !important;
  }
  .ms-sm-18 {
    margin-left: 4.5rem !important;
  }
  .m-sm-19 {
    margin: 4.75rem !important;
  }
  .mx-sm-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .my-sm-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mt-sm-19 {
    margin-top: 4.75rem !important;
  }
  .me-sm-19 {
    margin-right: 4.75rem !important;
  }
  .mb-sm-19 {
    margin-bottom: 4.75rem !important;
  }
  .ms-sm-19 {
    margin-left: 4.75rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .mx-sm-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-sm-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mt-sm-20 {
    margin-top: 5rem !important;
  }
  .me-sm-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 5rem !important;
  }
  .ms-sm-20 {
    margin-left: 5rem !important;
  }
  .m-sm-21 {
    margin: 5.25rem !important;
  }
  .mx-sm-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .my-sm-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .mt-sm-21 {
    margin-top: 5.25rem !important;
  }
  .me-sm-21 {
    margin-right: 5.25rem !important;
  }
  .mb-sm-21 {
    margin-bottom: 5.25rem !important;
  }
  .ms-sm-21 {
    margin-left: 5.25rem !important;
  }
  .m-sm-22 {
    margin: 5.5rem !important;
  }
  .mx-sm-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .my-sm-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mt-sm-22 {
    margin-top: 5.5rem !important;
  }
  .me-sm-22 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-22 {
    margin-bottom: 5.5rem !important;
  }
  .ms-sm-22 {
    margin-left: 5.5rem !important;
  }
  .m-sm-23 {
    margin: 5.75rem !important;
  }
  .mx-sm-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .my-sm-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mt-sm-23 {
    margin-top: 5.75rem !important;
  }
  .me-sm-23 {
    margin-right: 5.75rem !important;
  }
  .mb-sm-23 {
    margin-bottom: 5.75rem !important;
  }
  .ms-sm-23 {
    margin-left: 5.75rem !important;
  }
  .m-sm-24 {
    margin: 6rem !important;
  }
  .mx-sm-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-sm-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-sm-24 {
    margin-top: 6rem !important;
  }
  .me-sm-24 {
    margin-right: 6rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 6rem !important;
  }
  .ms-sm-24 {
    margin-left: 6rem !important;
  }
  .m-sm-25 {
    margin: 6.25rem !important;
  }
  .mx-sm-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-sm-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .mt-sm-25 {
    margin-top: 6.25rem !important;
  }
  .me-sm-25 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 6.25rem !important;
  }
  .ms-sm-25 {
    margin-left: 6.25rem !important;
  }
  .m-sm-26 {
    margin: 6.5rem !important;
  }
  .mx-sm-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .my-sm-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mt-sm-26 {
    margin-top: 6.5rem !important;
  }
  .me-sm-26 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-26 {
    margin-bottom: 6.5rem !important;
  }
  .ms-sm-26 {
    margin-left: 6.5rem !important;
  }
  .m-sm-27 {
    margin: 6.75rem !important;
  }
  .mx-sm-27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .my-sm-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mt-sm-27 {
    margin-top: 6.75rem !important;
  }
  .me-sm-27 {
    margin-right: 6.75rem !important;
  }
  .mb-sm-27 {
    margin-bottom: 6.75rem !important;
  }
  .ms-sm-27 {
    margin-left: 6.75rem !important;
  }
  .m-sm-28 {
    margin: 7rem !important;
  }
  .mx-sm-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-sm-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mt-sm-28 {
    margin-top: 7rem !important;
  }
  .me-sm-28 {
    margin-right: 7rem !important;
  }
  .mb-sm-28 {
    margin-bottom: 7rem !important;
  }
  .ms-sm-28 {
    margin-left: 7rem !important;
  }
  .m-sm-29 {
    margin: 7.25rem !important;
  }
  .mx-sm-29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .my-sm-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mt-sm-29 {
    margin-top: 7.25rem !important;
  }
  .me-sm-29 {
    margin-right: 7.25rem !important;
  }
  .mb-sm-29 {
    margin-bottom: 7.25rem !important;
  }
  .ms-sm-29 {
    margin-left: 7.25rem !important;
  }
  .m-sm-30 {
    margin: 7.5rem !important;
  }
  .mx-sm-30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .my-sm-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mt-sm-30 {
    margin-top: 7.5rem !important;
  }
  .me-sm-30 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 7.5rem !important;
  }
  .ms-sm-30 {
    margin-left: 7.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0rem !important;
  }
  .mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .me-md-0 {
    margin-right: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .ms-md-0 {
    margin-left: 0rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .me-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .me-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .me-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  .me-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-md-7 {
    margin-left: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mx-md-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-md-8 {
    margin-top: 2rem !important;
  }
  .me-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
  .ms-md-8 {
    margin-left: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .mx-md-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-md-9 {
    margin-top: 2.25rem !important;
  }
  .me-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-md-9 {
    margin-left: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mx-md-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  .me-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-md-10 {
    margin-left: 2.5rem !important;
  }
  .m-md-11 {
    margin: 2.75rem !important;
  }
  .mx-md-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-md-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-md-11 {
    margin-top: 2.75rem !important;
  }
  .me-md-11 {
    margin-right: 2.75rem !important;
  }
  .mb-md-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-md-11 {
    margin-left: 2.75rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .mx-md-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-md-12 {
    margin-top: 3rem !important;
  }
  .me-md-12 {
    margin-right: 3rem !important;
  }
  .mb-md-12 {
    margin-bottom: 3rem !important;
  }
  .ms-md-12 {
    margin-left: 3rem !important;
  }
  .m-md-13 {
    margin: 3.25rem !important;
  }
  .mx-md-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .my-md-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mt-md-13 {
    margin-top: 3.25rem !important;
  }
  .me-md-13 {
    margin-right: 3.25rem !important;
  }
  .mb-md-13 {
    margin-bottom: 3.25rem !important;
  }
  .ms-md-13 {
    margin-left: 3.25rem !important;
  }
  .m-md-14 {
    margin: 3.5rem !important;
  }
  .mx-md-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .my-md-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mt-md-14 {
    margin-top: 3.5rem !important;
  }
  .me-md-14 {
    margin-right: 3.5rem !important;
  }
  .mb-md-14 {
    margin-bottom: 3.5rem !important;
  }
  .ms-md-14 {
    margin-left: 3.5rem !important;
  }
  .m-md-15 {
    margin: 3.75rem !important;
  }
  .mx-md-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-md-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mt-md-15 {
    margin-top: 3.75rem !important;
  }
  .me-md-15 {
    margin-right: 3.75rem !important;
  }
  .mb-md-15 {
    margin-bottom: 3.75rem !important;
  }
  .ms-md-15 {
    margin-left: 3.75rem !important;
  }
  .m-md-16 {
    margin: 4rem !important;
  }
  .mx-md-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-md-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mt-md-16 {
    margin-top: 4rem !important;
  }
  .me-md-16 {
    margin-right: 4rem !important;
  }
  .mb-md-16 {
    margin-bottom: 4rem !important;
  }
  .ms-md-16 {
    margin-left: 4rem !important;
  }
  .m-md-17 {
    margin: 4.25rem !important;
  }
  .mx-md-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .my-md-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .mt-md-17 {
    margin-top: 4.25rem !important;
  }
  .me-md-17 {
    margin-right: 4.25rem !important;
  }
  .mb-md-17 {
    margin-bottom: 4.25rem !important;
  }
  .ms-md-17 {
    margin-left: 4.25rem !important;
  }
  .m-md-18 {
    margin: 4.5rem !important;
  }
  .mx-md-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-md-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mt-md-18 {
    margin-top: 4.5rem !important;
  }
  .me-md-18 {
    margin-right: 4.5rem !important;
  }
  .mb-md-18 {
    margin-bottom: 4.5rem !important;
  }
  .ms-md-18 {
    margin-left: 4.5rem !important;
  }
  .m-md-19 {
    margin: 4.75rem !important;
  }
  .mx-md-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .my-md-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mt-md-19 {
    margin-top: 4.75rem !important;
  }
  .me-md-19 {
    margin-right: 4.75rem !important;
  }
  .mb-md-19 {
    margin-bottom: 4.75rem !important;
  }
  .ms-md-19 {
    margin-left: 4.75rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .mx-md-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-md-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mt-md-20 {
    margin-top: 5rem !important;
  }
  .me-md-20 {
    margin-right: 5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 5rem !important;
  }
  .ms-md-20 {
    margin-left: 5rem !important;
  }
  .m-md-21 {
    margin: 5.25rem !important;
  }
  .mx-md-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .my-md-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .mt-md-21 {
    margin-top: 5.25rem !important;
  }
  .me-md-21 {
    margin-right: 5.25rem !important;
  }
  .mb-md-21 {
    margin-bottom: 5.25rem !important;
  }
  .ms-md-21 {
    margin-left: 5.25rem !important;
  }
  .m-md-22 {
    margin: 5.5rem !important;
  }
  .mx-md-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .my-md-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mt-md-22 {
    margin-top: 5.5rem !important;
  }
  .me-md-22 {
    margin-right: 5.5rem !important;
  }
  .mb-md-22 {
    margin-bottom: 5.5rem !important;
  }
  .ms-md-22 {
    margin-left: 5.5rem !important;
  }
  .m-md-23 {
    margin: 5.75rem !important;
  }
  .mx-md-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .my-md-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mt-md-23 {
    margin-top: 5.75rem !important;
  }
  .me-md-23 {
    margin-right: 5.75rem !important;
  }
  .mb-md-23 {
    margin-bottom: 5.75rem !important;
  }
  .ms-md-23 {
    margin-left: 5.75rem !important;
  }
  .m-md-24 {
    margin: 6rem !important;
  }
  .mx-md-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-md-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-md-24 {
    margin-top: 6rem !important;
  }
  .me-md-24 {
    margin-right: 6rem !important;
  }
  .mb-md-24 {
    margin-bottom: 6rem !important;
  }
  .ms-md-24 {
    margin-left: 6rem !important;
  }
  .m-md-25 {
    margin: 6.25rem !important;
  }
  .mx-md-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-md-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .mt-md-25 {
    margin-top: 6.25rem !important;
  }
  .me-md-25 {
    margin-right: 6.25rem !important;
  }
  .mb-md-25 {
    margin-bottom: 6.25rem !important;
  }
  .ms-md-25 {
    margin-left: 6.25rem !important;
  }
  .m-md-26 {
    margin: 6.5rem !important;
  }
  .mx-md-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .my-md-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mt-md-26 {
    margin-top: 6.5rem !important;
  }
  .me-md-26 {
    margin-right: 6.5rem !important;
  }
  .mb-md-26 {
    margin-bottom: 6.5rem !important;
  }
  .ms-md-26 {
    margin-left: 6.5rem !important;
  }
  .m-md-27 {
    margin: 6.75rem !important;
  }
  .mx-md-27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .my-md-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mt-md-27 {
    margin-top: 6.75rem !important;
  }
  .me-md-27 {
    margin-right: 6.75rem !important;
  }
  .mb-md-27 {
    margin-bottom: 6.75rem !important;
  }
  .ms-md-27 {
    margin-left: 6.75rem !important;
  }
  .m-md-28 {
    margin: 7rem !important;
  }
  .mx-md-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-md-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mt-md-28 {
    margin-top: 7rem !important;
  }
  .me-md-28 {
    margin-right: 7rem !important;
  }
  .mb-md-28 {
    margin-bottom: 7rem !important;
  }
  .ms-md-28 {
    margin-left: 7rem !important;
  }
  .m-md-29 {
    margin: 7.25rem !important;
  }
  .mx-md-29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .my-md-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mt-md-29 {
    margin-top: 7.25rem !important;
  }
  .me-md-29 {
    margin-right: 7.25rem !important;
  }
  .mb-md-29 {
    margin-bottom: 7.25rem !important;
  }
  .ms-md-29 {
    margin-left: 7.25rem !important;
  }
  .m-md-30 {
    margin: 7.5rem !important;
  }
  .mx-md-30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .my-md-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mt-md-30 {
    margin-top: 7.5rem !important;
  }
  .me-md-30 {
    margin-right: 7.5rem !important;
  }
  .mb-md-30 {
    margin-bottom: 7.5rem !important;
  }
  .ms-md-30 {
    margin-left: 7.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-0 {
    margin: 0rem !important;
  }
  .mx-lg-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .me-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ms-lg-0 {
    margin-left: 0rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  .me-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mx-lg-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
  .me-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ms-lg-8 {
    margin-left: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .mx-lg-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }
  .me-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-lg-9 {
    margin-left: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
  .me-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 2.75rem !important;
  }
  .mx-lg-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-lg-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-lg-11 {
    margin-top: 2.75rem !important;
  }
  .me-lg-11 {
    margin-right: 2.75rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-lg-11 {
    margin-left: 2.75rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .mx-lg-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-lg-12 {
    margin-top: 3rem !important;
  }
  .me-lg-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-12 {
    margin-left: 3rem !important;
  }
  .m-lg-13 {
    margin: 3.25rem !important;
  }
  .mx-lg-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .my-lg-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mt-lg-13 {
    margin-top: 3.25rem !important;
  }
  .me-lg-13 {
    margin-right: 3.25rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 3.25rem !important;
  }
  .ms-lg-13 {
    margin-left: 3.25rem !important;
  }
  .m-lg-14 {
    margin: 3.5rem !important;
  }
  .mx-lg-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .my-lg-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mt-lg-14 {
    margin-top: 3.5rem !important;
  }
  .me-lg-14 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 3.5rem !important;
  }
  .ms-lg-14 {
    margin-left: 3.5rem !important;
  }
  .m-lg-15 {
    margin: 3.75rem !important;
  }
  .mx-lg-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-lg-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mt-lg-15 {
    margin-top: 3.75rem !important;
  }
  .me-lg-15 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 3.75rem !important;
  }
  .ms-lg-15 {
    margin-left: 3.75rem !important;
  }
  .m-lg-16 {
    margin: 4rem !important;
  }
  .mx-lg-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-lg-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mt-lg-16 {
    margin-top: 4rem !important;
  }
  .me-lg-16 {
    margin-right: 4rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 4rem !important;
  }
  .ms-lg-16 {
    margin-left: 4rem !important;
  }
  .m-lg-17 {
    margin: 4.25rem !important;
  }
  .mx-lg-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .my-lg-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .mt-lg-17 {
    margin-top: 4.25rem !important;
  }
  .me-lg-17 {
    margin-right: 4.25rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 4.25rem !important;
  }
  .ms-lg-17 {
    margin-left: 4.25rem !important;
  }
  .m-lg-18 {
    margin: 4.5rem !important;
  }
  .mx-lg-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-lg-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mt-lg-18 {
    margin-top: 4.5rem !important;
  }
  .me-lg-18 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 4.5rem !important;
  }
  .ms-lg-18 {
    margin-left: 4.5rem !important;
  }
  .m-lg-19 {
    margin: 4.75rem !important;
  }
  .mx-lg-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .my-lg-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mt-lg-19 {
    margin-top: 4.75rem !important;
  }
  .me-lg-19 {
    margin-right: 4.75rem !important;
  }
  .mb-lg-19 {
    margin-bottom: 4.75rem !important;
  }
  .ms-lg-19 {
    margin-left: 4.75rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .mx-lg-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-lg-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mt-lg-20 {
    margin-top: 5rem !important;
  }
  .me-lg-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  .ms-lg-20 {
    margin-left: 5rem !important;
  }
  .m-lg-21 {
    margin: 5.25rem !important;
  }
  .mx-lg-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .my-lg-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .mt-lg-21 {
    margin-top: 5.25rem !important;
  }
  .me-lg-21 {
    margin-right: 5.25rem !important;
  }
  .mb-lg-21 {
    margin-bottom: 5.25rem !important;
  }
  .ms-lg-21 {
    margin-left: 5.25rem !important;
  }
  .m-lg-22 {
    margin: 5.5rem !important;
  }
  .mx-lg-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .my-lg-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mt-lg-22 {
    margin-top: 5.5rem !important;
  }
  .me-lg-22 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-22 {
    margin-bottom: 5.5rem !important;
  }
  .ms-lg-22 {
    margin-left: 5.5rem !important;
  }
  .m-lg-23 {
    margin: 5.75rem !important;
  }
  .mx-lg-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .my-lg-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mt-lg-23 {
    margin-top: 5.75rem !important;
  }
  .me-lg-23 {
    margin-right: 5.75rem !important;
  }
  .mb-lg-23 {
    margin-bottom: 5.75rem !important;
  }
  .ms-lg-23 {
    margin-left: 5.75rem !important;
  }
  .m-lg-24 {
    margin: 6rem !important;
  }
  .mx-lg-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-lg-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-lg-24 {
    margin-top: 6rem !important;
  }
  .me-lg-24 {
    margin-right: 6rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 6rem !important;
  }
  .ms-lg-24 {
    margin-left: 6rem !important;
  }
  .m-lg-25 {
    margin: 6.25rem !important;
  }
  .mx-lg-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-lg-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .mt-lg-25 {
    margin-top: 6.25rem !important;
  }
  .me-lg-25 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 6.25rem !important;
  }
  .ms-lg-25 {
    margin-left: 6.25rem !important;
  }
  .m-lg-26 {
    margin: 6.5rem !important;
  }
  .mx-lg-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .my-lg-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mt-lg-26 {
    margin-top: 6.5rem !important;
  }
  .me-lg-26 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-26 {
    margin-bottom: 6.5rem !important;
  }
  .ms-lg-26 {
    margin-left: 6.5rem !important;
  }
  .m-lg-27 {
    margin: 6.75rem !important;
  }
  .mx-lg-27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .my-lg-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mt-lg-27 {
    margin-top: 6.75rem !important;
  }
  .me-lg-27 {
    margin-right: 6.75rem !important;
  }
  .mb-lg-27 {
    margin-bottom: 6.75rem !important;
  }
  .ms-lg-27 {
    margin-left: 6.75rem !important;
  }
  .m-lg-28 {
    margin: 7rem !important;
  }
  .mx-lg-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-lg-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mt-lg-28 {
    margin-top: 7rem !important;
  }
  .me-lg-28 {
    margin-right: 7rem !important;
  }
  .mb-lg-28 {
    margin-bottom: 7rem !important;
  }
  .ms-lg-28 {
    margin-left: 7rem !important;
  }
  .m-lg-29 {
    margin: 7.25rem !important;
  }
  .mx-lg-29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .my-lg-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mt-lg-29 {
    margin-top: 7.25rem !important;
  }
  .me-lg-29 {
    margin-right: 7.25rem !important;
  }
  .mb-lg-29 {
    margin-bottom: 7.25rem !important;
  }
  .ms-lg-29 {
    margin-left: 7.25rem !important;
  }
  .m-lg-30 {
    margin: 7.5rem !important;
  }
  .mx-lg-30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .my-lg-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mt-lg-30 {
    margin-top: 7.5rem !important;
  }
  .me-lg-30 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 7.5rem !important;
  }
  .ms-lg-30 {
    margin-left: 7.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1200px), print {
  .m-xl-0 {
    margin: 0rem !important;
  }
  .mx-xl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .me-xl-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ms-xl-0 {
    margin-left: 0rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  .me-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
  .me-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ms-xl-8 {
    margin-left: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .mx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }
  .me-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-xl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
  .me-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 2.75rem !important;
  }
  .mx-xl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-xl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-xl-11 {
    margin-top: 2.75rem !important;
  }
  .me-xl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-xl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .mx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-xl-12 {
    margin-top: 3rem !important;
  }
  .me-xl-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }
  .ms-xl-12 {
    margin-left: 3rem !important;
  }
  .m-xl-13 {
    margin: 3.25rem !important;
  }
  .mx-xl-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .my-xl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mt-xl-13 {
    margin-top: 3.25rem !important;
  }
  .me-xl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ms-xl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xl-14 {
    margin: 3.5rem !important;
  }
  .mx-xl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .my-xl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mt-xl-14 {
    margin-top: 3.5rem !important;
  }
  .me-xl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ms-xl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xl-15 {
    margin: 3.75rem !important;
  }
  .mx-xl-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-xl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mt-xl-15 {
    margin-top: 3.75rem !important;
  }
  .me-xl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ms-xl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xl-16 {
    margin: 4rem !important;
  }
  .mx-xl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mt-xl-16 {
    margin-top: 4rem !important;
  }
  .me-xl-16 {
    margin-right: 4rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 4rem !important;
  }
  .ms-xl-16 {
    margin-left: 4rem !important;
  }
  .m-xl-17 {
    margin: 4.25rem !important;
  }
  .mx-xl-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .my-xl-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .mt-xl-17 {
    margin-top: 4.25rem !important;
  }
  .me-xl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ms-xl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xl-18 {
    margin: 4.5rem !important;
  }
  .mx-xl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-xl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mt-xl-18 {
    margin-top: 4.5rem !important;
  }
  .me-xl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ms-xl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xl-19 {
    margin: 4.75rem !important;
  }
  .mx-xl-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .my-xl-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mt-xl-19 {
    margin-top: 4.75rem !important;
  }
  .me-xl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ms-xl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .mx-xl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mt-xl-20 {
    margin-top: 5rem !important;
  }
  .me-xl-20 {
    margin-right: 5rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 5rem !important;
  }
  .ms-xl-20 {
    margin-left: 5rem !important;
  }
  .m-xl-21 {
    margin: 5.25rem !important;
  }
  .mx-xl-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .my-xl-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .mt-xl-21 {
    margin-top: 5.25rem !important;
  }
  .me-xl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ms-xl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xl-22 {
    margin: 5.5rem !important;
  }
  .mx-xl-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .my-xl-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mt-xl-22 {
    margin-top: 5.5rem !important;
  }
  .me-xl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ms-xl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xl-23 {
    margin: 5.75rem !important;
  }
  .mx-xl-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .my-xl-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mt-xl-23 {
    margin-top: 5.75rem !important;
  }
  .me-xl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ms-xl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xl-24 {
    margin: 6rem !important;
  }
  .mx-xl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-xl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-xl-24 {
    margin-top: 6rem !important;
  }
  .me-xl-24 {
    margin-right: 6rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 6rem !important;
  }
  .ms-xl-24 {
    margin-left: 6rem !important;
  }
  .m-xl-25 {
    margin: 6.25rem !important;
  }
  .mx-xl-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-xl-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .mt-xl-25 {
    margin-top: 6.25rem !important;
  }
  .me-xl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ms-xl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xl-26 {
    margin: 6.5rem !important;
  }
  .mx-xl-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .my-xl-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mt-xl-26 {
    margin-top: 6.5rem !important;
  }
  .me-xl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ms-xl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xl-27 {
    margin: 6.75rem !important;
  }
  .mx-xl-27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .my-xl-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mt-xl-27 {
    margin-top: 6.75rem !important;
  }
  .me-xl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ms-xl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xl-28 {
    margin: 7rem !important;
  }
  .mx-xl-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-xl-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mt-xl-28 {
    margin-top: 7rem !important;
  }
  .me-xl-28 {
    margin-right: 7rem !important;
  }
  .mb-xl-28 {
    margin-bottom: 7rem !important;
  }
  .ms-xl-28 {
    margin-left: 7rem !important;
  }
  .m-xl-29 {
    margin: 7.25rem !important;
  }
  .mx-xl-29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .my-xl-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mt-xl-29 {
    margin-top: 7.25rem !important;
  }
  .me-xl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ms-xl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xl-30 {
    margin: 7.5rem !important;
  }
  .mx-xl-30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .my-xl-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mt-xl-30 {
    margin-top: 7.5rem !important;
  }
  .me-xl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ms-xl-30 {
    margin-left: 7.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .mx-xl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  .me-xxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .ms-xxl-0 {
    margin-left: 0rem !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .me-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }
  .me-xxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-xxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-xxl-8 {
    margin-top: 2rem !important;
  }
  .me-xxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .ms-xxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxl-9 {
    margin: 2.25rem !important;
  }
  .mx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-xxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-xxl-9 {
    margin-top: 2.25rem !important;
  }
  .me-xxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-xxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxl-10 {
    margin: 2.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 2.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-11 {
    margin: 2.75rem !important;
  }
  .mx-xl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-xxl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-xxl-11 {
    margin-top: 2.75rem !important;
  }
  .me-xxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-xxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxl-12 {
    margin: 3rem !important;
  }
  .mx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-xxl-12 {
    margin-top: 3rem !important;
  }
  .me-xxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 3rem !important;
  }
  .ms-xxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxl-13 {
    margin: 3.25rem !important;
  }
  .mx-xl-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .my-xxl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mt-xxl-13 {
    margin-top: 3.25rem !important;
  }
  .me-xxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ms-xxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxl-14 {
    margin: 3.5rem !important;
  }
  .mx-xl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .my-xxl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mt-xxl-14 {
    margin-top: 3.5rem !important;
  }
  .me-xxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ms-xxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxl-15 {
    margin: 3.75rem !important;
  }
  .mx-xl-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-xxl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mt-xxl-15 {
    margin-top: 3.75rem !important;
  }
  .me-xxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ms-xxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxl-16 {
    margin: 4rem !important;
  }
  .mx-xl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-xxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mt-xxl-16 {
    margin-top: 4rem !important;
  }
  .me-xxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 4rem !important;
  }
  .ms-xxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxl-17 {
    margin: 4.25rem !important;
  }
  .mx-xl-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .my-xxl-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .mt-xxl-17 {
    margin-top: 4.25rem !important;
  }
  .me-xxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ms-xxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxl-18 {
    margin: 4.5rem !important;
  }
  .mx-xl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-xxl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mt-xxl-18 {
    margin-top: 4.5rem !important;
  }
  .me-xxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ms-xxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-19 {
    margin: 4.75rem !important;
  }
  .mx-xl-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .my-xxl-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mt-xxl-19 {
    margin-top: 4.75rem !important;
  }
  .me-xxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ms-xxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxl-20 {
    margin: 5rem !important;
  }
  .mx-xl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-xxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mt-xxl-20 {
    margin-top: 5rem !important;
  }
  .me-xxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 5rem !important;
  }
  .ms-xxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxl-21 {
    margin: 5.25rem !important;
  }
  .mx-xl-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .my-xxl-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .mt-xxl-21 {
    margin-top: 5.25rem !important;
  }
  .me-xxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ms-xxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxl-22 {
    margin: 5.5rem !important;
  }
  .mx-xl-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .my-xxl-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mt-xxl-22 {
    margin-top: 5.5rem !important;
  }
  .me-xxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ms-xxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxl-23 {
    margin: 5.75rem !important;
  }
  .mx-xl-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .my-xxl-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mt-xxl-23 {
    margin-top: 5.75rem !important;
  }
  .me-xxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ms-xxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxl-24 {
    margin: 6rem !important;
  }
  .mx-xl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-xxl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-xxl-24 {
    margin-top: 6rem !important;
  }
  .me-xxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxl-24 {
    margin-bottom: 6rem !important;
  }
  .ms-xxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxl-25 {
    margin: 6.25rem !important;
  }
  .mx-xl-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-xxl-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .mt-xxl-25 {
    margin-top: 6.25rem !important;
  }
  .me-xxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ms-xxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxl-26 {
    margin: 6.5rem !important;
  }
  .mx-xl-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .my-xxl-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mt-xxl-26 {
    margin-top: 6.5rem !important;
  }
  .me-xxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ms-xxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxl-27 {
    margin: 6.75rem !important;
  }
  .mx-xl-27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .my-xxl-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mt-xxl-27 {
    margin-top: 6.75rem !important;
  }
  .me-xxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ms-xxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxl-28 {
    margin: 7rem !important;
  }
  .mx-xl-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-xxl-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mt-xxl-28 {
    margin-top: 7rem !important;
  }
  .me-xxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxl-28 {
    margin-bottom: 7rem !important;
  }
  .ms-xxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxl-29 {
    margin: 7.25rem !important;
  }
  .mx-xl-29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .my-xxl-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mt-xxl-29 {
    margin-top: 7.25rem !important;
  }
  .me-xxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ms-xxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxl-30 {
    margin: 7.5rem !important;
  }
  .mx-xl-30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .my-xxl-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mt-xxl-30 {
    margin-top: 7.5rem !important;
  }
  .me-xxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ms-xxl-30 {
    margin-left: 7.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1800px) {
  .m-xxxl-0 {
    margin: 0rem !important;
  }
  .mx-xxl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-xxxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-xxxl-0 {
    margin-top: 0rem !important;
  }
  .me-xxxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0rem !important;
  }
  .ms-xxxl-0 {
    margin-left: 0rem !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 0.75rem !important;
  }
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-xxxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 0.75rem !important;
  }
  .me-xxxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxxl-4 {
    margin: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxxl-5 {
    margin: 1.25rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-xxxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 1.25rem !important;
  }
  .me-xxxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxxl-6 {
    margin: 1.5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xxxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 1.5rem !important;
  }
  .me-xxxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-7 {
    margin: 1.75rem !important;
  }
  .mx-xxl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-xxxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 1.75rem !important;
  }
  .me-xxxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-xxxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxxl-8 {
    margin: 2rem !important;
  }
  .mx-xxl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-xxxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-xxxl-8 {
    margin-top: 2rem !important;
  }
  .me-xxxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxxl-8 {
    margin-bottom: 2rem !important;
  }
  .ms-xxxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxxl-9 {
    margin: 2.25rem !important;
  }
  .mx-xxl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-xxxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-xxxl-9 {
    margin-top: 2.25rem !important;
  }
  .me-xxxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-xxxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxxl-10 {
    margin: 2.5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-xxxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-xxxl-10 {
    margin-top: 2.5rem !important;
  }
  .me-xxxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-xxxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxxl-11 {
    margin: 2.75rem !important;
  }
  .mx-xxl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-xxxl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-xxxl-11 {
    margin-top: 2.75rem !important;
  }
  .me-xxxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-xxxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxxl-12 {
    margin: 3rem !important;
  }
  .mx-xxl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xxxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-xxxl-12 {
    margin-top: 3rem !important;
  }
  .me-xxxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-12 {
    margin-bottom: 3rem !important;
  }
  .ms-xxxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxxl-13 {
    margin: 3.25rem !important;
  }
  .mx-xxl-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .my-xxxl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mt-xxxl-13 {
    margin-top: 3.25rem !important;
  }
  .me-xxxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ms-xxxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxxl-14 {
    margin: 3.5rem !important;
  }
  .mx-xxl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .my-xxxl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mt-xxxl-14 {
    margin-top: 3.5rem !important;
  }
  .me-xxxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ms-xxxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxxl-15 {
    margin: 3.75rem !important;
  }
  .mx-xxl-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-xxxl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mt-xxxl-15 {
    margin-top: 3.75rem !important;
  }
  .me-xxxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ms-xxxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxxl-16 {
    margin: 4rem !important;
  }
  .mx-xxl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-xxxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mt-xxxl-16 {
    margin-top: 4rem !important;
  }
  .me-xxxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxxl-16 {
    margin-bottom: 4rem !important;
  }
  .ms-xxxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxxl-17 {
    margin: 4.25rem !important;
  }
  .mx-xxl-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .my-xxxl-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .mt-xxxl-17 {
    margin-top: 4.25rem !important;
  }
  .me-xxxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ms-xxxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxxl-18 {
    margin: 4.5rem !important;
  }
  .mx-xxl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-xxxl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mt-xxxl-18 {
    margin-top: 4.5rem !important;
  }
  .me-xxxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ms-xxxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxxl-19 {
    margin: 4.75rem !important;
  }
  .mx-xxl-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .my-xxxl-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mt-xxxl-19 {
    margin-top: 4.75rem !important;
  }
  .me-xxxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ms-xxxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxxl-20 {
    margin: 5rem !important;
  }
  .mx-xxl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-xxxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mt-xxxl-20 {
    margin-top: 5rem !important;
  }
  .me-xxxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxxl-20 {
    margin-bottom: 5rem !important;
  }
  .ms-xxxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxxl-21 {
    margin: 5.25rem !important;
  }
  .mx-xxl-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .my-xxxl-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .mt-xxxl-21 {
    margin-top: 5.25rem !important;
  }
  .me-xxxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ms-xxxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxxl-22 {
    margin: 5.5rem !important;
  }
  .mx-xxl-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .my-xxxl-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mt-xxxl-22 {
    margin-top: 5.5rem !important;
  }
  .me-xxxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ms-xxxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxxl-23 {
    margin: 5.75rem !important;
  }
  .mx-xxl-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .my-xxxl-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mt-xxxl-23 {
    margin-top: 5.75rem !important;
  }
  .me-xxxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ms-xxxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxxl-24 {
    margin: 6rem !important;
  }
  .mx-xxl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-xxxl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-xxxl-24 {
    margin-top: 6rem !important;
  }
  .me-xxxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxxl-24 {
    margin-bottom: 6rem !important;
  }
  .ms-xxxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxxl-25 {
    margin: 6.25rem !important;
  }
  .mx-xxl-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-xxxl-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .mt-xxxl-25 {
    margin-top: 6.25rem !important;
  }
  .me-xxxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ms-xxxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxxl-26 {
    margin: 6.5rem !important;
  }
  .mx-xxl-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .my-xxxl-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mt-xxxl-26 {
    margin-top: 6.5rem !important;
  }
  .me-xxxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ms-xxxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxxl-27 {
    margin: 6.75rem !important;
  }
  .mx-xxl-27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .my-xxxl-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mt-xxxl-27 {
    margin-top: 6.75rem !important;
  }
  .me-xxxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ms-xxxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxxl-28 {
    margin: 7rem !important;
  }
  .mx-xxl-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-xxxl-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mt-xxxl-28 {
    margin-top: 7rem !important;
  }
  .me-xxxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxxl-28 {
    margin-bottom: 7rem !important;
  }
  .ms-xxxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxxl-29 {
    margin: 7.25rem !important;
  }
  .mx-xxl-29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .my-xxxl-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mt-xxxl-29 {
    margin-top: 7.25rem !important;
  }
  .me-xxxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ms-xxxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxxl-30 {
    margin: 7.5rem !important;
  }
  .mx-xxl-30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .my-xxxl-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mt-xxxl-30 {
    margin-top: 7.5rem !important;
  }
  .me-xxxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ms-xxxl-30 {
    margin-left: 7.5rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
}
.p-0 {
  padding: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-7 {
  padding: 1.75rem !important;
}

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pe-7 {
  padding-right: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.ps-7 {
  padding-left: 1.75rem !important;
}

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

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

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

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

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

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

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

.p-9 {
  padding: 2.25rem !important;
}

.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pe-9 {
  padding-right: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.ps-9 {
  padding-left: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pe-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.ps-10 {
  padding-left: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pe-11 {
  padding-right: 2.75rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.ps-11 {
  padding-left: 2.75rem !important;
}

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

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

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

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

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

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

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

.p-13 {
  padding: 3.25rem !important;
}

.px-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.pt-13 {
  padding-top: 3.25rem !important;
}

.pe-13 {
  padding-right: 3.25rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.ps-13 {
  padding-left: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pe-14 {
  padding-right: 3.5rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.ps-14 {
  padding-left: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.px-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.pt-15 {
  padding-top: 3.75rem !important;
}

.pe-15 {
  padding-right: 3.75rem !important;
}

.pb-15 {
  padding-bottom: 3.75rem !important;
}

.ps-15 {
  padding-left: 3.75rem !important;
}

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

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

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

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

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

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

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

.p-17 {
  padding: 4.25rem !important;
}

.px-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.pt-17 {
  padding-top: 4.25rem !important;
}

.pe-17 {
  padding-right: 4.25rem !important;
}

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.ps-17 {
  padding-left: 4.25rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pe-18 {
  padding-right: 4.5rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.ps-18 {
  padding-left: 4.5rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.px-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}

.pe-19 {
  padding-right: 4.75rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

.ps-19 {
  padding-left: 4.75rem !important;
}

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

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

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

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

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

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

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

.p-21 {
  padding: 5.25rem !important;
}

.px-21 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}

.py-21 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.pt-21 {
  padding-top: 5.25rem !important;
}

.pe-21 {
  padding-right: 5.25rem !important;
}

.pb-21 {
  padding-bottom: 5.25rem !important;
}

.ps-21 {
  padding-left: 5.25rem !important;
}

.p-22 {
  padding: 5.5rem !important;
}

.px-22 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.py-22 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.pt-22 {
  padding-top: 5.5rem !important;
}

.pe-22 {
  padding-right: 5.5rem !important;
}

.pb-22 {
  padding-bottom: 5.5rem !important;
}

.ps-22 {
  padding-left: 5.5rem !important;
}

.p-23 {
  padding: 5.75rem !important;
}

.px-23 {
  padding-right: 5.75rem !important;
  padding-left: 5.75rem !important;
}

.py-23 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

.pt-23 {
  padding-top: 5.75rem !important;
}

.pe-23 {
  padding-right: 5.75rem !important;
}

.pb-23 {
  padding-bottom: 5.75rem !important;
}

.ps-23 {
  padding-left: 5.75rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.px-24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pe-24 {
  padding-right: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.ps-24 {
  padding-left: 6rem !important;
}

.p-25 {
  padding: 6.25rem !important;
}

.px-25 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.py-25 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.pt-25 {
  padding-top: 6.25rem !important;
}

.pe-25 {
  padding-right: 6.25rem !important;
}

.pb-25 {
  padding-bottom: 6.25rem !important;
}

.ps-25 {
  padding-left: 6.25rem !important;
}

.p-26 {
  padding: 6.5rem !important;
}

.px-26 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.py-26 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.pt-26 {
  padding-top: 6.5rem !important;
}

.pe-26 {
  padding-right: 6.5rem !important;
}

.pb-26 {
  padding-bottom: 6.5rem !important;
}

.ps-26 {
  padding-left: 6.5rem !important;
}

.p-27 {
  padding: 6.75rem !important;
}

.px-27 {
  padding-right: 6.75rem !important;
  padding-left: 6.75rem !important;
}

.py-27 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

.pt-27 {
  padding-top: 6.75rem !important;
}

.pe-27 {
  padding-right: 6.75rem !important;
}

.pb-27 {
  padding-bottom: 6.75rem !important;
}

.ps-27 {
  padding-left: 6.75rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.px-28 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pe-28 {
  padding-right: 7rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.ps-28 {
  padding-left: 7rem !important;
}

.p-29 {
  padding: 7.25rem !important;
}

.px-29 {
  padding-right: 7.25rem !important;
  padding-left: 7.25rem !important;
}

.py-29 {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important;
}

.pt-29 {
  padding-top: 7.25rem !important;
}

.pe-29 {
  padding-right: 7.25rem !important;
}

.pb-29 {
  padding-bottom: 7.25rem !important;
}

.ps-29 {
  padding-left: 7.25rem !important;
}

.p-30 {
  padding: 7.5rem !important;
}

.px-30 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.py-30 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.pt-30 {
  padding-top: 7.5rem !important;
}

.pe-30 {
  padding-right: 7.5rem !important;
}

.pb-30 {
  padding-bottom: 7.5rem !important;
}

.ps-30 {
  padding-left: 7.5rem !important;
}

@media screen and (min-width: 400px) {
  .p-xs-0 {
    padding: 0rem !important;
  }
  .px-xs-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-xs-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-xs-0 {
    padding-top: 0rem !important;
  }
  .pe-xs-0 {
    padding-right: 0rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0rem !important;
  }
  .ps-xs-0 {
    padding-left: 0rem !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 0.75rem !important;
  }
  .px-xs-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-xs-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-xs-3 {
    padding-top: 0.75rem !important;
  }
  .pe-xs-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-xs-3 {
    padding-left: 0.75rem !important;
  }
  .p-xs-4 {
    padding: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1rem !important;
  }
  .p-xs-5 {
    padding: 1.25rem !important;
  }
  .px-xs-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-xs-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-xs-5 {
    padding-top: 1.25rem !important;
  }
  .pe-xs-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-xs-5 {
    padding-left: 1.25rem !important;
  }
  .p-xs-6 {
    padding: 1.5rem !important;
  }
  .px-xs-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xs-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-xs-6 {
    padding-top: 1.5rem !important;
  }
  .pe-xs-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xs-6 {
    padding-left: 1.5rem !important;
  }
  .p-xs-7 {
    padding: 1.75rem !important;
  }
  .px-xs-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-xs-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-xs-7 {
    padding-top: 1.75rem !important;
  }
  .pe-xs-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-xs-7 {
    padding-left: 1.75rem !important;
  }
  .p-xs-8 {
    padding: 2rem !important;
  }
  .px-xs-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-xs-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-xs-8 {
    padding-top: 2rem !important;
  }
  .pe-xs-8 {
    padding-right: 2rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 2rem !important;
  }
  .ps-xs-8 {
    padding-left: 2rem !important;
  }
  .p-xs-9 {
    padding: 2.25rem !important;
  }
  .px-xs-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-xs-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-xs-9 {
    padding-top: 2.25rem !important;
  }
  .pe-xs-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-xs-9 {
    padding-left: 2.25rem !important;
  }
  .p-xs-10 {
    padding: 2.5rem !important;
  }
  .px-xs-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xs-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-xs-10 {
    padding-top: 2.5rem !important;
  }
  .pe-xs-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xs-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xs-10 {
    padding-left: 2.5rem !important;
  }
  .p-xs-11 {
    padding: 2.75rem !important;
  }
  .px-xs-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-xs-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-xs-11 {
    padding-top: 2.75rem !important;
  }
  .pe-xs-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xs-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-xs-11 {
    padding-left: 2.75rem !important;
  }
  .p-xs-12 {
    padding: 3rem !important;
  }
  .px-xs-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-12 {
    padding-top: 3rem !important;
  }
  .pe-xs-12 {
    padding-right: 3rem !important;
  }
  .pb-xs-12 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-12 {
    padding-left: 3rem !important;
  }
  .p-xs-13 {
    padding: 3.25rem !important;
  }
  .px-xs-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .py-xs-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .pt-xs-13 {
    padding-top: 3.25rem !important;
  }
  .pe-xs-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xs-13 {
    padding-bottom: 3.25rem !important;
  }
  .ps-xs-13 {
    padding-left: 3.25rem !important;
  }
  .p-xs-14 {
    padding: 3.5rem !important;
  }
  .px-xs-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-xs-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .pt-xs-14 {
    padding-top: 3.5rem !important;
  }
  .pe-xs-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xs-14 {
    padding-bottom: 3.5rem !important;
  }
  .ps-xs-14 {
    padding-left: 3.5rem !important;
  }
  .p-xs-15 {
    padding: 3.75rem !important;
  }
  .px-xs-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-xs-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-xs-15 {
    padding-top: 3.75rem !important;
  }
  .pe-xs-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xs-15 {
    padding-bottom: 3.75rem !important;
  }
  .ps-xs-15 {
    padding-left: 3.75rem !important;
  }
  .p-xs-16 {
    padding: 4rem !important;
  }
  .px-xs-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-xs-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-xs-16 {
    padding-top: 4rem !important;
  }
  .pe-xs-16 {
    padding-right: 4rem !important;
  }
  .pb-xs-16 {
    padding-bottom: 4rem !important;
  }
  .ps-xs-16 {
    padding-left: 4rem !important;
  }
  .p-xs-17 {
    padding: 4.25rem !important;
  }
  .px-xs-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .py-xs-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .pt-xs-17 {
    padding-top: 4.25rem !important;
  }
  .pe-xs-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xs-17 {
    padding-bottom: 4.25rem !important;
  }
  .ps-xs-17 {
    padding-left: 4.25rem !important;
  }
  .p-xs-18 {
    padding: 4.5rem !important;
  }
  .px-xs-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-xs-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .pt-xs-18 {
    padding-top: 4.5rem !important;
  }
  .pe-xs-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xs-18 {
    padding-bottom: 4.5rem !important;
  }
  .ps-xs-18 {
    padding-left: 4.5rem !important;
  }
  .p-xs-19 {
    padding: 4.75rem !important;
  }
  .px-xs-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .py-xs-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .pt-xs-19 {
    padding-top: 4.75rem !important;
  }
  .pe-xs-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xs-19 {
    padding-bottom: 4.75rem !important;
  }
  .ps-xs-19 {
    padding-left: 4.75rem !important;
  }
  .p-xs-20 {
    padding: 5rem !important;
  }
  .px-xs-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-xs-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-xs-20 {
    padding-top: 5rem !important;
  }
  .pe-xs-20 {
    padding-right: 5rem !important;
  }
  .pb-xs-20 {
    padding-bottom: 5rem !important;
  }
  .ps-xs-20 {
    padding-left: 5rem !important;
  }
  .p-xs-21 {
    padding: 5.25rem !important;
  }
  .px-xs-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .py-xs-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .pt-xs-21 {
    padding-top: 5.25rem !important;
  }
  .pe-xs-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xs-21 {
    padding-bottom: 5.25rem !important;
  }
  .ps-xs-21 {
    padding-left: 5.25rem !important;
  }
  .p-xs-22 {
    padding: 5.5rem !important;
  }
  .px-xs-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-xs-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .pt-xs-22 {
    padding-top: 5.5rem !important;
  }
  .pe-xs-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xs-22 {
    padding-bottom: 5.5rem !important;
  }
  .ps-xs-22 {
    padding-left: 5.5rem !important;
  }
  .p-xs-23 {
    padding: 5.75rem !important;
  }
  .px-xs-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .py-xs-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .pt-xs-23 {
    padding-top: 5.75rem !important;
  }
  .pe-xs-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xs-23 {
    padding-bottom: 5.75rem !important;
  }
  .ps-xs-23 {
    padding-left: 5.75rem !important;
  }
  .p-xs-24 {
    padding: 6rem !important;
  }
  .px-xs-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xs-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xs-24 {
    padding-top: 6rem !important;
  }
  .pe-xs-24 {
    padding-right: 6rem !important;
  }
  .pb-xs-24 {
    padding-bottom: 6rem !important;
  }
  .ps-xs-24 {
    padding-left: 6rem !important;
  }
  .p-xs-25 {
    padding: 6.25rem !important;
  }
  .px-xs-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-xs-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-xs-25 {
    padding-top: 6.25rem !important;
  }
  .pe-xs-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xs-25 {
    padding-bottom: 6.25rem !important;
  }
  .ps-xs-25 {
    padding-left: 6.25rem !important;
  }
  .p-xs-26 {
    padding: 6.5rem !important;
  }
  .px-xs-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-xs-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .pt-xs-26 {
    padding-top: 6.5rem !important;
  }
  .pe-xs-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xs-26 {
    padding-bottom: 6.5rem !important;
  }
  .ps-xs-26 {
    padding-left: 6.5rem !important;
  }
  .p-xs-27 {
    padding: 6.75rem !important;
  }
  .px-xs-27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-xs-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-xs-27 {
    padding-top: 6.75rem !important;
  }
  .pe-xs-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xs-27 {
    padding-bottom: 6.75rem !important;
  }
  .ps-xs-27 {
    padding-left: 6.75rem !important;
  }
  .p-xs-28 {
    padding: 7rem !important;
  }
  .px-xs-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-xs-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-xs-28 {
    padding-top: 7rem !important;
  }
  .pe-xs-28 {
    padding-right: 7rem !important;
  }
  .pb-xs-28 {
    padding-bottom: 7rem !important;
  }
  .ps-xs-28 {
    padding-left: 7rem !important;
  }
  .p-xs-29 {
    padding: 7.25rem !important;
  }
  .px-xs-29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .py-xs-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .pt-xs-29 {
    padding-top: 7.25rem !important;
  }
  .pe-xs-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xs-29 {
    padding-bottom: 7.25rem !important;
  }
  .ps-xs-29 {
    padding-left: 7.25rem !important;
  }
  .p-xs-30 {
    padding: 7.5rem !important;
  }
  .px-xs-30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-xs-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-xs-30 {
    padding-top: 7.5rem !important;
  }
  .pe-xs-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xs-30 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xs-30 {
    padding-left: 7.5rem !important;
  }
}
@media screen and (min-width: 576px) {
  .p-sm-0 {
    padding: 0rem !important;
  }
  .px-sm-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pe-sm-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .ps-sm-0 {
    padding-left: 0rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .px-sm-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-sm-8 {
    padding-top: 2rem !important;
  }
  .pe-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }
  .ps-sm-8 {
    padding-left: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .px-sm-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pe-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-sm-9 {
    padding-left: 2.25rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .px-sm-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 2.75rem !important;
  }
  .px-sm-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-sm-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-sm-11 {
    padding-top: 2.75rem !important;
  }
  .pe-sm-11 {
    padding-right: 2.75rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-sm-11 {
    padding-left: 2.75rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .px-sm-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-12 {
    padding-top: 3rem !important;
  }
  .pe-sm-12 {
    padding-right: 3rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-12 {
    padding-left: 3rem !important;
  }
  .p-sm-13 {
    padding: 3.25rem !important;
  }
  .px-sm-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .py-sm-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .pt-sm-13 {
    padding-top: 3.25rem !important;
  }
  .pe-sm-13 {
    padding-right: 3.25rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 3.25rem !important;
  }
  .ps-sm-13 {
    padding-left: 3.25rem !important;
  }
  .p-sm-14 {
    padding: 3.5rem !important;
  }
  .px-sm-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-sm-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .pt-sm-14 {
    padding-top: 3.5rem !important;
  }
  .pe-sm-14 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 3.5rem !important;
  }
  .ps-sm-14 {
    padding-left: 3.5rem !important;
  }
  .p-sm-15 {
    padding: 3.75rem !important;
  }
  .px-sm-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-sm-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-sm-15 {
    padding-top: 3.75rem !important;
  }
  .pe-sm-15 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 3.75rem !important;
  }
  .ps-sm-15 {
    padding-left: 3.75rem !important;
  }
  .p-sm-16 {
    padding: 4rem !important;
  }
  .px-sm-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-sm-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-sm-16 {
    padding-top: 4rem !important;
  }
  .pe-sm-16 {
    padding-right: 4rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 4rem !important;
  }
  .ps-sm-16 {
    padding-left: 4rem !important;
  }
  .p-sm-17 {
    padding: 4.25rem !important;
  }
  .px-sm-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .py-sm-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .pt-sm-17 {
    padding-top: 4.25rem !important;
  }
  .pe-sm-17 {
    padding-right: 4.25rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 4.25rem !important;
  }
  .ps-sm-17 {
    padding-left: 4.25rem !important;
  }
  .p-sm-18 {
    padding: 4.5rem !important;
  }
  .px-sm-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-sm-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .pt-sm-18 {
    padding-top: 4.5rem !important;
  }
  .pe-sm-18 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 4.5rem !important;
  }
  .ps-sm-18 {
    padding-left: 4.5rem !important;
  }
  .p-sm-19 {
    padding: 4.75rem !important;
  }
  .px-sm-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .py-sm-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .pt-sm-19 {
    padding-top: 4.75rem !important;
  }
  .pe-sm-19 {
    padding-right: 4.75rem !important;
  }
  .pb-sm-19 {
    padding-bottom: 4.75rem !important;
  }
  .ps-sm-19 {
    padding-left: 4.75rem !important;
  }
  .p-sm-20 {
    padding: 5rem !important;
  }
  .px-sm-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-sm-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-sm-20 {
    padding-top: 5rem !important;
  }
  .pe-sm-20 {
    padding-right: 5rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 5rem !important;
  }
  .ps-sm-20 {
    padding-left: 5rem !important;
  }
  .p-sm-21 {
    padding: 5.25rem !important;
  }
  .px-sm-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .py-sm-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .pt-sm-21 {
    padding-top: 5.25rem !important;
  }
  .pe-sm-21 {
    padding-right: 5.25rem !important;
  }
  .pb-sm-21 {
    padding-bottom: 5.25rem !important;
  }
  .ps-sm-21 {
    padding-left: 5.25rem !important;
  }
  .p-sm-22 {
    padding: 5.5rem !important;
  }
  .px-sm-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-sm-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .pt-sm-22 {
    padding-top: 5.5rem !important;
  }
  .pe-sm-22 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-22 {
    padding-bottom: 5.5rem !important;
  }
  .ps-sm-22 {
    padding-left: 5.5rem !important;
  }
  .p-sm-23 {
    padding: 5.75rem !important;
  }
  .px-sm-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .py-sm-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .pt-sm-23 {
    padding-top: 5.75rem !important;
  }
  .pe-sm-23 {
    padding-right: 5.75rem !important;
  }
  .pb-sm-23 {
    padding-bottom: 5.75rem !important;
  }
  .ps-sm-23 {
    padding-left: 5.75rem !important;
  }
  .p-sm-24 {
    padding: 6rem !important;
  }
  .px-sm-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-sm-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-sm-24 {
    padding-top: 6rem !important;
  }
  .pe-sm-24 {
    padding-right: 6rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 6rem !important;
  }
  .ps-sm-24 {
    padding-left: 6rem !important;
  }
  .p-sm-25 {
    padding: 6.25rem !important;
  }
  .px-sm-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-sm-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-sm-25 {
    padding-top: 6.25rem !important;
  }
  .pe-sm-25 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 6.25rem !important;
  }
  .ps-sm-25 {
    padding-left: 6.25rem !important;
  }
  .p-sm-26 {
    padding: 6.5rem !important;
  }
  .px-sm-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-sm-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .pt-sm-26 {
    padding-top: 6.5rem !important;
  }
  .pe-sm-26 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-26 {
    padding-bottom: 6.5rem !important;
  }
  .ps-sm-26 {
    padding-left: 6.5rem !important;
  }
  .p-sm-27 {
    padding: 6.75rem !important;
  }
  .px-sm-27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-sm-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-sm-27 {
    padding-top: 6.75rem !important;
  }
  .pe-sm-27 {
    padding-right: 6.75rem !important;
  }
  .pb-sm-27 {
    padding-bottom: 6.75rem !important;
  }
  .ps-sm-27 {
    padding-left: 6.75rem !important;
  }
  .p-sm-28 {
    padding: 7rem !important;
  }
  .px-sm-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-sm-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-sm-28 {
    padding-top: 7rem !important;
  }
  .pe-sm-28 {
    padding-right: 7rem !important;
  }
  .pb-sm-28 {
    padding-bottom: 7rem !important;
  }
  .ps-sm-28 {
    padding-left: 7rem !important;
  }
  .p-sm-29 {
    padding: 7.25rem !important;
  }
  .px-sm-29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .py-sm-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .pt-sm-29 {
    padding-top: 7.25rem !important;
  }
  .pe-sm-29 {
    padding-right: 7.25rem !important;
  }
  .pb-sm-29 {
    padding-bottom: 7.25rem !important;
  }
  .ps-sm-29 {
    padding-left: 7.25rem !important;
  }
  .p-sm-30 {
    padding: 7.5rem !important;
  }
  .px-sm-30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-sm-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-sm-30 {
    padding-top: 7.5rem !important;
  }
  .pe-sm-30 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 7.5rem !important;
  }
  .ps-sm-30 {
    padding-left: 7.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-0 {
    padding: 0rem !important;
  }
  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pe-md-0 {
    padding-right: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .ps-md-0 {
    padding-left: 0rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  .pe-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pe-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  .pe-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
  .pe-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-md-7 {
    padding-left: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .px-md-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-md-8 {
    padding-top: 2rem !important;
  }
  .pe-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8 {
    padding-bottom: 2rem !important;
  }
  .ps-md-8 {
    padding-left: 2rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .px-md-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-md-9 {
    padding-top: 2.25rem !important;
  }
  .pe-md-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-md-9 {
    padding-left: 2.25rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .px-md-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-md-10 {
    padding-top: 2.5rem !important;
  }
  .pe-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-md-10 {
    padding-left: 2.5rem !important;
  }
  .p-md-11 {
    padding: 2.75rem !important;
  }
  .px-md-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-md-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-md-11 {
    padding-top: 2.75rem !important;
  }
  .pe-md-11 {
    padding-right: 2.75rem !important;
  }
  .pb-md-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-md-11 {
    padding-left: 2.75rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .px-md-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-12 {
    padding-top: 3rem !important;
  }
  .pe-md-12 {
    padding-right: 3rem !important;
  }
  .pb-md-12 {
    padding-bottom: 3rem !important;
  }
  .ps-md-12 {
    padding-left: 3rem !important;
  }
  .p-md-13 {
    padding: 3.25rem !important;
  }
  .px-md-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .py-md-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .pt-md-13 {
    padding-top: 3.25rem !important;
  }
  .pe-md-13 {
    padding-right: 3.25rem !important;
  }
  .pb-md-13 {
    padding-bottom: 3.25rem !important;
  }
  .ps-md-13 {
    padding-left: 3.25rem !important;
  }
  .p-md-14 {
    padding: 3.5rem !important;
  }
  .px-md-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-md-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .pt-md-14 {
    padding-top: 3.5rem !important;
  }
  .pe-md-14 {
    padding-right: 3.5rem !important;
  }
  .pb-md-14 {
    padding-bottom: 3.5rem !important;
  }
  .ps-md-14 {
    padding-left: 3.5rem !important;
  }
  .p-md-15 {
    padding: 3.75rem !important;
  }
  .px-md-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-md-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-md-15 {
    padding-top: 3.75rem !important;
  }
  .pe-md-15 {
    padding-right: 3.75rem !important;
  }
  .pb-md-15 {
    padding-bottom: 3.75rem !important;
  }
  .ps-md-15 {
    padding-left: 3.75rem !important;
  }
  .p-md-16 {
    padding: 4rem !important;
  }
  .px-md-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-md-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-md-16 {
    padding-top: 4rem !important;
  }
  .pe-md-16 {
    padding-right: 4rem !important;
  }
  .pb-md-16 {
    padding-bottom: 4rem !important;
  }
  .ps-md-16 {
    padding-left: 4rem !important;
  }
  .p-md-17 {
    padding: 4.25rem !important;
  }
  .px-md-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .py-md-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .pt-md-17 {
    padding-top: 4.25rem !important;
  }
  .pe-md-17 {
    padding-right: 4.25rem !important;
  }
  .pb-md-17 {
    padding-bottom: 4.25rem !important;
  }
  .ps-md-17 {
    padding-left: 4.25rem !important;
  }
  .p-md-18 {
    padding: 4.5rem !important;
  }
  .px-md-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-md-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .pt-md-18 {
    padding-top: 4.5rem !important;
  }
  .pe-md-18 {
    padding-right: 4.5rem !important;
  }
  .pb-md-18 {
    padding-bottom: 4.5rem !important;
  }
  .ps-md-18 {
    padding-left: 4.5rem !important;
  }
  .p-md-19 {
    padding: 4.75rem !important;
  }
  .px-md-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .py-md-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .pt-md-19 {
    padding-top: 4.75rem !important;
  }
  .pe-md-19 {
    padding-right: 4.75rem !important;
  }
  .pb-md-19 {
    padding-bottom: 4.75rem !important;
  }
  .ps-md-19 {
    padding-left: 4.75rem !important;
  }
  .p-md-20 {
    padding: 5rem !important;
  }
  .px-md-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-md-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-md-20 {
    padding-top: 5rem !important;
  }
  .pe-md-20 {
    padding-right: 5rem !important;
  }
  .pb-md-20 {
    padding-bottom: 5rem !important;
  }
  .ps-md-20 {
    padding-left: 5rem !important;
  }
  .p-md-21 {
    padding: 5.25rem !important;
  }
  .px-md-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .py-md-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .pt-md-21 {
    padding-top: 5.25rem !important;
  }
  .pe-md-21 {
    padding-right: 5.25rem !important;
  }
  .pb-md-21 {
    padding-bottom: 5.25rem !important;
  }
  .ps-md-21 {
    padding-left: 5.25rem !important;
  }
  .p-md-22 {
    padding: 5.5rem !important;
  }
  .px-md-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-md-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .pt-md-22 {
    padding-top: 5.5rem !important;
  }
  .pe-md-22 {
    padding-right: 5.5rem !important;
  }
  .pb-md-22 {
    padding-bottom: 5.5rem !important;
  }
  .ps-md-22 {
    padding-left: 5.5rem !important;
  }
  .p-md-23 {
    padding: 5.75rem !important;
  }
  .px-md-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .py-md-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .pt-md-23 {
    padding-top: 5.75rem !important;
  }
  .pe-md-23 {
    padding-right: 5.75rem !important;
  }
  .pb-md-23 {
    padding-bottom: 5.75rem !important;
  }
  .ps-md-23 {
    padding-left: 5.75rem !important;
  }
  .p-md-24 {
    padding: 6rem !important;
  }
  .px-md-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-md-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-md-24 {
    padding-top: 6rem !important;
  }
  .pe-md-24 {
    padding-right: 6rem !important;
  }
  .pb-md-24 {
    padding-bottom: 6rem !important;
  }
  .ps-md-24 {
    padding-left: 6rem !important;
  }
  .p-md-25 {
    padding: 6.25rem !important;
  }
  .px-md-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-md-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-md-25 {
    padding-top: 6.25rem !important;
  }
  .pe-md-25 {
    padding-right: 6.25rem !important;
  }
  .pb-md-25 {
    padding-bottom: 6.25rem !important;
  }
  .ps-md-25 {
    padding-left: 6.25rem !important;
  }
  .p-md-26 {
    padding: 6.5rem !important;
  }
  .px-md-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-md-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .pt-md-26 {
    padding-top: 6.5rem !important;
  }
  .pe-md-26 {
    padding-right: 6.5rem !important;
  }
  .pb-md-26 {
    padding-bottom: 6.5rem !important;
  }
  .ps-md-26 {
    padding-left: 6.5rem !important;
  }
  .p-md-27 {
    padding: 6.75rem !important;
  }
  .px-md-27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-md-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-md-27 {
    padding-top: 6.75rem !important;
  }
  .pe-md-27 {
    padding-right: 6.75rem !important;
  }
  .pb-md-27 {
    padding-bottom: 6.75rem !important;
  }
  .ps-md-27 {
    padding-left: 6.75rem !important;
  }
  .p-md-28 {
    padding: 7rem !important;
  }
  .px-md-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-md-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-md-28 {
    padding-top: 7rem !important;
  }
  .pe-md-28 {
    padding-right: 7rem !important;
  }
  .pb-md-28 {
    padding-bottom: 7rem !important;
  }
  .ps-md-28 {
    padding-left: 7rem !important;
  }
  .p-md-29 {
    padding: 7.25rem !important;
  }
  .px-md-29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .py-md-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .pt-md-29 {
    padding-top: 7.25rem !important;
  }
  .pe-md-29 {
    padding-right: 7.25rem !important;
  }
  .pb-md-29 {
    padding-bottom: 7.25rem !important;
  }
  .ps-md-29 {
    padding-left: 7.25rem !important;
  }
  .p-md-30 {
    padding: 7.5rem !important;
  }
  .px-md-30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-md-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-md-30 {
    padding-top: 7.5rem !important;
  }
  .pe-md-30 {
    padding-right: 7.5rem !important;
  }
  .pb-md-30 {
    padding-bottom: 7.5rem !important;
  }
  .ps-md-30 {
    padding-left: 7.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-0 {
    padding: 0rem !important;
  }
  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pe-lg-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .ps-lg-0 {
    padding-left: 0rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .px-lg-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-lg-8 {
    padding-top: 2rem !important;
  }
  .pe-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }
  .ps-lg-8 {
    padding-left: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .px-lg-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pe-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-lg-9 {
    padding-left: 2.25rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .px-lg-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 2.75rem !important;
  }
  .px-lg-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-lg-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-lg-11 {
    padding-top: 2.75rem !important;
  }
  .pe-lg-11 {
    padding-right: 2.75rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-lg-11 {
    padding-left: 2.75rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .px-lg-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-12 {
    padding-top: 3rem !important;
  }
  .pe-lg-12 {
    padding-right: 3rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-12 {
    padding-left: 3rem !important;
  }
  .p-lg-13 {
    padding: 3.25rem !important;
  }
  .px-lg-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .py-lg-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .pt-lg-13 {
    padding-top: 3.25rem !important;
  }
  .pe-lg-13 {
    padding-right: 3.25rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 3.25rem !important;
  }
  .ps-lg-13 {
    padding-left: 3.25rem !important;
  }
  .p-lg-14 {
    padding: 3.5rem !important;
  }
  .px-lg-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-lg-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .pt-lg-14 {
    padding-top: 3.5rem !important;
  }
  .pe-lg-14 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 3.5rem !important;
  }
  .ps-lg-14 {
    padding-left: 3.5rem !important;
  }
  .p-lg-15 {
    padding: 3.75rem !important;
  }
  .px-lg-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-lg-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-lg-15 {
    padding-top: 3.75rem !important;
  }
  .pe-lg-15 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 3.75rem !important;
  }
  .ps-lg-15 {
    padding-left: 3.75rem !important;
  }
  .p-lg-16 {
    padding: 4rem !important;
  }
  .px-lg-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-lg-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-lg-16 {
    padding-top: 4rem !important;
  }
  .pe-lg-16 {
    padding-right: 4rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 4rem !important;
  }
  .ps-lg-16 {
    padding-left: 4rem !important;
  }
  .p-lg-17 {
    padding: 4.25rem !important;
  }
  .px-lg-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .py-lg-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .pt-lg-17 {
    padding-top: 4.25rem !important;
  }
  .pe-lg-17 {
    padding-right: 4.25rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 4.25rem !important;
  }
  .ps-lg-17 {
    padding-left: 4.25rem !important;
  }
  .p-lg-18 {
    padding: 4.5rem !important;
  }
  .px-lg-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-lg-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .pt-lg-18 {
    padding-top: 4.5rem !important;
  }
  .pe-lg-18 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 4.5rem !important;
  }
  .ps-lg-18 {
    padding-left: 4.5rem !important;
  }
  .p-lg-19 {
    padding: 4.75rem !important;
  }
  .px-lg-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .py-lg-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .pt-lg-19 {
    padding-top: 4.75rem !important;
  }
  .pe-lg-19 {
    padding-right: 4.75rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 4.75rem !important;
  }
  .ps-lg-19 {
    padding-left: 4.75rem !important;
  }
  .p-lg-20 {
    padding: 5rem !important;
  }
  .px-lg-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-lg-20 {
    padding-top: 5rem !important;
  }
  .pe-lg-20 {
    padding-right: 5rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 5rem !important;
  }
  .ps-lg-20 {
    padding-left: 5rem !important;
  }
  .p-lg-21 {
    padding: 5.25rem !important;
  }
  .px-lg-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .py-lg-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .pt-lg-21 {
    padding-top: 5.25rem !important;
  }
  .pe-lg-21 {
    padding-right: 5.25rem !important;
  }
  .pb-lg-21 {
    padding-bottom: 5.25rem !important;
  }
  .ps-lg-21 {
    padding-left: 5.25rem !important;
  }
  .p-lg-22 {
    padding: 5.5rem !important;
  }
  .px-lg-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-lg-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .pt-lg-22 {
    padding-top: 5.5rem !important;
  }
  .pe-lg-22 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-22 {
    padding-bottom: 5.5rem !important;
  }
  .ps-lg-22 {
    padding-left: 5.5rem !important;
  }
  .p-lg-23 {
    padding: 5.75rem !important;
  }
  .px-lg-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .py-lg-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .pt-lg-23 {
    padding-top: 5.75rem !important;
  }
  .pe-lg-23 {
    padding-right: 5.75rem !important;
  }
  .pb-lg-23 {
    padding-bottom: 5.75rem !important;
  }
  .ps-lg-23 {
    padding-left: 5.75rem !important;
  }
  .p-lg-24 {
    padding: 6rem !important;
  }
  .px-lg-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-lg-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-lg-24 {
    padding-top: 6rem !important;
  }
  .pe-lg-24 {
    padding-right: 6rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 6rem !important;
  }
  .ps-lg-24 {
    padding-left: 6rem !important;
  }
  .p-lg-25 {
    padding: 6.25rem !important;
  }
  .px-lg-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-lg-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-lg-25 {
    padding-top: 6.25rem !important;
  }
  .pe-lg-25 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 6.25rem !important;
  }
  .ps-lg-25 {
    padding-left: 6.25rem !important;
  }
  .p-lg-26 {
    padding: 6.5rem !important;
  }
  .px-lg-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-lg-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .pt-lg-26 {
    padding-top: 6.5rem !important;
  }
  .pe-lg-26 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-26 {
    padding-bottom: 6.5rem !important;
  }
  .ps-lg-26 {
    padding-left: 6.5rem !important;
  }
  .p-lg-27 {
    padding: 6.75rem !important;
  }
  .px-lg-27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-lg-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-lg-27 {
    padding-top: 6.75rem !important;
  }
  .pe-lg-27 {
    padding-right: 6.75rem !important;
  }
  .pb-lg-27 {
    padding-bottom: 6.75rem !important;
  }
  .ps-lg-27 {
    padding-left: 6.75rem !important;
  }
  .p-lg-28 {
    padding: 7rem !important;
  }
  .px-lg-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-lg-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-lg-28 {
    padding-top: 7rem !important;
  }
  .pe-lg-28 {
    padding-right: 7rem !important;
  }
  .pb-lg-28 {
    padding-bottom: 7rem !important;
  }
  .ps-lg-28 {
    padding-left: 7rem !important;
  }
  .p-lg-29 {
    padding: 7.25rem !important;
  }
  .px-lg-29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .py-lg-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .pt-lg-29 {
    padding-top: 7.25rem !important;
  }
  .pe-lg-29 {
    padding-right: 7.25rem !important;
  }
  .pb-lg-29 {
    padding-bottom: 7.25rem !important;
  }
  .ps-lg-29 {
    padding-left: 7.25rem !important;
  }
  .p-lg-30 {
    padding: 7.5rem !important;
  }
  .px-lg-30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-lg-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-lg-30 {
    padding-top: 7.5rem !important;
  }
  .pe-lg-30 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 7.5rem !important;
  }
  .ps-lg-30 {
    padding-left: 7.5rem !important;
  }
}
@media screen and (min-width: 1200px), print {
  .p-xl-0 {
    padding: 0rem !important;
  }
  .px-xl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pe-xl-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .ps-xl-0 {
    padding-left: 0rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-xl-8 {
    padding-top: 2rem !important;
  }
  .pe-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }
  .ps-xl-8 {
    padding-left: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .px-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pe-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-xl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 2.75rem !important;
  }
  .px-xl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-xl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-xl-11 {
    padding-top: 2.75rem !important;
  }
  .pe-xl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-xl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .px-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-12 {
    padding-top: 3rem !important;
  }
  .pe-xl-12 {
    padding-right: 3rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-12 {
    padding-left: 3rem !important;
  }
  .p-xl-13 {
    padding: 3.25rem !important;
  }
  .px-xl-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .py-xl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .pt-xl-13 {
    padding-top: 3.25rem !important;
  }
  .pe-xl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 3.25rem !important;
  }
  .ps-xl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xl-14 {
    padding: 3.5rem !important;
  }
  .px-xl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-xl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .pt-xl-14 {
    padding-top: 3.5rem !important;
  }
  .pe-xl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  .ps-xl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xl-15 {
    padding: 3.75rem !important;
  }
  .px-xl-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-xl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-xl-15 {
    padding-top: 3.75rem !important;
  }
  .pe-xl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 3.75rem !important;
  }
  .ps-xl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xl-16 {
    padding: 4rem !important;
  }
  .px-xl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-xl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-xl-16 {
    padding-top: 4rem !important;
  }
  .pe-xl-16 {
    padding-right: 4rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 4rem !important;
  }
  .ps-xl-16 {
    padding-left: 4rem !important;
  }
  .p-xl-17 {
    padding: 4.25rem !important;
  }
  .px-xl-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .py-xl-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .pt-xl-17 {
    padding-top: 4.25rem !important;
  }
  .pe-xl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 4.25rem !important;
  }
  .ps-xl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xl-18 {
    padding: 4.5rem !important;
  }
  .px-xl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-xl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .pt-xl-18 {
    padding-top: 4.5rem !important;
  }
  .pe-xl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 4.5rem !important;
  }
  .ps-xl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xl-19 {
    padding: 4.75rem !important;
  }
  .px-xl-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .py-xl-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .pt-xl-19 {
    padding-top: 4.75rem !important;
  }
  .pe-xl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xl-19 {
    padding-bottom: 4.75rem !important;
  }
  .ps-xl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xl-20 {
    padding: 5rem !important;
  }
  .px-xl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-xl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-xl-20 {
    padding-top: 5rem !important;
  }
  .pe-xl-20 {
    padding-right: 5rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 5rem !important;
  }
  .ps-xl-20 {
    padding-left: 5rem !important;
  }
  .p-xl-21 {
    padding: 5.25rem !important;
  }
  .px-xl-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .py-xl-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .pt-xl-21 {
    padding-top: 5.25rem !important;
  }
  .pe-xl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xl-21 {
    padding-bottom: 5.25rem !important;
  }
  .ps-xl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xl-22 {
    padding: 5.5rem !important;
  }
  .px-xl-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-xl-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .pt-xl-22 {
    padding-top: 5.5rem !important;
  }
  .pe-xl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-22 {
    padding-bottom: 5.5rem !important;
  }
  .ps-xl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xl-23 {
    padding: 5.75rem !important;
  }
  .px-xl-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .py-xl-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .pt-xl-23 {
    padding-top: 5.75rem !important;
  }
  .pe-xl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xl-23 {
    padding-bottom: 5.75rem !important;
  }
  .ps-xl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xl-24 {
    padding: 6rem !important;
  }
  .px-xl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xl-24 {
    padding-top: 6rem !important;
  }
  .pe-xl-24 {
    padding-right: 6rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 6rem !important;
  }
  .ps-xl-24 {
    padding-left: 6rem !important;
  }
  .p-xl-25 {
    padding: 6.25rem !important;
  }
  .px-xl-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-xl-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-xl-25 {
    padding-top: 6.25rem !important;
  }
  .pe-xl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 6.25rem !important;
  }
  .ps-xl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xl-26 {
    padding: 6.5rem !important;
  }
  .px-xl-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-xl-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .pt-xl-26 {
    padding-top: 6.5rem !important;
  }
  .pe-xl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-26 {
    padding-bottom: 6.5rem !important;
  }
  .ps-xl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xl-27 {
    padding: 6.75rem !important;
  }
  .px-xl-27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-xl-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-xl-27 {
    padding-top: 6.75rem !important;
  }
  .pe-xl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xl-27 {
    padding-bottom: 6.75rem !important;
  }
  .ps-xl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xl-28 {
    padding: 7rem !important;
  }
  .px-xl-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-xl-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-xl-28 {
    padding-top: 7rem !important;
  }
  .pe-xl-28 {
    padding-right: 7rem !important;
  }
  .pb-xl-28 {
    padding-bottom: 7rem !important;
  }
  .ps-xl-28 {
    padding-left: 7rem !important;
  }
  .p-xl-29 {
    padding: 7.25rem !important;
  }
  .px-xl-29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .py-xl-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .pt-xl-29 {
    padding-top: 7.25rem !important;
  }
  .pe-xl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xl-29 {
    padding-bottom: 7.25rem !important;
  }
  .ps-xl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xl-30 {
    padding: 7.5rem !important;
  }
  .px-xl-30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-xl-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-xl-30 {
    padding-top: 7.5rem !important;
  }
  .pe-xl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xl-30 {
    padding-left: 7.5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .px-xl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }
  .pe-xxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-xxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-xxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-xxl-8 {
    padding-top: 2rem !important;
  }
  .pe-xxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .ps-xxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxl-9 {
    padding: 2.25rem !important;
  }
  .px-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-xxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-xxl-9 {
    padding-top: 2.25rem !important;
  }
  .pe-xxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-xxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxl-10 {
    padding: 2.5rem !important;
  }
  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 2.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-11 {
    padding: 2.75rem !important;
  }
  .px-xl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-xxl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-xxl-11 {
    padding-top: 2.75rem !important;
  }
  .pe-xxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-xxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxl-12 {
    padding: 3rem !important;
  }
  .px-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-12 {
    padding-top: 3rem !important;
  }
  .pe-xxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxl-13 {
    padding: 3.25rem !important;
  }
  .px-xl-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .py-xxl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .pt-xxl-13 {
    padding-top: 3.25rem !important;
  }
  .pe-xxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .ps-xxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxl-14 {
    padding: 3.5rem !important;
  }
  .px-xl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-xxl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .pt-xxl-14 {
    padding-top: 3.5rem !important;
  }
  .pe-xxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .ps-xxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxl-15 {
    padding: 3.75rem !important;
  }
  .px-xl-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-xxl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-xxl-15 {
    padding-top: 3.75rem !important;
  }
  .pe-xxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .ps-xxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxl-16 {
    padding: 4rem !important;
  }
  .px-xl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-xxl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-xxl-16 {
    padding-top: 4rem !important;
  }
  .pe-xxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 4rem !important;
  }
  .ps-xxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxl-17 {
    padding: 4.25rem !important;
  }
  .px-xl-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .py-xxl-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .pt-xxl-17 {
    padding-top: 4.25rem !important;
  }
  .pe-xxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .ps-xxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxl-18 {
    padding: 4.5rem !important;
  }
  .px-xl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-xxl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .pt-xxl-18 {
    padding-top: 4.5rem !important;
  }
  .pe-xxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .ps-xxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-19 {
    padding: 4.75rem !important;
  }
  .px-xl-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .py-xxl-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .pt-xxl-19 {
    padding-top: 4.75rem !important;
  }
  .pe-xxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .ps-xxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxl-20 {
    padding: 5rem !important;
  }
  .px-xl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-xxl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-xxl-20 {
    padding-top: 5rem !important;
  }
  .pe-xxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 5rem !important;
  }
  .ps-xxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxl-21 {
    padding: 5.25rem !important;
  }
  .px-xl-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .py-xxl-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .pt-xxl-21 {
    padding-top: 5.25rem !important;
  }
  .pe-xxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .ps-xxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxl-22 {
    padding: 5.5rem !important;
  }
  .px-xl-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-xxl-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .pt-xxl-22 {
    padding-top: 5.5rem !important;
  }
  .pe-xxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .ps-xxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxl-23 {
    padding: 5.75rem !important;
  }
  .px-xl-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .py-xxl-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .pt-xxl-23 {
    padding-top: 5.75rem !important;
  }
  .pe-xxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .ps-xxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxl-24 {
    padding: 6rem !important;
  }
  .px-xl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xxl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xxl-24 {
    padding-top: 6rem !important;
  }
  .pe-xxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxl-24 {
    padding-bottom: 6rem !important;
  }
  .ps-xxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxl-25 {
    padding: 6.25rem !important;
  }
  .px-xl-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-xxl-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-xxl-25 {
    padding-top: 6.25rem !important;
  }
  .pe-xxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .ps-xxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxl-26 {
    padding: 6.5rem !important;
  }
  .px-xl-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-xxl-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .pt-xxl-26 {
    padding-top: 6.5rem !important;
  }
  .pe-xxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .ps-xxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxl-27 {
    padding: 6.75rem !important;
  }
  .px-xl-27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-xxl-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-xxl-27 {
    padding-top: 6.75rem !important;
  }
  .pe-xxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .ps-xxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxl-28 {
    padding: 7rem !important;
  }
  .px-xl-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-xxl-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-xxl-28 {
    padding-top: 7rem !important;
  }
  .pe-xxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxl-28 {
    padding-bottom: 7rem !important;
  }
  .ps-xxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxl-29 {
    padding: 7.25rem !important;
  }
  .px-xl-29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .py-xxl-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .pt-xxl-29 {
    padding-top: 7.25rem !important;
  }
  .pe-xxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .ps-xxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxl-30 {
    padding: 7.5rem !important;
  }
  .px-xl-30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-xxl-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-xxl-30 {
    padding-top: 7.5rem !important;
  }
  .pe-xxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xxl-30 {
    padding-left: 7.5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .p-xxxl-0 {
    padding: 0rem !important;
  }
  .px-xxl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0rem !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 0.75rem !important;
  }
  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-xxxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 0.75rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxxl-4 {
    padding: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxxl-5 {
    padding: 1.25rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-xxxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 1.25rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxxl-6 {
    padding: 1.5rem !important;
  }
  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xxxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 1.5rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-7 {
    padding: 1.75rem !important;
  }
  .px-xxl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-xxxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 1.75rem !important;
  }
  .pe-xxxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-xxxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxxl-8 {
    padding: 2rem !important;
  }
  .px-xxl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-xxxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-xxxl-8 {
    padding-top: 2rem !important;
  }
  .pe-xxxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxxl-8 {
    padding-bottom: 2rem !important;
  }
  .ps-xxxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxxl-9 {
    padding: 2.25rem !important;
  }
  .px-xxl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-xxxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-xxxl-9 {
    padding-top: 2.25rem !important;
  }
  .pe-xxxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-xxxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxxl-10 {
    padding: 2.5rem !important;
  }
  .px-xxl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xxxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-xxxl-10 {
    padding-top: 2.5rem !important;
  }
  .pe-xxxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xxxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxxl-11 {
    padding: 2.75rem !important;
  }
  .px-xxl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-xxxl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-xxxl-11 {
    padding-top: 2.75rem !important;
  }
  .pe-xxxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-xxxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxxl-12 {
    padding: 3rem !important;
  }
  .px-xxl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-12 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-12 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxxl-13 {
    padding: 3.25rem !important;
  }
  .px-xxl-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .py-xxxl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .pt-xxxl-13 {
    padding-top: 3.25rem !important;
  }
  .pe-xxxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .ps-xxxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxxl-14 {
    padding: 3.5rem !important;
  }
  .px-xxl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-xxxl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .pt-xxxl-14 {
    padding-top: 3.5rem !important;
  }
  .pe-xxxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .ps-xxxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxxl-15 {
    padding: 3.75rem !important;
  }
  .px-xxl-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-xxxl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-xxxl-15 {
    padding-top: 3.75rem !important;
  }
  .pe-xxxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .ps-xxxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxxl-16 {
    padding: 4rem !important;
  }
  .px-xxl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-xxxl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-xxxl-16 {
    padding-top: 4rem !important;
  }
  .pe-xxxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxxl-16 {
    padding-bottom: 4rem !important;
  }
  .ps-xxxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxxl-17 {
    padding: 4.25rem !important;
  }
  .px-xxl-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .py-xxxl-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .pt-xxxl-17 {
    padding-top: 4.25rem !important;
  }
  .pe-xxxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .ps-xxxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxxl-18 {
    padding: 4.5rem !important;
  }
  .px-xxl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-xxxl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .pt-xxxl-18 {
    padding-top: 4.5rem !important;
  }
  .pe-xxxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .ps-xxxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxxl-19 {
    padding: 4.75rem !important;
  }
  .px-xxl-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .py-xxxl-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .pt-xxxl-19 {
    padding-top: 4.75rem !important;
  }
  .pe-xxxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .ps-xxxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxxl-20 {
    padding: 5rem !important;
  }
  .px-xxl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-xxxl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-xxxl-20 {
    padding-top: 5rem !important;
  }
  .pe-xxxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxxl-20 {
    padding-bottom: 5rem !important;
  }
  .ps-xxxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxxl-21 {
    padding: 5.25rem !important;
  }
  .px-xxl-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .py-xxxl-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .pt-xxxl-21 {
    padding-top: 5.25rem !important;
  }
  .pe-xxxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .ps-xxxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxxl-22 {
    padding: 5.5rem !important;
  }
  .px-xxl-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-xxxl-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .pt-xxxl-22 {
    padding-top: 5.5rem !important;
  }
  .pe-xxxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .ps-xxxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxxl-23 {
    padding: 5.75rem !important;
  }
  .px-xxl-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .py-xxxl-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .pt-xxxl-23 {
    padding-top: 5.75rem !important;
  }
  .pe-xxxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .ps-xxxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxxl-24 {
    padding: 6rem !important;
  }
  .px-xxl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xxxl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xxxl-24 {
    padding-top: 6rem !important;
  }
  .pe-xxxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxxl-24 {
    padding-bottom: 6rem !important;
  }
  .ps-xxxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxxl-25 {
    padding: 6.25rem !important;
  }
  .px-xxl-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-xxxl-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-xxxl-25 {
    padding-top: 6.25rem !important;
  }
  .pe-xxxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .ps-xxxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxxl-26 {
    padding: 6.5rem !important;
  }
  .px-xxl-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-xxxl-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .pt-xxxl-26 {
    padding-top: 6.5rem !important;
  }
  .pe-xxxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .ps-xxxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxxl-27 {
    padding: 6.75rem !important;
  }
  .px-xxl-27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-xxxl-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-xxxl-27 {
    padding-top: 6.75rem !important;
  }
  .pe-xxxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .ps-xxxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxxl-28 {
    padding: 7rem !important;
  }
  .px-xxl-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-xxxl-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-xxxl-28 {
    padding-top: 7rem !important;
  }
  .pe-xxxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxxl-28 {
    padding-bottom: 7rem !important;
  }
  .ps-xxxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxxl-29 {
    padding: 7.25rem !important;
  }
  .px-xxl-29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .py-xxxl-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .pt-xxxl-29 {
    padding-top: 7.25rem !important;
  }
  .pe-xxxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .ps-xxxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxxl-30 {
    padding: 7.5rem !important;
  }
  .px-xxl-30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-xxxl-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-xxxl-30 {
    padding-top: 7.5rem !important;
  }
  .pe-xxxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xxxl-30 {
    padding-left: 7.5rem !important;
  }
}
/* 縦横のサイズ */
.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

/* //縦横のサイズ */
/* 文章の位置 */
.text-center {
  text-align: center;
}

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

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

@media screen and (min-width: 400px) {
  .text-xs-center {
    text-align: center;
  }
  .text-xs-start {
    text-align: left;
  }
  .text-xs-end {
    text-align: right;
  }
}
@media screen and (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: right;
  }
}
@media screen and (min-width: 1200px), print {
  .text-xl-center {
    text-align: center;
  }
  .text-xl-start {
    text-align: left;
  }
  .text-xl-end {
    text-align: right;
  }
}
@media screen and (min-width: 1400px) {
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-start {
    text-align: left;
  }
  .text-xxl-end {
    text-align: right;
  }
}
@media screen and (min-width: 1800px) {
  .text-xxxl-center {
    text-align: center;
  }
  .text-xxxl-start {
    text-align: left;
  }
  .text-xxxl-end {
    text-align: right;
  }
}
/* //文章の位置 */
/* フォントファミリー */
.text-gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.text-eng {
  font-family: "Figtree", sans-serif;
}

/* //フォントファミリー */
/* フォントウェイト */
.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* //フォントウェイト */
/* フォントスタイル */
.italic {
  font-style: italic;
}

/* //フォントスタイル */
/* 長いURL対策 */
.blockeditor-area p a {
  word-wrap: break-word;
}

/* //長いURL対策 */
/* 文字色 */
.text-white {
  color: #fff;
}

.text-basic {
  color: #333;
}

.text-main {
  color: #1397E1;
}

/* //文字色 */
/* 行数制限 */
.omission-lines-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 行数を制限 */
  overflow: hidden;
}

.omission-lines-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.omission-lines-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.omission-lines-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* //行数制限 */
/* 背景色 */
.bg-lightgray {
  background-color: #eee;
}

.bg-light-blue {
  background-color: rgba(19, 151, 225, 0.05);
}

/* //背景色 */
/* テキストの装飾 */
.before-dot {
  position: relative;
  padding-left: 1.1rem;
  display: inline-block;
}

.before-dot::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.before-asterisk {
  position: relative;
  padding-left: 1.1rem;
  display: inline-block;
}

.before-asterisk::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.keep-all {
  word-break: keep-all;
}

/* //テキストの装飾 *//*# sourceMappingURL=style-common.css.map */