/* ==========================================================================
#Variables
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
/* ==========================================================================
   #Breakpoint
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  text-decoration: none;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: 700;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #fff;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, 'Arial';
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  /* 2 */
  margin: 0;
  outline: none;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 3 */
}

button:focus, button:visited, button:active,
input:focus,
input:visited,
input:active,
optgroup:focus,
optgroup:visited,
optgroup:active,
select:focus,
select:visited,
select:active,
textarea:focus,
textarea:visited,
textarea:active {
  outline: none;
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
  outline: none;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input::-moz-focus-inner {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: 700;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   #Page
   ========================================================================== */
html {
  font-size: 1rem;
}

@media (max-width: 1140px) {
  html {
    font-size: 1.27193vw;
    line-height: 1.79333;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 3.86667vw;
    line-height: 1.65583;
  }
}

body {
  color: #2b2d3f;
  font-family: "Roboto", sans-serif;
  font-size: 0.90625rem;
  font-weight: 400;
  line-height: 1.625rem;
}

@media (max-width: 600px) {
  body {
    font-size: 0.90625rem;
    line-height: 1.5rem;
  }
}

body.u-hidden {
  overflow: hidden;
}

.c-page_home {
  padding-bottom: 0 !important;
}

.c-page_home .p-about {
  padding: 3.125rem 0;
  background: #f8f9f0;
}

.c-page_home .p-about_body {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.c-page_home .p-about_body_title {
  margin-bottom: 1.25rem;
  color: #0f0f0f;
  font-family: "Satisfy", cursive;
  font-size: 1.8125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.175rem;
}

.c-page_home .p-about_body_text {
  margin-bottom: 1.6875rem;
  color: #2b2f3e;
  font-size: 1.8125rem;
  font-weight: 300;
  line-height: 2.5625rem;
}

.c-page_home .p-about_body_des {
  color: #767675;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.75rem;
  text-align: center;
}

.c-page_home .p-menu_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 600px) {
  .c-page_home .p-menu_list {
    grid-template-columns: 1fr;
  }
}

.c-page_home .p-menu_list_item {
  position: relative;
}

.c-page_home .p-menu_list_item_title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: flex;
  display: -webkit-box;
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 1.25rem;
  overflow: hidden;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 3.3125rem;
  text-align: center;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  transition: margin 0.3s ease-in-out;
}

.c-page_home .p-menu_list_item_images {
  position: relative;
  height: 32.4375rem;
}

@media (max-width: 600px) {
  .c-page_home .p-menu_list_item_images {
    height: 31.875rem;
  }
}

.c-page_home .p-menu_list_item_images img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-page_home .p-menu_list_item_images::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  transition: all 0.3s ease-in-out;
}

.c-page_home .p-menu_list_item:hover .p-menu_list_item_title {
  margin-top: -2.5rem;
}

.c-page_home .p-menu_list_item:hover .p-menu_list_item_images::after {
  background: rgba(254, 203, 53, 0.3);
}

.c-page_home .p-comment {
  z-index: 2;
  position: relative;
  padding: 2.5rem 0 3.125rem;
  background: url("../../assets/images/bg_comment.jpg");
}

@media (max-width: 600px) {
  .c-page_home .p-comment {
    padding: 1.875rem 0 1.25rem;
  }
}

.c-page_home .p-comment .title {
  margin-bottom: 3.125rem;
  color: #fff;
  font-size: 1.8125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.5625rem;
  text-align: center;
}

.c-page_home .p-comment_list {
  display: grid;
}

