@charset "UTF-8";
/* ==========================================================================
#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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900");
:root {
  --mc1: #efd373;
  --mc2: #caaf56;
  --hc: #ddd;
  --bc: #9ba0b8;
  --hff: "Heebo", sans-serif;
  --bff: "Nunito", sans-serif;
}

/* ==========================================================================
   #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 !important;
}

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

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

/**
* 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 {
  -webkit-box-sizing: content-box;
  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'] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  /* 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.
 */
* {
  -webkit-box-sizing: border-box;
  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: 1300px) {
  html {
    font-size: 1.23077vw;
    line-height: 1.62538;
  }
}

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

body {
  color: #222;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

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

/* ==========================================================================
   #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 {
  color: #222;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.ani--loader {
  position: relative;
}

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

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

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

.ani--shine {
  display: block;
  position: relative;
  overflow: hidden;
}

.ani--shine::before {
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  transform: skewX(-25deg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: '';
}

.ani--shine:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

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

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

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

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

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

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

/* ==========================================================================
   #Wrapper
   ========================================================================== */
@media (min-width: 601px) {
  .c-main {
    margin-top: 12.875rem;
  }
}

@media (max-width: 600px) {
  .c-main {
    margin-top: 3.375rem;
  }
}

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

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

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

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

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

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

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

.u-hidden {
  overflow: hidden;
}

article.post-content {
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
}

article.post-content p {
  margin: 0 0 1.25rem;
  line-height: 1.8;
  text-align: justify;
}

article.post-content h1, article.post-content h2, article.post-content h3, article.post-content h4, article.post-content h5, article.post-content h6 {
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

article.post-content h1 {
  margin: 2.5rem 0 1.25rem;
  font-size: 2rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  article.post-content h1 {
    font-size: 1.75rem;
  }
}

article.post-content h2 {
  margin: 1.875rem 0 0.9375rem;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #507867;
  font-size: 1.625rem;
  line-height: 1.35;
}

@media (max-width: 767px) {
  article.post-content h2 {
    font-size: 1.375rem;
  }
}

article.post-content h3 {
  margin: 1.5625rem 0 0.75rem;
  font-size: 1.375rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  article.post-content h3 {
    font-size: 1.125rem;
  }
}

article.post-content h4 {
  margin: 1.25rem 0 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

article.post-content h5 {
  margin: 1.125rem 0 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

article.post-content h6 {
  margin: 0.9375rem 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

article.post-content strong, article.post-content b {
  color: #222;
  font-weight: 700;
}

article.post-content em, article.post-content i, article.post-content cite, article.post-content dfn {
  font-style: italic;
}

article.post-content mark {
  padding: 0.125rem 0.375rem;
  border-radius: 0.1875rem;
  background: #fff3cd;
  color: #333;
}

article.post-content small {
  font-size: 85%;
}

article.post-content del {
  color: #999;
  text-decoration: line-through;
}

article.post-content ins {
  padding: 0.125rem 0.25rem;
  background: #d4edda;
  color: #155724;
  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 abbr[title] {
  border-bottom: 1px dotted #999;
  cursor: help;
}

article.post-content address {
  margin: 0 0 1.5rem;
  font-style: italic;
}

article.post-content a {
  -webkit-transition: color 0.3s ease;
  color: #507867;
  text-decoration: underline;
  transition: color 0.3s ease;
}

article.post-content a:hover {
  color: #3c594d;
}

article.post-content a:visited {
  color: #314a40;
}

article.post-content a:focus {
  outline: 2px solid #507867;
  outline-offset: 2px;
}

article.post-content ul, article.post-content ol {
  margin: 1.25rem 0;
  padding-left: 1.875rem;
}

article.post-content ul li, article.post-content ol li {
  margin-bottom: 0.625rem;
  line-height: 1.7;
}

article.post-content ul ul, article.post-content ul ol, article.post-content ol ul, article.post-content ol ol {
  margin: 0.625rem 0;
}

article.post-content ul {
  list-style: none;
}

article.post-content ul li {
  position: relative;
  padding-left: 1.25rem;
}

article.post-content ul li::before {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #507867;
  content: '';
}

article.post-content ul.wp-block-gallery, article.post-content ul.blocks-gallery-grid {
  list-style: none;
}

article.post-content ul.wp-block-gallery li::before, article.post-content ul.blocks-gallery-grid li::before {
  display: none;
}

article.post-content ol {
  list-style: decimal;
}

article.post-content ol li {
  padding-left: 0.625rem;
}

article.post-content dl {
  margin: 1.25rem 0;
}

article.post-content dl dt {
  margin-bottom: 0.3125rem;
  font-weight: 700;
}

article.post-content dl dd {
  margin: 0 0 0.9375rem 1.25rem;
}

article.post-content blockquote {
  margin: 1.875rem 0;
  padding: 1.25rem 1.5625rem;
  border-left: 4px solid #507867;
  background: #f8f9fa;
  color: #555;
  font-size: 1rem;
  font-style: italic;
}

article.post-content blockquote p {
  margin: 0;
}

article.post-content blockquote p:last-child {
  margin-bottom: 0;
}

article.post-content blockquote cite, article.post-content blockquote small {
  display: block;
  margin-top: 0.625rem;
  color: #777;
  font-size: 0.875rem;
  font-style: normal;
}

article.post-content blockquote cite::before, article.post-content blockquote small::before {
  content: '— ';
}

article.post-content blockquote blockquote {
  margin: 0.9375rem 0;
}

article.post-content q {
  quotes: '"' '"' "" " " "";
}

article.post-content q::before {
  content: open-quote;
}

article.post-content q::after {
  content: close-quote;
}

article.post-content code, article.post-content kbd, article.post-content pre, article.post-content samp {
  font-family: 'Monaco', 'Courier New', monospace;
  font-size: 0.875rem;
}

article.post-content code {
  padding: 0.1875rem 0.375rem;
  border-radius: 0.1875rem;
  background: #f4f4f4;
  color: #d63384;
}

article.post-content kbd {
  padding: 0.1875rem 0.375rem;
  border-radius: 0.1875rem;
  background: #333;
  color: #fff;
  font-size: 0.8125rem;
}

article.post-content pre {
  word-wrap: break-word;
  margin: 1.5625rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  border: 1px solid #e0e0e0;
  border-radius: 0.3125rem;
  background: #f5f5f5;
  color: #333;
  white-space: pre-wrap;
}

article.post-content pre code {
  padding: 0;
  border-radius: 0;
  background: none;
  color: inherit;
}

article.post-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5625rem 0;
  border-radius: 0.5rem;
  vertical-align: middle;
}

article.post-content .alignleft {
  margin: 0.625rem 1.5625rem 0.625rem 0;
  float: left;
}

@media (max-width: 767px) {
  article.post-content .alignleft {
    margin: 0.625rem 0;
    float: none;
  }
}

article.post-content .alignright {
  margin: 0.625rem 0 0.625rem 1.5625rem;
  float: right;
}

@media (max-width: 767px) {
  article.post-content .alignright {
    margin: 0.625rem 0;
    float: none;
  }
}

article.post-content .aligncenter {
  display: block;
  margin: 1.5625rem auto;
  text-align: center;
}

article.post-content .alignnone {
  display: block;
  margin: 1.5625rem 0;
}

article.post-content .wp-caption {
  max-width: 100%;
  margin: 1.5625rem 0;
  padding: 0;
  background: transparent;
}

article.post-content .wp-caption img {
  margin: 0;
}

article.post-content .wp-caption.alignleft {
  margin-right: 1.5625rem;
}

article.post-content .wp-caption.alignright {
  margin-left: 1.5625rem;
}

article.post-content .wp-caption.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

article.post-content .wp-caption-text,
article.post-content .wp-caption-dd,
article.post-content figcaption {
  margin: 0.625rem 0 0;
  padding: 0.5rem 0;
  color: #777;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}

article.post-content .wp-block-image {
  margin: 1.5625rem auto;
  text-align: center;
}

@media (max-width: 767px) {
  article.post-content .wp-block-image.alignleft, article.post-content .wp-block-image.alignright {
    margin: 1.5625rem 0;
    float: none;
  }
}

article.post-content .wp-block-image figcaption {
  margin-top: 0.625rem;
}

article.post-content table {
  width: 100%;
  margin: 1.5625rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}

article.post-content table caption {
  margin: 0.625rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}

article.post-content table thead {
  background: #f8f9fa;
}

article.post-content table th, article.post-content table td {
  padding: 0.75rem 0.9375rem;
  border: 1px solid #dee2e6;
  text-align: left;
}

article.post-content table th {
  color: #333;
  font-weight: 600;
}

article.post-content table tbody tr:nth-child(even) {
  background: #f8f9fa;
}

article.post-content table tbody tr:hover {
  background: #e9ecef;
}

@media (max-width: 767px) {
  article.post-content table {
    font-size: 0.8125rem;
  }
  article.post-content table th, article.post-content table td {
    padding: 0.5rem 0.625rem;
  }
}

article.post-content hr {
  margin: 1.875rem 0;
  border: 0;
  border-top: 1px solid #dee2e6;
}

article.post-content hr.wp-block-separator {
  border-top-width: 2px;
}

article.post-content hr.wp-block-separator.is-style-wide {
  border-top-width: 3px;
}

article.post-content hr.wp-block-separator.is-style-dots {
  border: none;
  text-align: center;
}

article.post-content hr.wp-block-separator.is-style-dots::before {
  color: #999;
  font-size: 1.5rem;
  letter-spacing: 0.625rem;
  content: '···';
}

article.post-content fieldset {
  margin: 1.25rem 0;
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  border-radius: 0.3125rem;
}

article.post-content fieldset legend {
  padding: 0 0.625rem;
  font-weight: 600;
}

article.post-content input,
article.post-content textarea,
article.post-content select {
  max-width: 100%;
}

article.post-content textarea {
  resize: vertical;
}

article.post-content .mceTemp + ul,
article.post-content .mceTemp + ol {
  list-style-position: inside;
}

article.post-content audio, article.post-content canvas, article.post-content video {
  max-width: 100%;
  vertical-align: middle;
}

article.post-content iframe {
  max-width: 100%;
  margin: 1.5625rem 0;
  border-radius: 0.5rem;
}

article.post-content .gallery {
  gap: 0.9375rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  margin: 1.5625rem 0;
}

article.post-content .gallery .gallery-item img {
  margin: 0;
}

article.post-content .gallery .gallery-caption {
  margin-top: 0.5rem;
  color: #777;
  font-size: 0.75rem;
}

article.post-content .wp-block-pullquote blockquote {
  padding: 1.875rem;
  border: none;
  font-size: 1.25rem;
  text-align: center;
}

article.post-content .wp-block-button {
  margin: 1.25rem 0;
}

article.post-content .wp-block-button .wp-block-button__link {
  -webkit-transition: all 0.3s ease;
  display: inline-block;
  padding: 0.75rem 1.875rem;
  border-radius: 0.3125rem;
  background: #507867;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

article.post-content .wp-block-button .wp-block-button__link:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  background: #3c594d;
}

@media (max-width: 767px) {
  article.post-content {
    font-size: 0.9375rem;
  }
  article.post-content blockquote {
    margin: 1.25rem 0;
    padding: 0.9375rem 1.25rem;
    font-size: 1rem;
  }
  article.post-content pre {
    padding: 0.9375rem;
    font-size: 0.8125rem;
  }
}

.entry-header {
  margin-bottom: 1.875rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #e0e0e0;
}

.entry-header h1 {
  margin-bottom: 0.9375rem;
  color: #222;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .entry-header h1 {
    font-size: 1.75rem;
  }
}

.entry-header .entry-meta {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  color: #777;
  font-size: 0.875rem;
}

.entry-header .entry-meta .meta-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.entry-header .entry-meta .meta-item i {
  color: #507867;
}

/* ==========================================================================
   #Box
   ========================================================================== */
/* ==========================================================================
   #Breadcrumb
   ========================================================================== */
.c-breadcrumb {
  margin-bottom: 1.875rem;
  padding: 1.25rem 0;
  background: #f8f8f8;
  text-align: center;
}

@media (max-width: 600px) {
  .c-breadcrumb {
    margin-bottom: 0 !important;
    padding: 0.9375rem 0 0.3125rem;
  }
}

.c-breadcrumb .p-breadcrumb {
  margin-bottom: 0.625rem;
}

@media (max-width: 600px) {
  .c-breadcrumb .p-breadcrumb {
    margin-bottom: 0.625rem;
  }
}

.c-breadcrumb .p-breadcrumb .rank-math-breadcrumb p {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #999;
  font-size: 0.875rem;
}

@media (max-width: 600px) {
  .c-breadcrumb .p-breadcrumb .rank-math-breadcrumb p {
    font-size: 0.8125rem;
  }
}

.c-breadcrumb .p-breadcrumb .rank-math-breadcrumb p a {
  -webkit-transition: color 0.3s ease;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.c-breadcrumb .p-breadcrumb .rank-math-breadcrumb p a:hover {
  color: #507867;
}

.c-breadcrumb .p-breadcrumb .rank-math-breadcrumb p .separator {
  margin: 0;
  color: #999;
}

.c-breadcrumb .p-breadcrumb .rank-math-breadcrumb p .last {
  color: #999;
  font-weight: 400;
}

.c-breadcrumb .p-title_main__heading {
  margin: 0;
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.03125rem;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .c-breadcrumb .p-title_main__heading {
    font-size: 1.375rem;
  }
}

.c-breadcrumb .term-description {
  max-width: 50rem;
  margin: 1rem auto 0;
  color: #666;
  font-size: 1rem;
  line-height: 1.7;
}

.c-breadcrumb .term-description p {
  margin: 0;
}

@media (max-width: 600px) {
  .c-breadcrumb .term-description {
    font-size: 0.9375rem;
  }
}

/* ==========================================================================
   #Button
   ========================================================================== */
.c-button a {
  -webkit-transition: all 0.3s ease-in-out;
  display: inline-block;
  min-width: 13.75rem;
  padding: 0.9375rem;
  background: black;
  color: #222;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.c-button a:hover {
  background: #222;
  color: #000;
}

.c-button_01 a {
  display: inline-block;
  position: relative;
  min-width: 10rem;
  height: 2.8125rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.c-button_01 a span {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.c-button_01 a svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
}

.c-button_01 a rect {
  fill: none;
  stroke: #222;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.c-button_01 a:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-button_01 a:hover span {
  color: #222;
}

/* ==========================================================================
   #Button Component
   ========================================================================== */
.c-btn {
  -webkit-transition: all 0.3s ease;
  display: inline-block;
  padding: 0.3125rem 1.875rem;
  border: 2px solid #4b4b4b;
  border-radius: 0.25rem;
  color: #4b4b4b;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .c-btn {
    padding: 0.3125rem 1.25rem;
    font-size: 0.8125rem;
  }
}

.c-btn:hover {
  -webkit-transform: translateY(-0.125rem);
  -ms-transform: translateY(-0.125rem);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  transform: translateY(-0.125rem);
  border-color: #507867;
  background: #507867;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

.c-btn:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.c-btn i {
  margin-right: 0.5rem;
  font-size: 1rem;
}

@media (max-width: 600px) {
  .c-btn i {
    font-size: 0.875rem;
  }
}

.c-btn--primary {
  border-color: #507867;
  background: #507867;
  color: #ffffff;
}

.c-btn--primary:hover {
  border-color: #3d5a4e;
  background: #3d5a4e;
}

.c-btn--secondary {
  border-color: #ddd;
  background: transparent;
  color: #666;
}

.c-btn--secondary:hover {
  border-color: #507867;
  background: #507867;
  color: #ffffff;
}

.c-btn--outline {
  border-color: #000000;
  background: transparent;
  color: #000000;
}

.c-btn--outline:hover {
  background: #000000;
  color: #ffffff;
}

.c-btn--white {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
}

.c-btn--white:hover {
  background: transparent;
  color: #ffffff;
}

.c-btn--large {
  padding: 0.9375rem 2.8125rem;
  font-size: 1rem;
}

@media (max-width: 600px) {
  .c-btn--large {
    padding: 0.8125rem 2.1875rem;
    font-size: 0.9375rem;
  }
}

.c-btn--small {
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
}

@media (max-width: 600px) {
  .c-btn--small {
    padding: 0.4375rem 1.125rem;
    font-size: 0.75rem;
  }
}

.c-btn--full {
  display: block;
  width: 100%;
}

/* ==========================================================================
   #Footer
   ========================================================================== */
.c-footer {
  margin-top: 1.875rem;
  padding-top: 5rem;
  background: #f8f8f8;
}

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

.c-footer__top {
  display: grid;
}

@media (min-width: 601px) {
  .c-footer__top {
    gap: 2.5rem;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    margin-bottom: 3.75rem;
  }
}

@media (max-width: 600px) {
  .c-footer__top {
    gap: 1.5625rem;
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 600px) {
  .c-footer__col--info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 600px) {
  .c-footer__col--newsletter {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.c-footer__logo {
  display: inline-block;
  margin-bottom: 1.5625rem;
  text-decoration: none;
}

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

.c-footer__logo-text {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border: 0.125rem solid #000000;
  color: #000000;
  font-size: 2rem;
  font-weight: 400;
}

@media (max-width: 600px) {
  .c-footer__logo-text {
    padding: 0.375rem 1rem;
    font-size: 1.625rem;
  }
}

.c-footer__contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-footer__contact-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  gap: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.6;
}

.c-footer__contact-item i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: #000000;
  font-size: 1rem;
}

.c-footer__contact-item a {
  -webkit-transition: color 0.3s ease;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.c-footer__contact-item a:hover {
  color: #507867;
}

.c-footer__title {
  margin-bottom: 1.25rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.c-footer__menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-footer__menu li a {
  -webkit-transition: color 0.3s ease;
  display: inline-block;
  color: #666;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.c-footer__menu li a:hover {
  color: #507867;
}

.c-footer__newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}

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

.c-footer__newsletter-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-transition: border-color 0.3s ease;
  flex: 1;
  padding: 0.75rem 1.25rem;
  border: 0.0625rem solid #ddd;
  outline: none;
  font-size: 0.875rem;
  transition: border-color 0.3s ease;
}

.c-footer__newsletter-input:focus {
  border-color: #507867;
}

.c-footer__newsletter-input::-webkit-input-placeholder {
  color: #999;
}

.c-footer__newsletter-input::-moz-placeholder {
  color: #999;
}

.c-footer__newsletter-input:-ms-input-placeholder {
  color: #999;
}

.c-footer__newsletter-input::-ms-input-placeholder {
  color: #999;
}

.c-footer__newsletter-input::placeholder {
  color: #999;
}

.c-footer__newsletter-btn {
  -webkit-transition: background 0.3s ease;
  padding: 0.75rem 1.875rem;
  border: none;
  background: #507867;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.3s ease;
}

.c-footer__newsletter-btn:hover {
  background: #3c594d;
}

.c-footer__social {
  gap: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-footer__social li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
  color: #000000;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-footer__social li a:hover {
  color: #507867;
}

.c-footer__bottom {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.875rem 0;
  border-top: 0.0625rem solid #ddd;
}

@media (max-width: 600px) {
  .c-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    gap: 1.25rem;
    flex-direction: column;
    padding: 1.5625rem 0;
  }
}

.c-footer__copyright p {
  margin: 0;
  color: #666;
  font-size: 0.875rem;
}

@media (max-width: 600px) {
  .c-footer__copyright p {
    font-size: 0.75rem;
    text-align: center;
  }
}

.c-footer__payments {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

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

.c-footer__payment-icon {
  -o-object-fit: contain;
  width: auto;
  height: 1.5rem !important;
  object-fit: contain;
}

@media (max-width: 600px) {
  .c-footer__payment-icon {
    height: 1.25rem !important;
  }
}

/* ==========================================================================
   #Form
   ========================================================================== */
/* ==========================================================================
   #Gallery
   ========================================================================== */
/* ==========================================================================
   #Header
   ========================================================================== */
.c-header {
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
  z-index: 90;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}

.c-header__topbar {
  background: #507867;
  color: #ffffff;
}

@media (min-width: 601px) {
  .c-header__topbar {
    padding: 0.625rem 0;
  }
}

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

.c-header__topbar-inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-header__topbar-text {
  font-size: 0.875rem;
  font-weight: 400;
}

.c-header__topbar-menu {
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-header__topbar-menu ul {
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-header__topbar-menu ul li a {
  -webkit-transition: opacity 0.3s ease;
  color: #ffffff;
  font-size: 0.875rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.c-header__topbar-menu ul li a:hover {
  opacity: 0.8;
}

.c-header__topbar-link {
  -webkit-transition: opacity 0.3s ease;
  color: #ffffff;
  font-size: 0.875rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.c-header__topbar-link:hover {
  opacity: 0.8;
}

@media (min-width: 601px) {
  .c-header__main {
    padding: 1.5rem 0;
    border-bottom: 1px solid #f0f0f0;
  }
}

@media (max-width: 600px) {
  .c-header__main {
    -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
    padding: 0.9375rem 0;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
  }
}

.c-header__main-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .c-header__main-inner {
    gap: 0.9375rem;
  }
}

.c-header__logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-header__logo a {
  text-decoration: none;
}

.c-header__logo-text {
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.0625rem;
}

@media (max-width: 600px) {
  .c-header__logo-text {
    font-size: 1.5rem;
  }
}

.c-header__search {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 37.5rem;
}

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

.c-header__search-form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
}

.c-header__search-input {
  -webkit-transition: border-color 0.3s ease;
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  outline: none;
  font-size: 0.875rem;
  transition: border-color 0.3s ease;
}

.c-header__search-input::-webkit-input-placeholder {
  color: #999;
}

.c-header__search-input::-moz-placeholder {
  color: #999;
}

.c-header__search-input:-ms-input-placeholder {
  color: #999;
}

.c-header__search-input::-ms-input-placeholder {
  color: #999;
}

.c-header__search-input::placeholder {
  color: #999;
}

.c-header__search-input:focus {
  border-color: #507867;
}

.c-header__search-btn {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: color 0.3s ease;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0.75rem 1rem;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #666;
  cursor: pointer;
  transition: color 0.3s ease;
}

.c-header__search-btn i {
  font-size: 1.125rem;
}

.c-header__search-btn:hover {
  color: #507867;
}

.c-header__actions {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: auto;
}

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

.c-header__action-phone {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0.5rem;
  -webkit-transition: color 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

.c-header__action-phone i {
  font-size: 1.125rem;
}

.c-header__action-phone:hover {
  color: #507867;
}

.c-header__action-icon {
  -webkit-transition: color 0.3s ease;
  position: relative;
  color: #000000;
  font-size: 1.375rem;
  transition: color 0.3s ease;
}

@media (max-width: 600px) {
  .c-header__action-icon {
    font-size: 1.25rem;
  }
}

.c-header__action-icon:hover {
  color: #507867;
}

.c-header__action-badge {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -0.375rem;
  right: -0.5rem;
  align-items: center;
  justify-content: center;
  min-width: 1.125rem;
  height: 1.125rem;
  padding: 0 0.25rem;
  border-radius: 50%;
  background: #507867;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 600;
}

.c-header__toggle {
  display: none;
  padding: 0;
  border: none;
  background: transparent;
  color: #000000;
  font-size: 1.5rem;
  cursor: pointer;
}

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

.c-header__nav {
  border-top: 1px solid #f0f0f0;
  background: #fff;
}

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

.c-header__nav-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.c-header__nav-menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: static;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-header__nav-menu > .menu-item {
  position: relative;
  padding: 1rem 0;
  cursor: pointer;
}

.c-header__nav-menu > .menu-item > .sub-menu {
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(1.75rem);
  -ms-transform: translateY(1.75rem);
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 13.75rem;
  margin: 0;
  padding: 0.625rem 0;
  transform: translateY(1.75rem);
  border-radius: 0.25rem;
  background: #ffffff;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  list-style: none;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 600px) {
  .c-header__nav-menu > .menu-item > .sub-menu {
    display: none;
  }
}

.c-header__nav-menu > .menu-item > .sub-menu .menu-item {
  margin: 0;
  padding: 0;
}

.c-header__nav-menu > .menu-item > .sub-menu .menu-item > a {
  -webkit-transition: all 0.3s ease;
  display: block;
  padding: 0.4375rem 0.9375rem;
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-header__nav-menu > .menu-item > .sub-menu .menu-item > a:hover {
  padding-left: 1.25rem;
  background: #f8f8f8;
  color: #507867;
}

.c-header__nav-menu > .menu-item > .sub-menu .menu-item > .sub-menu:not(.mega-menu) {
  -webkit-transform: none;
  -ms-transform: none;
  -webkit-box-shadow: none;
  visibility: visible;
  z-index: 1;
  position: static;
  margin: 0;
  padding: 0.5rem 0 0 0;
  transform: none;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
}

.c-header__nav-menu > .menu-item > .sub-menu .menu-item > .sub-menu:not(.mega-menu)::after {
  display: none;
}

.c-header__nav-menu > .menu-item > .sub-menu .menu-item > .sub-menu:not(.mega-menu) .menu-item > a {
  padding-left: 0rem;
  font-size: 0.875rem;
}

.c-header__nav-menu > .menu-item > .sub-menu .menu-item > .sub-menu:not(.mega-menu) .menu-item > a:hover {
  padding-left: 0.3125rem;
}

.c-header__nav-menu > .menu-item.menu-item-has-children > a::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  margin-left: 0.375rem;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.75rem;
  font-weight: 300;
  content: "\f078";
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-header__nav-menu > .menu-item.menu-item-has-children:hover > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-header__nav-menu > .menu-item:hover > .sub-menu {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  visibility: visible;
  z-index: 100;
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}

.c-header__nav-menu > .menu-item > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-transition: color 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.c-header__nav-menu > .menu-item > a:hover {
  color: #507867;
}

.c-header .mega-menu {
  position: static !important;
}

.c-header .mega-menu > .sub-menu {
  gap: 1.875rem;
  -webkit-transform: translateY(1.75rem);
  -ms-transform: translateY(1.75rem);
  -webkit-transition: all 0.3s ease;
  display: none !important;
  display: grid;
  z-index: -1;
  top: 100%;
  right: 0;
  left: 0;
  grid-template-columns: repeat(auto-fit, minmax(8.75rem, 1fr));
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 2rem 2.5rem;
  transform: translateY(1.75rem);
  pointer-events: none;
  transition: all 0.3s ease;
}

.c-header .mega-menu > .sub-menu.is-active {
  display: grid !important;
}

.c-header .mega-menu > .sub-menu > .menu-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0;
}

.c-header .mega-menu > .sub-menu > .menu-item > a {
  display: block;
  margin-bottom: 0.125rem;
  padding: 0 0 0.25rem 0;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.c-header .mega-menu > .sub-menu > .menu-item > a:hover {
  padding-left: 0;
  background: transparent;
  color: #507867;
}

.c-header .mega-menu > .sub-menu > .menu-item > .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-transform: none;
  -ms-transform: none;
  -webkit-box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  z-index: auto;
  position: static;
  flex-direction: column;
  margin: 0;
  padding: 0;
  transform: none;
  box-shadow: none;
  list-style: none;
  opacity: 1;
  pointer-events: auto;
}

.c-header .mega-menu > .sub-menu > .menu-item > .sub-menu::after {
  display: none;
}

.c-header .mega-menu > .sub-menu > .menu-item > .sub-menu .menu-item > a {
  padding: 0.5rem 0;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-header .mega-menu > .sub-menu > .menu-item > .sub-menu .menu-item > a:hover {
  padding-left: 0.5rem;
  background: #f8f8f8;
  color: #507867;
}

.c-header__nav-badge {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5rem;
  border-radius: 0.1875rem;
  background: #ffd700;
  color: #000000;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.c-header__nav-badge--hot {
  background: #ff6b6b;
  color: #ffffff;
}

.c-header__nav-discount {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #507867;
  font-size: 0.875rem;
  font-weight: 500;
}

.c-header__nav-discount i {
  font-size: 1.125rem;
}

/* ==========================================================================
   #Heading
   ========================================================================== */
/* ==========================================================================
   #Link
   ========================================================================== */
/* ==========================================================================
   #List
   ========================================================================== */
/* ==========================================================================
   #Mobile Menu Component
   ========================================================================== */
.c-mobile-menu {
  visibility: hidden;
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-mobile-menu__overlay {
  -webkit-transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.c-mobile-menu__wrapper {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  width: 20rem;
  max-width: 85%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(-100%);
  background: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.c-mobile-menu.is-active {
  visibility: visible;
}

.c-mobile-menu.is-active .c-mobile-menu__overlay {
  opacity: 1;
}

.c-mobile-menu.is-active .c-mobile-menu__wrapper {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.c-mobile-menu__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.25rem;
  border-bottom: 1px solid #eee;
}

.c-mobile-menu__logo-text {
  color: #000000;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
}

.c-mobile-menu__close {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-mobile-menu__close i {
  color: #000000;
  font-size: 1.25rem;
}

.c-mobile-menu__close:hover {
  background: #507867;
}

.c-mobile-menu__close:hover i {
  color: #ffffff;
}

.c-mobile-menu__nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.9375rem 0;
  overflow-y: auto;
}

.c-mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-mobile-menu .menu-item {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.c-mobile-menu .menu-item.menu-item-has-children > a {
  padding-right: 3rem;
}

.c-mobile-menu .menu-item.menu-item-has-children > a::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #666;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.875rem;
  font-weight: 300;
  content: "\f078";
  pointer-events: none;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-mobile-menu .menu-item.is-active > a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.c-mobile-menu .menu-item > a {
  -webkit-transition: all 0.3s ease;
  display: block;
  position: relative;
  width: 100%;
  padding: 0.875rem 1.25rem;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-mobile-menu .menu-item > a:hover {
  background: #f9f9f9;
  color: #507867;
}

.c-mobile-menu .menu-item > a:active {
  background: #f5f5f5;
}

.c-mobile-menu__badge {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.1875rem;
  background: #507867;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.c-mobile-menu__badge--hot {
  background: #e63946;
}

.c-mobile-menu .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  background: #fafafa;
  list-style: none;
}

.c-mobile-menu .sub-menu .menu-item {
  border-bottom: 1px solid #efefef;
}

.c-mobile-menu .sub-menu .menu-item:last-child {
  border-bottom: none;
}

.c-mobile-menu .sub-menu .menu-item.menu-item-has-children > a {
  padding-right: 3rem;
}

.c-mobile-menu .sub-menu .menu-item > a {
  padding-right: 1.25rem;
  padding-left: 2.1875rem;
  background: #fafafa;
  font-size: 0.875rem;
}

.c-mobile-menu .sub-menu .menu-item > a:hover {
  background: #f5f5f5;
}

.c-mobile-menu .sub-menu .sub-menu {
  background: #f5f5f5;
}

.c-mobile-menu .sub-menu .sub-menu .menu-item > a {
  padding-right: 1.25rem;
  padding-left: 3.125rem;
  background: #f5f5f5;
  font-size: 0.8125rem;
}

.c-mobile-menu .sub-menu .sub-menu .menu-item > a:hover {
  background: #efefef;
}

.c-mobile-menu__footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1.25rem;
  border-top: 1px solid #eee;
  background: #fafafa;
}

.c-mobile-menu__contact {
  margin-bottom: 0.9375rem;
}

.c-mobile-menu__phone {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #507867;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.c-mobile-menu__phone i {
  font-size: 1.125rem;
}

.c-mobile-menu__phone:hover {
  color: #3d5a4f;
}

.c-mobile-menu__links {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0.5rem 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.c-mobile-menu__footer-link {
  -webkit-transition: color 0.3s ease;
  color: #666;
  font-size: 0.8125rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.c-mobile-menu__footer-link:hover {
  color: #507867;
}

body.mobile-menu-open {
  overflow: hidden;
}

@media (min-width: 601px) {
  body.mobile-menu-open {
    overflow: visible;
  }
}

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

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

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

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

/* ==========================================================================
   #Post
   ========================================================================== */
/* ==========================================================================
   #Product Card Component
   ========================================================================== */
.c-product-card {
  -webkit-transition: all 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
  padding: 0.3125rem;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  transition: all 0.3s ease;
}

@media (min-width: 601px) {
  .c-product-card:hover {
    -webkit-box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
  }
  .c-product-card:hover .c-product-card__image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.c-product-card__badge {
  z-index: 2;
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  padding: 0.1875rem 0.625rem;
  border-radius: 1.25rem;
  background: #e63946;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
}

@media (max-width: 600px) {
  .c-product-card__badge {
    top: 0.625rem;
    left: 0.625rem;
    padding: 0.3125rem 0.75rem;
    font-size: 0.6875rem;
  }
}

.c-product-card__image {
  aspect-ratio: 3.8/4;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
}

@media (max-width: 600px) {
  .c-product-card__image {
    aspect-ratio: 4/4;
  }
}

.c-product-card__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.c-product-card__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.625rem 0.9375rem 1.25rem;
}

@media (max-width: 600px) {
  .c-product-card__content {
    padding: 0.625rem 0.75rem 0.9375rem;
  }
}

.c-product-card__title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 2.625rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .c-product-card__title {
    margin-bottom: 0.3125rem;
    font-size: 0.875rem;
  }
}

.c-product-card__price {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.c-product-card__price-old {
  color: #999;
  font-size: 0.875rem;
  text-decoration: line-through;
}

@media (max-width: 600px) {
  .c-product-card__price-old {
    font-size: 0.75rem;
  }
}

.c-product-card__price-new {
  color: #222;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 600px) {
  .c-product-card__price-new {
    font-size: 0.875rem;
  }
}

.c-product-card__price-new del {
  margin-right: 0.625rem;
  color: #999;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: line-through;
}

@media (max-width: 600px) {
  .c-product-card__price-new del {
    font-size: 0.75rem;
  }
}

.c-product-card__price-new ins {
  color: #222;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 600px) {
  .c-product-card__price-new ins {
    font-size: 1rem;
  }
}

.c-product-card__price-new .woocommerce-Price-amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.c-product-card__price-new .screen-reader-text {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  white-space: nowrap;
}

.c-product-card__price-new_all {
  color: #222;
  font-size: 0.9375rem;
  font-weight: 600;
}

@media (max-width: 600px) {
  .c-product-card__price-new_all {
    font-size: 0.9375rem;
  }
}

.c-product-card__price-new_all .woocommerce-Price-amount {
  color: inherit;
  font-size: 0.9375rem;
  font-weight: inherit;
}

.c-product-card__price-new_all del {
  margin-right: 0.375rem;
  color: #999;
  font-size: 0.875rem !important;
  font-weight: 400;
  text-decoration: line-through;
}

.c-product-card__price-new_all del .woocommerce-Price-amount {
  font-size: 0.8125rem !important;
}

@media (max-width: 600px) {
  .c-product-card__price-new_all del {
    font-size: 0.75rem;
  }
}

.c-product-card__price-new_all ins {
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 600px) {
  .c-product-card__price-new_all ins {
    font-size: 0.875rem;
  }
}

.c-product-card__price-new_all .screen-reader-text {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  white-space: nowrap;
}

/* ==========================================================================
   #Product List Component
   ========================================================================== */
.c-product-list {
  gap: 1.875rem;
  display: grid;
}

@media (max-width: 600px) {
  .c-product-list {
    gap: 1.25rem;
  }
}

@media (min-width: 601px) {
  .c-product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 600px) {
  .c-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 601px) {
  .c-product-list--col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

@media (min-width: 601px) {
  .c-product-list--col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .c-product-list--col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 601px) {
  .c-product-list--col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 600px) {
  .c-product-list--col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-product-list--col-4 .c-product-card__price-old {
  font-size: 0.8125rem;
}

.c-product-list--col-4 .c-product-card__price-new {
  font-size: 0.9375rem;
}

@media (min-width: 601px) {
  .c-product-list--col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 600px) {
  .c-product-list--col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-product-list--col-5 .c-product-card__badge {
  padding: 0.0625rem 0.625rem;
  font-size: 0.8125rem;
}

.c-product-list--col-5 .c-product-card__price-old {
  font-size: 0.8125rem;
}

.c-product-list--col-5 .c-product-card__price-new, .c-product-list--col-5 .c-product-card__price-new .woocommerce-Price-amount {
  font-size: 0.9375rem;
}

@media (min-width: 601px) {
  .c-product-list--col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 600px) {
  .c-product-list--col-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-product-list--gap-small {
  gap: 1.25rem;
}

@media (max-width: 600px) {
  .c-product-list--gap-small {
    gap: 0.9375rem;
  }
}

.c-product-list--gap-large {
  gap: 2.5rem;
}

@media (max-width: 600px) {
  .c-product-list--gap-large {
    gap: 1.5625rem;
  }
}

.c-product-list--no-gap {
  gap: 0;
}

/* ==========================================================================
   #Product Slider Component (Reusable)
   ========================================================================== */
.c-product-slider {
  padding: 1.875rem 0;
}

@media (max-width: 600px) {
  .c-product-slider {
    padding: 1.25rem 0;
  }
}

.c-product-slider__wrapper {
  position: relative;
}

.c-product-slider__wrapper .swiper-wrapper {
  height: auto !important;
  padding: 0.625rem 0;
}

.c-product-slider .swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: auto !important;
}

@media (min-width: 601px) {
  .c-product-slider .swiper-slide {
    padding: 0.625rem;
  }
}

@media (max-width: 600px) {
  .c-product-slider .swiper-slide {
    padding: 0;
  }
}

.c-product-slider__wrapper .swiper-button-prev,
.c-product-slider__wrapper .swiper-button-next {
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.c-product-slider__wrapper .swiper-button-prev:after,
.c-product-slider__wrapper .swiper-button-next:after {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
}

.c-product-slider__wrapper .swiper-button-prev:hover,
.c-product-slider__wrapper .swiper-button-next:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #507867;
}

.c-product-slider__wrapper .swiper-button-prev:hover:after,
.c-product-slider__wrapper .swiper-button-next:hover:after {
  color: #ffffff;
}

.c-product-slider__wrapper .swiper-button-prev.swiper-button-disabled,
.c-product-slider__wrapper .swiper-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.c-product-slider__wrapper .swiper-button-prev.swiper-button-disabled:hover,
.c-product-slider__wrapper .swiper-button-next.swiper-button-disabled:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: #ffffff;
}

.c-product-slider__wrapper .swiper-button-prev.swiper-button-disabled:hover:after,
.c-product-slider__wrapper .swiper-button-next.swiper-button-disabled:hover:after {
  color: #333;
}

@media (max-width: 600px) {
  .c-product-slider__wrapper .swiper-button-prev,
  .c-product-slider__wrapper .swiper-button-next {
    width: 2.25rem;
    height: 2.25rem;
  }
  .c-product-slider__wrapper .swiper-button-prev:after,
  .c-product-slider__wrapper .swiper-button-next:after {
    font-size: 0.875rem;
  }
}

.c-product-slider__wrapper .swiper-button-prev {
  left: 0;
}

.c-product-slider__wrapper .swiper-button-next {
  right: 0;
}

/* ==========================================================================
   #Section
   ========================================================================== */
/* ==========================================================================
   #Section Title Component
   ========================================================================== */
.c-section-title {
  margin-bottom: 1.875rem;
  text-align: center;
}

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

.c-section-title__main {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9375rem;
  color: #000000;
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
}

@media (max-width: 600px) {
  .c-section-title__main {
    gap: 0.75rem;
    font-size: 1.375rem;
  }
}

.c-section-title__icon {
  color: #507867;
  font-size: 1.5rem;
}

@media (max-width: 600px) {
  .c-section-title__icon {
    font-size: 1.125rem;
  }
}

.c-section-title__subtitle {
  margin: 0;
  color: #666;
  font-size: 1rem;
}

@media (max-width: 600px) {
  .c-section-title__subtitle {
    font-size: 0.875rem;
  }
}

.c-section-title--simple .c-section-title__main {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
}

@media (max-width: 600px) {
  .c-section-title--simple .c-section-title__main {
    font-size: 1.5rem;
  }
}

.c-section-title--large .c-section-title__main {
  font-size: 3rem;
}

@media (max-width: 600px) {
  .c-section-title--large .c-section-title__main {
    font-size: 2rem;
  }
}

/* ==========================================================================
   #Tabs Slider Component (Reusable)
   ========================================================================== */
.c-tabs-slider {
  border-top: 2px dashed #ddd;
}

@media (min-width: 601px) {
  .c-tabs-slider {
    padding: 3.75rem 0;
  }
}

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

.c-tabs-slider__tabs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  gap: 0.9375rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.25rem;
}

@media (max-width: 600px) {
  .c-tabs-slider__tabs {
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
}

.c-tabs-slider__tab {
  -webkit-transition: all 0.3s ease;
  padding: 0.4375rem 1.25rem;
  border: 0.125rem solid #ddd;
  background: transparent;
  color: #666;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .c-tabs-slider__tab {
    padding: 0.4375rem 1rem;
    font-size: 0.75rem;
  }
}

@media (min-width: 601px) {
  .c-tabs-slider__tab:hover {
    border-color: #507867;
    color: #507867;
  }
}

.c-tabs-slider__tab--active {
  border-color: #507867;
  background: #507867;
  color: #ffffff;
  pointer-events: none;
}

.c-tabs-slider__content {
  position: relative;
}

.c-tabs-slider__tab-pane {
  display: none;
}

.c-tabs-slider__tab-pane--active {
  display: block;
}

.c-tabs-slider__swiper {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.c-tabs-slider__swiper.swiper-initialized {
  visibility: visible;
  opacity: 1;
}

.c-tabs-slider__swiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: auto !important;
  padding: 0.625rem 0 0.625rem !important;
}

@media (max-width: 600px) {
  .c-tabs-slider__swiper .swiper-wrapper {
    padding: 0.3125rem 0 0.625rem;
  }
}

.c-tabs-slider__swiper .swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: auto !important;
}

@media (min-width: 601px) {
  .c-tabs-slider__swiper .swiper-slide {
    padding: 0.625rem;
  }
}

@media (max-width: 600px) {
  .c-tabs-slider__swiper .swiper-slide {
    padding: 0;
  }
}

.c-tabs-slider__swiper .swiper-button-prev,
.c-tabs-slider__swiper .swiper-button-next {
  -webkit-transition: all 0.3s ease;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  margin-top: 0;
  transform: translateY(-50%);
  border: 0.125rem solid #ddd;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .c-tabs-slider__swiper .swiper-button-prev,
  .c-tabs-slider__swiper .swiper-button-next {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.c-tabs-slider__swiper .swiper-button-prev:after,
.c-tabs-slider__swiper .swiper-button-next:after {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 700;
}

@media (max-width: 600px) {
  .c-tabs-slider__swiper .swiper-button-prev:after,
  .c-tabs-slider__swiper .swiper-button-next:after {
    font-size: 0.875rem;
  }
}

.c-tabs-slider__swiper .swiper-button-prev:hover,
.c-tabs-slider__swiper .swiper-button-next:hover {
  border-color: #507867;
  background: #507867;
}

.c-tabs-slider__swiper .swiper-button-prev:hover:after,
.c-tabs-slider__swiper .swiper-button-next:hover:after {
  color: #ffffff;
}

.c-tabs-slider__swiper .swiper-button-prev.swiper-button-disabled,
.c-tabs-slider__swiper .swiper-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.c-tabs-slider__swiper .swiper-button-prev {
  left: 0;
}

.c-tabs-slider__swiper .swiper-button-next {
  right: 0;
}

.c-tabs-slider__actions {
  margin-top: 1.25rem;
  text-align: center;
}

@media (max-width: 600px) {
  .c-tabs-slider__actions {
    margin-top: 0.625rem;
  }
}

/* ==========================================================================
   #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 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: #444444;
  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: #ffffff;
}

.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 {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  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 {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  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
   ========================================================================== */
/* ==========================================================================
   #Top Page / Home Slider
   ========================================================================== */
.c-home_slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-home_slider__swiper {
  width: 100%;
}

@media (min-width: 601px) {
  .c-home_slider__swiper {
    height: 50rem;
  }
}

@media (max-width: 600px) {
  .c-home_slider__swiper {
    height: 15rem;
  }
}

.c-home_slider__item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-home_slider__item img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-home_slider .swiper-pagination {
  bottom: 1.875rem;
}

@media (max-width: 600px) {
  .c-home_slider .swiper-pagination {
    bottom: 1.25rem;
  }
}

.c-home_slider .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease;
  width: 0.75rem;
  height: 0.75rem;
  background: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .c-home_slider .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.c-home_slider .swiper-pagination-bullet-active {
  width: 1.875rem;
  border-radius: 0.375rem;
  background: #507867;
  opacity: 1;
}

@media (max-width: 600px) {
  .c-home_slider .swiper-pagination-bullet-active {
    width: 1.25rem;
  }
}

.c-home_slider .swiper-button-prev,
.c-home_slider .swiper-button-next {
  -webkit-transition: all 0.3s ease;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .c-home_slider .swiper-button-prev,
  .c-home_slider .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.c-home_slider .swiper-button-prev:after,
.c-home_slider .swiper-button-next:after {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (max-width: 600px) {
  .c-home_slider .swiper-button-prev:after,
  .c-home_slider .swiper-button-next:after {
    font-size: 1rem;
  }
}

.c-home_slider .swiper-button-prev:hover,
.c-home_slider .swiper-button-next:hover {
  background: #507867;
}

.c-home_slider .swiper-button-prev:hover:after,
.c-home_slider .swiper-button-next:hover:after {
  color: #ffffff;
}

.c-home_slider .swiper-button-prev {
  left: 1.875rem;
}

@media (max-width: 600px) {
  .c-home_slider .swiper-button-prev {
    left: 0.9375rem;
  }
}

.c-home_slider .swiper-button-next {
  right: 1.875rem;
}

@media (max-width: 600px) {
  .c-home_slider .swiper-button-next {
    right: 0.9375rem;
  }
}

/* ==========================================================================
   #Home Features Section
   ========================================================================== */
@media (min-width: 601px) {
  .c-home_features {
    padding: 3.75rem 0 2.5rem;
  }
}

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

.c-home_features__inner {
  display: grid;
}

@media (min-width: 601px) {
  .c-home_features__inner {
    gap: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 600px) {
  .c-home_features__inner {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-home_features__item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 600px) {
  .c-home_features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    gap: 0.9375rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.c-home_features__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #f8f8f8;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .c-home_features__icon {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.c-home_features__icon i {
  color: #507867;
  font-size: 1.5rem;
}

@media (max-width: 600px) {
  .c-home_features__icon i {
    font-size: 1.25rem;
  }
}

.c-home_features__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-home_features__title {
  margin-bottom: 0.3125rem;
  margin-bottom: 0;
  padding-top: 0.3125rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .c-home_features__title {
    font-size: 0.875rem;
  }
}

.c-home_features__text {
  margin: 0;
  color: #666;
  font-size: 0.875rem;
}

@media (max-width: 600px) {
  .c-home_features__text {
    font-size: 0.75rem;
  }
}

.c-home_features__item:hover .c-home_features__icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #507867;
}

.c-home_features__item:hover .c-home_features__icon i {
  color: #ffffff;
}

/* ==========================================================================
   #Home Brands Section - Shop by Brand
   ========================================================================== */
@media (min-width: 601px) {
  .c-home_brands {
    padding: 2.5rem 0 2.5rem;
  }
}

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

.c-home_brands__grid {
  display: grid;
}

@media (min-width: 601px) {
  .c-home_brands__grid {
    gap: 1.875rem;
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 600px) {
  .c-home_brands__grid {
    gap: 0.625rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-home_brands__item {
  -webkit-transition: -webkit-transform 0.3s ease;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-home_brands__item:hover {
  -webkit-transform: translateY(-0.625rem);
  -ms-transform: translateY(-0.625rem);
  transform: translateY(-0.625rem);
}

.c-home_brands__item:hover .c-home_brands__image::before {
  opacity: 0.3;
}

.c-home_brands__item:hover .c-home_brands__image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.c-home_brands__item:hover .c-home_brands__name {
  color: #507867;
}

.c-home_brands__image {
  aspect-ratio: 1;
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
  overflow: hidden;
  border: 0.1875rem solid #f0f0f0;
  border-radius: 50%;
  background: #f8f8f8;
}

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

.c-home_brands__image::before {
  -webkit-transition: opacity 0.3s ease;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}

.c-home_brands__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-home_brands__content {
  padding: 0 0.625rem;
}

.c-home_brands__name {
  -webkit-transition: color 0.3s ease;
  margin-bottom: 0.3125rem;
  color: #000000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  transition: color 0.3s ease;
}

@media (max-width: 600px) {
  .c-home_brands__name {
    font-size: 0.875rem;
  }
}

.c-home_brands__count {
  margin: 0;
  color: #777;
  font-size: 0.875rem;
}

@media (max-width: 600px) {
  .c-home_brands__count {
    font-size: 0.75rem;
  }
}

/* ==========================================================================
   #Home Deals Section - Exclusive Style Event
   ========================================================================== */
@media (min-width: 601px) {
  .c-home_deals {
    padding: 2.5rem 0;
  }
}

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

.c-home_deals__header {
  margin-bottom: 2.5rem;
  text-align: center;
}

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

.c-home_deals__title {
  color: #000000;
  font-size: 2.25rem;
  font-weight: 400;
}

@media (max-width: 600px) {
  .c-home_deals__title {
    font-size: 1.5rem;
  }
}

.c-home_deals__title-highlight {
  color: #e63946;
  font-weight: 700;
}

.c-home_deals__tabs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  gap: 0.625rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.25rem;
}

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

.c-home_deals__tab {
  -webkit-transition: all 0.3s ease;
  padding: 0.75rem 1.875rem;
  border: 0.125rem dashed #ddd;
  border-radius: 1.5625rem;
  background: transparent;
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .c-home_deals__tab {
    padding: 0.625rem 1.25rem;
    font-size: 0.8125rem;
  }
}

@media (min-width: 601px) {
  .c-home_deals__tab:hover {
    border-color: #507867;
    color: #507867;
  }
}

.c-home_deals__tab--active {
  border-style: solid;
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  pointer-events: none;
}

@media (min-width: 601px) {
  .c-home_deals__tab--active:hover {
    border-color: #507867;
    background: #507867;
    color: #ffffff;
  }
}

.c-home_deals__content {
  position: relative;
}

.c-home_deals__tab-pane {
  display: none;
}

.c-home_deals__tab-pane--active {
  display: block;
}

.c-home_deals__actions {
  margin-top: 1.25rem;
  text-align: center;
}

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

.c-home_deals__swiper {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.c-home_deals__swiper.swiper-initialized {
  visibility: visible;
  opacity: 1;
}

.c-home_deals__swiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: auto !important;
  padding: 0.625rem 0 0.625rem !important;
}

@media (max-width: 600px) {
  .c-home_deals__swiper .swiper-wrapper {
    padding: 0.3125rem 0 0.625rem;
  }
}

.c-home_deals__swiper .swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: auto !important;
}

@media (min-width: 601px) {
  .c-home_deals__swiper .swiper-slide {
    padding: 0.9375rem;
  }
}

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

.c-home_deals__swiper .swiper-button-prev,
.c-home_deals__swiper .swiper-button-next {
  -webkit-transition: all 0.3s ease;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  margin-top: 0;
  transform: translateY(-50%);
  border: 0.125rem solid #ddd;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .c-home_deals__swiper .swiper-button-prev,
  .c-home_deals__swiper .swiper-button-next {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.c-home_deals__swiper .swiper-button-prev:after,
.c-home_deals__swiper .swiper-button-next:after {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 700;
}

@media (max-width: 600px) {
  .c-home_deals__swiper .swiper-button-prev:after,
  .c-home_deals__swiper .swiper-button-next:after {
    font-size: 0.875rem;
  }
}

.c-home_deals__swiper .swiper-button-prev:hover,
.c-home_deals__swiper .swiper-button-next:hover {
  border-color: #507867;
  background: #507867;
}

@media (min-width: 601px) {
  .c-home_deals__swiper .swiper-button-prev:hover,
  .c-home_deals__swiper .swiper-button-next:hover {
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(80, 120, 103, 0.3);
    box-shadow: 0 0.25rem 0.75rem rgba(80, 120, 103, 0.3);
  }
}

.c-home_deals__swiper .swiper-button-prev:hover:after,
.c-home_deals__swiper .swiper-button-next:hover:after {
  color: #ffffff;
}

.c-home_deals__swiper .swiper-button-prev.swiper-button-disabled,
.c-home_deals__swiper .swiper-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.c-home_deals__swiper .swiper-button-prev {
  left: 0;
}

.c-home_deals__swiper .swiper-button-next {
  right: 0;
}

/* ==========================================================================
   #Home Gifts Section - Holiday Luxury
   ========================================================================== */
.c-home_gifts {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(50%, #ffffff), to(#fafafa));
  background: -webkit-linear-gradient(top, #fafafa 0%, #ffffff 50%, #fafafa 100%);
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 50%, #fafafa 100%);
}

@media (min-width: 601px) {
  .c-home_gifts {
    padding: 3.125rem 0;
  }
}

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

.c-home_gifts::before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-radial-gradient(20% 30%, circle, rgba(80, 120, 103, 0.03) 0%, transparent 50%), -webkit-radial-gradient(80% 70%, circle, rgba(230, 57, 70, 0.03) 0%, transparent 50%);
  background-image: radial-gradient(circle at 20% 30%, rgba(80, 120, 103, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(230, 57, 70, 0.03) 0%, transparent 50%);
  content: "";
  pointer-events: none;
}

.c-home_gifts > .container {
  z-index: 1;
  position: relative;
}

.c-home_gifts__header {
  margin-bottom: 2.5rem;
  text-align: center;
}

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

.c-home_gifts__title {
  margin-bottom: 0.625rem;
  color: #000000;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .c-home_gifts__title {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }
}

.c-home_gifts__subtitle {
  margin-bottom: 1.25rem;
  color: #666;
  font-size: 1rem;
}

@media (max-width: 600px) {
  .c-home_gifts__subtitle {
    margin-bottom: 0.3125rem;
    font-size: 0.875rem;
  }
}

.c-home_gifts__features {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  gap: 1.875rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.c-home_gifts__feature {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #555;
  font-size: 0.8125rem;
}

@media (max-width: 600px) {
  .c-home_gifts__feature {
    font-size: 0.75rem;
  }
}

.c-home_gifts__feature i {
  color: #507867;
  font-size: 1rem;
}

@media (max-width: 600px) {
  .c-home_gifts__feature i {
    font-size: 0.875rem;
  }
}

.c-home_gifts__features {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  gap: 2.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 600px) {
  .c-home_gifts__features {
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
  }
}

.c-home_gifts__feature {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #555;
  font-size: 0.875rem;
}

@media (max-width: 600px) {
  .c-home_gifts__feature {
    font-size: 0.8125rem;
  }
}

.c-home_gifts__feature i {
  color: #507867;
  font-size: 1.125rem;
}

@media (max-width: 600px) {
  .c-home_gifts__feature i {
    font-size: 1rem;
  }
}

.c-home_gifts__grid {
  display: grid;
}

@media (min-width: 601px) {
  .c-home_gifts__grid {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.c-home_gifts__box {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: all 0.4s ease;
}

@media (min-width: 601px) {
  .c-home_gifts__box {
    min-height: 15.625rem;
  }
}

@media (max-width: 600px) {
  .c-home_gifts__box {
    min-height: 7.5rem;
  }
}

.c-home_gifts__box:hover {
  -webkit-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  -webkit-box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.15);
  transform: translateY(-0.5rem);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.15);
}

.c-home_gifts__box:hover .c-home_gifts__box-image::before {
  opacity: 0.6;
}

.c-home_gifts__box:hover .c-home_gifts__box-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.c-home_gifts__box:hover .c-home_gifts__box-link::after {
  width: 100%;
}

.c-home_gifts__box--her {
  background: -webkit-linear-gradient(315deg, #fce4ec 0%, #f8bbd0 100%);
  background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
}

.c-home_gifts__box--him {
  background: -webkit-linear-gradient(315deg, #e3f2fd 0%, #bbdefb 100%);
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.c-home_gifts__box-image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-home_gifts__box-image::before {
  -webkit-transition: opacity 0.4s ease;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.c-home_gifts__box-image img {
  -o-object-fit: cover;
  -o-object-position: center;
  -webkit-transition: -webkit-transform 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-home_gifts__box-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 15.625rem;
  padding: 1.75rem;
}

@media (max-width: 600px) {
  .c-home_gifts__box-content {
    min-height: 8.75rem;
    padding: 1.25rem;
  }
}

.c-home_gifts__box-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .c-home_gifts__box-label {
    font-size: 0.625rem;
  }
}

.c-home_gifts__box-title {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .c-home_gifts__box-title {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
  }
}

.c-home_gifts__box-link {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  display: inline-block;
  position: relative;
  align-self: flex-start;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .c-home_gifts__box-link {
    font-size: 0.75rem;
  }
}

.c-home_gifts__box-link::after {
  -webkit-transition: width 0.3s ease;
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 1.875rem;
  height: 0.125rem;
  background: #ffffff;
  content: "";
  transition: width 0.3s ease;
}

/* ==========================================================================
   #Home Best Seller Section
   ========================================================================== */
@media (min-width: 601px) {
  .c-home_bestseller {
    padding: 3.75rem 0;
  }
}

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

.c-home_bestseller .c-product-list {
  margin-bottom: 2.5rem;
}

@media (max-width: 600px) {
  .c-home_bestseller .c-product-list {
    margin-bottom: 1.25rem;
  }
}

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

/* ==========================================================================
   #Instagram Gallery Section
   ========================================================================== */
.c-instagram-gallery {
  overflow: hidden;
}

@media (min-width: 601px) {
  .c-instagram-gallery {
    padding: 2.5rem 0 0.625rem;
  }
}

@media (max-width: 600px) {
  .c-instagram-gallery {
    padding: 1.25rem 0;
  }
}

.c-instagram-gallery__wrapper {
  position: relative;
  overflow: hidden;
}

.c-instagram-gallery__track {
  gap: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}

@media (max-width: 600px) {
  .c-instagram-gallery__track {
    gap: 0.625rem;
  }
}

.c-instagram-gallery__grid {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: grid;
  flex-shrink: 0;
}

@media (min-width: 601px) {
  .c-instagram-gallery__grid {
    gap: 0.9375rem;
    grid-template-columns: repeat(4, 17.5rem);
    grid-template-rows: repeat(2, 17.5rem);
  }
}

@media (max-width: 600px) {
  .c-instagram-gallery__grid {
    gap: 0.625rem;
    grid-template-columns: repeat(4, 10rem);
    grid-template-rows: repeat(2, 10rem);
  }
}

.c-instagram-gallery__item {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.c-instagram-gallery__item:hover {
  z-index: 2;
}

.c-instagram-gallery__item img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-instagram-gallery__item--wide {
  grid-column: span 2;
  grid-row: span 1;
}

.c-instagram-gallery__item--bigcol {
  grid-column: span 1;
  grid-row: span 2;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c-page_archive-product .l-wrapper_inner {
  gap: 1.875rem;
  display: grid;
  grid-template-columns: 16.875rem 1fr;
}

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

.c-page_archive-product .l-main_content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  order: 2;
}

.c-page_archive-product .l-count_order {
  margin-bottom: 0.9375rem;
}

.c-page_archive-product .woocommerce-notices-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
}

.c-page_archive-product .woocommerce-result-count {
  position: relative;
  top: 0.625rem;
  margin-bottom: 0;
  color: #444444;
  font-size: 0.9375rem;
}

@media (max-width: 600px) {
  .c-page_archive-product .woocommerce-result-count {
    top: 0.625rem;
    width: 100%;
    margin-bottom: 0.9375rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 600px) {
  .c-page_archive-product .woocommerce-ordering {
    width: 100%;
    margin-bottom: 0 !important;
  }
}

.c-page_archive-product .woocommerce-ordering select {
  padding: 0.625rem 0.9375rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  background: #ffffff;
  color: #000000;
  font-size: 0.875rem;
  cursor: pointer;
}

@media (max-width: 600px) {
  .c-page_archive-product .woocommerce-ordering select {
    width: 100%;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 601px) {
  .c-page_archive-product .c-sidebar {
    padding: 1.25rem;
    border: 1px solid #eee;
    border-radius: 0.25rem;
    background: #fafafa;
  }
}

@media (max-width: 600px) {
  .c-page_archive-product .c-sidebar .yith-wcan-filters.filters-modal {
    background: #fff;
  }
}

@media (max-width: 600px) {
  .c-page_archive-product .c-sidebar .yith-wcan-filters.filters-modal .main-modal-button {
    color: #fff !important;
  }
}

.c-page_archive-product .c-sidebar .filter-items li.filter-item.checkbox.level-0 {
  margin-bottom: 0.3125rem;
}

.c-page_archive-product .c-sidebar .filter-items li.filter-item.checkbox.level-0 label a {
  font-weight: 500;
  text-transform: uppercase;
}

.c-page_archive-product .c-sidebar .filter-title {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #dcdcdc;
  font-size: 1.0625rem;
  font-weight: bold;
  text-transform: uppercase;
}

.c-page_archive-product .c-sidebar .clear-selection {
  margin-bottom: 0.625rem !important;
  color: red;
}

.woocommerce .woocommerce-pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.5rem;
}

.woocommerce .woocommerce-pagination ul.page-numbers {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0.5rem;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 0;
}

.woocommerce .woocommerce-pagination a.page-numbers, .woocommerce .woocommerce-pagination span.page-numbers {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  background: #ffffff;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.woocommerce .woocommerce-pagination a.page-numbers:hover, .woocommerce .woocommerce-pagination span.page-numbers:hover {
  border-color: #507867;
  background: #507867;
  color: #ffffff;
}

.woocommerce .woocommerce-pagination a.page-numbers.current, .woocommerce .woocommerce-pagination span.page-numbers.current {
  border-color: #507867;
  background: #507867;
  color: #ffffff;
  pointer-events: none;
}

.woocommerce .woocommerce-pagination a.page-numbers.prev, .woocommerce .woocommerce-pagination a.page-numbers.next, .woocommerce .woocommerce-pagination span.page-numbers.prev, .woocommerce .woocommerce-pagination span.page-numbers.next {
  min-width: 3.125rem;
  font-weight: 600;
}

.woocommerce .woocommerce-pagination a.page-numbers.prev:hover, .woocommerce .woocommerce-pagination a.page-numbers.next:hover, .woocommerce .woocommerce-pagination span.page-numbers.prev:hover, .woocommerce .woocommerce-pagination span.page-numbers.next:hover {
  background: #46695a;
}

.woocommerce .woocommerce-pagination a.page-numbers.dots, .woocommerce .woocommerce-pagination span.page-numbers.dots {
  border: none;
  background: transparent;
  pointer-events: none;
}

.woocommerce .woocommerce-pagination a.page-numbers.dots:hover, .woocommerce .woocommerce-pagination span.page-numbers.dots:hover {
  background: transparent;
  color: #000000;
}

@media (max-width: 600px) {
  .woocommerce .woocommerce-pagination {
    margin: 1.25rem 0;
  }
  .woocommerce .woocommerce-pagination ul.page-numbers {
    gap: 0.375rem;
  }
}

/* ==========================================================================
   #Single Product Layout
   ========================================================================== */
.l-wrapper-single {
  padding: 0.625rem 0;
}

@media (max-width: 600px) {
  .l-wrapper-single {
    padding: 0 0 1.875rem;
  }
}

.l-wrapper-single_inner .product {
  margin-bottom: 5rem;
}

@media (max-width: 600px) {
  .l-wrapper-single_inner .product {
    gap: 1.875rem;
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
  }
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery__wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  margin-bottom: 1.25rem;
  overflow: hidden;
  border-radius: 0.5rem;
  cursor: -webkit-grab;
  cursor: grab;
  user-select: none;
}

.woocommerce-product-gallery__wrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.woocommerce-product-gallery__wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.woocommerce-product-gallery__wrapper .swiper-button-next,
.woocommerce-product-gallery__wrapper .swiper-button-prev {
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.woocommerce-product-gallery__wrapper .swiper-button-next:after,
.woocommerce-product-gallery__wrapper .swiper-button-prev:after {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
}

.woocommerce-product-gallery__wrapper .swiper-button-next:hover,
.woocommerce-product-gallery__wrapper .swiper-button-prev:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #fff;
}

@media (max-width: 600px) {
  .woocommerce-product-gallery__wrapper .swiper-button-next,
  .woocommerce-product-gallery__wrapper .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
  .woocommerce-product-gallery__wrapper .swiper-button-next:after,
  .woocommerce-product-gallery__wrapper .swiper-button-prev:after {
    font-size: 0.875rem;
  }
}

.woocommerce-product-gallery__image a {
  display: block;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.woocommerce-product-gallery__image a:hover::after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Font Awesome 6 Pro';
  font-size: 2.5rem;
  content: '\f00e';
  pointer-events: none;
}

@media (min-width: 601px) {
  .woocommerce-product-gallery_mcn {
    width: 48%;
    float: left;
  }
}

.woocommerce-product-gallery_mcn .swiper-slide-thumb-active {
  border-color: #507867 !important;
  opacity: .6 !important;
}

.thumbs-carousel-container {
  position: relative;
  margin-top: 0.9375rem;
  padding: 0 2.1875rem;
}

@media (max-width: 600px) {
  .thumbs-carousel-container {
    padding: 0 1.875rem;
  }
}

.thumbs-swiper {
  overflow: hidden;
}

.thumbs-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-control-thumbs {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-control-thumbs.swiper-wrapper {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-control-thumbs li {
  -webkit-transition: all 0.3s ease;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.flex-control-thumbs li:hover {
  opacity: 0.8;
}

.flex-control-thumbs li.flex-active, .flex-control-thumbs li.swiper-slide-thumb-active {
  border-color: #507867 !important;
  opacity: .8 !important;
}

.flex-control-thumbs li img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.thumb-button-prev,
.thumb-button-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  transform: translateY(-50%);
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: all 0.3s ease;
}

.thumb-button-prev i,
.thumb-button-next i {
  color: #333;
  font-size: 0.875rem;
}

.thumb-button-prev:hover,
.thumb-button-next:hover {
  border-color: #507867;
  background: #507867;
}

.thumb-button-prev:hover i,
.thumb-button-next:hover i {
  color: #ffffff;
}

.thumb-button-prev.swiper-button-disabled,
.thumb-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.thumb-button-prev.swiper-button-disabled:hover,
.thumb-button-next.swiper-button-disabled:hover {
  border-color: #e0e0e0;
  background: rgba(255, 255, 255, 0.9);
}

.thumb-button-prev.swiper-button-disabled:hover i,
.thumb-button-next.swiper-button-disabled:hover i {
  color: #333;
}

@media (max-width: 600px) {
  .thumb-button-prev,
  .thumb-button-next {
    width: 1.625rem;
    height: 1.625rem;
  }
  .thumb-button-prev i,
  .thumb-button-next i {
    font-size: 0.75rem;
  }
}

.thumb-button-prev {
  left: 0;
}

.thumb-button-next {
  right: 0;
}

.summary.entry-summary .product_title {
  margin-bottom: 1.875rem;
  color: #000000;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .summary.entry-summary .product_title {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }
}

.summary.entry-summary .price {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.summary.entry-summary .price > .woocommerce-Price-amount {
  color: #00952f;
  font-size: 1.5625rem;
  font-weight: 700 !important;
  text-decoration: none;
}

@media (max-width: 600px) {
  .summary.entry-summary .price > .woocommerce-Price-amount {
    font-size: 1.25rem;
  }
}

.summary.entry-summary .price del {
  color: #999;
  font-size: 1.25rem;
  font-weight: 400;
}

@media (max-width: 600px) {
  .summary.entry-summary .price del {
    font-size: 1rem;
  }
}

.summary.entry-summary .price del .woocommerce-Price-amount {
  color: #999999;
}

.summary.entry-summary .price ins {
  color: #00952f;
  font-size: 1.5625rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 600px) {
  .summary.entry-summary .price ins {
    font-size: 1.25rem;
  }
}

.summary.entry-summary .price .woocommerce-Price-amount {
  font-weight: inherit;
}

.summary.entry-summary .product_meta {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
  color: #222;
  font-size: 0.875rem;
}

.summary.entry-summary .product_meta > span {
  display: block;
  margin-bottom: 0.5rem;
}

.summary.entry-summary .product_meta > span:last-child {
  margin-bottom: 0;
}

.summary.entry-summary .product_meta a {
  color: #507867;
  text-decoration: none;
}

.summary.entry-summary .product_meta a:hover {
  text-decoration: underline;
}

.summary.entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 1.5rem;
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .summary.entry-summary .woocommerce-product-details__short-description {
    font-size: 0.875rem !important;
  }
}

.summary.entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 0.75rem;
}

.summary.entry-summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.summary.entry-summary .variations {
  margin-bottom: 0.9375rem;
}

.summary.entry-summary .variations tr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.summary.entry-summary .variations .label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}

.summary.entry-summary .variations .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.summary.entry-summary .variations .value select {
  -webkit-transition: border-color 0.3s ease;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  background: #ffffff;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.summary.entry-summary .variations .value select:focus {
  border-color: #507867;
  outline: none;
}

.summary.entry-summary .variations .reset_variations {
  display: inline-block;
  margin-top: 0.5rem;
  color: #999;
  font-size: 0.8125rem;
  text-decoration: underline;
}

.summary.entry-summary .variations .reset_variations:hover {
  color: #507867;
}

.summary.entry-summary .woocommerce-variation-add-to-cart {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
}

@media (max-width: 600px) {
  .summary.entry-summary .woocommerce-variation-add-to-cart {
    gap: 0.625rem;
  }
}

.summary.entry-summary .woocommerce-variation-add-to-cart .quantity {
  margin-right: 0 !important;
}

.summary.entry-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0 !important;
}

.summary.entry-summary .woocommerce-variation-add-to-cart .mcn_buy_now_button {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0 !important;
}

.summary.entry-summary .variations_form {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-flow: column !important;
  -ms-flex-flow: column !important;
  display: block !important;
  flex-flow: column !important;
  margin-bottom: 0 !important;
}

.summary.entry-summary .cart {
  gap: 0.75rem;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 1.5rem;
}

.summary.entry-summary .cart::after, .summary.entry-summary .cart::before {
  display: none !important;
}

.summary.entry-summary .cart .quantity .qty {
  width: 5rem;
  height: 3.125rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.summary.entry-summary .cart .quantity .qty:focus {
  border-color: #507867;
  outline: none;
}

.summary.entry-summary .cart .single_add_to_cart_button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-transition: all 0.3s ease;
  position: relative;
  flex: 1;
  height: 3.125rem;
  border: none;
  border-radius: 0.25rem;
  background: #36af65 !important;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (min-width: 601px) {
  .summary.entry-summary .cart .single_add_to_cart_button:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(80, 120, 103, 0.3);
    transform: translateY(-2px);
    background: #3c594d !important;
    box-shadow: 0 0.25rem 0.75rem rgba(80, 120, 103, 0.3);
  }
}

.summary.entry-summary .cart .single_add_to_cart_button:disabled {
  -webkit-transform: none;
  -ms-transform: none;
  -webkit-box-shadow: none;
  transform: none;
  background: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}

.summary.entry-summary .cart .single_add_to_cart_button.loading {
  cursor: wait;
  opacity: 0.7;
}

.summary.entry-summary .cart .single_add_to_cart_button.loading:before {
  -webkit-animation: spin 0.6s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -0.625rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
  content: '';
}

.summary.entry-summary .cart .single_add_to_cart_button.added {
  background: #4caf50;
}

.summary.entry-summary .cart .single_add_to_cart_button.added:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  content: '✓';
}

.summary.entry-summary .cart .mcn_buy_now_button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-transition: all 0.3s ease;
  flex: 1;
  height: 3.125rem;
  border: none;
  border-radius: 0.25rem;
  background: #000;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .summary.entry-summary .cart .mcn_buy_now_button {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

@media (min-width: 601px) {
  .summary.entry-summary .cart .mcn_buy_now_button:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
    background: #333;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
  }
}

.summary.entry-summary .cart .mcn_buy_now_button:disabled {
  -webkit-transform: none;
  -ms-transform: none;
  -webkit-box-shadow: none;
  transform: none;
  background: #ccc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.woocommerce-tabs {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

@media (max-width: 600px) {
  .woocommerce-tabs {
    margin-top: 0.625rem !important;
    padding-top: 0.625rem !important;
  }
}

.woocommerce-tabs .tabs {
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
  padding: 0;
  border-bottom: 2px solid #e0e0e0;
  list-style: none;
}

@media (max-width: 600px) {
  .woocommerce-tabs .tabs {
    gap: 0.9375rem;
    overflow-x: auto;
  }
}

.woocommerce-tabs .tabs li {
  margin: 0;
}

.woocommerce-tabs .tabs li a {
  -webkit-transition: all 0.3s ease;
  display: block;
  padding: 0.75rem 0;
  border-bottom: 3px solid transparent;
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.woocommerce-tabs .tabs li a:hover {
  color: #507867;
}

.woocommerce-tabs .tabs li.active a {
  border-bottom-color: #507867;
  color: #507867;
}

.woocommerce-tabs .panel {
  padding: 0 1.25rem 1.25rem !important;
  border: 2px dashed #dcdcdc;
  border-radius: 5px;
  background: #fafafa;
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .woocommerce-tabs .panel {
    padding: 0.9375rem !important;
  }
}

.woocommerce-tabs .panel h2 {
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #dcdcdc;
  color: #000000;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .woocommerce-tabs .panel h2 {
    margin: 0 !important;
    font-size: 1.25rem !important;
  }
}

.related.products {
  margin-top: 5rem;
}

@media (max-width: 600px) {
  .related.products {
    margin-top: 3.125rem;
  }
}

.related.products .products {
  gap: 1.875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 600px) {
  .related.products .products {
    gap: 0.9375rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.woocommerce .tabs.wc-tabs {
  display: none !important;
}

.woocommerce span.onsale {
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(255, 68, 68, 0.4);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0.9375rem !important;
  left: 0.9375rem !important;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.9375rem;
  border-radius: 0.25rem;
  background: #ff4444 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(255, 68, 68, 0.4);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03125rem;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .woocommerce span.onsale {
    top: 0.625rem;
    left: 0.625rem;
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem;
  }
}

.woocommerce .product_meta {
  padding-top: 0 !important;
  border: 0 !important;
  font-weight: 600;
}

.woocommerce .product_meta a, .woocommerce .product_meta .sku {
  font-weight: 500;
}

@media (min-width: 601px) {
  td.wc-block-cart-item__image {
    width: 10rem !important;
  }
}

.wc-block-cart .wc-block-cart__totals-title {
  font-weight: 600;
}

@media (min-width: 601px) {
  .wp-block-woocommerce-checkout-order-summary-block {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px !important;
  }
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button {
  background: #36af65 !important;
  color: #fff !important;
}

@media (min-width: 601px) {
  .wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px !important;
    padding: 16px;
    border: 1px solid rgba(18, 18, 18, 0.11);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px !important;
  }
}

@media (max-width: 600px) {
  .wp-block-woocommerce-empty-cart-block {
    margin-top: 1.25rem !important;
  }
}

.wp-block-woocommerce-empty-cart-block .container {
  padding: 0 !important;
}

@media (min-width: 601px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    padding: 1.25rem;
    border-right: 1px solid #dcdcdc;
  }
}

@media (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0.9375rem 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  gap: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  position: relative;
  padding-left: 0.625rem;
  border-left: 0.125rem solid #507867;
}

.js-common-slider {
  -webkit-transition: opacity 0.4s ease-in;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.js-common-slider.swiper-initialized {
  visibility: visible;
  opacity: 1;
}

.js-common-slider:not(.swiper-initialized) .swiper-wrapper {
  gap: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.js-common-slider:not(.swiper-initialized) .swiper-slide {
  width: 20%;
}

@media (max-width: 600px) {
  .js-common-slider:not(.swiper-initialized) .swiper-slide {
    width: 50%;
  }
}

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

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

.u-background--green {
  background-color: #99cc66;
}

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

.u-background--gray {
  background-color: #444444;
}

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

.u-background--orange {
  background-color: #f39800;
}

.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: #ffffff !important;
}

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

.u-border--green {
  border-color: #99cc66 !important;
}

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

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

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

.u-border--orange {
  border-color: #f39800 !important;
}

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

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

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

.d--flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

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

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

.align__items--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align__items--flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align__items--flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align__content--center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align__content--flex-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.align__content--flex-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.align__content--space-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.align__content--space-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  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 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify__content--flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify__content--flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify__content--space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify__content--space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  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: #ffffff !important;
}

.u-text--black {
  color: #000000 !important;
}

.u-text--green {
  color: #99cc66 !important;
}

.u-text--red {
  color: red !important;
}

.u-text--gray {
  color: #444444 !important;
}

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

.u-text--orange {
  color: #f39800 !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;
  }
}
