@charset "UTF-8";
.text-10px {
  font-size: 10px !important;
}

.text-12px {
  font-size: 12px !important;
}

.text-14px {
  font-size: 14px !important;
}

.text-16px {
  font-size: 16px !important;
}

.text-18px {
  font-size: 18px !important;
}

.text-20px {
  font-size: 20px !important;
}

.text-24px {
  font-size: 24px !important;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html, body {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

p {
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 1.5px;
}

a {
  display: block;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}
ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html, body {
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  html, body {
    font-size: 14px;
  }
}

html, body, p, li, td, th, input, select, textarea, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, table, form, button, a, img, span, div, label, fieldset, legend, figure, figcaption, blockquote, cite, code, pre, address, time, small, strong, em, i, b, mark, q, s, sub, sup, abbr, dfn, kbd, samp, var {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body, p, li, td, th, input, select, textarea {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  body, p, li, td, th, input, select, textarea {
    font-size: clamp(16px, 16px + 0.1vw * 2, 19.2px);
  }
}
@media screen and (max-width: 767px) {
  body, p, li, td, th, input, select, textarea {
    font-size: clamp(14px, 14px + 0.1vw, 19.2px);
  }
}

h1 {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: clamp(40px, 40px + 0.1vw * 2, 48px);
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: clamp(35px, 35px + 0.1vw, 48px);
  }
}

h2 {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: clamp(32px, 32px + 0.1vw * 2, 38.4px);
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: clamp(28px, 28px + 0.1vw, 38.4px);
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: clamp(24px, 24px + 0.1vw * 2, 28.8px);
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: clamp(21px, 21px + 0.1vw, 28.8px);
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: clamp(20px, 20px + 0.1vw * 2, 24px);
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: clamp(17.5px, 17.5px + 0.1vw, 24px);
  }
}

.text-base {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .text-base {
    font-size: clamp(16px, 16px + 0.1vw * 2, 19.2px);
  }
}
@media screen and (max-width: 767px) {
  .text-base {
    font-size: clamp(14px, 14px + 0.1vw, 19.2px);
  }
}

.text-small {
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .text-small {
    font-size: clamp(14px, 14px + 0.1vw * 2, 15.4px);
  }
}
@media screen and (max-width: 767px) {
  .text-small {
    font-size: clamp(14px, 14px + 0.1vw, 15.4px);
  }
}

.text-h1 {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  .text-h1 {
    font-size: clamp(40px, 40px + 0.1vw * 2, 48px);
  }
}
@media screen and (max-width: 767px) {
  .text-h1 {
    font-size: clamp(35px, 35px + 0.1vw, 48px);
  }
}

.text-h2 {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  .text-h2 {
    font-size: clamp(32px, 32px + 0.1vw * 2, 38.4px);
  }
}
@media screen and (max-width: 767px) {
  .text-h2 {
    font-size: clamp(28px, 28px + 0.1vw, 38.4px);
  }
}

.text-h3 {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .text-h3 {
    font-size: clamp(24px, 24px + 0.1vw * 2, 28.8px);
  }
}
@media screen and (max-width: 767px) {
  .text-h3 {
    font-size: clamp(21px, 21px + 0.1vw, 28.8px);
  }
}

.text-h4 {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .text-h4 {
    font-size: clamp(20px, 20px + 0.1vw * 2, 24px);
  }
}
@media screen and (max-width: 767px) {
  .text-h4 {
    font-size: clamp(17.5px, 17.5px + 0.1vw, 24px);
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sm\:fw-100 {
    font-weight: 100 !important;
  }
  .sm\:fw-200 {
    font-weight: 200 !important;
  }
  .sm\:fw-300 {
    font-weight: 300 !important;
  }
  .sm\:fw-400 {
    font-weight: 400 !important;
  }
  .sm\:fw-500 {
    font-weight: 500 !important;
  }
  .sm\:fw-600 {
    font-weight: 600 !important;
  }
  .sm\:fw-700 {
    font-weight: 700 !important;
  }
  .sm\:fw-800 {
    font-weight: 800 !important;
  }
  .sm\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 768px) {
  .md\:fw-100 {
    font-weight: 100 !important;
  }
  .md\:fw-200 {
    font-weight: 200 !important;
  }
  .md\:fw-300 {
    font-weight: 300 !important;
  }
  .md\:fw-400 {
    font-weight: 400 !important;
  }
  .md\:fw-500 {
    font-weight: 500 !important;
  }
  .md\:fw-600 {
    font-weight: 600 !important;
  }
  .md\:fw-700 {
    font-weight: 700 !important;
  }
  .md\:fw-800 {
    font-weight: 800 !important;
  }
  .md\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 992px) {
  .lg\:fw-100 {
    font-weight: 100 !important;
  }
  .lg\:fw-200 {
    font-weight: 200 !important;
  }
  .lg\:fw-300 {
    font-weight: 300 !important;
  }
  .lg\:fw-400 {
    font-weight: 400 !important;
  }
  .lg\:fw-500 {
    font-weight: 500 !important;
  }
  .lg\:fw-600 {
    font-weight: 600 !important;
  }
  .lg\:fw-700 {
    font-weight: 700 !important;
  }
  .lg\:fw-800 {
    font-weight: 800 !important;
  }
  .lg\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 1200px) {
  .xl\:fw-100 {
    font-weight: 100 !important;
  }
  .xl\:fw-200 {
    font-weight: 200 !important;
  }
  .xl\:fw-300 {
    font-weight: 300 !important;
  }
  .xl\:fw-400 {
    font-weight: 400 !important;
  }
  .xl\:fw-500 {
    font-weight: 500 !important;
  }
  .xl\:fw-600 {
    font-weight: 600 !important;
  }
  .xl\:fw-700 {
    font-weight: 700 !important;
  }
  .xl\:fw-800 {
    font-weight: 800 !important;
  }
  .xl\:fw-900 {
    font-weight: 900 !important;
  }
}
.ta-l {
  text-align: left !important;
}

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

.ta-r {
  text-align: right !important;
}

.ta-j {
  text-align: justify !important;
}

@media (min-width: 576px) {
  .sm\:ta-l {
    text-align: left !important;
  }
  .sm\:ta-c {
    text-align: center !important;
  }
  .sm\:ta-r {
    text-align: right !important;
  }
  .sm\:ta-j {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .md\:ta-l {
    text-align: left !important;
  }
  .md\:ta-c {
    text-align: center !important;
  }
  .md\:ta-r {
    text-align: right !important;
  }
  .md\:ta-j {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .lg\:ta-l {
    text-align: left !important;
  }
  .lg\:ta-c {
    text-align: center !important;
  }
  .lg\:ta-r {
    text-align: right !important;
  }
  .lg\:ta-j {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .xl\:ta-l {
    text-align: left !important;
  }
  .xl\:ta-c {
    text-align: center !important;
  }
  .xl\:ta-r {
    text-align: right !important;
  }
  .xl\:ta-j {
    text-align: justify !important;
  }
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.aboreto {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ==========
統一されたアニメーションスタイル
========== */
/* 遅延クラス - すべてのアニメーションタイプで共通利用 */
.fade1 {
  /* デフォルト - 遅延なし */
}

.fade2 {
  /* JSで0.3秒遅延 */
}

.fade3 {
  /* JSで0.6秒遅延 */
}

.fade4 {
  /* JSで0.9秒遅延 */
}

.fade5 {
  /* JSで1.2秒遅延 */
}

.fade6 {
  /* JSで1.5秒遅延 */
}

/* 1. シンプルなフェードイン */
.fade-simple {
  opacity: 0;
  visibility: hidden;
  /* 基本スタイルはJSで設定するため最小限のCSSのみ定義 */
}

/* 2. 下から上へのフェードイン */
.fade-up {
  opacity: 0;
  visibility: hidden;
  position: relative;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  z-index: 9998;
}

/* 3. 上からのマスクアニメーション */
.fade-top {
  position: relative;
  overflow: hidden;
}
.fade-top .fade-overlay {
  position: absolute;
  inset: 0;
  background-color: #ED8F26 !important;
  z-index: 1;
}
.fade-top img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* 4. 左からのマスクアニメーション */
.fade-left, .fade-left2 {
  position: relative;
  overflow: hidden;
}
.fade-left .fade-overlay, .fade-left2 .fade-overlay {
  position: absolute;
  inset: 0;
  background-color: #ED8F26 !important;
  z-index: 1;
}
.fade-left img, .fade-left2 img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* 5. 下からのマスクアニメーション */
.fade-down {
  position: relative;
  overflow: hidden;
}
.fade-down .fade-mask {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(5%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 100%);
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* 6. スケールアニメーション */
.fade-scale {
  position: relative;
  overflow: hidden;
}
.fade-scale .fade-overlay {
  position: absolute;
  inset: 0;
  background-color: #ED8F26 !important;
  z-index: 1;
}
.fade-scale img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* 7. バウンスアニメーション */
.fade-bounce {
  position: relative;
  overflow: hidden;
}
.fade-bounce img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* レスポンシブ設定 */
@media (max-width: 768px) {
  /* モバイル用スタイル調整（必要に応じて） */
}
/* 
注意: 大部分のアニメーションスタイルはJavaScriptで動的に設定されます。
CSSでは、基本的なスタイルとバリエーションごとの静的なスタイルのみ定義しています。
 */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ED8F26;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load.top {
  background-color: #3768B7;
}

/* ============
  title1 - 左揃えタイトル
  ============ */
.title1 {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .title1 {
    margin-bottom: 40px;
  }
}
.title1 .contents-title__main {
  color: #ED8F26;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 2.8vw, 3rem);
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}
.title1 .contents-title__sub {
  display: block;
  color: #ED8F26;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}
.title1.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title1.center .contents-title__main {
  text-align: center;
}
.title1.center .contents-title__sub {
  text-align: center;
}
.title1.white .contents-title__main, .title1.white .contents-title__sub {
  color: #ffffff;
}
.title1.white .contents-title__sub:before {
  background: rgba(255, 255, 255, 0.8);
}

/* ============
title4 - ドーナツ円付きタイトル
============ */
.title4 {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .title4 {
    margin-bottom: 40px;
  }
}
.title4 .contents-title__main {
  font-size: clamp(18px, 20px + 1vw, 48px);
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.2;
}
.title4 .contents-title__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 24px;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.title4 .contents-title__sub:before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4169e1 0%, #1e3a8a 100%);
}
.title4 .contents-title__sub:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
}
.title4.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title4.center .contents-title__main {
  text-align: center;
}
.title4.center .contents-title__sub {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.title4.center .contents-title__sub:before {
  left: -24px;
}
.title4.center .contents-title__sub:after {
  left: -20px;
}
.title4.white .contents-title__main, .title4.white .contents-title__sub {
  color: #ffffff;
}
.title4.white .contents-title__sub:before {
  background: rgba(255, 255, 255, 0.8);
}

/* ============
contents__map | map1
============ */
.contents-map.map1 .contents-map__detail iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .contents-map.map1 .contents-map__detail iframe {
    height: 270px;
  }
}
.contents-map.map1 .contents-map__address p {
  text-align: center;
  margin-top: 20px;
}
.contents-map.map1 .contents-map__address .contents-map__address-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* ============
contents-pagination | pagination1
============ */
.contents-pagination.pagination1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination1 {
    gap: 5px;
  }
}
.contents-pagination.pagination1 .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #ED8F26;
  border: 1px solid #ED8F26;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination1 .page-numbers {
    min-width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.contents-pagination.pagination1 .page-numbers:hover {
  background-color: #ED8F26;
  color: #ffffff;
}
.contents-pagination.pagination1 .page-numbers.current {
  background-color: #ED8F26;
  color: #ffffff;
  border-color: #ED8F26;
  cursor: default;
}
.contents-pagination.pagination1 .page-numbers.next, .contents-pagination.pagination1 .page-numbers.prev {
  padding: 0 15px;
}
.contents-pagination.pagination1 .page-numbers.next:hover, .contents-pagination.pagination1 .page-numbers.prev:hover {
  background-color: #914116;
}

/* ============
contents-pagination | pagination2
============ */
.contents-pagination.pagination2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination2 {
    gap: 5px;
  }
}
.contents-pagination.pagination2 .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #ED8F26;
  border: 1px solid #ED8F26;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination2 .page-numbers {
    min-width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.contents-pagination.pagination2 .page-numbers:hover {
  background-color: #ED8F26;
  color: #ffffff;
}
.contents-pagination.pagination2 .page-numbers.current {
  background-color: #ED8F26;
  color: #ffffff;
  border-color: #ED8F26;
  cursor: default;
}
.contents-pagination.pagination2 .page-numbers.next, .contents-pagination.pagination2 .page-numbers.prev {
  padding: 0 15px;
}
.contents-pagination.pagination2 .page-numbers.next:hover, .contents-pagination.pagination2 .page-numbers.prev:hover {
  background-color: #914116;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sm\:m-0 {
    margin: 0 !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:ml-0 {
    margin-left: 0 !important;
  }
  .sm\:mr-0 {
    margin-right: 0 !important;
  }
  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0 !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:ml-0 {
    margin-left: 0 !important;
  }
  .md\:mr-0 {
    margin-right: 0 !important;
  }
  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-0 {
    margin: 0 !important;
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:ml-0 {
    margin-left: 0 !important;
  }
  .lg\:mr-0 {
    margin-right: 0 !important;
  }
  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-0 {
    margin: 0 !important;
  }
  .xl\:mt-0 {
    margin-top: 0 !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }
  .xl\:ml-0 {
    margin-left: 0 !important;
  }
  .xl\:mr-0 {
    margin-right: 0 !important;
  }
  .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .sm\:m-auto {
    margin: auto !important;
  }
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  .sm\:mr-auto {
    margin-right: auto !important;
  }
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .md\:m-auto {
    margin: auto !important;
  }
  .md\:mt-auto {
    margin-top: auto !important;
  }
  .md\:mb-auto {
    margin-bottom: auto !important;
  }
  .md\:ml-auto {
    margin-left: auto !important;
  }
  .md\:mr-auto {
    margin-right: auto !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-auto {
    margin: auto !important;
  }
  .lg\:mt-auto {
    margin-top: auto !important;
  }
  .lg\:mb-auto {
    margin-bottom: auto !important;
  }
  .lg\:ml-auto {
    margin-left: auto !important;
  }
  .lg\:mr-auto {
    margin-right: auto !important;
  }
  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-auto {
    margin: auto !important;
  }
  .xl\:mt-auto {
    margin-top: auto !important;
  }
  .xl\:mb-auto {
    margin-bottom: auto !important;
  }
  .xl\:ml-auto {
    margin-left: auto !important;
  }
  .xl\:mr-auto {
    margin-right: auto !important;
  }
  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.m-xs {
  margin: 4px !important;
}

.mt-xs {
  margin-top: 4px !important;
}

.mb-xs {
  margin-bottom: 4px !important;
}

.ml-xs {
  margin-left: 4px !important;
}

.mr-xs {
  margin-right: 4px !important;
}

.mx-xs {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

@media (min-width: 576px) {
  .sm\:m-xs {
    margin: 4px !important;
  }
  .sm\:mt-xs {
    margin-top: 4px !important;
  }
  .sm\:mb-xs {
    margin-bottom: 4px !important;
  }
  .sm\:ml-xs {
    margin-left: 4px !important;
  }
  .sm\:mr-xs {
    margin-right: 4px !important;
  }
  .sm\:mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .sm\:my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-xs {
    margin: 4px !important;
  }
  .md\:mt-xs {
    margin-top: 4px !important;
  }
  .md\:mb-xs {
    margin-bottom: 4px !important;
  }
  .md\:ml-xs {
    margin-left: 4px !important;
  }
  .md\:mr-xs {
    margin-right: 4px !important;
  }
  .md\:mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .md\:my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-xs {
    margin: 4px !important;
  }
  .lg\:mt-xs {
    margin-top: 4px !important;
  }
  .lg\:mb-xs {
    margin-bottom: 4px !important;
  }
  .lg\:ml-xs {
    margin-left: 4px !important;
  }
  .lg\:mr-xs {
    margin-right: 4px !important;
  }
  .lg\:mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .lg\:my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-xs {
    margin: 4px !important;
  }
  .xl\:mt-xs {
    margin-top: 4px !important;
  }
  .xl\:mb-xs {
    margin-bottom: 4px !important;
  }
  .xl\:ml-xs {
    margin-left: 4px !important;
  }
  .xl\:mr-xs {
    margin-right: 4px !important;
  }
  .xl\:mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .xl\:my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
.m-sm {
  margin: 8px !important;
}

.mt-sm {
  margin-top: 8px !important;
}

.mb-sm {
  margin-bottom: 8px !important;
}

.ml-sm {
  margin-left: 8px !important;
}

.mr-sm {
  margin-right: 8px !important;
}

.mx-sm {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

@media (min-width: 576px) {
  .sm\:m-sm {
    margin: 8px !important;
  }
  .sm\:mt-sm {
    margin-top: 8px !important;
  }
  .sm\:mb-sm {
    margin-bottom: 8px !important;
  }
  .sm\:ml-sm {
    margin-left: 8px !important;
  }
  .sm\:mr-sm {
    margin-right: 8px !important;
  }
  .sm\:mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .sm\:my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-sm {
    margin: 8px !important;
  }
  .md\:mt-sm {
    margin-top: 8px !important;
  }
  .md\:mb-sm {
    margin-bottom: 8px !important;
  }
  .md\:ml-sm {
    margin-left: 8px !important;
  }
  .md\:mr-sm {
    margin-right: 8px !important;
  }
  .md\:mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .md\:my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-sm {
    margin: 8px !important;
  }
  .lg\:mt-sm {
    margin-top: 8px !important;
  }
  .lg\:mb-sm {
    margin-bottom: 8px !important;
  }
  .lg\:ml-sm {
    margin-left: 8px !important;
  }
  .lg\:mr-sm {
    margin-right: 8px !important;
  }
  .lg\:mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .lg\:my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-sm {
    margin: 8px !important;
  }
  .xl\:mt-sm {
    margin-top: 8px !important;
  }
  .xl\:mb-sm {
    margin-bottom: 8px !important;
  }
  .xl\:ml-sm {
    margin-left: 8px !important;
  }
  .xl\:mr-sm {
    margin-right: 8px !important;
  }
  .xl\:mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .xl\:my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
.m-md {
  margin: 16px !important;
}

.mt-md {
  margin-top: 16px !important;
}

.mb-md {
  margin-bottom: 16px !important;
}

.ml-md {
  margin-left: 16px !important;
}

.mr-md {
  margin-right: 16px !important;
}

.mx-md {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-md {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

@media (min-width: 576px) {
  .sm\:m-md {
    margin: 16px !important;
  }
  .sm\:mt-md {
    margin-top: 16px !important;
  }
  .sm\:mb-md {
    margin-bottom: 16px !important;
  }
  .sm\:ml-md {
    margin-left: 16px !important;
  }
  .sm\:mr-md {
    margin-right: 16px !important;
  }
  .sm\:mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .sm\:my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-md {
    margin: 16px !important;
  }
  .md\:mt-md {
    margin-top: 16px !important;
  }
  .md\:mb-md {
    margin-bottom: 16px !important;
  }
  .md\:ml-md {
    margin-left: 16px !important;
  }
  .md\:mr-md {
    margin-right: 16px !important;
  }
  .md\:mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .md\:my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-md {
    margin: 16px !important;
  }
  .lg\:mt-md {
    margin-top: 16px !important;
  }
  .lg\:mb-md {
    margin-bottom: 16px !important;
  }
  .lg\:ml-md {
    margin-left: 16px !important;
  }
  .lg\:mr-md {
    margin-right: 16px !important;
  }
  .lg\:mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .lg\:my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-md {
    margin: 16px !important;
  }
  .xl\:mt-md {
    margin-top: 16px !important;
  }
  .xl\:mb-md {
    margin-bottom: 16px !important;
  }
  .xl\:ml-md {
    margin-left: 16px !important;
  }
  .xl\:mr-md {
    margin-right: 16px !important;
  }
  .xl\:mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .xl\:my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
.m-lg {
  margin: 24px !important;
}

.mt-lg {
  margin-top: 24px !important;
}

.mb-lg {
  margin-bottom: 24px !important;
}

.ml-lg {
  margin-left: 24px !important;
}

.mr-lg {
  margin-right: 24px !important;
}

.mx-lg {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

@media (min-width: 576px) {
  .sm\:m-lg {
    margin: 24px !important;
  }
  .sm\:mt-lg {
    margin-top: 24px !important;
  }
  .sm\:mb-lg {
    margin-bottom: 24px !important;
  }
  .sm\:ml-lg {
    margin-left: 24px !important;
  }
  .sm\:mr-lg {
    margin-right: 24px !important;
  }
  .sm\:mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .sm\:my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-lg {
    margin: 24px !important;
  }
  .md\:mt-lg {
    margin-top: 24px !important;
  }
  .md\:mb-lg {
    margin-bottom: 24px !important;
  }
  .md\:ml-lg {
    margin-left: 24px !important;
  }
  .md\:mr-lg {
    margin-right: 24px !important;
  }
  .md\:mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .md\:my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-lg {
    margin: 24px !important;
  }
  .lg\:mt-lg {
    margin-top: 24px !important;
  }
  .lg\:mb-lg {
    margin-bottom: 24px !important;
  }
  .lg\:ml-lg {
    margin-left: 24px !important;
  }
  .lg\:mr-lg {
    margin-right: 24px !important;
  }
  .lg\:mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .lg\:my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-lg {
    margin: 24px !important;
  }
  .xl\:mt-lg {
    margin-top: 24px !important;
  }
  .xl\:mb-lg {
    margin-bottom: 24px !important;
  }
  .xl\:ml-lg {
    margin-left: 24px !important;
  }
  .xl\:mr-lg {
    margin-right: 24px !important;
  }
  .xl\:mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .xl\:my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
.m-xl {
  margin: 32px !important;
}

.mt-xl {
  margin-top: 32px !important;
}

.mb-xl {
  margin-bottom: 32px !important;
}

.ml-xl {
  margin-left: 32px !important;
}

.mr-xl {
  margin-right: 32px !important;
}

.mx-xl {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

@media (min-width: 576px) {
  .sm\:m-xl {
    margin: 32px !important;
  }
  .sm\:mt-xl {
    margin-top: 32px !important;
  }
  .sm\:mb-xl {
    margin-bottom: 32px !important;
  }
  .sm\:ml-xl {
    margin-left: 32px !important;
  }
  .sm\:mr-xl {
    margin-right: 32px !important;
  }
  .sm\:mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .sm\:my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-xl {
    margin: 32px !important;
  }
  .md\:mt-xl {
    margin-top: 32px !important;
  }
  .md\:mb-xl {
    margin-bottom: 32px !important;
  }
  .md\:ml-xl {
    margin-left: 32px !important;
  }
  .md\:mr-xl {
    margin-right: 32px !important;
  }
  .md\:mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .md\:my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-xl {
    margin: 32px !important;
  }
  .lg\:mt-xl {
    margin-top: 32px !important;
  }
  .lg\:mb-xl {
    margin-bottom: 32px !important;
  }
  .lg\:ml-xl {
    margin-left: 32px !important;
  }
  .lg\:mr-xl {
    margin-right: 32px !important;
  }
  .lg\:mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .lg\:my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-xl {
    margin: 32px !important;
  }
  .xl\:mt-xl {
    margin-top: 32px !important;
  }
  .xl\:mb-xl {
    margin-bottom: 32px !important;
  }
  .xl\:ml-xl {
    margin-left: 32px !important;
  }
  .xl\:mr-xl {
    margin-right: 32px !important;
  }
  .xl\:mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .xl\:my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
.m-xxl {
  margin: 48px !important;
}

.mt-xxl {
  margin-top: 48px !important;
}

.mb-xxl {
  margin-bottom: 48px !important;
}

.ml-xxl {
  margin-left: 48px !important;
}

.mr-xxl {
  margin-right: 48px !important;
}

.mx-xxl {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-xxl {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

@media (min-width: 576px) {
  .sm\:m-xxl {
    margin: 48px !important;
  }
  .sm\:mt-xxl {
    margin-top: 48px !important;
  }
  .sm\:mb-xxl {
    margin-bottom: 48px !important;
  }
  .sm\:ml-xxl {
    margin-left: 48px !important;
  }
  .sm\:mr-xxl {
    margin-right: 48px !important;
  }
  .sm\:mx-xxl {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .sm\:my-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-xxl {
    margin: 48px !important;
  }
  .md\:mt-xxl {
    margin-top: 48px !important;
  }
  .md\:mb-xxl {
    margin-bottom: 48px !important;
  }
  .md\:ml-xxl {
    margin-left: 48px !important;
  }
  .md\:mr-xxl {
    margin-right: 48px !important;
  }
  .md\:mx-xxl {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .md\:my-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-xxl {
    margin: 48px !important;
  }
  .lg\:mt-xxl {
    margin-top: 48px !important;
  }
  .lg\:mb-xxl {
    margin-bottom: 48px !important;
  }
  .lg\:ml-xxl {
    margin-left: 48px !important;
  }
  .lg\:mr-xxl {
    margin-right: 48px !important;
  }
  .lg\:mx-xxl {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .lg\:my-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-xxl {
    margin: 48px !important;
  }
  .xl\:mt-xxl {
    margin-top: 48px !important;
  }
  .xl\:mb-xxl {
    margin-bottom: 48px !important;
  }
  .xl\:ml-xxl {
    margin-left: 48px !important;
  }
  .xl\:mr-xxl {
    margin-right: 48px !important;
  }
  .xl\:mx-xxl {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .xl\:my-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
.m-3xl {
  margin: 64px !important;
}

.mt-3xl {
  margin-top: 64px !important;
}

.mb-3xl {
  margin-bottom: 64px !important;
}

.ml-3xl {
  margin-left: 64px !important;
}

.mr-3xl {
  margin-right: 64px !important;
}

.mx-3xl {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-3xl {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

@media (min-width: 576px) {
  .sm\:m-3xl {
    margin: 64px !important;
  }
  .sm\:mt-3xl {
    margin-top: 64px !important;
  }
  .sm\:mb-3xl {
    margin-bottom: 64px !important;
  }
  .sm\:ml-3xl {
    margin-left: 64px !important;
  }
  .sm\:mr-3xl {
    margin-right: 64px !important;
  }
  .sm\:mx-3xl {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .sm\:my-3xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-3xl {
    margin: 64px !important;
  }
  .md\:mt-3xl {
    margin-top: 64px !important;
  }
  .md\:mb-3xl {
    margin-bottom: 64px !important;
  }
  .md\:ml-3xl {
    margin-left: 64px !important;
  }
  .md\:mr-3xl {
    margin-right: 64px !important;
  }
  .md\:mx-3xl {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .md\:my-3xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-3xl {
    margin: 64px !important;
  }
  .lg\:mt-3xl {
    margin-top: 64px !important;
  }
  .lg\:mb-3xl {
    margin-bottom: 64px !important;
  }
  .lg\:ml-3xl {
    margin-left: 64px !important;
  }
  .lg\:mr-3xl {
    margin-right: 64px !important;
  }
  .lg\:mx-3xl {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .lg\:my-3xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-3xl {
    margin: 64px !important;
  }
  .xl\:mt-3xl {
    margin-top: 64px !important;
  }
  .xl\:mb-3xl {
    margin-bottom: 64px !important;
  }
  .xl\:ml-3xl {
    margin-left: 64px !important;
  }
  .xl\:mr-3xl {
    margin-right: 64px !important;
  }
  .xl\:mx-3xl {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .xl\:my-3xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
.m-4xl {
  margin: 80px !important;
}

.mt-4xl {
  margin-top: 80px !important;
}

.mb-4xl {
  margin-bottom: 80px !important;
}

.ml-4xl {
  margin-left: 80px !important;
}

.mr-4xl {
  margin-right: 80px !important;
}

.mx-4xl {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-4xl {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

@media (min-width: 576px) {
  .sm\:m-4xl {
    margin: 80px !important;
  }
  .sm\:mt-4xl {
    margin-top: 80px !important;
  }
  .sm\:mb-4xl {
    margin-bottom: 80px !important;
  }
  .sm\:ml-4xl {
    margin-left: 80px !important;
  }
  .sm\:mr-4xl {
    margin-right: 80px !important;
  }
  .sm\:mx-4xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .sm\:my-4xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-4xl {
    margin: 80px !important;
  }
  .md\:mt-4xl {
    margin-top: 80px !important;
  }
  .md\:mb-4xl {
    margin-bottom: 80px !important;
  }
  .md\:ml-4xl {
    margin-left: 80px !important;
  }
  .md\:mr-4xl {
    margin-right: 80px !important;
  }
  .md\:mx-4xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .md\:my-4xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-4xl {
    margin: 80px !important;
  }
  .lg\:mt-4xl {
    margin-top: 80px !important;
  }
  .lg\:mb-4xl {
    margin-bottom: 80px !important;
  }
  .lg\:ml-4xl {
    margin-left: 80px !important;
  }
  .lg\:mr-4xl {
    margin-right: 80px !important;
  }
  .lg\:mx-4xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .lg\:my-4xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-4xl {
    margin: 80px !important;
  }
  .xl\:mt-4xl {
    margin-top: 80px !important;
  }
  .xl\:mb-4xl {
    margin-bottom: 80px !important;
  }
  .xl\:ml-4xl {
    margin-left: 80px !important;
  }
  .xl\:mr-4xl {
    margin-right: 80px !important;
  }
  .xl\:mx-4xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .xl\:my-4xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
.m-5xl {
  margin: 96px !important;
}

.mt-5xl {
  margin-top: 96px !important;
}

.mb-5xl {
  margin-bottom: 96px !important;
}

.ml-5xl {
  margin-left: 96px !important;
}

.mr-5xl {
  margin-right: 96px !important;
}

.mx-5xl {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.my-5xl {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

@media (min-width: 576px) {
  .sm\:m-5xl {
    margin: 96px !important;
  }
  .sm\:mt-5xl {
    margin-top: 96px !important;
  }
  .sm\:mb-5xl {
    margin-bottom: 96px !important;
  }
  .sm\:ml-5xl {
    margin-left: 96px !important;
  }
  .sm\:mr-5xl {
    margin-right: 96px !important;
  }
  .sm\:mx-5xl {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .sm\:my-5xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-5xl {
    margin: 96px !important;
  }
  .md\:mt-5xl {
    margin-top: 96px !important;
  }
  .md\:mb-5xl {
    margin-bottom: 96px !important;
  }
  .md\:ml-5xl {
    margin-left: 96px !important;
  }
  .md\:mr-5xl {
    margin-right: 96px !important;
  }
  .md\:mx-5xl {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .md\:my-5xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-5xl {
    margin: 96px !important;
  }
  .lg\:mt-5xl {
    margin-top: 96px !important;
  }
  .lg\:mb-5xl {
    margin-bottom: 96px !important;
  }
  .lg\:ml-5xl {
    margin-left: 96px !important;
  }
  .lg\:mr-5xl {
    margin-right: 96px !important;
  }
  .lg\:mx-5xl {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .lg\:my-5xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-5xl {
    margin: 96px !important;
  }
  .xl\:mt-5xl {
    margin-top: 96px !important;
  }
  .xl\:mb-5xl {
    margin-bottom: 96px !important;
  }
  .xl\:ml-5xl {
    margin-left: 96px !important;
  }
  .xl\:mr-5xl {
    margin-right: 96px !important;
  }
  .xl\:mx-5xl {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .xl\:my-5xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
.m-6xl {
  margin: 112px !important;
}

.mt-6xl {
  margin-top: 112px !important;
}

.mb-6xl {
  margin-bottom: 112px !important;
}

.ml-6xl {
  margin-left: 112px !important;
}

.mr-6xl {
  margin-right: 112px !important;
}

.mx-6xl {
  margin-left: 112px !important;
  margin-right: 112px !important;
}

.my-6xl {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

@media (min-width: 576px) {
  .sm\:m-6xl {
    margin: 112px !important;
  }
  .sm\:mt-6xl {
    margin-top: 112px !important;
  }
  .sm\:mb-6xl {
    margin-bottom: 112px !important;
  }
  .sm\:ml-6xl {
    margin-left: 112px !important;
  }
  .sm\:mr-6xl {
    margin-right: 112px !important;
  }
  .sm\:mx-6xl {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .sm\:my-6xl {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-6xl {
    margin: 112px !important;
  }
  .md\:mt-6xl {
    margin-top: 112px !important;
  }
  .md\:mb-6xl {
    margin-bottom: 112px !important;
  }
  .md\:ml-6xl {
    margin-left: 112px !important;
  }
  .md\:mr-6xl {
    margin-right: 112px !important;
  }
  .md\:mx-6xl {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .md\:my-6xl {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-6xl {
    margin: 112px !important;
  }
  .lg\:mt-6xl {
    margin-top: 112px !important;
  }
  .lg\:mb-6xl {
    margin-bottom: 112px !important;
  }
  .lg\:ml-6xl {
    margin-left: 112px !important;
  }
  .lg\:mr-6xl {
    margin-right: 112px !important;
  }
  .lg\:mx-6xl {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .lg\:my-6xl {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-6xl {
    margin: 112px !important;
  }
  .xl\:mt-6xl {
    margin-top: 112px !important;
  }
  .xl\:mb-6xl {
    margin-bottom: 112px !important;
  }
  .xl\:ml-6xl {
    margin-left: 112px !important;
  }
  .xl\:mr-6xl {
    margin-right: 112px !important;
  }
  .xl\:mx-6xl {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .xl\:my-6xl {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
.m-7xl {
  margin: 128px !important;
}

.mt-7xl {
  margin-top: 128px !important;
}

.mb-7xl {
  margin-bottom: 128px !important;
}

.ml-7xl {
  margin-left: 128px !important;
}

.mr-7xl {
  margin-right: 128px !important;
}

.mx-7xl {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-7xl {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

@media (min-width: 576px) {
  .sm\:m-7xl {
    margin: 128px !important;
  }
  .sm\:mt-7xl {
    margin-top: 128px !important;
  }
  .sm\:mb-7xl {
    margin-bottom: 128px !important;
  }
  .sm\:ml-7xl {
    margin-left: 128px !important;
  }
  .sm\:mr-7xl {
    margin-right: 128px !important;
  }
  .sm\:mx-7xl {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .sm\:my-7xl {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-7xl {
    margin: 128px !important;
  }
  .md\:mt-7xl {
    margin-top: 128px !important;
  }
  .md\:mb-7xl {
    margin-bottom: 128px !important;
  }
  .md\:ml-7xl {
    margin-left: 128px !important;
  }
  .md\:mr-7xl {
    margin-right: 128px !important;
  }
  .md\:mx-7xl {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .md\:my-7xl {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-7xl {
    margin: 128px !important;
  }
  .lg\:mt-7xl {
    margin-top: 128px !important;
  }
  .lg\:mb-7xl {
    margin-bottom: 128px !important;
  }
  .lg\:ml-7xl {
    margin-left: 128px !important;
  }
  .lg\:mr-7xl {
    margin-right: 128px !important;
  }
  .lg\:mx-7xl {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .lg\:my-7xl {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-7xl {
    margin: 128px !important;
  }
  .xl\:mt-7xl {
    margin-top: 128px !important;
  }
  .xl\:mb-7xl {
    margin-bottom: 128px !important;
  }
  .xl\:ml-7xl {
    margin-left: 128px !important;
  }
  .xl\:mr-7xl {
    margin-right: 128px !important;
  }
  .xl\:mx-7xl {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .xl\:my-7xl {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
.-mt-xs {
  margin-top: -4px !important;
}

.-mb-xs {
  margin-bottom: -4px !important;
}

.-ml-xs {
  margin-left: -4px !important;
}

.-mr-xs {
  margin-right: -4px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-xs {
    margin-top: -4px !important;
  }
  .sm\:-mb-xs {
    margin-bottom: -4px !important;
  }
  .sm\:-ml-xs {
    margin-left: -4px !important;
  }
  .sm\:-mr-xs {
    margin-right: -4px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-xs {
    margin-top: -4px !important;
  }
  .md\:-mb-xs {
    margin-bottom: -4px !important;
  }
  .md\:-ml-xs {
    margin-left: -4px !important;
  }
  .md\:-mr-xs {
    margin-right: -4px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-xs {
    margin-top: -4px !important;
  }
  .lg\:-mb-xs {
    margin-bottom: -4px !important;
  }
  .lg\:-ml-xs {
    margin-left: -4px !important;
  }
  .lg\:-mr-xs {
    margin-right: -4px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-xs {
    margin-top: -4px !important;
  }
  .xl\:-mb-xs {
    margin-bottom: -4px !important;
  }
  .xl\:-ml-xs {
    margin-left: -4px !important;
  }
  .xl\:-mr-xs {
    margin-right: -4px !important;
  }
}
.-mt-sm {
  margin-top: -8px !important;
}

.-mb-sm {
  margin-bottom: -8px !important;
}

.-ml-sm {
  margin-left: -8px !important;
}

.-mr-sm {
  margin-right: -8px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-sm {
    margin-top: -8px !important;
  }
  .sm\:-mb-sm {
    margin-bottom: -8px !important;
  }
  .sm\:-ml-sm {
    margin-left: -8px !important;
  }
  .sm\:-mr-sm {
    margin-right: -8px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-sm {
    margin-top: -8px !important;
  }
  .md\:-mb-sm {
    margin-bottom: -8px !important;
  }
  .md\:-ml-sm {
    margin-left: -8px !important;
  }
  .md\:-mr-sm {
    margin-right: -8px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-sm {
    margin-top: -8px !important;
  }
  .lg\:-mb-sm {
    margin-bottom: -8px !important;
  }
  .lg\:-ml-sm {
    margin-left: -8px !important;
  }
  .lg\:-mr-sm {
    margin-right: -8px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-sm {
    margin-top: -8px !important;
  }
  .xl\:-mb-sm {
    margin-bottom: -8px !important;
  }
  .xl\:-ml-sm {
    margin-left: -8px !important;
  }
  .xl\:-mr-sm {
    margin-right: -8px !important;
  }
}
.-mt-md {
  margin-top: -16px !important;
}

.-mb-md {
  margin-bottom: -16px !important;
}

.-ml-md {
  margin-left: -16px !important;
}

.-mr-md {
  margin-right: -16px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-md {
    margin-top: -16px !important;
  }
  .sm\:-mb-md {
    margin-bottom: -16px !important;
  }
  .sm\:-ml-md {
    margin-left: -16px !important;
  }
  .sm\:-mr-md {
    margin-right: -16px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-md {
    margin-top: -16px !important;
  }
  .md\:-mb-md {
    margin-bottom: -16px !important;
  }
  .md\:-ml-md {
    margin-left: -16px !important;
  }
  .md\:-mr-md {
    margin-right: -16px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-md {
    margin-top: -16px !important;
  }
  .lg\:-mb-md {
    margin-bottom: -16px !important;
  }
  .lg\:-ml-md {
    margin-left: -16px !important;
  }
  .lg\:-mr-md {
    margin-right: -16px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-md {
    margin-top: -16px !important;
  }
  .xl\:-mb-md {
    margin-bottom: -16px !important;
  }
  .xl\:-ml-md {
    margin-left: -16px !important;
  }
  .xl\:-mr-md {
    margin-right: -16px !important;
  }
}
.-mt-lg {
  margin-top: -24px !important;
}

.-mb-lg {
  margin-bottom: -24px !important;
}

.-ml-lg {
  margin-left: -24px !important;
}

.-mr-lg {
  margin-right: -24px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-lg {
    margin-top: -24px !important;
  }
  .sm\:-mb-lg {
    margin-bottom: -24px !important;
  }
  .sm\:-ml-lg {
    margin-left: -24px !important;
  }
  .sm\:-mr-lg {
    margin-right: -24px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-lg {
    margin-top: -24px !important;
  }
  .md\:-mb-lg {
    margin-bottom: -24px !important;
  }
  .md\:-ml-lg {
    margin-left: -24px !important;
  }
  .md\:-mr-lg {
    margin-right: -24px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-lg {
    margin-top: -24px !important;
  }
  .lg\:-mb-lg {
    margin-bottom: -24px !important;
  }
  .lg\:-ml-lg {
    margin-left: -24px !important;
  }
  .lg\:-mr-lg {
    margin-right: -24px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-lg {
    margin-top: -24px !important;
  }
  .xl\:-mb-lg {
    margin-bottom: -24px !important;
  }
  .xl\:-ml-lg {
    margin-left: -24px !important;
  }
  .xl\:-mr-lg {
    margin-right: -24px !important;
  }
}
.-mt-xl {
  margin-top: -32px !important;
}

.-mb-xl {
  margin-bottom: -32px !important;
}

.-ml-xl {
  margin-left: -32px !important;
}

.-mr-xl {
  margin-right: -32px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-xl {
    margin-top: -32px !important;
  }
  .sm\:-mb-xl {
    margin-bottom: -32px !important;
  }
  .sm\:-ml-xl {
    margin-left: -32px !important;
  }
  .sm\:-mr-xl {
    margin-right: -32px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-xl {
    margin-top: -32px !important;
  }
  .md\:-mb-xl {
    margin-bottom: -32px !important;
  }
  .md\:-ml-xl {
    margin-left: -32px !important;
  }
  .md\:-mr-xl {
    margin-right: -32px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-xl {
    margin-top: -32px !important;
  }
  .lg\:-mb-xl {
    margin-bottom: -32px !important;
  }
  .lg\:-ml-xl {
    margin-left: -32px !important;
  }
  .lg\:-mr-xl {
    margin-right: -32px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-xl {
    margin-top: -32px !important;
  }
  .xl\:-mb-xl {
    margin-bottom: -32px !important;
  }
  .xl\:-ml-xl {
    margin-left: -32px !important;
  }
  .xl\:-mr-xl {
    margin-right: -32px !important;
  }
}
.-mt-xxl {
  margin-top: -48px !important;
}

.-mb-xxl {
  margin-bottom: -48px !important;
}

.-ml-xxl {
  margin-left: -48px !important;
}

.-mr-xxl {
  margin-right: -48px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-xxl {
    margin-top: -48px !important;
  }
  .sm\:-mb-xxl {
    margin-bottom: -48px !important;
  }
  .sm\:-ml-xxl {
    margin-left: -48px !important;
  }
  .sm\:-mr-xxl {
    margin-right: -48px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-xxl {
    margin-top: -48px !important;
  }
  .md\:-mb-xxl {
    margin-bottom: -48px !important;
  }
  .md\:-ml-xxl {
    margin-left: -48px !important;
  }
  .md\:-mr-xxl {
    margin-right: -48px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-xxl {
    margin-top: -48px !important;
  }
  .lg\:-mb-xxl {
    margin-bottom: -48px !important;
  }
  .lg\:-ml-xxl {
    margin-left: -48px !important;
  }
  .lg\:-mr-xxl {
    margin-right: -48px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-xxl {
    margin-top: -48px !important;
  }
  .xl\:-mb-xxl {
    margin-bottom: -48px !important;
  }
  .xl\:-ml-xxl {
    margin-left: -48px !important;
  }
  .xl\:-mr-xxl {
    margin-right: -48px !important;
  }
}
.-mt-3xl {
  margin-top: -64px !important;
}

.-mb-3xl {
  margin-bottom: -64px !important;
}

.-ml-3xl {
  margin-left: -64px !important;
}

.-mr-3xl {
  margin-right: -64px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-3xl {
    margin-top: -64px !important;
  }
  .sm\:-mb-3xl {
    margin-bottom: -64px !important;
  }
  .sm\:-ml-3xl {
    margin-left: -64px !important;
  }
  .sm\:-mr-3xl {
    margin-right: -64px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-3xl {
    margin-top: -64px !important;
  }
  .md\:-mb-3xl {
    margin-bottom: -64px !important;
  }
  .md\:-ml-3xl {
    margin-left: -64px !important;
  }
  .md\:-mr-3xl {
    margin-right: -64px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-3xl {
    margin-top: -64px !important;
  }
  .lg\:-mb-3xl {
    margin-bottom: -64px !important;
  }
  .lg\:-ml-3xl {
    margin-left: -64px !important;
  }
  .lg\:-mr-3xl {
    margin-right: -64px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-3xl {
    margin-top: -64px !important;
  }
  .xl\:-mb-3xl {
    margin-bottom: -64px !important;
  }
  .xl\:-ml-3xl {
    margin-left: -64px !important;
  }
  .xl\:-mr-3xl {
    margin-right: -64px !important;
  }
}
.-mt-4xl {
  margin-top: -80px !important;
}

.-mb-4xl {
  margin-bottom: -80px !important;
}

.-ml-4xl {
  margin-left: -80px !important;
}

.-mr-4xl {
  margin-right: -80px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-4xl {
    margin-top: -80px !important;
  }
  .sm\:-mb-4xl {
    margin-bottom: -80px !important;
  }
  .sm\:-ml-4xl {
    margin-left: -80px !important;
  }
  .sm\:-mr-4xl {
    margin-right: -80px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-4xl {
    margin-top: -80px !important;
  }
  .md\:-mb-4xl {
    margin-bottom: -80px !important;
  }
  .md\:-ml-4xl {
    margin-left: -80px !important;
  }
  .md\:-mr-4xl {
    margin-right: -80px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-4xl {
    margin-top: -80px !important;
  }
  .lg\:-mb-4xl {
    margin-bottom: -80px !important;
  }
  .lg\:-ml-4xl {
    margin-left: -80px !important;
  }
  .lg\:-mr-4xl {
    margin-right: -80px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-4xl {
    margin-top: -80px !important;
  }
  .xl\:-mb-4xl {
    margin-bottom: -80px !important;
  }
  .xl\:-ml-4xl {
    margin-left: -80px !important;
  }
  .xl\:-mr-4xl {
    margin-right: -80px !important;
  }
}
.-mt-5xl {
  margin-top: -96px !important;
}

.-mb-5xl {
  margin-bottom: -96px !important;
}

.-ml-5xl {
  margin-left: -96px !important;
}

.-mr-5xl {
  margin-right: -96px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-5xl {
    margin-top: -96px !important;
  }
  .sm\:-mb-5xl {
    margin-bottom: -96px !important;
  }
  .sm\:-ml-5xl {
    margin-left: -96px !important;
  }
  .sm\:-mr-5xl {
    margin-right: -96px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-5xl {
    margin-top: -96px !important;
  }
  .md\:-mb-5xl {
    margin-bottom: -96px !important;
  }
  .md\:-ml-5xl {
    margin-left: -96px !important;
  }
  .md\:-mr-5xl {
    margin-right: -96px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-5xl {
    margin-top: -96px !important;
  }
  .lg\:-mb-5xl {
    margin-bottom: -96px !important;
  }
  .lg\:-ml-5xl {
    margin-left: -96px !important;
  }
  .lg\:-mr-5xl {
    margin-right: -96px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-5xl {
    margin-top: -96px !important;
  }
  .xl\:-mb-5xl {
    margin-bottom: -96px !important;
  }
  .xl\:-ml-5xl {
    margin-left: -96px !important;
  }
  .xl\:-mr-5xl {
    margin-right: -96px !important;
  }
}
.-mt-6xl {
  margin-top: -112px !important;
}

.-mb-6xl {
  margin-bottom: -112px !important;
}

.-ml-6xl {
  margin-left: -112px !important;
}

.-mr-6xl {
  margin-right: -112px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-6xl {
    margin-top: -112px !important;
  }
  .sm\:-mb-6xl {
    margin-bottom: -112px !important;
  }
  .sm\:-ml-6xl {
    margin-left: -112px !important;
  }
  .sm\:-mr-6xl {
    margin-right: -112px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-6xl {
    margin-top: -112px !important;
  }
  .md\:-mb-6xl {
    margin-bottom: -112px !important;
  }
  .md\:-ml-6xl {
    margin-left: -112px !important;
  }
  .md\:-mr-6xl {
    margin-right: -112px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-6xl {
    margin-top: -112px !important;
  }
  .lg\:-mb-6xl {
    margin-bottom: -112px !important;
  }
  .lg\:-ml-6xl {
    margin-left: -112px !important;
  }
  .lg\:-mr-6xl {
    margin-right: -112px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-6xl {
    margin-top: -112px !important;
  }
  .xl\:-mb-6xl {
    margin-bottom: -112px !important;
  }
  .xl\:-ml-6xl {
    margin-left: -112px !important;
  }
  .xl\:-mr-6xl {
    margin-right: -112px !important;
  }
}
.-mt-7xl {
  margin-top: -128px !important;
}

.-mb-7xl {
  margin-bottom: -128px !important;
}

.-ml-7xl {
  margin-left: -128px !important;
}

.-mr-7xl {
  margin-right: -128px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-7xl {
    margin-top: -128px !important;
  }
  .sm\:-mb-7xl {
    margin-bottom: -128px !important;
  }
  .sm\:-ml-7xl {
    margin-left: -128px !important;
  }
  .sm\:-mr-7xl {
    margin-right: -128px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-7xl {
    margin-top: -128px !important;
  }
  .md\:-mb-7xl {
    margin-bottom: -128px !important;
  }
  .md\:-ml-7xl {
    margin-left: -128px !important;
  }
  .md\:-mr-7xl {
    margin-right: -128px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-7xl {
    margin-top: -128px !important;
  }
  .lg\:-mb-7xl {
    margin-bottom: -128px !important;
  }
  .lg\:-ml-7xl {
    margin-left: -128px !important;
  }
  .lg\:-mr-7xl {
    margin-right: -128px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-7xl {
    margin-top: -128px !important;
  }
  .xl\:-mb-7xl {
    margin-bottom: -128px !important;
  }
  .xl\:-ml-7xl {
    margin-left: -128px !important;
  }
  .xl\:-mr-7xl {
    margin-right: -128px !important;
  }
}