@media (min-width: 601px) {
  .c-page_home .p-comment_list {
    gap: 3.125rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .c-page_home .p-comment_list {
    gap: 2.5rem;
    grid-auto-flow: column;
    grid-template-columns: 1fr;
    padding-bottom: 1.25rem;
    overflow-x: auto;
  }
}

.c-page_home .p-comment_list_item {
  color: #fff;
}

@media (max-width: 600px) {
  .c-page_home .p-comment_list_item {
    width: 23.75rem;
  }
}

.c-page_home .p-comment_list_item .icon {
  margin-bottom: 1.5625rem;
}

.c-page_home .p-comment_list_item .icon i {
  font-size: 2.1875rem;
}

.c-page_home .p-comment_list_item .comment {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 300;
}

.c-page_home .p-comment_list_item .user {
  gap: 0.9375rem;
  display: grid;
  grid-template-columns: 4.375rem 1fr;
}

.c-page_home .p-comment_list_item .user_images {
  overflow: hidden;
  border-radius: 50%;
}

.c-page_home .p-comment_list_item .user_name {
  display: flex;
  flex-flow: column;
}

.c-page_home .p-comment_list_item .user_name span:first-child {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.c-page_about .post-content_about {
  width: 48.125rem;
  margin: 3.75rem auto;
  text-align: center;
}

@media (max-width: 600px) {
  .c-page_about .post-content_about {
    width: 100%;
    margin: 1.25rem auto 0;
  }
}

.c-page_about .post-content_about h2 {
  margin-bottom: 0.625rem;
  font-weight: 300;
}

.c-page_about .post-content_about p {
  margin-bottom: 1rem;
  color: #767675;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}

.c-page_order b,
.c-page_order strong {
  font-weight: bold;
}

.c-page_order .p-order_info {
  padding-top: 2.5rem;
}

@media (max-width: 600px) {
  .c-page_order .p-order_info {
    padding-top: 1.25rem;
  }
}

.c-page_order .p-order_info .row {
  gap: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 600px) {
  .c-page_order .p-order_info .row {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}

.c-page_order .p-order_info .txt_title {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 600px) {
  .c-page_order .p-order_info .txt_title {
    margin-bottom: 0.9375rem;
  }
}

.c-page_order .p-order_info .txt_title.is-small {
  margin-bottom: 0.625rem;
}

.c-page_order .p-order_info p {
  margin-bottom: 10px;
}

.c-page_order .p-order_info .btn_link {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 11.25rem;
  padding: 15px 35px 15px 35px;
  border-radius: 8px 8px 8px 8px;
  background-color: #11c970;
  color: #fff;
  font-weight: 300;
}

.c-page_order .p-order_info .btn_link span {
  padding-left: 0.9375rem;
}

.c-page_order .p-order_info .btn_link i {
  position: absolute;
  top: 50%;
  left: 1.875rem;
  transform: translateY(-50%);
}

.c-page_order .p-order_thanks {
  padding-top: 3.125rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: center;
}

@media (max-width: 600px) {
  .c-page_order .p-order_thanks {
    padding-top: 1.875rem;
    font-size: 1.125rem;
  }
}

.c-page_contact {
  padding-bottom: 0 !important;
}

.c-page_contact .p-contact_list {
  gap: 2.5rem;
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
}

.c-page_contact .p-contact_list_item {
  width: 18.75rem;
}

.c-page_contact .p-contact_list_item h3 {
  font-size: 1.1875rem;
  font-weight: bold;
}

.c-page_contact .p-contact_list_item h4 {
  margin-top: 0.9375rem;
  color: #2b2f3e;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5625rem;
}

.c-page_menu .p-menu_row {
  gap: 3.125rem;
  display: grid;
  grid-template-columns: 16.875rem 1fr;
  margin-top: 3.125rem;
}

@media (max-width: 600px) {
  .c-page_menu .p-menu_row {
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
}

.c-page_menu .p-menu_colL {
  position: relative;
}

.c-page_menu .p-menu_link ul {
  gap: 1.25rem;
  display: flex;
  flex-flow: column;
}

.c-page_menu .p-menu_link ul li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem 1.875rem;
  border: 1px solid #000;
  background: #fff;
  color: black;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}

.c-page_menu .p-menu_link ul li a::after {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: scale(0) translateY(-50%);
  color: yellow;
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  content: '\f00c';
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.c-page_menu .p-menu_link ul li a.active {
  background: #000;
  color: #fff;
}

.c-page_menu .p-menu_link ul li.active a {
  background: #000;
  color: #fff;
}

.c-page_menu .p-menu_link ul li.active a::after {
  visibility: visible;
  transform: scale(1) translateY(-50%);
  opacity: 1;
}

.c-page_menu .p-menu_content .title_menu {
  margin-bottom: 2.5rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.c-page_menu .p-menu_content .sub_title2 {
  padding-bottom: 0;
  border-color: #000;
  text-align: left;
}

.c-page_menu .p-menu_content .sub_title2 span {
  display: inline-block;
  position: relative;
  padding: 0.625rem 1.25rem;
  background: #000;
  color: #fecb35;
  font-size: 1.25rem;
  line-height: 1;
}

.c-page_menu .p-menu_content .sub_title3 {
  position: absolute;
  top: -0.625rem;
  left: -0.125rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-color: #000;
  text-align: left;
}

.c-page_menu .p-menu_content .sub_title3 span {
  position: relative;
  top: -0.0625rem;
  padding: 0.625rem 1.25rem;
  background: #fecb35;
  color: #000;
  font-size: 1.25rem;
  line-height: 1;
}

.c-page_menu .p-menu_content .sub_menu3 {
  position: relative;
  margin: 2.5rem 0;
  padding: 3.75rem 2.5rem 1.875rem;
  border: 2px dashed #fecb35;
}

@media (max-width: 600px) {
  .c-page_menu .p-menu_content .sub_menu3 {
    padding: 2.5rem 1.25rem 2.5rem;
  }
}

.c-page_menu .p-menu_content .sub_menu3 .p-menuItem {
  gap: unset;
  grid-template-columns: 1.875rem 1fr;
}

.c-page_menu .p-menu_content .sub_menu3 .p-menuItem:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.c-page_menu .p-menu_content .sub_menu3 .p-menuItem_thumb {
  height: 0;
}

.c-page_menu .p-menu_content .sub_menu3 .p-menuItem_thumb .num {
  top: -0.1875rem;
}

.c-page_menu .p-menu_content .tab_menu_daily {
  gap: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.875rem;
}

@media (max-width: 600px) {
  .c-page_menu .p-menu_content .tab_menu_daily {
    gap: 0.625rem;
    flex-flow: wrap column;
  }
}

.c-page_menu .p-menu_content .tab_menu_daily li {
  -webkit-user-select: none;
  -moz-user-select: none;
  padding: 0.625rem 1.25rem;
  border: 1px solid #dcdcdc;
  color: #343434;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

@media (max-width: 600px) {
  .c-page_menu .p-menu_content .tab_menu_daily li {
    flex: 1;
  }
}

.c-page_menu .p-menu_content .tab_menu_daily li.active {
  border-color: #fecb35;
  background: #fecb35;
}

.c-page_menu .p-menu_content .tab_menu_daily_content .content {
  display: none;
}

.c-page_menu .p-menu_content .tab_menu_daily_content .content:first-child {
  display: block;
}

.c-page_menu .p-menu_content .p-dailyMenu {
  padding-top: 0.625rem;
}

.c-page_menu .p-menu_content .p-dailyMenu_title {
  margin-bottom: 0.9375rem;
  color: red;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.c-page_menu .p-menu_content .p-dailyMenu_list {
  gap: 0.9375rem;
  display: flex;
  flex-flow: column;
}

.c-page_menu .p-menu_content .p-dailyMenu_item_date {
  position: relative;
  margin-bottom: 0.9375rem;
  padding-left: 2.5rem;
}

.c-page_menu .p-menu_content .p-dailyMenu_item_date::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.5rem;
  height: 0.3125rem;
  transform: translateY(-50%);
  background: #fecb35;
  content: '';
}

.c-page_menu .p-menu_content .p-dailyMenu_item_date span {
  display: inline-block;
  position: relative;
  padding: 0.3125rem 0.625rem;
  background: #fecb35;
  color: black;
  font-size: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
}

.c-page_menu .p-menu_content .p-dailyMenu_item_ct {
  position: relative;
  padding: 1.25rem 2.8125rem;
  background: #fafafa;
}

@media (max-width: 600px) {
  .c-page_menu .p-menu_content .p-dailyMenu_item_ct {
    padding: 0.9375rem 1.5625rem;
  }
}

.c-page_menu .p-menu_content .p-dailyMenu_item_ct::before {
  display: block;
  position: absolute;
  top: -1.875rem;
  left: 0;
  width: 0;
  height: calc(100% + 3.75rem);
  border-left: 2px dashed #fecb35;
  content: '';
}

.c-page_menu .p-menu_content .p-dailyMenu_item_ct b,
.c-page_menu .p-menu_content .p-dailyMenu_item_ct strong {
  font-weight: bold;
}

.c-page_menu .p-menu_content .p-dailyMenu_item_ct h1,
.c-page_menu .p-menu_content .p-dailyMenu_item_ct h2,
.c-page_menu .p-menu_content .p-dailyMenu_item_ct h3,
.c-page_menu .p-menu_content .p-dailyMenu_item_ct h4,
.c-page_menu .p-menu_content .p-dailyMenu_item_ct h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

.c-page_menu .p-menu_content .p-dailyMenu_item_ct p {
  margin: 0.3125rem 0;
}

.c-page_menu .p-menu_content .p-dailyMenu_item:last-child .p-dailyMenu_item_ct::before {
  height: calc(100% + 1.875rem);
}

.c-page_menu .p-menu_content .p-dailyMenu_listProduct {
  gap: 0.625rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 1.25rem 0;
}

@media (max-width: 600px) {
  .c-page_menu .p-menu_content .p-dailyMenu_listProduct {
    flex-flow: column;
  }
}

.c-page_menu .p-menu_content .p-dailyMenu_listProduct .p-menuItem {
  width: 49%;
}

@media (max-width: 600px) {
  .c-page_menu .p-menu_content .p-dailyMenu_listProduct .p-menuItem {
    width: 100%;
  }
}

.c-page_menu .p-menu_content .p-dailyMenu_listProduct .p-menuItem:not(:last-child) {
  margin-bottom: 0.625rem;
}

.c-page_menu .p-menu_content .p-dailyMenu_listProduct .p-menuItem_info {
  grid-template-columns: 18.75rem 1fr 3.75rem;
}

@media (min-width: 601px) {
  .c-page_blog_single {
    width: 48.125rem;
    margin: auto;
  }
}

.c-page_blog_single .post-content_title {
  margin-bottom: 0.9375rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
}

.c-page_blog_single .post-content_thumb {
  margin-bottom: 1.25rem;
}

.c-page_blog_single .post-content_datepost {
  margin-bottom: 1.25rem;
  color: #a1a2a4;
  font-weight: 300;
}

.c-page_blog_single .post-content_tags {
  gap: 0.625rem;
  display: flex;
  font-weight: 300;
}

.c-page_blog_single .post-content_tags a {
  display: inline-block;
  margin-bottom: 0.3125rem;
  margin-left: 0.3125rem;
  padding: 0.375rem 0.625rem;
  border: 1px solid #ebeced;
  border-radius: 4px;
  color: #2b2d3f;
}

.c-page_blog_single .post-content_tags a:hover {
  border-color: #2b2d3f;
  background-color: #2b2d3f;
  color: #fff;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
h1 {
  font-size: 2.25rem;
  line-height: 3.125rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.625rem;
}

/* ==========================================================================
   #Images
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* ==========================================================================
   #Links
   ========================================================================== */
a {
  text-decoration: none;
}

/* ==========================================================================
   #Animations
   ========================================================================== */
.ani--opa09 {
  opacity: 1;
  transition: 0.25s opacity;
}

.ani--opa09:hover {
  opacity: 0.9;
}

.ani--opa075 {
  opacity: 1;
  transition: 0.25s opacity;
}

.ani--opa075:hover {
  opacity: 0.75;
}

.ani--opa05 {
  opacity: 1;
  transition: 0.25s opacity;
}

.ani--opa05:hover {
  opacity: 0.5;
}

.ani--zoom {
  overflow: hidden;
  background-color: #fff;
}

.ani--zoom img {
  display: block;
  transition-duration: 0.3s;
}

.ani--zoom:hover img {
  transform: scale(1.1);
  opacity: 0.9;
  transition-duration: 0.3s;
}

.ani--scrollOn {
  animation: scrollOn 1s ease-in-out forwards;
}

.ani--scrollOff {
  animation: scrollOff 375ms ease-in-out forwards;
}

.ani--loader {
  position: relative;
}

.ani--loader::after {
  z-index: 100;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid #fff;
  border-top: 3px solid transparent;
  border-radius: 100%;
  animation: loader infinite linear 1s;
  content: '';
}

.ani--backdrop::before {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.ani--backdrop:hover::before {
  opacity: 0.5;
}

@keyframes scrollOn {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes scrollOff {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(10%);
    opacity: 0;
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg) opacity 0.35;
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ==========================================================================
   #Wrapper
   ========================================================================== */
@media (min-width: 601px) {
  .c-main {
    padding-bottom: 6.25rem;
  }
}

@media (max-width: 600px) {
  .c-main {
    padding-bottom: 2.5rem;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media (min-width: 601px) {
  .container {
    max-width: 75rem;
  }
}

@media (max-width: 600px) {
  .container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media (min-width: 601px) {
  .c-layout--sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 65rem;
    margin: 0 auto;
  }
}

.c-banner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 15.625rem 0;
  background-image: url("../../assets/images/bg-topPage.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  .c-banner {
    padding: 5rem 0 6.25rem;
  }
}

.c-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000007D;
  content: '';
  opacity: 0.5;
}

.c-banner_body {
  display: flex;
  z-index: 2;
  position: relative;
  flex-flow: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.c-banner_body_title .title_top {
  margin-bottom: 1.875rem;
  color: #FFFFFF;
  font-family: "Satisfy", cursive;
  font-size: 2.875rem;
  line-height: 4rem;
}

@media (max-width: 600px) {
  .c-banner_body_title .title_top {
    margin-bottom: 0.9375rem;
    font-size: 2.1875rem;
  }
}

.c-banner_body_title .title_mid {
  margin-bottom: 0.9375rem;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
}

@media (max-width: 600px) {
  .c-banner_body_title .title_mid {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

.c-banner_body_text {
  margin-bottom: 2.8125rem;
  color: #FFFFFF;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.125rem;
  text-align: center;
}

@media (max-width: 600px) {
  .c-banner_body_text {
    margin-bottom: 1.875rem;
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

.c-banner_body_action a {
  padding: 0.9375rem 1.6875rem;
  background-color: #fecb35;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.c-banner_body_action a:hover {
  background: #fff;
  color: #fecb35;
}

.c-block_topSec {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 14.375rem;
  padding: 1.25rem;
  background: url("../../assets/images/bg-topPage.jpeg") no-repeat;
  background-size: cover;
}

.c-block_topSec h2 {
  color: #ffffff;
  font-size: 2.1875rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 600px) {
  .c-block_topSec h2 {
    font-size: 1.5625rem;
  }
}

.c-block_topSec.menu {
  background: url("../../assets/images/bg-topPage_2.jpeg") center center no-repeat;
  background-size: cover;
}

/* ==========================================================================
   #Box
   ========================================================================== */
/* ==========================================================================
   #Breadcrumb
   ========================================================================== */
.c-breadcrumb {
  padding: 1rem 0;
}

.c-breadcrumb .breadcrumb * {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.5px;
}

.c-breadcrumb .breadcrumb a {
  position: relative;
  margin-right: 3.75rem;
  color: #fecb35;
}

.c-breadcrumb .breadcrumb a::after {
  display: block;
  position: absolute;
  top: -0.1875rem;
  right: -2.0625rem;
  content: "/";
}

.c-breadcrumb .breadcrumb_last {
  color: #bdbdbd;
}

/* ==========================================================================
   #Button
   ========================================================================== */
.c-button {
  display: inline-block;
  padding: 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  text-align: center;
}

@media (min-width: 601px) {
  .c-button {
    min-width: 12.5rem;
    border-radius: 0.3125rem;
    line-height: 2.8125rem;
  }
}

@media (max-width: 600px) {
  .c-button {
    min-width: 7.5rem;
    padding: 0.375rem 2.1875rem;
    border-radius: 0.1875rem;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: 1.875rem;
  }
}

.c-button:hover {
  opacity: 0.9;
}

.c-button__arrow--right, .c-button__arrow--left {
  position: relative;
}

.c-button__arrow--right:after, .c-button__arrow--left:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 0.375rem;
  height: 0.5625rem;
  transform: translateY(-50%);
  background: url(../images/chevron-right-solid-white.png) no-repeat center/100%;
  background-size: contain !important;
  content: "";
}

@media (min-width: 601px) {
  .c-button__arrow--right:after {
    right: 1.875rem;
  }
}

@media (max-width: 600px) {
  .c-button__arrow--right:after {
    right: 1.0625rem;
  }
}

.c-button__arrow--left:after {
  transform: translateY(-50%) scaleX(-1);
}

@media (min-width: 601px) {
  .c-button__arrow--left:after {
    left: 1.875rem;
  }
}

@media (max-width: 600px) {
  .c-button__arrow--left:after {
    left: 0.25rem;
  }
}

@media (min-width: 601px) {
  .c-button--sm {
    min-width: 17.5rem;
    line-height: 3.125rem;
  }
}

@media (max-width: 600px) {
  .c-button--sm {
    min-width: 10rem;
    line-height: 2.1875rem;
  }
}

@media (min-width: 601px) {
  .c-button--md {
    min-width: 22.5rem;
    line-height: 3.125rem;
  }
}

@media (max-width: 600px) {
  .c-button--md {
    min-width: 18.125rem;
    line-height: 2.1875rem;
  }
}

.c-button--lg {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 3.625rem;
  white-space: nowrap;
  word-break: keep-all;
}

@media (min-width: 601px) {
  .c-button--lg {
    min-width: 35rem;
  }
}

@media (max-width: 600px) {
  .c-button--lg {
    width: 100%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

/* ==========================================================================
   #Footer
   ========================================================================== */
.c-footer_logo {
  width: 7.5rem;
  margin: auto;
  margin-bottom: 0.9375rem;
}

.c-footer_logo img {
  position: relative;
  left: 0.5rem;
}

@media (max-width: 600px) {
  .c-footer_logo {
    width: 6.25rem;
  }
}

.c-footer_menu nav > ul {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}

.c-footer_menu nav > ul > li {
  position: relative;
}

.c-footer_menu nav > ul > li > a {
  display: block;
  padding: 0.5rem 0.9375rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.c-footer_menu nav > ul > li .sub-menu {
  display: none;
}

.c-footer_menu nav > ul > li:hover > a {
  color: #fecb35;
}

.c-footer_menu nav > ul > li:hover .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.c-footer_top {
  padding: 3.125rem 0;
  background: #2F1010;
}

@media (max-width: 600px) {
  .c-footer_top {
    padding: 1.875rem 0;
  }
}

.c-footer_bottom {
  padding: 1.25rem 0;
  background: #1c0707;
  color: #7B7B7A;
}

.c-footer_bottom .container {
  display: flex;
  justify-content: space-between;
}

/* ==========================================================================
   #Form
   ========================================================================== */
.form__checkbox label {
  -moz-column-gap: 0.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem 1.875rem;
  overflow: hidden;
  column-gap: 0.625rem;
  border: 1px solid #000;
  background: #fff;
  color: black;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  user-select: none;
}

.form__checkbox label::after {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: scale(0) translateY(-50%);
  color: yellow;
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  content: '\f00c';
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.form__checkbox label span {
  flex: 1;
}

.form__checkbox input {
  display: none;
}

.form__checkbox input:checked ~ label {
  background: #000;
  color: #fff !important;
}

.form__checkbox input:checked ~ label::after {
  visibility: visible;
  transform: scale(1) translateY(-50%);
  opacity: 1;
}

/* ==========================================================================
   #Gallery
   ========================================================================== */
/* ==========================================================================
   #Header
   ========================================================================== */
.c-header_top {
  display: flex;
  align-items: center;
  height: 60px;
  background: #1c0707;
}

.c-header_top .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 600px) {
  .c-header_top .container {
    justify-content: center;
  }
}

.c-header_top_hotline a {
  gap: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.c-header_top_social {
  margin-left: 25px;
}

.c-header_top_social ul {
  gap: 25px;
  display: flex;
}

.c-header_top_social ul li a {
  color: #fff;
  font-size: 25px;
}

.c-header_main {
  position: relative;
  padding: 1.25rem 0;
  background: #2F1010;
}

@media (max-width: 600px) {
  .c-header_main {
    padding: 0.625rem 0;
  }
}

.c-header_logo {
  width: 7.5rem;
  margin: auto;
}

@media (min-width: 601px) {
  .c-header_logo {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 600px) {
  .c-header_logo {
    width: 6.25rem;
  }
}

.c-header_logo img {
  position: relative;
  left: 0.5rem;
}

@media (max-width: 600px) {
  .c-header_menu {
    display: none;
  }
}

.c-header_menu nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-header_menu nav > ul > li {
  position: relative;
}

.c-header_menu nav > ul > li > a {
  display: block;
  padding: 0.5rem 0.9375rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.c-header_menu nav > ul > li .sub-menu {
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 200px;
  padding: 0.8125rem 0;
  background-color: #2d2d32;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.c-header_menu nav > ul > li .sub-menu li:hover a {
  color: #fecb35;
}

.c-header_menu nav > ul > li .sub-menu a {
  display: block;
  padding: 0.5625rem 1.625rem;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  text-transform: capitalize;
}

.c-header_menu nav > ul > li:hover > a, .c-header_menu nav > ul > li.active > a {
  color: #fecb35;
}

.c-header_menu nav > ul > li:hover .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.c-header_menu nav > ul > li.menu-item-has-children > a {
  padding-right: 1.375rem;
}

.c-header_menu nav > ul > li.menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  right: 0.4375rem;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
}

.c-header_sp {
  display: flex;
  visibility: hidden;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.c-header_sp .c-header_logo {
  margin-bottom: 1.875rem;
}

.c-header_sp .btn_close {
  display: flex;
  position: absolute;
  top: 0;
  left: 17.5rem;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.3125rem 0.625rem;
  transform: translateX(-400px);
  background: #fecb35;
  transition: transform 0.3s ease-in-out;
}

.c-header_sp .btn_close i {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 300;
}

.c-header_sp nav {
  position: relative;
  width: 17.5rem;
  height: 100%;
  padding: 1.25rem 2.5rem;
  overflow-y: auto;
  transform: translateX(-400px);
  background: #101010;
  transition: transform 0.3s ease-in-out;
}

.c-header_sp nav > ul {
  gap: 1.25rem;
  display: flex;
  flex-flow: column;
}

.c-header_sp nav > ul > li a {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 1.125rem;
}

.c-header_sp nav > ul > li > .sub-menu {
  gap: 0.9375rem;
  display: flex;
  position: relative;
  flex-flow: column;
  margin-top: 0.9375rem;
}

.c-header_sp nav > ul > li > .sub-menu::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #3c3c3c;
  content: "";
}

.c-header_sp nav > ul > li > .sub-menu > li {
  position: relative;
  padding-left: 1.875rem;
}

.c-header_sp nav > ul > li > .sub-menu > li::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 1px;
  transform: translateY(-50%);
  background-color: #606060;
  content: "";
}

.c-header_sp nav > ul > li > .sub-menu > li a {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.c-header_sp.open {
  visibility: visible;
  opacity: 1;
}

.c-header_sp.open nav,
.c-header_sp.open .btn_close {
  transform: translateX(0);
}

.c-header .btn_menu_sp {
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  transform: translateY(-50%);
}

.c-header .btn_menu_sp i {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 300;
}

/* ==========================================================================
   #Heading
   ========================================================================== */
/* ==========================================================================
   #Link
   ========================================================================== */
/* ==========================================================================
   #List
   ========================================================================== */
.c-list_article_full {
  gap: 6.25rem;
  display: flex;
  flex-flow: column;
  align-items: center;
}

@media (max-width: 600px) {
  .c-list_article_full {
    gap: 2.5rem;
  }
}

.c-list_article_full_item_thumb {
  text-align: center;
}

.c-list_article_full_item_body {
  width: 44.375rem;
  margin: auto;
  padding-top: 5.625rem;
}

@media (max-width: 600px) {
  .c-list_article_full_item_body {
    width: 100%;
    padding-top: 1.5625rem;
  }
}

.c-list_article_full_item_body .item_title {
  margin-bottom: 2.5rem;
}

@media (max-width: 600px) {
  .c-list_article_full_item_body .item_title {
    margin-bottom: 0.9375rem;
  }
}

.c-list_article_full_item_body .item_title a {
  color: #2b2d3f;
  font-size: 1.8125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.5625rem;
}

.c-list_article_full_item_body .item_title a:hover {
  color: #fecb35;
}

.c-list_article_full_item_body .item_body {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #767675;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75rem;
}

.c-list_article_full_item_body .item_link {
  margin-top: 1.5rem;
}

.c-list_article_full_item_body .item_link a {
  color: #fecb35;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.c-list_article_full_item_body .item_link a:hover {
  color: #2b2d3f;
}

.c-list_article_small_item {
  gap: 1.25rem;
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  align-items: flex-start;
}

.c-list_article_small_item_thumb {
  height: 4.25rem;
}

.c-list_article_small_item_thumb a {
  display: block;
}

.c-list_article_small_item_thumb a img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}

.c-list_article_small_item .item_date {
  margin-bottom: 0.3125rem;
  color: #a1a2a4;
  font-size: 0.8125rem;
  line-height: 1;
}

.c-list_article_small_item .item_title a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #3b3d42;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: inherit;
}

.c-list_related {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #ebeced;
}

@media (max-width: 600px) {
  .c-list_related {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}

.c-list_related .block_title {
  margin-bottom: 1.25rem;
  color: #3b3d42;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: inherit;
}

.c-list_related .list {
  gap: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 600px) {
  .c-list_related .list {
    gap: 0.9375rem;
    grid-template-columns: 1fr;
  }
}

.c-list_menu {
  display: flex;
  flex-flow: column;
}

@media (max-width: 600px) {
  .c-list_menu {
    grid-template-columns: 1fr;
  }
}

.c-list_menu .p-menuItem {
  gap: 0.9375rem;
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: flex-start;
}

@media (min-width: 601px) {
  .c-list_menu .p-menuItem:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}

@media (max-width: 600px) {
  .c-list_menu .p-menuItem:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 600px) {
  .c-list_menu .p-menuItem {
    gap: 0.9375rem;
    grid-template-columns: 1fr;
  }
}

.c-list_menu .p-menuItem_thumb {
  position: relative;
  width: 100%;
  height: 5rem;
  border-radius: 0.3125rem;
  background: #dcdcdc;
}

.c-list_menu .p-menuItem_thumb.nobg {
  height: auto !important;
  background: transparent !important;
}

.c-list_menu .p-menuItem_thumb .num {
  display: flex;
  position: absolute;
  top: -0.9375rem;
  left: -0.9375rem;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: #fecb35;
  font-weight: bold;
}

@media (max-width: 600px) {
  .c-list_menu .p-menuItem_thumb {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.c-list_menu .p-menuItem_thumb img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-list_menu .p-menuItem_info {
  display: grid;
  position: relative;
  grid-template-columns: 40.625rem 1fr 3.75rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
}

@media (max-width: 600px) {
  .c-list_menu .p-menuItem_info {
    grid-template-columns: 13.75rem 1fr !important;
  }
}

.c-list_menu .p-menuItem_info::after {
  display: block;
  position: absolute;
  bottom: 0.4375rem;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 0.0625rem dotted #ccc;
  content: "";
}

.c-list_menu .p-menuItem_info .detail_name {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.c-list_menu .p-menuItem_info .detail_name span {
  display: inline-block;
  z-index: 2;
  position: relative;
}

.c-list_menu .p-menuItem_info .detail_name span::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0.4375rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
}

@media (max-width: 600px) {
  .c-list_menu .p-menuItem_info .detail_name span::after {
    display: none;
  }
}

.c-list_menu .p-menuItem_info .detail_price {
  min-width: 3.125rem;
  color: #e1002f;
  text-align: right;
}

@media (max-width: 600px) {
  .c-list_menu .p-menuItem_info .detail_price {
    padding-right: 3.75rem;
  }
}

.c-list_menu .p-menuItem_info .detail_price span {
  display: inline-block;
  z-index: 2;
  position: relative;
}

.c-list_menu .p-menuItem_info .detail_price span::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0.4375rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
}

.c-list_menu .p-menuItem_info .detail_action {
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
}

@media (max-width: 600px) {
  .c-list_menu .p-menuItem_info .detail_action {
    position: absolute;
    right: 0;
  }
}

.c-list_menu .p-menuItem_info .detail_action a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: green;
  color: #fff;
  font-size: 1rem;
}

.c-list_menu .p-menuItem_des {
  font-size: 0.8125rem;
}

.c-list_menu.nobg {
  grid-template-columns: 0.9375rem 1fr;
}

.c-list_menu .nobg_nonum {
  gap: 0;
  grid-template-columns: 0 1fr;
}

@media (min-width: 601px) {
  .c-list_sub2 {
    margin-bottom: 1.5625rem;
  }
}

@media (max-width: 600px) {
  .c-list_sub2 {
    margin-bottom: 0.9375rem;
  }
}

.box-loading-animation {
  display: none;
  text-align: center;
}

/* ==========================================================================
   #Navbar
   ========================================================================== */
/* ==========================================================================
   #Navigation
   ========================================================================== */
/* ==========================================================================
   #Pagination
   ========================================================================== */
.c-pagination {
  -moz-column-gap: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.875rem 0;
  column-gap: 0.625rem;
}

.c-pagination a,
.c-pagination span {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 0.25rem;
  background: #e5e5e5;
  color: #666;
  font-size: 0.9375rem;
}

.c-pagination a.current,
.c-pagination span.current {
  background: #fecb35;
  color: #fff;
  font-weight: 500;
}

.c-pagination svg {
  width: 1.25rem;
  color: #666;
}

/* ==========================================================================
   #Post
   ========================================================================== */
/* ==========================================================================
   #Section
   ========================================================================== */
/* ==========================================================================
   #Table
   ========================================================================== */
.c-table {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0.625rem;
}

.c-table tbody, .c-table thead {
  display: block;
  width: 100%;
}

.c-table tbody tr {
  width: 100%;
  vertical-align: middle;
}

@media (min-width: 601px) {
  .c-table tbody tr {
    display: table;
  }
}

@media (max-width: 600px) {
  .c-table tbody tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.c-table__list tr:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}

.c-table__list th, .c-table__list td {
  color: #2b2d3f;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 600px) {
  .c-table__list th, .c-table__list td {
    padding: 0.4375rem 1rem;
  }
}

@media (min-width: 601px) {
  .c-table__list th {
    width: 12.5rem;
  }
}

@media (max-width: 600px) {
  .c-table__list th {
    width: 100%;
    text-align: left;
  }
}

.c-table__list td {
  padding: 0.625rem 1.25rem;
  background: #fff;
}

.c-table__list tr:first-child th {
  border-top-left-radius: 0.625rem;
}

.c-table__list tr:first-child td {
  border-top-right-radius: 0.625rem;
}

.c-table__list tr:last-child th {
  border-bottom-left-radius: 0.625rem;
}

@media (max-width: 600px) {
  .c-table__list tr:last-child th {
    border-bottom-left-radius: 0rem;
  }
}

.c-table__list tr:last-child td {
  border-bottom-right-radius: 0.625rem;
}

/* ==========================================================================
   #Thumbnail
   ========================================================================== */
.c-thumb {
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.625rem;
}

.c-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.c-thumb--4x3 {
  padding-bottom: 75%;
}

.c-thumb--1x1 {
  padding-bottom: 100%;
}

.c-thumbnail {
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.625rem;
}

.c-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.c-thumbnail--4x3 {
  padding-bottom: 75%;
}

.c-thumbnail--1x1 {
  padding-bottom: 100%;
}

/* ==========================================================================
   #Widget
   ========================================================================== */
.c-googlemap .p-googleMap {
  position: relative;
}

.c-googlemap .p-googleMap iframe {
  width: 100%;
  height: 25rem;
}

@media (max-width: 600px) {
  .c-googlemap .p-googleMap iframe {
    height: 18.75rem;
  }
}

/* ==========================================================================
   #Background
   ========================================================================== */
.u-background--white {
  background-color: #fff;
}

.u-background--black {
  background-color: #000;
}

.u-background--green {
  background-color: #9c6;
}

.u-background--red {
  background-color: #fecb35;
}

.u-background--gray {
  background-color: #2b2d3f;
}

.u-background--yellow {
  background-color: #030303;
}

.u-background--main {
  background-color: #fecb35;
}

.u-background--blue {
  background-color: #7ecef4;
}

.u-background--pink {
  background-color: #f19ec2;
}

.u-background__image {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ==========================================================================
   #Border
   ========================================================================== */
.u-border--white {
  border-color: #fff !important;
}

.u-border--black {
  border-color: #000 !important;
}

.u-border--green {
  border-color: #9c6 !important;
}

.u-border--red {
  border-color: #fecb35 !important;
}

.u-border--gray {
  border-color: #2b2d3f !important;
}

.u-border--yellow {
  border-color: #030303 !important;
}

.u-border--main {
  border-color: #fecb35 !important;
}

.u-border--blue {
  border-color: #7ecef4 !important;
}

.u-border--pink {
  border-color: #f19ec2 !important;
}

/* ==========================================================================
   #Display
   ========================================================================== */
.d--block {
  display: block !important;
}

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

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

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

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

@media (max-width: 600px) {
  .d-sp--block {
    display: block !important;
  }
  .d-sp--flex {
    display: flex !important;
  }
  .d-sp--fixed {
    display: fixed !important;
  }
  .d-sp--none {
    display: none !important;
  }
  .d-sp--inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 601px) {
  .d-pc--block {
    display: block !important;
  }
  .d-pc--flex {
    display: flex !important;
  }
  .d-pc--fixed {
    display: fixed !important;
  }
  .d-pc--none {
    display: none !important;
  }
  .d-pc--inline-block {
    display: inline-block !important;
  }
}

.d--center {
  display: block;
  margin: 0 auto;
}

.flex--row {
  flex-direction: row;
}

.flex--row-reverse {
  flex-direction: row-reverse;
}

.flex--column {
  flex-direction: column;
}

.flex--column-reverse {
  flex-direction: column-reverse;
}

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

.flex--no-wrap {
  flex-wrap: no-wrap;
}

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

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

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

.align__content--center {
  align-content: center;
}

.align__content--flex-start {
  align-content: flex-start;
}

.align__content--flex-end {
  align-content: flex-end;
}

.align__content--space-between {
  align-content: space-between;
}

.align__content--space-around {
  align-content: space-around;
}

.justify__items--center {
  justify-items: center;
}

.justify__items--flex-start {
  justify-items: flex-start;
}

.justify__items--flex-end {
  justify-items: flex-end;
}

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

.justify__content--flex-start {
  justify-content: flex-start;
}

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

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

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

@media (max-width: 600px) {
  .only__pc {
    display: none !important;
  }
}

@media (min-width: 601px) {
  .only__sp {
    display: none !important;
  }
}

/* ==========================================================================
   #Fonts
   ========================================================================== */
@font-face {
  src: url("../fonts/YuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/YuGothic-Regular.woff") format("woff"), url("../fonts/YuGothic-Regular.ttf") format("truetype"), url("../fonts/YuGothic-Regular.svg#YuGothic-Regular") format("svg");
  font-family: 'Yugo';
  font-style: normal;
  font-weight: normal;
}

@font-face {
  src: url("../fonts/YuGothic-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/YuGothic-Light.woff") format("woff"), url("../fonts/YuGothic-Light.ttf") format("truetype"), url("../fonts/YuGothic-Light.svg#YuGothic-Light") format("svg");
  font-family: 'YuGoLight';
  font-style: normal;
  font-weight: normal;
}

@font-face {
  src: url("../fonts/YuGothic-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/YuGothic-Medium.woff") format("woff"), url("../fonts/YuGothic-Medium.ttf") format("truetype"), url("../fonts/YuGothic-Medium.svg#YuGothic-Medium") format("svg");
  font-family: 'YuGoMedium';
  font-style: normal;
  font-weight: normal;
}

@font-face {
  src: url("../fonts/YuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/YuGothic-Bold.woff") format("woff"), url("../fonts/YuGothic-Bold.ttf") format("truetype"), url("../fonts/YuGothic-Bold.svg#YuGothic-Bold") format("svg");
  font-family: 'YugoBold';
  font-style: normal;
  font-weight: normal;
}

/* ==========================================================================
   #Spacing
   ========================================================================== */
/* padding left */
.pl--0 {
  padding-left: 0rem !important;
}

.pl--5 {
  padding-left: 0.3125rem !important;
}

.pl--10 {
  padding-left: 0.625rem !important;
}

.pl--15 {
  padding-left: 0.9375rem !important;
}

.pl--20 {
  padding-left: 1.25rem !important;
}

.pl--25 {
  padding-left: 1.5625rem !important;
}

.pl--30 {
  padding-left: 1.875rem !important;
}

.pl--35 {
  padding-left: 2.1875rem !important;
}

.pl--40 {
  padding-left: 2.5rem !important;
}

.pl--45 {
  padding-left: 2.8125rem !important;
}

.pl--50 {
  padding-left: 3.125rem !important;
}

.pl--55 {
  padding-left: 3.4375rem !important;
}

.pl--60 {
  padding-left: 3.75rem !important;
}

.pl--65 {
  padding-left: 4.0625rem !important;
}

.pl--70 {
  padding-left: 4.375rem !important;
}

.pl--75 {
  padding-left: 4.6875rem !important;
}

.pl--80 {
  padding-left: 5rem !important;
}

.pl--85 {
  padding-left: 5.3125rem !important;
}

.pl--90 {
  padding-left: 5.625rem !important;
}

.pl--95 {
  padding-left: 5.9375rem !important;
}

.pl--100 {
  padding-left: 6.25rem !important;
}

.pl--105 {
  padding-left: 6.5625rem !important;
}

.pl--110 {
  padding-left: 6.875rem !important;
}

.pl--115 {
  padding-left: 7.1875rem !important;
}

.pl--120 {
  padding-left: 7.5rem !important;
}

.pl--125 {
  padding-left: 7.8125rem !important;
}

.pl--130 {
  padding-left: 8.125rem !important;
}

.pl--135 {
  padding-left: 8.4375rem !important;
}

.pl--140 {
  padding-left: 8.75rem !important;
}

.pl--145 {
  padding-left: 9.0625rem !important;
}

.pl--150 {
  padding-left: 9.375rem !important;
}

.pl--155 {
  padding-left: 9.6875rem !important;
}

.pl--160 {
  padding-left: 10rem !important;
}

.pl--165 {
  padding-left: 10.3125rem !important;
}

.pl--170 {
  padding-left: 10.625rem !important;
}

.pl--175 {
  padding-left: 10.9375rem !important;
}

.pl--180 {
  padding-left: 11.25rem !important;
}

.pl--185 {
  padding-left: 11.5625rem !important;
}

.pl--190 {
  padding-left: 11.875rem !important;
}

.pl--195 {
  padding-left: 12.1875rem !important;
}

.pl--200 {
  padding-left: 12.5rem !important;
}

.pl--205 {
  padding-left: 12.8125rem !important;
}

.pl--210 {
  padding-left: 13.125rem !important;
}

.pl--215 {
  padding-left: 13.4375rem !important;
}

.pl--220 {
  padding-left: 13.75rem !important;
}

.pl--225 {
  padding-left: 14.0625rem !important;
}

.pl--230 {
  padding-left: 14.375rem !important;
}

.pl--235 {
  padding-left: 14.6875rem !important;
}

.pl--240 {
  padding-left: 15rem !important;
}

.pl--245 {
  padding-left: 15.3125rem !important;
}

.pl--250 {
  padding-left: 15.625rem !important;
}

/* padding right */
.pr--0 {
  padding-right: 0rem !important;
}

.pr--5 {
  padding-right: 0.3125rem !important;
}

.pr--10 {
  padding-right: 0.625rem !important;
}

.pr--15 {
  padding-right: 0.9375rem !important;
}

.pr--20 {
  padding-right: 1.25rem !important;
}

.pr--25 {
  padding-right: 1.5625rem !important;
}

.pr--30 {
  padding-right: 1.875rem !important;
}

.pr--35 {
  padding-right: 2.1875rem !important;
}

.pr--40 {
  padding-right: 2.5rem !important;
}

.pr--45 {
  padding-right: 2.8125rem !important;
}

.pr--50 {
  padding-right: 3.125rem !important;
}

.pr--55 {
  padding-right: 3.4375rem !important;
}

.pr--60 {
  padding-right: 3.75rem !important;
}

.pr--65 {
  padding-right: 4.0625rem !important;
}

.pr--70 {
  padding-right: 4.375rem !important;
}

.pr--75 {
  padding-right: 4.6875rem !important;
}

.pr--80 {
  padding-right: 5rem !important;
}

.pr--85 {
  padding-right: 5.3125rem !important;
}

.pr--90 {
  padding-right: 5.625rem !important;
}

.pr--95 {
  padding-right: 5.9375rem !important;
}

.pr--100 {
  padding-right: 6.25rem !important;
}

.pr--105 {
  padding-right: 6.5625rem !important;
}

.pr--110 {
  padding-right: 6.875rem !important;
}

.pr--115 {
  padding-right: 7.1875rem !important;
}

.pr--120 {
  padding-right: 7.5rem !important;
}

.pr--125 {
  padding-right: 7.8125rem !important;
}

.pr--130 {
  padding-right: 8.125rem !important;
}

.pr--135 {
  padding-right: 8.4375rem !important;
}

.pr--140 {
  padding-right: 8.75rem !important;
}

.pr--145 {
  padding-right: 9.0625rem !important;
}

.pr--150 {
  padding-right: 9.375rem !important;
}

.pr--155 {
  padding-right: 9.6875rem !important;
}

.pr--160 {
  padding-right: 10rem !important;
}

.pr--165 {
  padding-right: 10.3125rem !important;
}

.pr--170 {
  padding-right: 10.625rem !important;
}

.pr--175 {
  padding-right: 10.9375rem !important;
}

.pr--180 {
  padding-right: 11.25rem !important;
}

.pr--185 {
  padding-right: 11.5625rem !important;
}

.pr--190 {
  padding-right: 11.875rem !important;
}

.pr--195 {
  padding-right: 12.1875rem !important;
}

.pr--200 {
  padding-right: 12.5rem !important;
}

.pr--205 {
  padding-right: 12.8125rem !important;
}

.pr--210 {
  padding-right: 13.125rem !important;
}

.pr--215 {
  padding-right: 13.4375rem !important;
}

.pr--220 {
  padding-right: 13.75rem !important;
}

.pr--225 {
  padding-right: 14.0625rem !important;
}

.pr--230 {
  padding-right: 14.375rem !important;
}

.pr--235 {
  padding-right: 14.6875rem !important;
}

.pr--240 {
  padding-right: 15rem !important;
}

.pr--245 {
  padding-right: 15.3125rem !important;
}

.pr--250 {
  padding-right: 15.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin left */
.ml--0 {
  margin-left: 0rem !important;
}

.ml--5 {
  margin-left: 0.3125rem !important;
}

.ml--10 {
  margin-left: 0.625rem !important;
}

.ml--15 {
  margin-left: 0.9375rem !important;
}

.ml--20 {
  margin-left: 1.25rem !important;
}

.ml--25 {
  margin-left: 1.5625rem !important;
}

.ml--30 {
  margin-left: 1.875rem !important;
}

.ml--35 {
  margin-left: 2.1875rem !important;
}

.ml--40 {
  margin-left: 2.5rem !important;
}

.ml--45 {
  margin-left: 2.8125rem !important;
}

.ml--50 {
  margin-left: 3.125rem !important;
}

.ml--55 {
  margin-left: 3.4375rem !important;
}

.ml--60 {
  margin-left: 3.75rem !important;
}

.ml--65 {
  margin-left: 4.0625rem !important;
}

.ml--70 {
  margin-left: 4.375rem !important;
}

.ml--75 {
  margin-left: 4.6875rem !important;
}

.ml--80 {
  margin-left: 5rem !important;
}

.ml--85 {
  margin-left: 5.3125rem !important;
}

.ml--90 {
  margin-left: 5.625rem !important;
}

.ml--95 {
  margin-left: 5.9375rem !important;
}

.ml--100 {
  margin-left: 6.25rem !important;
}

.ml--105 {
  margin-left: 6.5625rem !important;
}

.ml--110 {
  margin-left: 6.875rem !important;
}

.ml--115 {
  margin-left: 7.1875rem !important;
}

.ml--120 {
  margin-left: 7.5rem !important;
}

.ml--125 {
  margin-left: 7.8125rem !important;
}

.ml--130 {
  margin-left: 8.125rem !important;
}

.ml--135 {
  margin-left: 8.4375rem !important;
}

.ml--140 {
  margin-left: 8.75rem !important;
}

.ml--145 {
  margin-left: 9.0625rem !important;
}

.ml--150 {
  margin-left: 9.375rem !important;
}

.ml--155 {
  margin-left: 9.6875rem !important;
}

.ml--160 {
  margin-left: 10rem !important;
}

.ml--165 {
  margin-left: 10.3125rem !important;
}

.ml--170 {
  margin-left: 10.625rem !important;
}

.ml--175 {
  margin-left: 10.9375rem !important;
}

.ml--180 {
  margin-left: 11.25rem !important;
}

.ml--185 {
  margin-left: 11.5625rem !important;
}

.ml--190 {
  margin-left: 11.875rem !important;
}

.ml--195 {
  margin-left: 12.1875rem !important;
}

.ml--200 {
  margin-left: 12.5rem !important;
}

.ml--205 {
  margin-left: 12.8125rem !important;
}

.ml--210 {
  margin-left: 13.125rem !important;
}

.ml--215 {
  margin-left: 13.4375rem !important;
}

.ml--220 {
  margin-left: 13.75rem !important;
}

.ml--225 {
  margin-left: 14.0625rem !important;
}

.ml--230 {
  margin-left: 14.375rem !important;
}

.ml--235 {
  margin-left: 14.6875rem !important;
}

.ml--240 {
  margin-left: 15rem !important;
}

.ml--245 {
  margin-left: 15.3125rem !important;
}

.ml--250 {
  margin-left: 15.625rem !important;
}

/* margin right */
.mr--0 {
  margin-right: 0rem !important;
}

.mr--5 {
  margin-right: 0.3125rem !important;
}

.mr--10 {
  margin-right: 0.625rem !important;
}

.mr--15 {
  margin-right: 0.9375rem !important;
}

.mr--20 {
  margin-right: 1.25rem !important;
}

.mr--25 {
  margin-right: 1.5625rem !important;
}

.mr--30 {
  margin-right: 1.875rem !important;
}

.mr--35 {
  margin-right: 2.1875rem !important;
}

.mr--40 {
  margin-right: 2.5rem !important;
}

.mr--45 {
  margin-right: 2.8125rem !important;
}

.mr--50 {
  margin-right: 3.125rem !important;
}

.mr--55 {
  margin-right: 3.4375rem !important;
}

.mr--60 {
  margin-right: 3.75rem !important;
}

.mr--65 {
  margin-right: 4.0625rem !important;
}

.mr--70 {
  margin-right: 4.375rem !important;
}

.mr--75 {
  margin-right: 4.6875rem !important;
}

.mr--80 {
  margin-right: 5rem !important;
}

.mr--85 {
  margin-right: 5.3125rem !important;
}

.mr--90 {
  margin-right: 5.625rem !important;
}

.mr--95 {
  margin-right: 5.9375rem !important;
}

.mr--100 {
  margin-right: 6.25rem !important;
}

.mr--105 {
  margin-right: 6.5625rem !important;
}

.mr--110 {
  margin-right: 6.875rem !important;
}

.mr--115 {
  margin-right: 7.1875rem !important;
}

.mr--120 {
  margin-right: 7.5rem !important;
}

.mr--125 {
  margin-right: 7.8125rem !important;
}

.mr--130 {
  margin-right: 8.125rem !important;
}

.mr--135 {
  margin-right: 8.4375rem !important;
}

.mr--140 {
  margin-right: 8.75rem !important;
}

.mr--145 {
  margin-right: 9.0625rem !important;
}

.mr--150 {
  margin-right: 9.375rem !important;
}

.mr--155 {
  margin-right: 9.6875rem !important;
}

.mr--160 {
  margin-right: 10rem !important;
}

.mr--165 {
  margin-right: 10.3125rem !important;
}

.mr--170 {
  margin-right: 10.625rem !important;
}

.mr--175 {
  margin-right: 10.9375rem !important;
}

.mr--180 {
  margin-right: 11.25rem !important;
}

.mr--185 {
  margin-right: 11.5625rem !important;
}

.mr--190 {
  margin-right: 11.875rem !important;
}

.mr--195 {
  margin-right: 12.1875rem !important;
}

.mr--200 {
  margin-right: 12.5rem !important;
}

.mr--205 {
  margin-right: 12.8125rem !important;
}

.mr--210 {
  margin-right: 13.125rem !important;
}

.mr--215 {
  margin-right: 13.4375rem !important;
}

.mr--220 {
  margin-right: 13.75rem !important;
}

.mr--225 {
  margin-right: 14.0625rem !important;
}

.mr--230 {
  margin-right: 14.375rem !important;
}

.mr--235 {
  margin-right: 14.6875rem !important;
}

.mr--240 {
  margin-right: 15rem !important;
}

.mr--245 {
  margin-right: 15.3125rem !important;
}

.mr--250 {
  margin-right: 15.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 601px) {
  /* padding left */
  .pl-pc--0 {
    padding-left: 0rem !important;
  }
  .pl-pc--5 {
    padding-left: 0.3125rem !important;
  }
  .pl-pc--10 {
    padding-left: 0.625rem !important;
  }
  .pl-pc--15 {
    padding-left: 0.9375rem !important;
  }
  .pl-pc--20 {
    padding-left: 1.25rem !important;
  }
  .pl-pc--25 {
    padding-left: 1.5625rem !important;
  }
  .pl-pc--30 {
    padding-left: 1.875rem !important;
  }
  .pl-pc--35 {
    padding-left: 2.1875rem !important;
  }
  .pl-pc--40 {
    padding-left: 2.5rem !important;
  }
  .pl-pc--45 {
    padding-left: 2.8125rem !important;
  }
  .pl-pc--50 {
    padding-left: 3.125rem !important;
  }
  .pl-pc--55 {
    padding-left: 3.4375rem !important;
  }
  .pl-pc--60 {
    padding-left: 3.75rem !important;
  }
  .pl-pc--65 {
    padding-left: 4.0625rem !important;
  }
  .pl-pc--70 {
    padding-left: 4.375rem !important;
  }
  .pl-pc--75 {
    padding-left: 4.6875rem !important;
  }
  .pl-pc--80 {
    padding-left: 5rem !important;
  }
  .pl-pc--85 {
    padding-left: 5.3125rem !important;
  }
  .pl-pc--90 {
    padding-left: 5.625rem !important;
  }
  .pl-pc--95 {
    padding-left: 5.9375rem !important;
  }
  .pl-pc--100 {
    padding-left: 6.25rem !important;
  }
  .pl-pc--105 {
    padding-left: 6.5625rem !important;
  }
  .pl-pc--110 {
    padding-left: 6.875rem !important;
  }
  .pl-pc--115 {
    padding-left: 7.1875rem !important;
  }
  .pl-pc--120 {
    padding-left: 7.5rem !important;
  }
  .pl-pc--125 {
    padding-left: 7.8125rem !important;
  }
  .pl-pc--130 {
    padding-left: 8.125rem !important;
  }
  .pl-pc--135 {
    padding-left: 8.4375rem !important;
  }
  .pl-pc--140 {
    padding-left: 8.75rem !important;
  }
  .pl-pc--145 {
    padding-left: 9.0625rem !important;
  }
  .pl-pc--150 {
    padding-left: 9.375rem !important;
  }
  .pl-pc--155 {
    padding-left: 9.6875rem !important;
  }
  .pl-pc--160 {
    padding-left: 10rem !important;
  }
  .pl-pc--165 {
    padding-left: 10.3125rem !important;
  }
  .pl-pc--170 {
    padding-left: 10.625rem !important;
  }
  .pl-pc--175 {
    padding-left: 10.9375rem !important;
  }
  .pl-pc--180 {
    padding-left: 11.25rem !important;
  }
  .pl-pc--185 {
    padding-left: 11.5625rem !important;
  }
  .pl-pc--190 {
    padding-left: 11.875rem !important;
  }
  .pl-pc--195 {
    padding-left: 12.1875rem !important;
  }
  .pl-pc--200 {
    padding-left: 12.5rem !important;
  }
  .pl-pc--205 {
    padding-left: 12.8125rem !important;
  }
  .pl-pc--210 {
    padding-left: 13.125rem !important;
  }
  .pl-pc--215 {
    padding-left: 13.4375rem !important;
  }
  .pl-pc--220 {
    padding-left: 13.75rem !important;
  }
  .pl-pc--225 {
    padding-left: 14.0625rem !important;
  }
  .pl-pc--230 {
    padding-left: 14.375rem !important;
  }
  .pl-pc--235 {
    padding-left: 14.6875rem !important;
  }
  .pl-pc--240 {
    padding-left: 15rem !important;
  }
  .pl-pc--245 {
    padding-left: 15.3125rem !important;
  }
  .pl-pc--250 {
    padding-left: 15.625rem !important;
  }
  /* padding right */
  .pr-pc--0 {
    padding-right: 0rem !important;
  }
  .pr-pc--5 {
    padding-right: 0.3125rem !important;
  }
  .pr-pc--10 {
    padding-right: 0.625rem !important;
  }
  .pr-pc--15 {
    padding-right: 0.9375rem !important;
  }
  .pr-pc--20 {
    padding-right: 1.25rem !important;
  }
  .pr-pc--25 {
    padding-right: 1.5625rem !important;
  }
  .pr-pc--30 {
    padding-right: 1.875rem !important;
  }
  .pr-pc--35 {
    padding-right: 2.1875rem !important;
  }
  .pr-pc--40 {
    padding-right: 2.5rem !important;
  }
  .pr-pc--45 {
    padding-right: 2.8125rem !important;
  }
  .pr-pc--50 {
    padding-right: 3.125rem !important;
  }
  .pr-pc--55 {
    padding-right: 3.4375rem !important;
  }
  .pr-pc--60 {
    padding-right: 3.75rem !important;
  }
  .pr-pc--65 {
    padding-right: 4.0625rem !important;
  }
  .pr-pc--70 {
    padding-right: 4.375rem !important;
  }
  .pr-pc--75 {
    padding-right: 4.6875rem !important;
  }
  .pr-pc--80 {
    padding-right: 5rem !important;
  }
  .pr-pc--85 {
    padding-right: 5.3125rem !important;
  }
  .pr-pc--90 {
    padding-right: 5.625rem !important;
  }
  .pr-pc--95 {
    padding-right: 5.9375rem !important;
  }
  .pr-pc--100 {
    padding-right: 6.25rem !important;
  }
  .pr-pc--105 {
    padding-right: 6.5625rem !important;
  }
  .pr-pc--110 {
    padding-right: 6.875rem !important;
  }
  .pr-pc--115 {
    padding-right: 7.1875rem !important;
  }
  .pr-pc--120 {
    padding-right: 7.5rem !important;
  }
  .pr-pc--125 {
    padding-right: 7.8125rem !important;
  }
  .pr-pc--130 {
    padding-right: 8.125rem !important;
  }
  .pr-pc--135 {
    padding-right: 8.4375rem !important;
  }
  .pr-pc--140 {
    padding-right: 8.75rem !important;
  }
  .pr-pc--145 {
    padding-right: 9.0625rem !important;
  }
  .pr-pc--150 {
    padding-right: 9.375rem !important;
  }
  .pr-pc--155 {
    padding-right: 9.6875rem !important;
  }
  .pr-pc--160 {
    padding-right: 10rem !important;
  }
  .pr-pc--165 {
    padding-right: 10.3125rem !important;
  }
  .pr-pc--170 {
    padding-right: 10.625rem !important;
  }
  .pr-pc--175 {
    padding-right: 10.9375rem !important;
  }
  .pr-pc--180 {
    padding-right: 11.25rem !important;
  }
  .pr-pc--185 {
    padding-right: 11.5625rem !important;
  }
  .pr-pc--190 {
    padding-right: 11.875rem !important;
  }
  .pr-pc--195 {
    padding-right: 12.1875rem !important;
  }
  .pr-pc--200 {
    padding-right: 12.5rem !important;
  }
  .pr-pc--205 {
    padding-right: 12.8125rem !important;
  }
  .pr-pc--210 {
    padding-right: 13.125rem !important;
  }
  .pr-pc--215 {
    padding-right: 13.4375rem !important;
  }
  .pr-pc--220 {
    padding-right: 13.75rem !important;
  }
  .pr-pc--225 {
    padding-right: 14.0625rem !important;
  }
  .pr-pc--230 {
    padding-right: 14.375rem !important;
  }
  .pr-pc--235 {
    padding-right: 14.6875rem !important;
  }
  .pr-pc--240 {
    padding-right: 15rem !important;
  }
  .pr-pc--245 {
    padding-right: 15.3125rem !important;
  }
  .pr-pc--250 {
    padding-right: 15.625rem !important;
  }
  /* padding top */
  .pt-pc--0 {
    padding-top: 0rem !important;
  }
  .pt-pc--5 {
    padding-top: 0.3125rem !important;
  }
  .pt-pc--10 {
    padding-top: 0.625rem !important;
  }
  .pt-pc--15 {
    padding-top: 0.9375rem !important;
  }
  .pt-pc--20 {
    padding-top: 1.25rem !important;
  }
  .pt-pc--25 {
    padding-top: 1.5625rem !important;
  }
  .pt-pc--30 {
    padding-top: 1.875rem !important;
  }
  .pt-pc--35 {
    padding-top: 2.1875rem !important;
  }
  .pt-pc--40 {
    padding-top: 2.5rem !important;
  }
  .pt-pc--45 {
    padding-top: 2.8125rem !important;
  }
  .pt-pc--50 {
    padding-top: 3.125rem !important;
  }
  .pt-pc--55 {
    padding-top: 3.4375rem !important;
  }
  .pt-pc--60 {
    padding-top: 3.75rem !important;
  }
  .pt-pc--65 {
    padding-top: 4.0625rem !important;
  }
  .pt-pc--70 {
    padding-top: 4.375rem !important;
  }
  .pt-pc--75 {
    padding-top: 4.6875rem !important;
  }
  .pt-pc--80 {
    padding-top: 5rem !important;
  }
  .pt-pc--85 {
    padding-top: 5.3125rem !important;
  }
  .pt-pc--90 {
    padding-top: 5.625rem !important;
  }
  .pt-pc--95 {
    padding-top: 5.9375rem !important;
  }
  .pt-pc--100 {
    padding-top: 6.25rem !important;
  }
  .pt-pc--105 {
    padding-top: 6.5625rem !important;
  }
  .pt-pc--110 {
    padding-top: 6.875rem !important;
  }
  .pt-pc--115 {
    padding-top: 7.1875rem !important;
  }
  .pt-pc--120 {
    padding-top: 7.5rem !important;
  }
  .pt-pc--125 {
    padding-top: 7.8125rem !important;
  }
  .pt-pc--130 {
    padding-top: 8.125rem !important;
  }
  .pt-pc--135 {
    padding-top: 8.4375rem !important;
  }
  .pt-pc--140 {
    padding-top: 8.75rem !important;
  }
  .pt-pc--145 {
    padding-top: 9.0625rem !important;
  }
  .pt-pc--150 {
    padding-top: 9.375rem !important;
  }
  .pt-pc--155 {
    padding-top: 9.6875rem !important;
  }
  .pt-pc--160 {
    padding-top: 10rem !important;
  }
  .pt-pc--165 {
    padding-top: 10.3125rem !important;
  }
  .pt-pc--170 {
    padding-top: 10.625rem !important;
  }
  .pt-pc--175 {
    padding-top: 10.9375rem !important;
  }
  .pt-pc--180 {
    padding-top: 11.25rem !important;
  }
  .pt-pc--185 {
    padding-top: 11.5625rem !important;
  }
  .pt-pc--190 {
    padding-top: 11.875rem !important;
  }
  .pt-pc--195 {
    padding-top: 12.1875rem !important;
  }
  .pt-pc--200 {
    padding-top: 12.5rem !important;
  }
  .pt-pc--205 {
    padding-top: 12.8125rem !important;
  }
  .pt-pc--210 {
    padding-top: 13.125rem !important;
  }
  .pt-pc--215 {
    padding-top: 13.4375rem !important;
  }
  .pt-pc--220 {
    padding-top: 13.75rem !important;
  }
  .pt-pc--225 {
    padding-top: 14.0625rem !important;
  }
  .pt-pc--230 {
    padding-top: 14.375rem !important;
  }
  .pt-pc--235 {
    padding-top: 14.6875rem !important;
  }
  .pt-pc--240 {
    padding-top: 15rem !important;
  }
  .pt-pc--245 {
    padding-top: 15.3125rem !important;
  }
  .pt-pc--250 {
    padding-top: 15.625rem !important;
  }
  /* padding bottom */
  .pb-pc--0 {
    padding-bottom: 0rem !important;
  }
  .pb-pc--5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-pc--10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-pc--15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-pc--20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-pc--25 {
    padding-bottom: 1.5625rem !important;
  }
  .pb-pc--30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-pc--35 {
    padding-bottom: 2.1875rem !important;
  }
  .pb-pc--40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-pc--45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-pc--50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-pc--55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-pc--60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-pc--65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-pc--70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-pc--75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-pc--80 {
    padding-bottom: 5rem !important;
  }
  .pb-pc--85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-pc--90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-pc--95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-pc--100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-pc--105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-pc--110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-pc--115 {
    padding-bottom: 7.1875rem !important;
  }
  .pb-pc--120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-pc--125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-pc--130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-pc--135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-pc--140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-pc--145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-pc--150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-pc--155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-pc--160 {
    padding-bottom: 10rem !important;
  }
  .pb-pc--165 {
    padding-bottom: 10.3125rem !important;
  }
  .pb-pc--170 {
    padding-bottom: 10.625rem !important;
  }
  .pb-pc--175 {
    padding-bottom: 10.9375rem !important;
  }
  .pb-pc--180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-pc--185 {
    padding-bottom: 11.5625rem !important;
  }
  .pb-pc--190 {
    padding-bottom: 11.875rem !important;
  }
  .pb-pc--195 {
    padding-bottom: 12.1875rem !important;
  }
  .pb-pc--200 {
    padding-bottom: 12.5rem !important;
  }
  .pb-pc--205 {
    padding-bottom: 12.8125rem !important;
  }
  .pb-pc--210 {
    padding-bottom: 13.125rem !important;
  }
  .pb-pc--215 {
    padding-bottom: 13.4375rem !important;
  }
  .pb-pc--220 {
    padding-bottom: 13.75rem !important;
  }
  .pb-pc--225 {
    padding-bottom: 14.0625rem !important;
  }
  .pb-pc--230 {
    padding-bottom: 14.375rem !important;
  }
  .pb-pc--235 {
    padding-bottom: 14.6875rem !important;
  }
  .pb-pc--240 {
    padding-bottom: 15rem !important;
  }
  .pb-pc--245 {
    padding-bottom: 15.3125rem !important;
  }
  .pb-pc--250 {
    padding-bottom: 15.625rem !important;
  }
  /* padding x */
  .px-pc--0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-pc--5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-pc--10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-pc--15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-pc--20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-pc--25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .px-pc--30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-pc--35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .px-pc--40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-pc--45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-pc--50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-pc--55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-pc--60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-pc--65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-pc--70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-pc--75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-pc--80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-pc--85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-pc--90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-pc--95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-pc--100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-pc--105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-pc--110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-pc--115 {
    padding-right: 7.1875rem !important;
    padding-left: 7.1875rem !important;
  }
  .px-pc--120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-pc--125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-pc--130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-pc--135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-pc--140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-pc--145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-pc--150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-pc--155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-pc--160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-pc--165 {
    padding-right: 10.3125rem !important;
    padding-left: 10.3125rem !important;
  }
  .px-pc--170 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-pc--175 {
    padding-right: 10.9375rem !important;
    padding-left: 10.9375rem !important;
  }
  .px-pc--180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-pc--185 {
    padding-right: 11.5625rem !important;
    padding-left: 11.5625rem !important;
  }
  .px-pc--190 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-pc--195 {
    padding-right: 12.1875rem !important;
    padding-left: 12.1875rem !important;
  }
  .px-pc--200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-pc--205 {
    padding-right: 12.8125rem !important;
    padding-left: 12.8125rem !important;
  }
  .px-pc--210 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }
  .px-pc--215 {
    padding-right: 13.4375rem !important;
    padding-left: 13.4375rem !important;
  }
  .px-pc--220 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }
  .px-pc--225 {
    padding-right: 14.0625rem !important;
    padding-left: 14.0625rem !important;
  }
  .px-pc--230 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }
  .px-pc--235 {
    padding-right: 14.6875rem !important;
    padding-left: 14.6875rem !important;
  }
  .px-pc--240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-pc--245 {
    padding-right: 15.3125rem !important;
    padding-left: 15.3125rem !important;
  }
  .px-pc--250 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }
  /* padding y */
  .py-pc--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-pc--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-pc--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-pc--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-pc--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-pc--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .py-pc--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-pc--35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .py-pc--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-pc--45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-pc--50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-pc--55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-pc--60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-pc--65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-pc--70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-pc--75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-pc--80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-pc--85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-pc--90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-pc--95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-pc--100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-pc--105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-pc--110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-pc--115 {
    padding-top: 7.1875rem !important;
    padding-bottom: 7.1875rem !important;
  }
  .py-pc--120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-pc--125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-pc--130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-pc--135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-pc--140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-pc--145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-pc--150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-pc--155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-pc--160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-pc--165 {
    padding-top: 10.3125rem !important;
    padding-bottom: 10.3125rem !important;
  }
  .py-pc--170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-pc--175 {
    padding-top: 10.9375rem !important;
    padding-bottom: 10.9375rem !important;
  }
  .py-pc--180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-pc--185 {
    padding-top: 11.5625rem !important;
    padding-bottom: 11.5625rem !important;
  }
  .py-pc--190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-pc--195 {
    padding-top: 12.1875rem !important;
    padding-bottom: 12.1875rem !important;
  }
  .py-pc--200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-pc--205 {
    padding-top: 12.8125rem !important;
    padding-bottom: 12.8125rem !important;
  }
  .py-pc--210 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }
  .py-pc--215 {
    padding-top: 13.4375rem !important;
    padding-bottom: 13.4375rem !important;
  }
  .py-pc--220 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .py-pc--225 {
    padding-top: 14.0625rem !important;
    padding-bottom: 14.0625rem !important;
  }
  .py-pc--230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }
  .py-pc--235 {
    padding-top: 14.6875rem !important;
    padding-bottom: 14.6875rem !important;
  }
  .py-pc--240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-pc--245 {
    padding-top: 15.3125rem !important;
    padding-bottom: 15.3125rem !important;
  }
  .py-pc--250 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }
  /* margin left */
  .ml-pc--0 {
    margin-left: 0rem !important;
  }
  .ml-pc--5 {
    margin-left: 0.3125rem !important;
  }
  .ml-pc--10 {
    margin-left: 0.625rem !important;
  }
  .ml-pc--15 {
    margin-left: 0.9375rem !important;
  }
  .ml-pc--20 {
    margin-left: 1.25rem !important;
  }
  .ml-pc--25 {
    margin-left: 1.5625rem !important;
  }
  .ml-pc--30 {
    margin-left: 1.875rem !important;
  }
  .ml-pc--35 {
    margin-left: 2.1875rem !important;
  }
  .ml-pc--40 {
    margin-left: 2.5rem !important;
  }
  .ml-pc--45 {
    margin-left: 2.8125rem !important;
  }
  .ml-pc--50 {
    margin-left: 3.125rem !important;
  }
  .ml-pc--55 {
    margin-left: 3.4375rem !important;
  }
  .ml-pc--60 {
    margin-left: 3.75rem !important;
  }
  .ml-pc--65 {
    margin-left: 4.0625rem !important;
  }
  .ml-pc--70 {
    margin-left: 4.375rem !important;
  }
  .ml-pc--75 {
    margin-left: 4.6875rem !important;
  }
  .ml-pc--80 {
    margin-left: 5rem !important;
  }
  .ml-pc--85 {
    margin-left: 5.3125rem !important;
  }
  .ml-pc--90 {
    margin-left: 5.625rem !important;
  }
  .ml-pc--95 {
    margin-left: 5.9375rem !important;
  }
  .ml-pc--100 {
    margin-left: 6.25rem !important;
  }
  .ml-pc--105 {
    margin-left: 6.5625rem !important;
  }
  .ml-pc--110 {
    margin-left: 6.875rem !important;
  }
  .ml-pc--115 {
    margin-left: 7.1875rem !important;
  }
  .ml-pc--120 {
    margin-left: 7.5rem !important;
  }
  .ml-pc--125 {
    margin-left: 7.8125rem !important;
  }
  .ml-pc--130 {
    margin-left: 8.125rem !important;
  }
  .ml-pc--135 {
    margin-left: 8.4375rem !important;
  }
  .ml-pc--140 {
    margin-left: 8.75rem !important;
  }
  .ml-pc--145 {
    margin-left: 9.0625rem !important;
  }
  .ml-pc--150 {
    margin-left: 9.375rem !important;
  }
  .ml-pc--155 {
    margin-left: 9.6875rem !important;
  }
  .ml-pc--160 {
    margin-left: 10rem !important;
  }
  .ml-pc--165 {
    margin-left: 10.3125rem !important;
  }
  .ml-pc--170 {
    margin-left: 10.625rem !important;
  }
  .ml-pc--175 {
    margin-left: 10.9375rem !important;
  }
  .ml-pc--180 {
    margin-left: 11.25rem !important;
  }
  .ml-pc--185 {
    margin-left: 11.5625rem !important;
  }
  .ml-pc--190 {
    margin-left: 11.875rem !important;
  }
  .ml-pc--195 {
    margin-left: 12.1875rem !important;
  }
  .ml-pc--200 {
    margin-left: 12.5rem !important;
  }
  .ml-pc--205 {
    margin-left: 12.8125rem !important;
  }
  .ml-pc--210 {
    margin-left: 13.125rem !important;
  }
  .ml-pc--215 {
    margin-left: 13.4375rem !important;
  }
  .ml-pc--220 {
    margin-left: 13.75rem !important;
  }
  .ml-pc--225 {
    margin-left: 14.0625rem !important;
  }
  .ml-pc--230 {
    margin-left: 14.375rem !important;
  }
  .ml-pc--235 {
    margin-left: 14.6875rem !important;
  }
  .ml-pc--240 {
    margin-left: 15rem !important;
  }
  .ml-pc--245 {
    margin-left: 15.3125rem !important;
  }
  .ml-pc--250 {
    margin-left: 15.625rem !important;
  }
  /* margin right */
  .mr-pc--0 {
    margin-right: 0rem !important;
  }
  .mr-pc--5 {
    margin-right: 0.3125rem !important;
  }
  .mr-pc--10 {
    margin-right: 0.625rem !important;
  }
  .mr-pc--15 {
    margin-right: 0.9375rem !important;
  }
  .mr-pc--20 {
    margin-right: 1.25rem !important;
  }
  .mr-pc--25 {
    margin-right: 1.5625rem !important;
  }
  .mr-pc--30 {
    margin-right: 1.875rem !important;
  }
  .mr-pc--35 {
    margin-right: 2.1875rem !important;
  }
  .mr-pc--40 {
    margin-right: 2.5rem !important;
  }
  .mr-pc--45 {
    margin-right: 2.8125rem !important;
  }
  .mr-pc--50 {
    margin-right: 3.125rem !important;
  }
  .mr-pc--55 {
    margin-right: 3.4375rem !important;
  }
  .mr-pc--60 {
    margin-right: 3.75rem !important;
  }
  .mr-pc--65 {
    margin-right: 4.0625rem !important;
  }
  .mr-pc--70 {
    margin-right: 4.375rem !important;
  }
  .mr-pc--75 {
    margin-right: 4.6875rem !important;
  }
  .mr-pc--80 {
    margin-right: 5rem !important;
  }
  .mr-pc--85 {
    margin-right: 5.3125rem !important;
  }
  .mr-pc--90 {
    margin-right: 5.625rem !important;
  }
  .mr-pc--95 {
    margin-right: 5.9375rem !important;
  }
  .mr-pc--100 {
    margin-right: 6.25rem !important;
  }
  .mr-pc--105 {
    margin-right: 6.5625rem !important;
  }
  .mr-pc--110 {
    margin-right: 6.875rem !important;
  }
  .mr-pc--115 {
    margin-right: 7.1875rem !important;
  }
  .mr-pc--120 {
    margin-right: 7.5rem !important;
  }
  .mr-pc--125 {
    margin-right: 7.8125rem !important;
  }
  .mr-pc--130 {
    margin-right: 8.125rem !important;
  }
  .mr-pc--135 {
    margin-right: 8.4375rem !important;
  }
  .mr-pc--140 {
    margin-right: 8.75rem !important;
  }
  .mr-pc--145 {
    margin-right: 9.0625rem !important;
  }
  .mr-pc--150 {
    margin-right: 9.375rem !important;
  }
  .mr-pc--155 {
    margin-right: 9.6875rem !important;
  }
  .mr-pc--160 {
    margin-right: 10rem !important;
  }
  .mr-pc--165 {
    margin-right: 10.3125rem !important;
  }
  .mr-pc--170 {
    margin-right: 10.625rem !important;
  }
  .mr-pc--175 {
    margin-right: 10.9375rem !important;
  }
  .mr-pc--180 {
    margin-right: 11.25rem !important;
  }
  .mr-pc--185 {
    margin-right: 11.5625rem !important;
  }
  .mr-pc--190 {
    margin-right: 11.875rem !important;
  }
  .mr-pc--195 {
    margin-right: 12.1875rem !important;
  }
  .mr-pc--200 {
    margin-right: 12.5rem !important;
  }
  .mr-pc--205 {
    margin-right: 12.8125rem !important;
  }
  .mr-pc--210 {
    margin-right: 13.125rem !important;
  }
  .mr-pc--215 {
    margin-right: 13.4375rem !important;
  }
  .mr-pc--220 {
    margin-right: 13.75rem !important;
  }
  .mr-pc--225 {
    margin-right: 14.0625rem !important;
  }
  .mr-pc--230 {
    margin-right: 14.375rem !important;
  }
  .mr-pc--235 {
    margin-right: 14.6875rem !important;
  }
  .mr-pc--240 {
    margin-right: 15rem !important;
  }
  .mr-pc--245 {
    margin-right: 15.3125rem !important;
  }
  .mr-pc--250 {
    margin-right: 15.625rem !important;
  }
  /* margin top */
  .mt-pc--0 {
    margin-top: 0rem !important;
  }
  .mt-pc--5 {
    margin-top: 0.3125rem !important;
  }
  .mt-pc--10 {
    margin-top: 0.625rem !important;
  }
  .mt-pc--15 {
    margin-top: 0.9375rem !important;
  }
  .mt-pc--20 {
    margin-top: 1.25rem !important;
  }
  .mt-pc--25 {
    margin-top: 1.5625rem !important;
  }
  .mt-pc--30 {
    margin-top: 1.875rem !important;
  }
  .mt-pc--35 {
    margin-top: 2.1875rem !important;
  }
  .mt-pc--40 {
    margin-top: 2.5rem !important;
  }
  .mt-pc--45 {
    margin-top: 2.8125rem !important;
  }
  .mt-pc--50 {
    margin-top: 3.125rem !important;
  }
  .mt-pc--55 {
    margin-top: 3.4375rem !important;
  }
  .mt-pc--60 {
    margin-top: 3.75rem !important;
  }
  .mt-pc--65 {
    margin-top: 4.0625rem !important;
  }
  .mt-pc--70 {
    margin-top: 4.375rem !important;
  }
  .mt-pc--75 {
    margin-top: 4.6875rem !important;
  }
  .mt-pc--80 {
    margin-top: 5rem !important;
  }
  .mt-pc--85 {
    margin-top: 5.3125rem !important;
  }
  .mt-pc--90 {
    margin-top: 5.625rem !important;
  }
  .mt-pc--95 {
    margin-top: 5.9375rem !important;
  }
  .mt-pc--100 {
    margin-top: 6.25rem !important;
  }
  .mt-pc--105 {
    margin-top: 6.5625rem !important;
  }
  .mt-pc--110 {
    margin-top: 6.875rem !important;
  }
  .mt-pc--115 {
    margin-top: 7.1875rem !important;
  }
  .mt-pc--120 {
    margin-top: 7.5rem !important;
  }
  .mt-pc--125 {
    margin-top: 7.8125rem !important;
  }
  .mt-pc--130 {
    margin-top: 8.125rem !important;
  }
  .mt-pc--135 {
    margin-top: 8.4375rem !important;
  }
  .mt-pc--140 {
    margin-top: 8.75rem !important;
  }
  .mt-pc--145 {
    margin-top: 9.0625rem !important;
  }
  .mt-pc--150 {
    margin-top: 9.375rem !important;
  }
  .mt-pc--155 {
    margin-top: 9.6875rem !important;
  }
  .mt-pc--160 {
    margin-top: 10rem !important;
  }
  .mt-pc--165 {
    margin-top: 10.3125rem !important;
  }
  .mt-pc--170 {
    margin-top: 10.625rem !important;
  }
  .mt-pc--175 {
    margin-top: 10.9375rem !important;
  }
  .mt-pc--180 {
    margin-top: 11.25rem !important;
  }
  .mt-pc--185 {
    margin-top: 11.5625rem !important;
  }
  .mt-pc--190 {
    margin-top: 11.875rem !important;
  }
  .mt-pc--195 {
    margin-top: 12.1875rem !important;
  }
  .mt-pc--200 {
    margin-top: 12.5rem !important;
  }
  .mt-pc--205 {
    margin-top: 12.8125rem !important;
  }
  .mt-pc--210 {
    margin-top: 13.125rem !important;
  }
  .mt-pc--215 {
    margin-top: 13.4375rem !important;
  }
  .mt-pc--220 {
    margin-top: 13.75rem !important;
  }
  .mt-pc--225 {
    margin-top: 14.0625rem !important;
  }
  .mt-pc--230 {
    margin-top: 14.375rem !important;
  }
  .mt-pc--235 {
    margin-top: 14.6875rem !important;
  }
  .mt-pc--240 {
    margin-top: 15rem !important;
  }
  .mt-pc--245 {
    margin-top: 15.3125rem !important;
  }
  .mt-pc--250 {
    margin-top: 15.625rem !important;
  }
  /* margin bottom */
  .mb-pc--0 {
    margin-bottom: 0rem !important;
  }
  .mb-pc--5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-pc--10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-pc--15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-pc--20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-pc--25 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-pc--30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-pc--35 {
    margin-bottom: 2.1875rem !important;
  }
  .mb-pc--40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-pc--45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-pc--50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-pc--55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-pc--60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-pc--65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-pc--70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-pc--75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-pc--80 {
    margin-bottom: 5rem !important;
  }
  .mb-pc--85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-pc--90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-pc--95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-pc--100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-pc--105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-pc--110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-pc--115 {
    margin-bottom: 7.1875rem !important;
  }
  .mb-pc--120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-pc--125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-pc--130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-pc--135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-pc--140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-pc--145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-pc--150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-pc--155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-pc--160 {
    margin-bottom: 10rem !important;
  }
  .mb-pc--165 {
    margin-bottom: 10.3125rem !important;
  }
  .mb-pc--170 {
    margin-bottom: 10.625rem !important;
  }
  .mb-pc--175 {
    margin-bottom: 10.9375rem !important;
  }
  .mb-pc--180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-pc--185 {
    margin-bottom: 11.5625rem !important;
  }
  .mb-pc--190 {
    margin-bottom: 11.875rem !important;
  }
  .mb-pc--195 {
    margin-bottom: 12.1875rem !important;
  }
  .mb-pc--200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-pc--205 {
    margin-bottom: 12.8125rem !important;
  }
  .mb-pc--210 {
    margin-bottom: 13.125rem !important;
  }
  .mb-pc--215 {
    margin-bottom: 13.4375rem !important;
  }
  .mb-pc--220 {
    margin-bottom: 13.75rem !important;
  }
  .mb-pc--225 {
    margin-bottom: 14.0625rem !important;
  }
  .mb-pc--230 {
    margin-bottom: 14.375rem !important;
  }
  .mb-pc--235 {
    margin-bottom: 14.6875rem !important;
  }
  .mb-pc--240 {
    margin-bottom: 15rem !important;
  }
  .mb-pc--245 {
    margin-bottom: 15.3125rem !important;
  }
  .mb-pc--250 {
    margin-bottom: 15.625rem !important;
  }
  /* margin x */
  .mx-pc--0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-pc--5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-pc--10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-pc--15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-pc--20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-pc--25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mx-pc--30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-pc--35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .mx-pc--40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-pc--45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-pc--50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-pc--55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-pc--60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-pc--65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-pc--70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-pc--75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-pc--80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-pc--85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-pc--90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-pc--95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-pc--100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-pc--105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-pc--110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-pc--115 {
    margin-right: 7.1875rem !important;
    margin-left: 7.1875rem !important;
  }
  .mx-pc--120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-pc--125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-pc--130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-pc--135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-pc--140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-pc--145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-pc--150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-pc--155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-pc--160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-pc--165 {
    margin-right: 10.3125rem !important;
    margin-left: 10.3125rem !important;
  }
  .mx-pc--170 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-pc--175 {
    margin-right: 10.9375rem !important;
    margin-left: 10.9375rem !important;
  }
  .mx-pc--180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-pc--185 {
    margin-right: 11.5625rem !important;
    margin-left: 11.5625rem !important;
  }
  .mx-pc--190 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-pc--195 {
    margin-right: 12.1875rem !important;
    margin-left: 12.1875rem !important;
  }
  .mx-pc--200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-pc--205 {
    margin-right: 12.8125rem !important;
    margin-left: 12.8125rem !important;
  }
  .mx-pc--210 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }
  .mx-pc--215 {
    margin-right: 13.4375rem !important;
    margin-left: 13.4375rem !important;
  }
  .mx-pc--220 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }
  .mx-pc--225 {
    margin-right: 14.0625rem !important;
    margin-left: 14.0625rem !important;
  }
  .mx-pc--230 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }
  .mx-pc--235 {
    margin-right: 14.6875rem !important;
    margin-left: 14.6875rem !important;
  }
  .mx-pc--240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-pc--245 {
    margin-right: 15.3125rem !important;
    margin-left: 15.3125rem !important;
  }
  .mx-pc--250 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !important;
  }
  /* margin y */
  .my-pc--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-pc--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-pc--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-pc--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-pc--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-pc--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .my-pc--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-pc--35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .my-pc--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-pc--45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-pc--50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-pc--55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-pc--60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-pc--65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-pc--70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-pc--75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-pc--80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-pc--85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-pc--90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-pc--95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-pc--100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-pc--105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-pc--110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-pc--115 {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important;
  }
  .my-pc--120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-pc--125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-pc--130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-pc--135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-pc--140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-pc--145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-pc--150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-pc--155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-pc--160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-pc--165 {
    margin-top: 10.3125rem !important;
    margin-bottom: 10.3125rem !important;
  }
  .my-pc--170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-pc--175 {
    margin-top: 10.9375rem !important;
    margin-bottom: 10.9375rem !important;
  }
  .my-pc--180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-pc--185 {
    margin-top: 11.5625rem !important;
    margin-bottom: 11.5625rem !important;
  }
  .my-pc--190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-pc--195 {
    margin-top: 12.1875rem !important;
    margin-bottom: 12.1875rem !important;
  }
  .my-pc--200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-pc--205 {
    margin-top: 12.8125rem !important;
    margin-bottom: 12.8125rem !important;
  }
  .my-pc--210 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }
  .my-pc--215 {
    margin-top: 13.4375rem !important;
    margin-bottom: 13.4375rem !important;
  }
  .my-pc--220 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .my-pc--225 {
    margin-top: 14.0625rem !important;
    margin-bottom: 14.0625rem !important;
  }
  .my-pc--230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }
  .my-pc--235 {
    margin-top: 14.6875rem !important;
    margin-bottom: 14.6875rem !important;
  }
  .my-pc--240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-pc--245 {
    margin-top: 15.3125rem !important;
    margin-bottom: 15.3125rem !important;
  }
  .my-pc--250 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }
}

@media (max-width: 600px) {
  /* padding left */
  .pl-sp--0 {
    padding-left: 0rem !important;
  }
  .pl-sp--5 {
    padding-left: 0.3125rem !important;
  }
  .pl-sp--10 {
    padding-left: 0.625rem !important;
  }
  .pl-sp--15 {
    padding-left: 0.9375rem !important;
  }
  .pl-sp--20 {
    padding-left: 1.25rem !important;
  }
  .pl-sp--25 {
    padding-left: 1.5625rem !important;
  }
  .pl-sp--30 {
    padding-left: 1.875rem !important;
  }
  .pl-sp--35 {
    padding-left: 2.1875rem !important;
  }
  .pl-sp--40 {
    padding-left: 2.5rem !important;
  }
  .pl-sp--45 {
    padding-left: 2.8125rem !important;
  }
  .pl-sp--50 {
    padding-left: 3.125rem !important;
  }
  .pl-sp--55 {
    padding-left: 3.4375rem !important;
  }
  .pl-sp--60 {
    padding-left: 3.75rem !important;
  }
  .pl-sp--65 {
    padding-left: 4.0625rem !important;
  }
  .pl-sp--70 {
    padding-left: 4.375rem !important;
  }
  .pl-sp--75 {
    padding-left: 4.6875rem !important;
  }
  .pl-sp--80 {
    padding-left: 5rem !important;
  }
  .pl-sp--85 {
    padding-left: 5.3125rem !important;
  }
  .pl-sp--90 {
    padding-left: 5.625rem !important;
  }
  .pl-sp--95 {
    padding-left: 5.9375rem !important;
  }
  .pl-sp--100 {
    padding-left: 6.25rem !important;
  }
  .pl-sp--105 {
    padding-left: 6.5625rem !important;
  }
  .pl-sp--110 {
    padding-left: 6.875rem !important;
  }
  .pl-sp--115 {
    padding-left: 7.1875rem !important;
  }
  .pl-sp--120 {
    padding-left: 7.5rem !important;
  }
  .pl-sp--125 {
    padding-left: 7.8125rem !important;
  }
  .pl-sp--130 {
    padding-left: 8.125rem !important;
  }
  .pl-sp--135 {
    padding-left: 8.4375rem !important;
  }
  .pl-sp--140 {
    padding-left: 8.75rem !important;
  }
  .pl-sp--145 {
    padding-left: 9.0625rem !important;
  }
  .pl-sp--150 {
    padding-left: 9.375rem !important;
  }
  .pl-sp--155 {
    padding-left: 9.6875rem !important;
  }
  .pl-sp--160 {
    padding-left: 10rem !important;
  }
  .pl-sp--165 {
    padding-left: 10.3125rem !important;
  }
  .pl-sp--170 {
    padding-left: 10.625rem !important;
  }
  .pl-sp--175 {
    padding-left: 10.9375rem !important;
  }
  .pl-sp--180 {
    padding-left: 11.25rem !important;
  }
  .pl-sp--185 {
    padding-left: 11.5625rem !important;
  }
  .pl-sp--190 {
    padding-left: 11.875rem !important;
  }
  .pl-sp--195 {
    padding-left: 12.1875rem !important;
  }
  .pl-sp--200 {
    padding-left: 12.5rem !important;
  }
  .pl-sp--205 {
    padding-left: 12.8125rem !important;
  }
  .pl-sp--210 {
    padding-left: 13.125rem !important;
  }
  .pl-sp--215 {
    padding-left: 13.4375rem !important;
  }
  .pl-sp--220 {
    padding-left: 13.75rem !important;
  }
  .pl-sp--225 {
    padding-left: 14.0625rem !important;
  }
  .pl-sp--230 {
    padding-left: 14.375rem !important;
  }
  .pl-sp--235 {
    padding-left: 14.6875rem !important;
  }
  .pl-sp--240 {
    padding-left: 15rem !important;
  }
  .pl-sp--245 {
    padding-left: 15.3125rem !important;
  }
  .pl-sp--250 {
    padding-left: 15.625rem !important;
  }
  /* padding right */
  .pr-sp--0 {
    padding-right: 0rem !important;
  }
  .pr-sp--5 {
    padding-right: 0.3125rem !important;
  }
  .pr-sp--10 {
    padding-right: 0.625rem !important;
  }
  .pr-sp--15 {
    padding-right: 0.9375rem !important;
  }
  .pr-sp--20 {
    padding-right: 1.25rem !important;
  }
  .pr-sp--25 {
    padding-right: 1.5625rem !important;
  }
  .pr-sp--30 {
    padding-right: 1.875rem !important;
  }
  .pr-sp--35 {
    padding-right: 2.1875rem !important;
  }
  .pr-sp--40 {
    padding-right: 2.5rem !important;
  }
  .pr-sp--45 {
    padding-right: 2.8125rem !important;
  }
  .pr-sp--50 {
    padding-right: 3.125rem !important;
  }
  .pr-sp--55 {
    padding-right: 3.4375rem !important;
  }
  .pr-sp--60 {
    padding-right: 3.75rem !important;
  }
  .pr-sp--65 {
    padding-right: 4.0625rem !important;
  }
  .pr-sp--70 {
    padding-right: 4.375rem !important;
  }
  .pr-sp--75 {
    padding-right: 4.6875rem !important;
  }
  .pr-sp--80 {
    padding-right: 5rem !important;
  }
  .pr-sp--85 {
    padding-right: 5.3125rem !important;
  }
  .pr-sp--90 {
    padding-right: 5.625rem !important;
  }
  .pr-sp--95 {
    padding-right: 5.9375rem !important;
  }
  .pr-sp--100 {
    padding-right: 6.25rem !important;
  }
  .pr-sp--105 {
    padding-right: 6.5625rem !important;
  }
  .pr-sp--110 {
    padding-right: 6.875rem !important;
  }
  .pr-sp--115 {
    padding-right: 7.1875rem !important;
  }
  .pr-sp--120 {
    padding-right: 7.5rem !important;
  }
  .pr-sp--125 {
    padding-right: 7.8125rem !important;
  }
  .pr-sp--130 {
    padding-right: 8.125rem !important;
  }
  .pr-sp--135 {
    padding-right: 8.4375rem !important;
  }
  .pr-sp--140 {
    padding-right: 8.75rem !important;
  }
  .pr-sp--145 {
    padding-right: 9.0625rem !important;
  }
  .pr-sp--150 {
    padding-right: 9.375rem !important;
  }
  .pr-sp--155 {
    padding-right: 9.6875rem !important;
  }
  .pr-sp--160 {
    padding-right: 10rem !important;
  }
  .pr-sp--165 {
    padding-right: 10.3125rem !important;
  }
  .pr-sp--170 {
    padding-right: 10.625rem !important;
  }
  .pr-sp--175 {
    padding-right: 10.9375rem !important;
  }
  .pr-sp--180 {
    padding-right: 11.25rem !important;
  }
  .pr-sp--185 {
    padding-right: 11.5625rem !important;
  }
  .pr-sp--190 {
    padding-right: 11.875rem !important;
  }
  .pr-sp--195 {
    padding-right: 12.1875rem !important;
  }
  .pr-sp--200 {
    padding-right: 12.5rem !important;
  }
  .pr-sp--205 {
    padding-right: 12.8125rem !important;
  }
  .pr-sp--210 {
    padding-right: 13.125rem !important;
  }
  .pr-sp--215 {
    padding-right: 13.4375rem !important;
  }
  .pr-sp--220 {
    padding-right: 13.75rem !important;
  }
  .pr-sp--225 {
    padding-right: 14.0625rem !important;
  }
  .pr-sp--230 {
    padding-right: 14.375rem !important;
  }
  .pr-sp--235 {
    padding-right: 14.6875rem !important;
  }
  .pr-sp--240 {
    padding-right: 15rem !important;
  }
  .pr-sp--245 {
    padding-right: 15.3125rem !important;
  }
  .pr-sp--250 {
    padding-right: 15.625rem !important;
  }
  /* padding top */
  .pt-sp--0 {
    padding-top: 0rem !important;
  }
  .pt-sp--5 {
    padding-top: 0.3125rem !important;
  }
  .pt-sp--10 {
    padding-top: 0.625rem !important;
  }
  .pt-sp--15 {
    padding-top: 0.9375rem !important;
  }
  .pt-sp--20 {
    padding-top: 1.25rem !important;
  }
  .pt-sp--25 {
    padding-top: 1.5625rem !important;
  }
  .pt-sp--30 {
    padding-top: 1.875rem !important;
  }
  .pt-sp--35 {
    padding-top: 2.1875rem !important;
  }
  .pt-sp--40 {
    padding-top: 2.5rem !important;
  }
  .pt-sp--45 {
    padding-top: 2.8125rem !important;
  }
  .pt-sp--50 {
    padding-top: 3.125rem !important;
  }
  .pt-sp--55 {
    padding-top: 3.4375rem !important;
  }
  .pt-sp--60 {
    padding-top: 3.75rem !important;
  }
  .pt-sp--65 {
    padding-top: 4.0625rem !important;
  }
  .pt-sp--70 {
    padding-top: 4.375rem !important;
  }
  .pt-sp--75 {
    padding-top: 4.6875rem !important;
  }
  .pt-sp--80 {
    padding-top: 5rem !important;
  }
  .pt-sp--85 {
    padding-top: 5.3125rem !important;
  }
  .pt-sp--90 {
    padding-top: 5.625rem !important;
  }
  .pt-sp--95 {
    padding-top: 5.9375rem !important;
  }
  .pt-sp--100 {
    padding-top: 6.25rem !important;
  }
  .pt-sp--105 {
    padding-top: 6.5625rem !important;
  }
  .pt-sp--110 {
    padding-top: 6.875rem !important;
  }
  .pt-sp--115 {
    padding-top: 7.1875rem !important;
  }
  .pt-sp--120 {
    padding-top: 7.5rem !important;
  }
  .pt-sp--125 {
    padding-top: 7.8125rem !important;
  }
  .pt-sp--130 {
    padding-top: 8.125rem !important;
  }
  .pt-sp--135 {
    padding-top: 8.4375rem !important;
  }
  .pt-sp--140 {
    padding-top: 8.75rem !important;
  }
  .pt-sp--145 {
    padding-top: 9.0625rem !important;
  }
  .pt-sp--150 {
    padding-top: 9.375rem !important;
  }
  .pt-sp--155 {
    padding-top: 9.6875rem !important;
  }
  .pt-sp--160 {
    padding-top: 10rem !important;
  }
  .pt-sp--165 {
    padding-top: 10.3125rem !important;
  }
  .pt-sp--170 {
    padding-top: 10.625rem !important;
  }
  .pt-sp--175 {
    padding-top: 10.9375rem !important;
  }
  .pt-sp--180 {
    padding-top: 11.25rem !important;
  }
  .pt-sp--185 {
    padding-top: 11.5625rem !important;
  }
  .pt-sp--190 {
    padding-top: 11.875rem !important;
  }
  .pt-sp--195 {
    padding-top: 12.1875rem !important;
  }
  .pt-sp--200 {
    padding-top: 12.5rem !important;
  }
  .pt-sp--205 {
    padding-top: 12.8125rem !important;
  }
  .pt-sp--210 {
    padding-top: 13.125rem !important;
  }
  .pt-sp--215 {
    padding-top: 13.4375rem !important;
  }
  .pt-sp--220 {
    padding-top: 13.75rem !important;
  }
  .pt-sp--225 {
    padding-top: 14.0625rem !important;
  }
  .pt-sp--230 {
    padding-top: 14.375rem !important;
  }
  .pt-sp--235 {
    padding-top: 14.6875rem !important;
  }
  .pt-sp--240 {
    padding-top: 15rem !important;
  }
  .pt-sp--245 {
    padding-top: 15.3125rem !important;
  }
  .pt-sp--250 {
    padding-top: 15.625rem !important;
  }
  /* padding bottom */
  .pb-sp--0 {
    padding-bottom: 0rem !important;
  }
  .pb-sp--5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sp--10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sp--15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-sp--20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sp--25 {
    padding-bottom: 1.5625rem !important;
  }
  .pb-sp--30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sp--35 {
    padding-bottom: 2.1875rem !important;
  }
  .pb-sp--40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sp--45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-sp--50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-sp--55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-sp--60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sp--65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-sp--70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-sp--75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-sp--80 {
    padding-bottom: 5rem !important;
  }
  .pb-sp--85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-sp--90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sp--95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-sp--100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sp--105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-sp--110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-sp--115 {
    padding-bottom: 7.1875rem !important;
  }
  .pb-sp--120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sp--125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-sp--130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-sp--135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-sp--140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-sp--145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-sp--150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-sp--155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-sp--160 {
    padding-bottom: 10rem !important;
  }
  .pb-sp--165 {
    padding-bottom: 10.3125rem !important;
  }
  .pb-sp--170 {
    padding-bottom: 10.625rem !important;
  }
  .pb-sp--175 {
    padding-bottom: 10.9375rem !important;
  }
  .pb-sp--180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-sp--185 {
    padding-bottom: 11.5625rem !important;
  }
  .pb-sp--190 {
    padding-bottom: 11.875rem !important;
  }
  .pb-sp--195 {
    padding-bottom: 12.1875rem !important;
  }
  .pb-sp--200 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sp--205 {
    padding-bottom: 12.8125rem !important;
  }
  .pb-sp--210 {
    padding-bottom: 13.125rem !important;
  }
  .pb-sp--215 {
    padding-bottom: 13.4375rem !important;
  }
  .pb-sp--220 {
    padding-bottom: 13.75rem !important;
  }
  .pb-sp--225 {
    padding-bottom: 14.0625rem !important;
  }
  .pb-sp--230 {
    padding-bottom: 14.375rem !important;
  }
  .pb-sp--235 {
    padding-bottom: 14.6875rem !important;
  }
  .pb-sp--240 {
    padding-bottom: 15rem !important;
  }
  .pb-sp--245 {
    padding-bottom: 15.3125rem !important;
  }
  .pb-sp--250 {
    padding-bottom: 15.625rem !important;
  }
  /* padding x */
  .px-sp--0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-sp--5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-sp--10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sp--15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-sp--20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sp--25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .px-sp--30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sp--35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .px-sp--40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sp--45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-sp--50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-sp--55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-sp--60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sp--65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-sp--70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-sp--75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-sp--80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sp--85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-sp--90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-sp--95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-sp--100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sp--105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-sp--110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-sp--115 {
    padding-right: 7.1875rem !important;
    padding-left: 7.1875rem !important;
  }
  .px-sp--120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sp--125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-sp--130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-sp--135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-sp--140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-sp--145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-sp--150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-sp--155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-sp--160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sp--165 {
    padding-right: 10.3125rem !important;
    padding-left: 10.3125rem !important;
  }
  .px-sp--170 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-sp--175 {
    padding-right: 10.9375rem !important;
    padding-left: 10.9375rem !important;
  }
  .px-sp--180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-sp--185 {
    padding-right: 11.5625rem !important;
    padding-left: 11.5625rem !important;
  }
  .px-sp--190 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-sp--195 {
    padding-right: 12.1875rem !important;
    padding-left: 12.1875rem !important;
  }
  .px-sp--200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sp--205 {
    padding-right: 12.8125rem !important;
    padding-left: 12.8125rem !important;
  }
  .px-sp--210 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }
  .px-sp--215 {
    padding-right: 13.4375rem !important;
    padding-left: 13.4375rem !important;
  }
  .px-sp--220 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }
  .px-sp--225 {
    padding-right: 14.0625rem !important;
    padding-left: 14.0625rem !important;
  }
  .px-sp--230 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }
  .px-sp--235 {
    padding-right: 14.6875rem !important;
    padding-left: 14.6875rem !important;
  }
  .px-sp--240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sp--245 {
    padding-right: 15.3125rem !important;
    padding-left: 15.3125rem !important;
  }
  .px-sp--250 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }
  /* padding y */
  .py-sp--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-sp--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sp--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sp--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-sp--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sp--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .py-sp--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sp--35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .py-sp--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sp--45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-sp--50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-sp--55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-sp--60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sp--65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-sp--70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-sp--75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-sp--80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sp--85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-sp--90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-sp--95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-sp--100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sp--105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-sp--110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-sp--115 {
    padding-top: 7.1875rem !important;
    padding-bottom: 7.1875rem !important;
  }
  .py-sp--120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sp--125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-sp--130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-sp--135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-sp--140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-sp--145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-sp--150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-sp--155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-sp--160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sp--165 {
    padding-top: 10.3125rem !important;
    padding-bottom: 10.3125rem !important;
  }
  .py-sp--170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-sp--175 {
    padding-top: 10.9375rem !important;
    padding-bottom: 10.9375rem !important;
  }
  .py-sp--180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-sp--185 {
    padding-top: 11.5625rem !important;
    padding-bottom: 11.5625rem !important;
  }
  .py-sp--190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-sp--195 {
    padding-top: 12.1875rem !important;
    padding-bottom: 12.1875rem !important;
  }
  .py-sp--200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sp--205 {
    padding-top: 12.8125rem !important;
    padding-bottom: 12.8125rem !important;
  }
  .py-sp--210 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }
  .py-sp--215 {
    padding-top: 13.4375rem !important;
    padding-bottom: 13.4375rem !important;
  }
  .py-sp--220 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .py-sp--225 {
    padding-top: 14.0625rem !important;
    padding-bottom: 14.0625rem !important;
  }
  .py-sp--230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }
  .py-sp--235 {
    padding-top: 14.6875rem !important;
    padding-bottom: 14.6875rem !important;
  }
  .py-sp--240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sp--245 {
    padding-top: 15.3125rem !important;
    padding-bottom: 15.3125rem !important;
  }
  .py-sp--250 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }
  /* margin left */
  .ml-sp--0 {
    margin-left: 0rem !important;
  }
  .ml-sp--5 {
    margin-left: 0.3125rem !important;
  }
  .ml-sp--10 {
    margin-left: 0.625rem !important;
  }
  .ml-sp--15 {
    margin-left: 0.9375rem !important;
  }
  .ml-sp--20 {
    margin-left: 1.25rem !important;
  }
  .ml-sp--25 {
    margin-left: 1.5625rem !important;
  }
  .ml-sp--30 {
    margin-left: 1.875rem !important;
  }
  .ml-sp--35 {
    margin-left: 2.1875rem !important;
  }
  .ml-sp--40 {
    margin-left: 2.5rem !important;
  }
  .ml-sp--45 {
    margin-left: 2.8125rem !important;
  }
  .ml-sp--50 {
    margin-left: 3.125rem !important;
  }
  .ml-sp--55 {
    margin-left: 3.4375rem !important;
  }
  .ml-sp--60 {
    margin-left: 3.75rem !important;
  }
  .ml-sp--65 {
    margin-left: 4.0625rem !important;
  }
  .ml-sp--70 {
    margin-left: 4.375rem !important;
  }
  .ml-sp--75 {
    margin-left: 4.6875rem !important;
  }
  .ml-sp--80 {
    margin-left: 5rem !important;
  }
  .ml-sp--85 {
    margin-left: 5.3125rem !important;
  }
  .ml-sp--90 {
    margin-left: 5.625rem !important;
  }
  .ml-sp--95 {
    margin-left: 5.9375rem !important;
  }
  .ml-sp--100 {
    margin-left: 6.25rem !important;
  }
  .ml-sp--105 {
    margin-left: 6.5625rem !important;
  }
  .ml-sp--110 {
    margin-left: 6.875rem !important;
  }
  .ml-sp--115 {
    margin-left: 7.1875rem !important;
  }
  .ml-sp--120 {
    margin-left: 7.5rem !important;
  }
  .ml-sp--125 {
    margin-left: 7.8125rem !important;
  }
  .ml-sp--130 {
    margin-left: 8.125rem !important;
  }
  .ml-sp--135 {
    margin-left: 8.4375rem !important;
  }
  .ml-sp--140 {
    margin-left: 8.75rem !important;
  }
  .ml-sp--145 {
    margin-left: 9.0625rem !important;
  }
  .ml-sp--150 {
    margin-left: 9.375rem !important;
  }
  .ml-sp--155 {
    margin-left: 9.6875rem !important;
  }
  .ml-sp--160 {
    margin-left: 10rem !important;
  }
  .ml-sp--165 {
    margin-left: 10.3125rem !important;
  }
  .ml-sp--170 {
    margin-left: 10.625rem !important;
  }
  .ml-sp--175 {
    margin-left: 10.9375rem !important;
  }
  .ml-sp--180 {
    margin-left: 11.25rem !important;
  }
  .ml-sp--185 {
    margin-left: 11.5625rem !important;
  }
  .ml-sp--190 {
    margin-left: 11.875rem !important;
  }
  .ml-sp--195 {
    margin-left: 12.1875rem !important;
  }
  .ml-sp--200 {
    margin-left: 12.5rem !important;
  }
  .ml-sp--205 {
    margin-left: 12.8125rem !important;
  }
  .ml-sp--210 {
    margin-left: 13.125rem !important;
  }
  .ml-sp--215 {
    margin-left: 13.4375rem !important;
  }
  .ml-sp--220 {
    margin-left: 13.75rem !important;
  }
  .ml-sp--225 {
    margin-left: 14.0625rem !important;
  }
  .ml-sp--230 {
    margin-left: 14.375rem !important;
  }
  .ml-sp--235 {
    margin-left: 14.6875rem !important;
  }
  .ml-sp--240 {
    margin-left: 15rem !important;
  }
  .ml-sp--245 {
    margin-left: 15.3125rem !important;
  }
  .ml-sp--250 {
    margin-left: 15.625rem !important;
  }
  /* margin right */
  .mr-sp--0 {
    margin-right: 0rem !important;
  }
  .mr-sp--5 {
    margin-right: 0.3125rem !important;
  }
  .mr-sp--10 {
    margin-right: 0.625rem !important;
  }
  .mr-sp--15 {
    margin-right: 0.9375rem !important;
  }
  .mr-sp--20 {
    margin-right: 1.25rem !important;
  }
  .mr-sp--25 {
    margin-right: 1.5625rem !important;
  }
  .mr-sp--30 {
    margin-right: 1.875rem !important;
  }
  .mr-sp--35 {
    margin-right: 2.1875rem !important;
  }
  .mr-sp--40 {
    margin-right: 2.5rem !important;
  }
  .mr-sp--45 {
    margin-right: 2.8125rem !important;
  }
  .mr-sp--50 {
    margin-right: 3.125rem !important;
  }
  .mr-sp--55 {
    margin-right: 3.4375rem !important;
  }
  .mr-sp--60 {
    margin-right: 3.75rem !important;
  }
  .mr-sp--65 {
    margin-right: 4.0625rem !important;
  }
  .mr-sp--70 {
    margin-right: 4.375rem !important;
  }
  .mr-sp--75 {
    margin-right: 4.6875rem !important;
  }
  .mr-sp--80 {
    margin-right: 5rem !important;
  }
  .mr-sp--85 {
    margin-right: 5.3125rem !important;
  }
  .mr-sp--90 {
    margin-right: 5.625rem !important;
  }
  .mr-sp--95 {
    margin-right: 5.9375rem !important;
  }
  .mr-sp--100 {
    margin-right: 6.25rem !important;
  }
  .mr-sp--105 {
    margin-right: 6.5625rem !important;
  }
  .mr-sp--110 {
    margin-right: 6.875rem !important;
  }
  .mr-sp--115 {
    margin-right: 7.1875rem !important;
  }
  .mr-sp--120 {
    margin-right: 7.5rem !important;
  }
  .mr-sp--125 {
    margin-right: 7.8125rem !important;
  }
  .mr-sp--130 {
    margin-right: 8.125rem !important;
  }
  .mr-sp--135 {
    margin-right: 8.4375rem !important;
  }
  .mr-sp--140 {
    margin-right: 8.75rem !important;
  }
  .mr-sp--145 {
    margin-right: 9.0625rem !important;
  }
  .mr-sp--150 {
    margin-right: 9.375rem !important;
  }
  .mr-sp--155 {
    margin-right: 9.6875rem !important;
  }
  .mr-sp--160 {
    margin-right: 10rem !important;
  }
  .mr-sp--165 {
    margin-right: 10.3125rem !important;
  }
  .mr-sp--170 {
    margin-right: 10.625rem !important;
  }
  .mr-sp--175 {
    margin-right: 10.9375rem !important;
  }
  .mr-sp--180 {
    margin-right: 11.25rem !important;
  }
  .mr-sp--185 {
    margin-right: 11.5625rem !important;
  }
  .mr-sp--190 {
    margin-right: 11.875rem !important;
  }
  .mr-sp--195 {
    margin-right: 12.1875rem !important;
  }
  .mr-sp--200 {
    margin-right: 12.5rem !important;
  }
  .mr-sp--205 {
    margin-right: 12.8125rem !important;
  }
  .mr-sp--210 {
    margin-right: 13.125rem !important;
  }
  .mr-sp--215 {
    margin-right: 13.4375rem !important;
  }
  .mr-sp--220 {
    margin-right: 13.75rem !important;
  }
  .mr-sp--225 {
    margin-right: 14.0625rem !important;
  }
  .mr-sp--230 {
    margin-right: 14.375rem !important;
  }
  .mr-sp--235 {
    margin-right: 14.6875rem !important;
  }
  .mr-sp--240 {
    margin-right: 15rem !important;
  }
  .mr-sp--245 {
    margin-right: 15.3125rem !important;
  }
  .mr-sp--250 {
    margin-right: 15.625rem !important;
  }
  /* margin top */
  .mt-sp--0 {
    margin-top: 0rem !important;
  }
  .mt-sp--5 {
    margin-top: 0.3125rem !important;
  }
  .mt-sp--10 {
    margin-top: 0.625rem !important;
  }
  .mt-sp--15 {
    margin-top: 0.9375rem !important;
  }
  .mt-sp--20 {
    margin-top: 1.25rem !important;
  }
  .mt-sp--25 {
    margin-top: 1.5625rem !important;
  }
  .mt-sp--30 {
    margin-top: 1.875rem !important;
  }
  .mt-sp--35 {
    margin-top: 2.1875rem !important;
  }
  .mt-sp--40 {
    margin-top: 2.5rem !important;
  }
  .mt-sp--45 {
    margin-top: 2.8125rem !important;
  }
  .mt-sp--50 {
    margin-top: 3.125rem !important;
  }
  .mt-sp--55 {
    margin-top: 3.4375rem !important;
  }
  .mt-sp--60 {
    margin-top: 3.75rem !important;
  }
  .mt-sp--65 {
    margin-top: 4.0625rem !important;
  }
  .mt-sp--70 {
    margin-top: 4.375rem !important;
  }
  .mt-sp--75 {
    margin-top: 4.6875rem !important;
  }
  .mt-sp--80 {
    margin-top: 5rem !important;
  }
  .mt-sp--85 {
    margin-top: 5.3125rem !important;
  }
  .mt-sp--90 {
    margin-top: 5.625rem !important;
  }
  .mt-sp--95 {
    margin-top: 5.9375rem !important;
  }
  .mt-sp--100 {
    margin-top: 6.25rem !important;
  }
  .mt-sp--105 {
    margin-top: 6.5625rem !important;
  }
  .mt-sp--110 {
    margin-top: 6.875rem !important;
  }
  .mt-sp--115 {
    margin-top: 7.1875rem !important;
  }
  .mt-sp--120 {
    margin-top: 7.5rem !important;
  }
  .mt-sp--125 {
    margin-top: 7.8125rem !important;
  }
  .mt-sp--130 {
    margin-top: 8.125rem !important;
  }
  .mt-sp--135 {
    margin-top: 8.4375rem !important;
  }
  .mt-sp--140 {
    margin-top: 8.75rem !important;
  }
  .mt-sp--145 {
    margin-top: 9.0625rem !important;
  }
  .mt-sp--150 {
    margin-top: 9.375rem !important;
  }
  .mt-sp--155 {
    margin-top: 9.6875rem !important;
  }
  .mt-sp--160 {
    margin-top: 10rem !important;
  }
  .mt-sp--165 {
    margin-top: 10.3125rem !important;
  }
  .mt-sp--170 {
    margin-top: 10.625rem !important;
  }
  .mt-sp--175 {
    margin-top: 10.9375rem !important;
  }
  .mt-sp--180 {
    margin-top: 11.25rem !important;
  }
  .mt-sp--185 {
    margin-top: 11.5625rem !important;
  }
  .mt-sp--190 {
    margin-top: 11.875rem !important;
  }
  .mt-sp--195 {
    margin-top: 12.1875rem !important;
  }
  .mt-sp--200 {
    margin-top: 12.5rem !important;
  }
  .mt-sp--205 {
    margin-top: 12.8125rem !important;
  }
  .mt-sp--210 {
    margin-top: 13.125rem !important;
  }
  .mt-sp--215 {
    margin-top: 13.4375rem !important;
  }
  .mt-sp--220 {
    margin-top: 13.75rem !important;
  }
  .mt-sp--225 {
    margin-top: 14.0625rem !important;
  }
  .mt-sp--230 {
    margin-top: 14.375rem !important;
  }
  .mt-sp--235 {
    margin-top: 14.6875rem !important;
  }
  .mt-sp--240 {
    margin-top: 15rem !important;
  }
  .mt-sp--245 {
    margin-top: 15.3125rem !important;
  }
  .mt-sp--250 {
    margin-top: 15.625rem !important;
  }
  /* margin bottom */
  .mb-sp--0 {
    margin-bottom: 0rem !important;
  }
  .mb-sp--5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sp--10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sp--15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-sp--20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sp--25 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-sp--30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sp--35 {
    margin-bottom: 2.1875rem !important;
  }
  .mb-sp--40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sp--45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-sp--50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sp--55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-sp--60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sp--65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-sp--70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-sp--75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-sp--80 {
    margin-bottom: 5rem !important;
  }
  .mb-sp--85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-sp--90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sp--95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-sp--100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sp--105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-sp--110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-sp--115 {
    margin-bottom: 7.1875rem !important;
  }
  .mb-sp--120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sp--125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-sp--130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-sp--135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-sp--140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-sp--145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-sp--150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-sp--155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-sp--160 {
    margin-bottom: 10rem !important;
  }
  .mb-sp--165 {
    margin-bottom: 10.3125rem !important;
  }
  .mb-sp--170 {
    margin-bottom: 10.625rem !important;
  }
  .mb-sp--175 {
    margin-bottom: 10.9375rem !important;
  }
  .mb-sp--180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-sp--185 {
    margin-bottom: 11.5625rem !important;
  }
  .mb-sp--190 {
    margin-bottom: 11.875rem !important;
  }
  .mb-sp--195 {
    margin-bottom: 12.1875rem !important;
  }
  .mb-sp--200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sp--205 {
    margin-bottom: 12.8125rem !important;
  }
  .mb-sp--210 {
    margin-bottom: 13.125rem !important;
  }
  .mb-sp--215 {
    margin-bottom: 13.4375rem !important;
  }
  .mb-sp--220 {
    margin-bottom: 13.75rem !important;
  }
  .mb-sp--225 {
    margin-bottom: 14.0625rem !important;
  }
  .mb-sp--230 {
    margin-bottom: 14.375rem !important;
  }
  .mb-sp--235 {
    margin-bottom: 14.6875rem !important;
  }
  .mb-sp--240 {
    margin-bottom: 15rem !important;
  }
  .mb-sp--245 {
    margin-bottom: 15.3125rem !important;
  }
  .mb-sp--250 {
    margin-bottom: 15.625rem !important;
  }
  /* margin x */
  .mx-sp--0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-sp--5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-sp--10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sp--15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-sp--20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sp--25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mx-sp--30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sp--35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .mx-sp--40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sp--45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-sp--50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-sp--55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-sp--60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sp--65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-sp--70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-sp--75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-sp--80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sp--85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-sp--90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-sp--95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-sp--100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sp--105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-sp--110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-sp--115 {
    margin-right: 7.1875rem !important;
    margin-left: 7.1875rem !important;
  }
  .mx-sp--120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sp--125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-sp--130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-sp--135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-sp--140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-sp--145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-sp--150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-sp--155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-sp--160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sp--165 {
    margin-right: 10.3125rem !important;
    margin-left: 10.3125rem !important;
  }
  .mx-sp--170 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-sp--175 {
    margin-right: 10.9375rem !important;
    margin-left: 10.9375rem !important;
  }
  .mx-sp--180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-sp--185 {
    margin-right: 11.5625rem !important;
    margin-left: 11.5625rem !important;
  }
  .mx-sp--190 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-sp--195 {
    margin-right: 12.1875rem !important;
    margin-left: 12.1875rem !important;
  }
  .mx-sp--200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sp--205 {
    margin-right: 12.8125rem !important;
    margin-left: 12.8125rem !important;
  }
  .mx-sp--210 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }
  .mx-sp--215 {
    margin-right: 13.4375rem !important;
    margin-left: 13.4375rem !important;
  }
  .mx-sp--220 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }
  .mx-sp--225 {
    margin-right: 14.0625rem !important;
    margin-left: 14.0625rem !important;
  }
  .mx-sp--230 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }
  .mx-sp--235 {
    margin-right: 14.6875rem !important;
    margin-left: 14.6875rem !important;
  }
  .mx-sp--240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sp--245 {
    margin-right: 15.3125rem !important;
    margin-left: 15.3125rem !important;
  }
  .mx-sp--250 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !important;
  }
  /* margin y */
  .my-sp--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-sp--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sp--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sp--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-sp--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sp--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .my-sp--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sp--35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .my-sp--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sp--45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-sp--50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-sp--55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-sp--60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sp--65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-sp--70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-sp--75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-sp--80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sp--85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-sp--90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-sp--95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-sp--100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sp--105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-sp--110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-sp--115 {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important;
  }
  .my-sp--120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sp--125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-sp--130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-sp--135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-sp--140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-sp--145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-sp--150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-sp--155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-sp--160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sp--165 {
    margin-top: 10.3125rem !important;
    margin-bottom: 10.3125rem !important;
  }
  .my-sp--170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-sp--175 {
    margin-top: 10.9375rem !important;
    margin-bottom: 10.9375rem !important;
  }
  .my-sp--180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-sp--185 {
    margin-top: 11.5625rem !important;
    margin-bottom: 11.5625rem !important;
  }
  .my-sp--190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-sp--195 {
    margin-top: 12.1875rem !important;
    margin-bottom: 12.1875rem !important;
  }
  .my-sp--200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sp--205 {
    margin-top: 12.8125rem !important;
    margin-bottom: 12.8125rem !important;
  }
  .my-sp--210 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }
  .my-sp--215 {
    margin-top: 13.4375rem !important;
    margin-bottom: 13.4375rem !important;
  }
  .my-sp--220 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .my-sp--225 {
    margin-top: 14.0625rem !important;
    margin-bottom: 14.0625rem !important;
  }
  .my-sp--230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }
  .my-sp--235 {
    margin-top: 14.6875rem !important;
    margin-bottom: 14.6875rem !important;
  }
  .my-sp--240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sp--245 {
    margin-top: 15.3125rem !important;
    margin-bottom: 15.3125rem !important;
  }
  .my-sp--250 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }
}

.m--auto {
  margin-right: auto;
  margin-left: auto;
}

.ml--auto {
  margin-left: auto;
}

.mr--auto {
  margin-right: auto;
}

@media (min-width: 601px) {
  .mx__pc--auto {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 600px) {
  .mx__sp--auto {
    margin-right: auto;
    margin-left: auto;
  }
}

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

.p--auto {
  padding-right: auto;
  padding-left: auto;
}

.pl--auto {
  padding-left: auto;
}

.pr--auto {
  padding-right: auto;
}

@media (min-width: 601px) {
  .px__pc--auto {
    padding-right: auto;
    padding-left: auto;
  }
}

@media (max-width: 600px) {
  .px__sp--auto {
    padding-right: auto;
    padding-left: auto;
  }
}

.px--auto {
  padding-right: auto;
  padding-left: auto;
}

/* ==========================================================================
   #Text
   ========================================================================== */
.u-text--white {
  color: #fff !important;
}

.u-text--black {
  color: #000 !important;
}

.u-text--green {
  color: #9c6 !important;
}

.u-text--red {
  color: #fecb35 !important;
}

.u-text--gray {
  color: #2b2d3f !important;
}

.u-text--yellow {
  color: #030303 !important;
}

.u-text--main {
  color: #fecb35 !important;
}

.u-text--blue {
  color: #7ecef4 !important;
}

.u-text--pink {
  color: #f19ec2 !important;
}

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

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

@media (min-width: 601px) {
  .u-text__pc--center {
    text-align: center !important;
  }
  .u-text__pc--right {
    text-align: right !important;
  }
}

@media (max-width: 600px) {
  .u-text__sp--center {
    text-align: center !important;
  }
  .u-text__sp--right {
    text-align: right !important;
  }
}

/* ==========================================================================
   #Width
   ========================================================================== */
.u-width--0 {
  width: 0rem !important;
}

.u-width--10 {
  width: 0.625rem !important;
}

.u-width--20 {
  width: 1.25rem !important;
}

.u-width--30 {
  width: 1.875rem !important;
}

.u-width--40 {
  width: 2.5rem !important;
}

.u-width--50 {
  width: 3.125rem !important;
}

.u-width--60 {
  width: 3.75rem !important;
}

.u-width--70 {
  width: 4.375rem !important;
}

.u-width--80 {
  width: 5rem !important;
}

.u-width--90 {
  width: 5.625rem !important;
}

.u-width--100 {
  width: 6.25rem !important;
}

.u-width--110 {
  width: 6.875rem !important;
}

.u-width--120 {
  width: 7.5rem !important;
}

.u-width--130 {
  width: 8.125rem !important;
}

.u-width--140 {
  width: 8.75rem !important;
}

.u-width--150 {
  width: 9.375rem !important;
}

.u-width--160 {
  width: 10rem !important;
}

.u-width--170 {
  width: 10.625rem !important;
}

.u-width--180 {
  width: 11.25rem !important;
}

.u-width--190 {
  width: 11.875rem !important;
}

.u-width--200 {
  width: 12.5rem !important;
}

.u-width--210 {
  width: 13.125rem !important;
}

.u-width--220 {
  width: 13.75rem !important;
}

.u-width--230 {
  width: 14.375rem !important;
}

.u-width--240 {
  width: 15rem !important;
}

.u-width--250 {
  width: 15.625rem !important;
}

.u-width--260 {
  width: 16.25rem !important;
}

.u-width--270 {
  width: 16.875rem !important;
}

.u-width--280 {
  width: 17.5rem !important;
}

.u-width--290 {
  width: 18.125rem !important;
}

.u-width--300 {
  width: 18.75rem !important;
}

.u-width--310 {
  width: 19.375rem !important;
}

.u-width--320 {
  width: 20rem !important;
}

.u-width--330 {
  width: 20.625rem !important;
}

.u-width--340 {
  width: 21.25rem !important;
}

.u-width--350 {
  width: 21.875rem !important;
}

.u-width--360 {
  width: 22.5rem !important;
}

.u-width--370 {
  width: 23.125rem !important;
}

.u-width--380 {
  width: 23.75rem !important;
}

.u-width--390 {
  width: 24.375rem !important;
}

.u-width--400 {
  width: 25rem !important;
}

.u-width--410 {
  width: 25.625rem !important;
}

.u-width--420 {
  width: 26.25rem !important;
}

.u-width--430 {
  width: 26.875rem !important;
}

.u-width--440 {
  width: 27.5rem !important;
}

.u-width--450 {
  width: 28.125rem !important;
}

.u-width--460 {
  width: 28.75rem !important;
}

.u-width--470 {
  width: 29.375rem !important;
}

.u-width--480 {
  width: 30rem !important;
}

.u-width--490 {
  width: 30.625rem !important;
}

.u-width--500 {
  width: 31.25rem !important;
}

.u-width--510 {
  width: 31.875rem !important;
}

.u-width--520 {
  width: 32.5rem !important;
}

.u-width--530 {
  width: 33.125rem !important;
}

.u-width--540 {
  width: 33.75rem !important;
}

.u-width--550 {
  width: 34.375rem !important;
}

.u-width--560 {
  width: 35rem !important;
}

.u-width--570 {
  width: 35.625rem !important;
}

.u-width--580 {
  width: 36.25rem !important;
}

.u-width--590 {
  width: 36.875rem !important;
}

.u-width--600 {
  width: 37.5rem !important;
}

.u-width--610 {
  width: 38.125rem !important;
}

.u-width--620 {
  width: 38.75rem !important;
}

.u-width--630 {
  width: 39.375rem !important;
}

.u-width--640 {
  width: 40rem !important;
}

.u-width--650 {
  width: 40.625rem !important;
}

.u-width--660 {
  width: 41.25rem !important;
}

.u-width--670 {
  width: 41.875rem !important;
}

.u-width--680 {
  width: 42.5rem !important;
}

.u-width--690 {
  width: 43.125rem !important;
}

.u-width--700 {
  width: 43.75rem !important;
}

.u-width--710 {
  width: 44.375rem !important;
}

.u-width--720 {
  width: 45rem !important;
}

.u-width--730 {
  width: 45.625rem !important;
}

.u-width--740 {
  width: 46.25rem !important;
}

.u-width--750 {
  width: 46.875rem !important;
}

.u-width--760 {
  width: 47.5rem !important;
}

.u-width--770 {
  width: 48.125rem !important;
}

.u-width--780 {
  width: 48.75rem !important;
}

.u-width--790 {
  width: 49.375rem !important;
}

.u-width--800 {
  width: 50rem !important;
}

.u-width--810 {
  width: 50.625rem !important;
}

.u-width--820 {
  width: 51.25rem !important;
}

.u-width--830 {
  width: 51.875rem !important;
}

.u-width--840 {
  width: 52.5rem !important;
}

.u-width--850 {
  width: 53.125rem !important;
}

.u-width--860 {
  width: 53.75rem !important;
}

.u-width--870 {
  width: 54.375rem !important;
}

.u-width--880 {
  width: 55rem !important;
}

.u-width--890 {
  width: 55.625rem !important;
}

.u-width--900 {
  width: 56.25rem !important;
}

.u-width--910 {
  width: 56.875rem !important;
}

.u-width--920 {
  width: 57.5rem !important;
}

.u-width--930 {
  width: 58.125rem !important;
}

.u-width--940 {
  width: 58.75rem !important;
}

.u-width--950 {
  width: 59.375rem !important;
}

.u-width--960 {
  width: 60rem !important;
}

.u-width--970 {
  width: 60.625rem !important;
}

.u-width--980 {
  width: 61.25rem !important;
}

.u-width--990 {
  width: 61.875rem !important;
}

.u-width--1000 {
  width: 62.5rem !important;
}

.u-width--1010 {
  width: 63.125rem !important;
}

.u-width--1020 {
  width: 63.75rem !important;
}

.u-width--1030 {
  width: 64.375rem !important;
}

.u-width--1040 {
  width: 65rem !important;
}

.u-width--1050 {
  width: 65.625rem !important;
}

.u-width--1060 {
  width: 66.25rem !important;
}

.u-width--1070 {
  width: 66.875rem !important;
}

.u-width--1080 {
  width: 67.5rem !important;
}

.u-width--1090 {
  width: 68.125rem !important;
}

.u-width--1100 {
  width: 68.75rem !important;
}

.u-width--1110 {
  width: 69.375rem !important;
}

.u-width--1120 {
  width: 70rem !important;
}

.u-width--1130 {
  width: 70.625rem !important;
}

.u-width--1140 {
  width: 71.25rem !important;
}

.u-width--1150 {
  width: 71.875rem !important;
}

.u-width--1160 {
  width: 72.5rem !important;
}

.u-width--1170 {
  width: 73.125rem !important;
}

.u-width--1180 {
  width: 73.75rem !important;
}

.u-width--1190 {
  width: 74.375rem !important;
}

.u-width--1200 {
  width: 75rem !important;
}

@media (min-width: 601px) {
  .u-width__pc--0 {
    width: 0rem !important;
  }
  .u-width__pc--10 {
    width: 0.625rem !important;
  }
  .u-width__pc--20 {
    width: 1.25rem !important;
  }
  .u-width__pc--30 {
    width: 1.875rem !important;
  }
  .u-width__pc--40 {
    width: 2.5rem !important;
  }
  .u-width__pc--50 {
    width: 3.125rem !important;
  }
  .u-width__pc--60 {
    width: 3.75rem !important;
  }
  .u-width__pc--70 {
    width: 4.375rem !important;
  }
  .u-width__pc--80 {
    width: 5rem !important;
  }
  .u-width__pc--90 {
    width: 5.625rem !important;
  }
  .u-width__pc--100 {
    width: 6.25rem !important;
  }
  .u-width__pc--110 {
    width: 6.875rem !important;
  }
  .u-width__pc--120 {
    width: 7.5rem !important;
  }
  .u-width__pc--130 {
    width: 8.125rem !important;
  }
  .u-width__pc--140 {
    width: 8.75rem !important;
  }
  .u-width__pc--150 {
    width: 9.375rem !important;
  }
  .u-width__pc--160 {
    width: 10rem !important;
  }
  .u-width__pc--170 {
    width: 10.625rem !important;
  }
  .u-width__pc--180 {
    width: 11.25rem !important;
  }
  .u-width__pc--190 {
    width: 11.875rem !important;
  }
  .u-width__pc--200 {
    width: 12.5rem !important;
  }
  .u-width__pc--210 {
    width: 13.125rem !important;
  }
  .u-width__pc--220 {
    width: 13.75rem !important;
  }
  .u-width__pc--230 {
    width: 14.375rem !important;
  }
  .u-width__pc--240 {
    width: 15rem !important;
  }
  .u-width__pc--250 {
    width: 15.625rem !important;
  }
  .u-width__pc--260 {
    width: 16.25rem !important;
  }
  .u-width__pc--270 {
    width: 16.875rem !important;
  }
  .u-width__pc--280 {
    width: 17.5rem !important;
  }
  .u-width__pc--290 {
    width: 18.125rem !important;
  }
  .u-width__pc--300 {
    width: 18.75rem !important;
  }
  .u-width__pc--310 {
    width: 19.375rem !important;
  }
  .u-width__pc--320 {
    width: 20rem !important;
  }
  .u-width__pc--330 {
    width: 20.625rem !important;
  }
  .u-width__pc--340 {
    width: 21.25rem !important;
  }
  .u-width__pc--350 {
    width: 21.875rem !important;
  }
  .u-width__pc--360 {
    width: 22.5rem !important;
  }
  .u-width__pc--370 {
    width: 23.125rem !important;
  }
  .u-width__pc--380 {
    width: 23.75rem !important;
  }
  .u-width__pc--390 {
    width: 24.375rem !important;
  }
  .u-width__pc--400 {
    width: 25rem !important;
  }
  .u-width__pc--410 {
    width: 25.625rem !important;
  }
  .u-width__pc--420 {
    width: 26.25rem !important;
  }
  .u-width__pc--430 {
    width: 26.875rem !important;
  }
  .u-width__pc--440 {
    width: 27.5rem !important;
  }
  .u-width__pc--450 {
    width: 28.125rem !important;
  }
  .u-width__pc--460 {
    width: 28.75rem !important;
  }
  .u-width__pc--470 {
    width: 29.375rem !important;
  }
  .u-width__pc--480 {
    width: 30rem !important;
  }
  .u-width__pc--490 {
    width: 30.625rem !important;
  }
  .u-width__pc--500 {
    width: 31.25rem !important;
  }
  .u-width__pc--510 {
    width: 31.875rem !important;
  }
  .u-width__pc--520 {
    width: 32.5rem !important;
  }
  .u-width__pc--530 {
    width: 33.125rem !important;
  }
  .u-width__pc--540 {
    width: 33.75rem !important;
  }
  .u-width__pc--550 {
    width: 34.375rem !important;
  }
  .u-width__pc--560 {
    width: 35rem !important;
  }
  .u-width__pc--570 {
    width: 35.625rem !important;
  }
  .u-width__pc--580 {
    width: 36.25rem !important;
  }
  .u-width__pc--590 {
    width: 36.875rem !important;
  }
  .u-width__pc--600 {
    width: 37.5rem !important;
  }
  .u-width__pc--610 {
    width: 38.125rem !important;
  }
  .u-width__pc--620 {
    width: 38.75rem !important;
  }
  .u-width__pc--630 {
    width: 39.375rem !important;
  }
  .u-width__pc--640 {
    width: 40rem !important;
  }
  .u-width__pc--650 {
    width: 40.625rem !important;
  }
  .u-width__pc--660 {
    width: 41.25rem !important;
  }
  .u-width__pc--670 {
    width: 41.875rem !important;
  }
  .u-width__pc--680 {
    width: 42.5rem !important;
  }
  .u-width__pc--690 {
    width: 43.125rem !important;
  }
  .u-width__pc--700 {
    width: 43.75rem !important;
  }
  .u-width__pc--710 {
    width: 44.375rem !important;
  }
  .u-width__pc--720 {
    width: 45rem !important;
  }
  .u-width__pc--730 {
    width: 45.625rem !important;
  }
  .u-width__pc--740 {
    width: 46.25rem !important;
  }
  .u-width__pc--750 {
    width: 46.875rem !important;
  }
  .u-width__pc--760 {
    width: 47.5rem !important;
  }
  .u-width__pc--770 {
    width: 48.125rem !important;
  }
  .u-width__pc--780 {
    width: 48.75rem !important;
  }
  .u-width__pc--790 {
    width: 49.375rem !important;
  }
  .u-width__pc--800 {
    width: 50rem !important;
  }
  .u-width__pc--810 {
    width: 50.625rem !important;
  }
  .u-width__pc--820 {
    width: 51.25rem !important;
  }
  .u-width__pc--830 {
    width: 51.875rem !important;
  }
  .u-width__pc--840 {
    width: 52.5rem !important;
  }
  .u-width__pc--850 {
    width: 53.125rem !important;
  }
  .u-width__pc--860 {
    width: 53.75rem !important;
  }
  .u-width__pc--870 {
    width: 54.375rem !important;
  }
  .u-width__pc--880 {
    width: 55rem !important;
  }
  .u-width__pc--890 {
    width: 55.625rem !important;
  }
  .u-width__pc--900 {
    width: 56.25rem !important;
  }
  .u-width__pc--910 {
    width: 56.875rem !important;
  }
  .u-width__pc--920 {
    width: 57.5rem !important;
  }
  .u-width__pc--930 {
    width: 58.125rem !important;
  }
  .u-width__pc--940 {
    width: 58.75rem !important;
  }
  .u-width__pc--950 {
    width: 59.375rem !important;
  }
  .u-width__pc--960 {
    width: 60rem !important;
  }
  .u-width__pc--970 {
    width: 60.625rem !important;
  }
  .u-width__pc--980 {
    width: 61.25rem !important;
  }
  .u-width__pc--990 {
    width: 61.875rem !important;
  }
  .u-width__pc--1000 {
    width: 62.5rem !important;
  }
  .u-width__pc--1010 {
    width: 63.125rem !important;
  }
  .u-width__pc--1020 {
    width: 63.75rem !important;
  }
  .u-width__pc--1030 {
    width: 64.375rem !important;
  }
  .u-width__pc--1040 {
    width: 65rem !important;
  }
  .u-width__pc--1050 {
    width: 65.625rem !important;
  }
  .u-width__pc--1060 {
    width: 66.25rem !important;
  }
  .u-width__pc--1070 {
    width: 66.875rem !important;
  }
  .u-width__pc--1080 {
    width: 67.5rem !important;
  }
  .u-width__pc--1090 {
    width: 68.125rem !important;
  }
  .u-width__pc--1100 {
    width: 68.75rem !important;
  }
  .u-width__pc--1110 {
    width: 69.375rem !important;
  }
  .u-width__pc--1120 {
    width: 70rem !important;
  }
  .u-width__pc--1130 {
    width: 70.625rem !important;
  }
  .u-width__pc--1140 {
    width: 71.25rem !important;
  }
  .u-width__pc--1150 {
    width: 71.875rem !important;
  }
  .u-width__pc--1160 {
    width: 72.5rem !important;
  }
  .u-width__pc--1170 {
    width: 73.125rem !important;
  }
  .u-width__pc--1180 {
    width: 73.75rem !important;
  }
  .u-width__pc--1190 {
    width: 74.375rem !important;
  }
  .u-width__pc--1200 {
    width: 75rem !important;
  }
}

@media (max-width: 600px) {
  .u-width__sp--0 {
    width: 0rem !important;
  }
  .u-width__sp--10 {
    width: 0.625rem !important;
  }
  .u-width__sp--20 {
    width: 1.25rem !important;
  }
  .u-width__sp--30 {
    width: 1.875rem !important;
  }
  .u-width__sp--40 {
    width: 2.5rem !important;
  }
  .u-width__sp--50 {
    width: 3.125rem !important;
  }
  .u-width__sp--60 {
    width: 3.75rem !important;
  }
  .u-width__sp--70 {
    width: 4.375rem !important;
  }
  .u-width__sp--80 {
    width: 5rem !important;
  }
  .u-width__sp--90 {
    width: 5.625rem !important;
  }
  .u-width__sp--100 {
    width: 6.25rem !important;
  }
  .u-width__sp--110 {
    width: 6.875rem !important;
  }
  .u-width__sp--120 {
    width: 7.5rem !important;
  }
  .u-width__sp--130 {
    width: 8.125rem !important;
  }
  .u-width__sp--140 {
    width: 8.75rem !important;
  }
  .u-width__sp--150 {
    width: 9.375rem !important;
  }
  .u-width__sp--160 {
    width: 10rem !important;
  }
  .u-width__sp--170 {
    width: 10.625rem !important;
  }
  .u-width__sp--180 {
    width: 11.25rem !important;
  }
  .u-width__sp--190 {
    width: 11.875rem !important;
  }
  .u-width__sp--200 {
    width: 12.5rem !important;
  }
  .u-width__sp--210 {
    width: 13.125rem !important;
  }
  .u-width__sp--220 {
    width: 13.75rem !important;
  }
  .u-width__sp--230 {
    width: 14.375rem !important;
  }
  .u-width__sp--240 {
    width: 15rem !important;
  }
  .u-width__sp--250 {
    width: 15.625rem !important;
  }
  .u-width__sp--260 {
    width: 16.25rem !important;
  }
  .u-width__sp--270 {
    width: 16.875rem !important;
  }
  .u-width__sp--280 {
    width: 17.5rem !important;
  }
  .u-width__sp--290 {
    width: 18.125rem !important;
  }
  .u-width__sp--300 {
    width: 18.75rem !important;
  }
  .u-width__sp--310 {
    width: 19.375rem !important;
  }
  .u-width__sp--320 {
    width: 20rem !important;
  }
  .u-width__sp--330 {
    width: 20.625rem !important;
  }
  .u-width__sp--340 {
    width: 21.25rem !important;
  }
  .u-width__sp--350 {
    width: 21.875rem !important;
  }
  .u-width__sp--360 {
    width: 22.5rem !important;
  }
  .u-width__sp--370 {
    width: 23.125rem !important;
  }
  .u-width__sp--380 {
    width: 23.75rem !important;
  }
  .u-width__sp--390 {
    width: 24.375rem !important;
  }
  .u-width__sp--400 {
    width: 25rem !important;
  }
  .u-width__sp--410 {
    width: 25.625rem !important;
  }
  .u-width__sp--420 {
    width: 26.25rem !important;
  }
  .u-width__sp--430 {
    width: 26.875rem !important;
  }
  .u-width__sp--440 {
    width: 27.5rem !important;
  }
  .u-width__sp--450 {
    width: 28.125rem !important;
  }
  .u-width__sp--460 {
    width: 28.75rem !important;
  }
  .u-width__sp--470 {
    width: 29.375rem !important;
  }
  .u-width__sp--480 {
    width: 30rem !important;
  }
  .u-width__sp--490 {
    width: 30.625rem !important;
  }
  .u-width__sp--500 {
    width: 31.25rem !important;
  }
  .u-width__sp--510 {
    width: 31.875rem !important;
  }
  .u-width__sp--520 {
    width: 32.5rem !important;
  }
  .u-width__sp--530 {
    width: 33.125rem !important;
  }
  .u-width__sp--540 {
    width: 33.75rem !important;
  }
  .u-width__sp--550 {
    width: 34.375rem !important;
  }
  .u-width__sp--560 {
    width: 35rem !important;
  }
  .u-width__sp--570 {
    width: 35.625rem !important;
  }
  .u-width__sp--580 {
    width: 36.25rem !important;
  }
  .u-width__sp--590 {
    width: 36.875rem !important;
  }
  .u-width__sp--600 {
    width: 37.5rem !important;
  }
  .u-width__sp--610 {
    width: 38.125rem !important;
  }
  .u-width__sp--620 {
    width: 38.75rem !important;
  }
  .u-width__sp--630 {
    width: 39.375rem !important;
  }
  .u-width__sp--640 {
    width: 40rem !important;
  }
  .u-width__sp--650 {
    width: 40.625rem !important;
  }
  .u-width__sp--660 {
    width: 41.25rem !important;
  }
  .u-width__sp--670 {
    width: 41.875rem !important;
  }
  .u-width__sp--680 {
    width: 42.5rem !important;
  }
  .u-width__sp--690 {
    width: 43.125rem !important;
  }
  .u-width__sp--700 {
    width: 43.75rem !important;
  }
  .u-width__sp--710 {
    width: 44.375rem !important;
  }
  .u-width__sp--720 {
    width: 45rem !important;
  }
  .u-width__sp--730 {
    width: 45.625rem !important;
  }
  .u-width__sp--740 {
    width: 46.25rem !important;
  }
  .u-width__sp--750 {
    width: 46.875rem !important;
  }
  .u-width__sp--760 {
    width: 47.5rem !important;
  }
  .u-width__sp--770 {
    width: 48.125rem !important;
  }
  .u-width__sp--780 {
    width: 48.75rem !important;
  }
  .u-width__sp--790 {
    width: 49.375rem !important;
  }
  .u-width__sp--800 {
    width: 50rem !important;
  }
  .u-width__sp--810 {
    width: 50.625rem !important;
  }
  .u-width__sp--820 {
    width: 51.25rem !important;
  }
  .u-width__sp--830 {
    width: 51.875rem !important;
  }
  .u-width__sp--840 {
    width: 52.5rem !important;
  }
  .u-width__sp--850 {
    width: 53.125rem !important;
  }
  .u-width__sp--860 {
    width: 53.75rem !important;
  }
  .u-width__sp--870 {
    width: 54.375rem !important;
  }
  .u-width__sp--880 {
    width: 55rem !important;
  }
  .u-width__sp--890 {
    width: 55.625rem !important;
  }
  .u-width__sp--900 {
    width: 56.25rem !important;
  }
  .u-width__sp--910 {
    width: 56.875rem !important;
  }
  .u-width__sp--920 {
    width: 57.5rem !important;
  }
  .u-width__sp--930 {
    width: 58.125rem !important;
  }
  .u-width__sp--940 {
    width: 58.75rem !important;
  }
  .u-width__sp--950 {
    width: 59.375rem !important;
  }
  .u-width__sp--960 {
    width: 60rem !important;
  }
  .u-width__sp--970 {
    width: 60.625rem !important;
  }
  .u-width__sp--980 {
    width: 61.25rem !important;
  }
  .u-width__sp--990 {
    width: 61.875rem !important;
  }
  .u-width__sp--1000 {
    width: 62.5rem !important;
  }
  .u-width__sp--1010 {
    width: 63.125rem !important;
  }
  .u-width__sp--1020 {
    width: 63.75rem !important;
  }
  .u-width__sp--1030 {
    width: 64.375rem !important;
  }
  .u-width__sp--1040 {
    width: 65rem !important;
  }
  .u-width__sp--1050 {
    width: 65.625rem !important;
  }
  .u-width__sp--1060 {
    width: 66.25rem !important;
  }
  .u-width__sp--1070 {
    width: 66.875rem !important;
  }
  .u-width__sp--1080 {
    width: 67.5rem !important;
  }
  .u-width__sp--1090 {
    width: 68.125rem !important;
  }
  .u-width__sp--1100 {
    width: 68.75rem !important;
  }
  .u-width__sp--1110 {
    width: 69.375rem !important;
  }
  .u-width__sp--1120 {
    width: 70rem !important;
  }
  .u-width__sp--1130 {
    width: 70.625rem !important;
  }
  .u-width__sp--1140 {
    width: 71.25rem !important;
  }
  .u-width__sp--1150 {
    width: 71.875rem !important;
  }
  .u-width__sp--1160 {
    width: 72.5rem !important;
  }
  .u-width__sp--1170 {
    width: 73.125rem !important;
  }
  .u-width__sp--1180 {
    width: 73.75rem !important;
  }
  .u-width__sp--1190 {
    width: 74.375rem !important;
  }
  .u-width__sp--1200 {
    width: 75rem !important;
  }
}

article.post-content cite,
article.post-content dfn,
article.post-content em {
  font-style: italic;
}

article.post-content p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
}

article.post-content h1,
article.post-content h2,
article.post-content h3,
article.post-content h4,
article.post-content h5 {
  font-family: "Roboto", sans-serif;
  font-weight: bold !important;
}

article.post-content h1 {
  font-size: 25px;
}

article.post-content h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

article.post-content h3 {
  margin: 15px 0;
  font-size: 18px;
}

article.post-content h4 {
  font-size: 16px;
}

article.post-content h5 {
  font-size: 14px;
}

article.post-content ol,
article.post-content ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

article.post-content ul {
  list-style-type: square;
}

article.post-content ol {
  list-style: decimal outside;
}

article.post-content li > ul,
article.post-content li > ol {
  margin: 0;
}

article.post-content dl {
  margin: 0 20px;
}

article.post-content dt {
  font-weight: bold;
}

article.post-content dd {
  margin: 0 0 20px;
}

article.post-content strong {
  font-weight: bold;
}

article.post-content code,
article.post-content kbd,
article.post-content pre,
article.post-content samp {
  font-family: monospace, serif;
  font-size: 14px;
}

article.post-content pre {
  word-wrap: break-word;
  margin: 20px 0;
  padding: 20px;
  overflow: auto;
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  white-space: pre;
  white-space: pre-wrap;
}

article.post-content blockquote,
article.post-content q {
  quotes: none;
}

article.post-content blockquote::before,
article.post-content blockquote::after,
article.post-content q::before,
article.post-content q::after {
  content: "";
  content: none;
}

article.post-content blockquote {
  margin: 24px 40px;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
}

article.post-content blockquote blockquote {
  margin-right: 0;
}

article.post-content blockquote cite,
article.post-content blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

article.post-content cite {
  border-bottom: 0;
}

article.post-content abbr[title] {
  border-bottom: 1px dotted;
}

article.post-content address {
  margin: 0 0 24px;
  font-style: italic;
}

article.post-content del {
  color: #333;
}

article.post-content ins {
  border: none;
  background: #fff9c0;
  color: #333;
  text-decoration: none;
}

article.post-content sub,
article.post-content sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

article.post-content sup {
  top: -0.5em;
}

article.post-content sub {
  bottom: -0.25em;
}

article.post-content a {
  color: #ca3c08;
  text-decoration: none;
}

article.post-content a:visited {
  color: #ac0404;
}

article.post-content a:focus {
  outline: thin dotted;
}

article.post-content a:active,
article.post-content a:hover {
  outline: 0;
  color: #ea9629;
}

article.post-content a:hover {
  text-decoration: underline;
}

article.post-content .alignleft {
  margin: 5px 20px 5px 0;
  float: left;
}

article.post-content .alignright {
  margin: 5px 0 5px 20px;
  float: right;
}

article.post-content .aligncenter {
  display: block;
  margin: 5px auto;
}

article.post-content img.alignnone {
  display: block;
  margin: 5px auto;
}

article.post-content table {
  width: 100%;
  margin: 0 0 20px;
  /* border:1px solid #ededed; */
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
}

article.post-content caption,
article.post-content th,
article.post-content td {
  border: 1px solid #ededed;
  font-weight: normal !important;
  text-align: left;
}

article.post-content caption {
  margin: 20px 0;
  font-size: 16px;
}

article.post-content th {
  border: 1px solid #ededed;
  font-weight: normal !important;
  text-transform: uppercase;
}

article.post-content td {
  padding: 6px 10px 6px 10px;
  border: 1px solid #949494;
}

article.post-content img {
  max-width: 100%;
  height: auto;
  border: 8;
  vertical-align: middle;
}

article.post-content img article.post-content img {
  border: 8px solid #ededed;
}

article.post-content .wp-caption {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
}

article.post-content .wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

article.post-content .wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

article.post-content .wp-caption-dt {
  margin: 0;
}

article.post-content .wp-caption .wp-caption-text,
article.post-content .wp-caption-dd {
  margin-bottom: 24px;
  padding: 0;
  color: #220e10;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

article.post-content .mceTemp + ul,
article.post-content .mceTemp + ol {
  list-style-position: inside;
}

article.post-content {
  font-size: 16px;
}

article.post-content div {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.8;
}

@media (min-width: 601px) {
  .c-filter {
    position: sticky;
    top: 1.25rem;
    left: 0;
  }
}

.c-filter .title .reset_filter {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  font-size: 0.75rem;
}

.c-filter .title .reset_filter input {
  display: none;
}

.c-filter .title .reset_filter label {
  color: #dcdcdc;
  font-size: 1.375rem;
  font-weight: bold;
  cursor: pointer;
}

.c-filter .title .reset_filter label:hover {
  color: #fecb35;
}

.c-filter .content__filter:not(:last-child) {
  margin-bottom: 0.625rem;
}

.c-filter .filter__title {
  display: flex;
  padding: 0.625rem 1.25rem;
  background: blue;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 600;
}

.c-filter .filter__txt-st {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.3125rem;
  border-bottom: 2px solid #dcdcdc;
  font-size: 1rem;
  font-weight: 600;
}

.c-filter .filter__list {
  gap: 0.625rem;
  display: flex;
  flex-direction: column;
}

@media (max-width: 600px) {
  .c-filter .filter__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1.25rem;
  }
}

.c-filter .filter__list .item {
  font-size: 0.9375rem;
}

@media (max-width: 600px) {
  .c-filter .filter__list .item:nth-of-type(3) {
    grid-column: 1 / span 2;
  }
}

.c-filter .filter__list .item .label_num {
  margin-left: 0.3125rem;
  padding: 0.125rem 0.5rem;
  border-radius: 3.125rem;
  background: #e6e6e6;
  color: #5f5f5f;
  font-size: 0.625rem;
  line-height: 1.1em;
}

.c-filter .filter__list-cate .item label {
  cursor: pointer;
}

.c-filter .filter__list-cate .item input {
  display: none;
}

.c-filter .filter__list-cate .item input:checked ~ label {
  color: #fecb35;
}

.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-continue {
  display: none !important;
}

.xoo-wsc-product .xoo-wsc-img-col {
  width: 15%;
}

.xoo-wsc-product .xoo-wsc-img-col .xoo-wsc-del-txt {
  font-size: 1.25rem;
}

.xoo-wsc-product .xoo-wsc-sum-col {
  width: 75%;
}

.xoo-wsc-basket {
  display: block !important;
}

.woocommerce .woocommerce-cart-form .shop_table {
  border-collapse: collapse !important;
  font-size: 1rem;
}

.woocommerce .woocommerce-cart-form .shop_table th {
  border: 0;
  background: #2f1010;
  color: #fff;
  font-weight: 600;
}

.woocommerce .woocommerce-cart-form .shop_table td {
  border: 1px solid #dcdcdc;
}

.woocommerce .woocommerce-cart-form .shop_table .product-thumbnail {
  display: none !important;
}

.woocommerce .woocommerce-cart-form .shop_table .quantity .qty {
  border: 1px solid #dcdcdc;
}

.woocommerce .woocommerce-cart-form .shop_table .actions #coupon_code {
  width: 12.5rem;
}

.woocommerce .woocommerce-cart-form .shop_table .actions button {
  min-height: 2.6125rem;
}

.woocommerce .cart-collaterals .shop_table {
  border: 1px solid #dcdcdc;
  font-size: 1rem;
}

.woocommerce .cart-collaterals .shop_table tr td,
.woocommerce .cart-collaterals .shop_table tr th {
  padding: 0.9375rem 1.25rem;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  border-left: 0;
}

.woocommerce .cart-collaterals .checkout-button {
  background-color: #fecb35 !important;
  color: #2f1010 !important;
}

.woocommerce .woocommerce-checkout {
  gap: 0 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 600px) {
  .woocommerce .woocommerce-checkout {
    gap: 1.875rem;
  }
}

@media (max-width: 600px) {
  .woocommerce .woocommerce-checkout {
    gap: 1.875rem;
    grid-template-columns: 1fr;
  }
}

.woocommerce .woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
.woocommerce .woocommerce-checkout .woocommerce-error {
  grid-column: span 2;
}

@media (max-width: 600px) {
  .woocommerce .woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
  .woocommerce .woocommerce-checkout .woocommerce-error {
    grid-column: span 1;
  }
}

.woocommerce .woocommerce-checkout #customer_details .col-1,
.woocommerce .woocommerce-checkout #customer_details .col-2 {
  width: 100%;
}

.woocommerce .woocommerce-checkout #customer_details input,
.woocommerce .woocommerce-checkout #customer_details textarea {
  min-height: 2.5rem;
  padding: 0.625rem 0.625rem;
  border: 1px solid #dcdcdc;
}

.woocommerce .woocommerce-checkout #customer_details .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  border: 1px solid #dcdcdc;
}

.woocommerce .woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.4375rem;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  font-size: 1rem;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead th {
  border: 0;
  background: #2f1010;
  color: #fff;
  font-weight: 600;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr th {
  padding: 0.625rem 0.625rem;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  border-left: 0;
}

.woocommerce .woocommerce-order-details .shop_table {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  font-size: 0.9375rem;
}

.woocommerce .woocommerce-order-details .shop_table thead th {
  border: 0;
  background: #2f1010;
  color: #fff;
  font-weight: 600;
}

.woocommerce .woocommerce-order-details .shop_table tr td,
.woocommerce .woocommerce-order-details .shop_table tr th {
  padding: 0.625rem 0.625rem;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  border-left: 0;
}
