@charset "UTF-8";
/*!
Theme Name: theme
Author: Y&I
Version: 1.0.0
Text Domain: theme
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

summary::-webkit-details-marker {
  display: none;
}

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

body.is-fixed {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

html.is-fixed {
  overflow: hidden;
}

html {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  color: #000000;
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.8;
}

[id] {
  scroll-margin-top: 108px;
}
@media screen and (min-width: 992px) {
  [id] {
    scroll-margin-top: 104px;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.l-header {
  padding: 20px 16px;
  max-width: 768px;
  margin: 0 auto;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .l-header {
    height: auto;
    padding: 20px 40px;
    max-width: none;
  }
}

body.has-white-header-bg .l-header:not(.is-active) {
  background-color: #ffffff;
}

.l-header.is-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background-color: #013f30;
  color: #ffffff;
  padding: 20px 16px;
  max-width: 100%;
}

.l-header__logo-link {
  display: inline-block;
  position: relative;
}

.l-header__logo {
  width: 80px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .l-header__logo {
    height: 60px;
    width: 124px;
  }
}

.l-header__logo.has-transparent-bg {
  display: none;
}

body.has-transparent-bg .l-header__logo:not(.has-transparent-bg) {
  display: none;
}

body.has-transparent-bg .l-header__logo.has-transparent-bg {
  display: block;
}

.l-header.is-active .l-header__logo:not(.has-transparent-bg) {
  display: block;
  width: 98px;
  height: 40px;
}

.l-header.is-active .l-header__logo.has-transparent-bg {
  display: none;
}

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

.l-header__container.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.l-header__container-desc {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-header__container-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 46px;
    margin-right: 32px;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l-header__container-cta {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #013f30;
  padding: 8px 12px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5019607843);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5019607843);
}

.l-header__container-cta.is-active {
  display: none;
}

.l-header__container-cta--toggle {
  display: none;
}

.l-header__container-cta--toggle.is-active {
  display: block;
  width: calc(100vw - 80px);
  text-align: center;
  border: solid 1px #ffffff;
  margin-top: 40px;
}

.l-footer {
  padding: 40px 60px 110px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #013f30;
}
@media screen and (min-width: 992px) {
  .l-footer {
    padding: 40px 100px 60px;
    max-height: 210px;
  }
}

.l-footer__container {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 992px) {
  .l-footer__container {
    max-width: none;
  }
}

.l-footer__container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 992px) {
  .l-footer__container-inner {
    gap: 64px;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}

.l-footer__container-logo {
  width: 80px;
  height: auto;
}

.l-footer__container-desc {
  text-align: end;
}
@media screen and (min-width: 992px) {
  .l-footer__container-desc {
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.l-footer__bottom {
  color: #f9f9f9;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 240px;
}
@media screen and (min-width: 992px) {
  .l-footer__bottom {
    margin-top: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
  }
}

.l-footer__copy {
  margin-top: 12px;
  font-weight: 300;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .l-footer__copy {
    font-size: 14px;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.l-footer__bottom-wrapper {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .l-footer__bottom-wrapper {
    margin-bottom: 28px;
    right: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.l-padding {
  padding: 80px 42px;
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .l-padding {
    padding: 160px 100px;
    max-width: 1440px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.c-top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .c-top-title {
    gap: 16px;
    margin-bottom: 64px;
  }
}

.c-top-title__main {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .c-top-title__main {
    font-size: 64px;
  }
}

.c-top-title__sub {
  font-weight: 500;
}

.c-mask {
  --mask-y: 0%;
}
.c-mask::after {
  content: "";
  position: absolute;
  background-image: url("img/mask/top-introduce-sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: -180px;
  z-index: 2;
  -webkit-transform: translateY(var(--mask-y)) translate3d(0, 0, 0);
  transform: translateY(var(--mask-y)) translate3d(0, 0, 0);
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .c-mask::after {
    background-image: url("img/mask/top-introduce-pc.png");
    bottom: -140px;
    height: 140px;
  }
}
@media screen and (min-width: 992px) {
  .c-mask::after {
    bottom: -200px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .c-mask::after {
    bottom: -380px;
    height: 360px;
  }
}

.p-top-gallery .c-mask::after {
  background-image: url("img/mask/top-gallery-sp.png");
  bottom: -136px;
}
@media screen and (min-width: 992px) {
  .p-top-gallery .c-mask::after {
    background-image: url("img/mask/top-gallery-pc.png");
    bottom: -400px;
  }
}

.p-top-staff .c-mask::after,
.p-policy--elementary .c-mask::after,
.p-flow--elementary .c-mask::after {
  background-image: url("img/mask/top-member-sp.png");
  bottom: -168px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .p-top-staff .c-mask::after,
  .p-policy--elementary .c-mask::after,
  .p-flow--elementary .c-mask::after {
    background-image: url("img/mask/top-member-pc.png");
    bottom: -400px;
  }
}

.p-single__back .c-mask::after,
.p-member .c-mask::after,
.p-bottom .c-mask::after {
  background-image: url("img/mask/staff-introduce-sp.png");
  height: 100px;
  bottom: -80px;
}
@media screen and (min-width: 768px) {
  .p-single__back .c-mask::after,
  .p-member .c-mask::after,
  .p-bottom .c-mask::after {
    height: 132px;
    bottom: -110px;
  }
}
@media screen and (min-width: 992px) {
  .p-single__back .c-mask::after,
  .p-member .c-mask::after,
  .p-bottom .c-mask::after {
    background-image: url("img/mask/staff-introduce-pc.png");
    bottom: -140px;
    height: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .p-single__back .c-mask::after,
  .p-member .c-mask::after,
  .p-bottom .c-mask::after {
    bottom: -240px;
    height: 310px;
  }
}

/*位置あて*/
.p-top-staff .c-mask::after,
.p-policy--elementary .c-mask::after {
  height: 220px;
  bottom: -232px;
}
@media screen and (min-width: 768px) {
  .p-top-staff .c-mask::after,
  .p-policy--elementary .c-mask::after {
    background-image: url("img/mask/top-member-pc.png");
    bottom: -152px;
    height: 140px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-staff .c-mask::after,
  .p-policy--elementary .c-mask::after {
    bottom: -200px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-staff .c-mask::after,
  .p-policy--elementary .c-mask::after {
    bottom: -260px;
    height: 272px;
  }
}

.p-top-gallery .c-mask::after {
  bottom: -72px;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .p-top-gallery .c-mask::after {
    bottom: -92px;
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-gallery .c-mask::after {
    bottom: -140px;
    height: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-gallery .c-mask::after {
    bottom: -300px;
    height: 350px;
  }
}

@media screen and (min-width: 1200px) {
  .p-policy--jh .c-mask::after {
    bottom: -240px;
  }
}

.p-flow--junior .c-mask::after {
  height: 200px;
  bottom: -158px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-flow--junior .c-mask::after {
    bottom: -180px;
  }
}
@media screen and (min-width: 1200px) {
  .p-flow--junior .c-mask::after {
    bottom: -220px;
    height: 280px;
  }
}

.p-policy--elementary .c-mask::after {
  bottom: -272px;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .p-policy--elementary .c-mask::after {
    bottom: -142px;
  }
}
@media screen and (min-width: 1200px) {
  .p-policy--elementary .c-mask::after {
    bottom: -252px;
  }
}

.p-flow--elementary .c-mask::after {
  bottom: -216px;
}
@media screen and (min-width: 768px) {
  .p-flow--elementary .c-mask::after {
    background-image: url("img/mask/top-member-pc.png");
    bottom: -140px;
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .p-flow--elementary .c-mask::after {
    bottom: -260px;
    height: 260px;
  }
}

.p-single__back .c-mask::after {
  bottom: -80px;
}
@media screen and (min-width: 768px) {
  .p-single__back .c-mask::after {
    bottom: -100px;
  }
}
@media screen and (min-width: 992px) {
  .p-single__back .c-mask::after {
    bottom: -140px;
  }
}
@media screen and (min-width: 1200px) {
  .p-single__back .c-mask::after {
    bottom: -180px;
  }
}

.p-bottom {
  position: relative;
}

.p-bottom .c-mask::after {
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .p-bottom .c-mask::after {
    bottom: -120px;
  }
}
@media screen and (min-width: 1200px) {
  .p-bottom .c-mask::after {
    bottom: -160px;
  }
}

.c-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.c-page-title__main {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .c-page-title__main {
    font-size: 64px;
  }
}

.c-page-title__sub {
  font-weight: 500;
}

.c-link-button {
  background-color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: auto;
  border-radius: 5px;
}

.c-link-button a {
  display: block;
  padding: 16px 88px 16px 32px;
  color: #ffffff;
  text-decoration: none;
}

.c-link-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 5px solid transparent;
}

.c-link-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 56px;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}

.c-section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .c-section-title {
    font-size: 20px;
    margin-bottom: 64px;
    gap: 32px;
  }
}

.c-section-title__en {
  position: relative;
}

.c-section-title__en::after {
  content: "";
  position: absolute;
  right: -14px;
  width: 1px;
  height: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000000;
}
@media screen and (min-width: 992px) {
  .c-section-title__en::after {
    right: -18px;
  }
}

.c-section-title__en--white::after {
  background-color: #ffffff;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.u-pt-0 {
  padding-top: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-0 {
    padding-top: 0px !important;
  }
}

.u-pt-5 {
  padding-top: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-5 {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-5 {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-5 {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-5 {
    padding-top: 5px !important;
  }
}

.u-pt-10 {
  padding-top: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-10 {
    padding-top: 10px !important;
  }
}

.u-pt-15 {
  padding-top: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-15 {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-15 {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-15 {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-15 {
    padding-top: 15px !important;
  }
}

.u-pt-20 {
  padding-top: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-20 {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-20 {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-20 {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-20 {
    padding-top: 20px !important;
  }
}

.u-pt-25 {
  padding-top: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-25 {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-25 {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-25 {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-25 {
    padding-top: 25px !important;
  }
}

.u-pt-30 {
  padding-top: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-30 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-30 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-30 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-30 {
    padding-top: 30px !important;
  }
}

.u-pt-35 {
  padding-top: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-35 {
    padding-top: 35px !important;
  }
}

.u-pt-40 {
  padding-top: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-40 {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-40 {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-40 {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-40 {
    padding-top: 40px !important;
  }
}

.u-pt-45 {
  padding-top: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-45 {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-45 {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-45 {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-45 {
    padding-top: 45px !important;
  }
}

.u-pt-50 {
  padding-top: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-50 {
    padding-top: 50px !important;
  }
}

.u-pt-55 {
  padding-top: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-55 {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-55 {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-55 {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-55 {
    padding-top: 55px !important;
  }
}

.u-pt-60 {
  padding-top: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-60 {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-60 {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-60 {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-60 {
    padding-top: 60px !important;
  }
}

.u-pt-65 {
  padding-top: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-65 {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-65 {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-65 {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-65 {
    padding-top: 65px !important;
  }
}

.u-pt-70 {
  padding-top: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-70 {
    padding-top: 70px !important;
  }
}

.u-pt-75 {
  padding-top: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-75 {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-75 {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-75 {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-75 {
    padding-top: 75px !important;
  }
}

.u-pt-80 {
  padding-top: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-80 {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-80 {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-80 {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-80 {
    padding-top: 80px !important;
  }
}

.u-pt-85 {
  padding-top: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-85 {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-85 {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-85 {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-85 {
    padding-top: 85px !important;
  }
}

.u-pt-90 {
  padding-top: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-90 {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-90 {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-90 {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-90 {
    padding-top: 90px !important;
  }
}

.u-pt-95 {
  padding-top: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-95 {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-95 {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-95 {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-95 {
    padding-top: 95px !important;
  }
}

.u-pt-100 {
  padding-top: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-100 {
    padding-top: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-0 {
    padding-bottom: 0px !important;
  }
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-5 {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-5 {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-5 {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-5 {
    padding-bottom: 5px !important;
  }
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-10 {
    padding-bottom: 10px !important;
  }
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-15 {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-15 {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-15 {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-15 {
    padding-bottom: 15px !important;
  }
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-20 {
    padding-bottom: 20px !important;
  }
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-25 {
    padding-bottom: 25px !important;
  }
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-30 {
    padding-bottom: 30px !important;
  }
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-35 {
    padding-bottom: 35px !important;
  }
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-40 {
    padding-bottom: 40px !important;
  }
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-45 {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-45 {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-45 {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-45 {
    padding-bottom: 45px !important;
  }
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-50 {
    padding-bottom: 50px !important;
  }
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-55 {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-55 {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-55 {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-55 {
    padding-bottom: 55px !important;
  }
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-60 {
    padding-bottom: 60px !important;
  }
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-65 {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-65 {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-65 {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-65 {
    padding-bottom: 65px !important;
  }
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-70 {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-70 {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-70 {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-70 {
    padding-bottom: 70px !important;
  }
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-75 {
    padding-bottom: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-75 {
    padding-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-75 {
    padding-bottom: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-75 {
    padding-bottom: 75px !important;
  }
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-80 {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-80 {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-80 {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-80 {
    padding-bottom: 80px !important;
  }
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-85 {
    padding-bottom: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-85 {
    padding-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-85 {
    padding-bottom: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-85 {
    padding-bottom: 85px !important;
  }
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-90 {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-90 {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-90 {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-90 {
    padding-bottom: 90px !important;
  }
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-95 {
    padding-bottom: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-95 {
    padding-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-95 {
    padding-bottom: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-95 {
    padding-bottom: 95px !important;
  }
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-pb-xl-100 {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-100 {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-100 {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-100 {
    padding-bottom: 100px !important;
  }
}

.u-pl-0 {
  padding-left: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-0 {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-0 {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-0 {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-0 {
    padding-left: 0px !important;
  }
}

.u-pl-5 {
  padding-left: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-5 {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-5 {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-5 {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-5 {
    padding-left: 5px !important;
  }
}

.u-pl-10 {
  padding-left: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-10 {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-10 {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-10 {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-10 {
    padding-left: 10px !important;
  }
}

.u-pl-15 {
  padding-left: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-15 {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-15 {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-15 {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-15 {
    padding-left: 15px !important;
  }
}

.u-pl-20 {
  padding-left: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-20 {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-20 {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-20 {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-20 {
    padding-left: 20px !important;
  }
}

.u-pl-25 {
  padding-left: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-25 {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-25 {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-25 {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-25 {
    padding-left: 25px !important;
  }
}

.u-pl-30 {
  padding-left: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-30 {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-30 {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-30 {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-30 {
    padding-left: 30px !important;
  }
}

.u-pl-35 {
  padding-left: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-35 {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-35 {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-35 {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-35 {
    padding-left: 35px !important;
  }
}

.u-pl-40 {
  padding-left: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-40 {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-40 {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-40 {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-40 {
    padding-left: 40px !important;
  }
}

.u-pl-45 {
  padding-left: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-45 {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-45 {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-45 {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-45 {
    padding-left: 45px !important;
  }
}

.u-pl-50 {
  padding-left: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-50 {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-50 {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-50 {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-50 {
    padding-left: 50px !important;
  }
}

.u-pl-55 {
  padding-left: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-55 {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-55 {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-55 {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-55 {
    padding-left: 55px !important;
  }
}

.u-pl-60 {
  padding-left: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-60 {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-60 {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-60 {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-60 {
    padding-left: 60px !important;
  }
}

.u-pl-65 {
  padding-left: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-65 {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-65 {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-65 {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-65 {
    padding-left: 65px !important;
  }
}

.u-pl-70 {
  padding-left: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-70 {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-70 {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-70 {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-70 {
    padding-left: 70px !important;
  }
}

.u-pl-75 {
  padding-left: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-75 {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-75 {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-75 {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-75 {
    padding-left: 75px !important;
  }
}

.u-pl-80 {
  padding-left: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-80 {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-80 {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-80 {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-80 {
    padding-left: 80px !important;
  }
}

.u-pl-85 {
  padding-left: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-85 {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-85 {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-85 {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-85 {
    padding-left: 85px !important;
  }
}

.u-pl-90 {
  padding-left: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-90 {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-90 {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-90 {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-90 {
    padding-left: 90px !important;
  }
}

.u-pl-95 {
  padding-left: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-95 {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-95 {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-95 {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-95 {
    padding-left: 95px !important;
  }
}

.u-pl-100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-pl-xl-100 {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-100 {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-100 {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-100 {
    padding-left: 100px !important;
  }
}

.u-pr-0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-0 {
    padding-right: 0px !important;
  }
}

.u-pr-5 {
  padding-right: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-5 {
    padding-right: 5px !important;
  }
}

.u-pr-10 {
  padding-right: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-10 {
    padding-right: 10px !important;
  }
}

.u-pr-15 {
  padding-right: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-15 {
    padding-right: 15px !important;
  }
}

.u-pr-20 {
  padding-right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-20 {
    padding-right: 20px !important;
  }
}

.u-pr-25 {
  padding-right: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-25 {
    padding-right: 25px !important;
  }
}

.u-pr-30 {
  padding-right: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-30 {
    padding-right: 30px !important;
  }
}

.u-pr-35 {
  padding-right: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-35 {
    padding-right: 35px !important;
  }
}

.u-pr-40 {
  padding-right: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-40 {
    padding-right: 40px !important;
  }
}

.u-pr-45 {
  padding-right: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-45 {
    padding-right: 45px !important;
  }
}

.u-pr-50 {
  padding-right: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-50 {
    padding-right: 50px !important;
  }
}

.u-pr-55 {
  padding-right: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-55 {
    padding-right: 55px !important;
  }
}

.u-pr-60 {
  padding-right: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-60 {
    padding-right: 60px !important;
  }
}

.u-pr-65 {
  padding-right: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-65 {
    padding-right: 65px !important;
  }
}

.u-pr-70 {
  padding-right: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-70 {
    padding-right: 70px !important;
  }
}

.u-pr-75 {
  padding-right: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-75 {
    padding-right: 75px !important;
  }
}

.u-pr-80 {
  padding-right: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-80 {
    padding-right: 80px !important;
  }
}

.u-pr-85 {
  padding-right: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-85 {
    padding-right: 85px !important;
  }
}

.u-pr-90 {
  padding-right: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-90 {
    padding-right: 90px !important;
  }
}

.u-pr-95 {
  padding-right: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-95 {
    padding-right: 95px !important;
  }
}

.u-pr-100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-pr-xl-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-100 {
    padding-right: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-0 {
    padding-right: 0px !important;
  }
}

.u-px-5 {
  padding-right: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-5 {
    padding-right: 5px !important;
  }
}

.u-px-10 {
  padding-right: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-10 {
    padding-right: 10px !important;
  }
}

.u-px-15 {
  padding-right: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-15 {
    padding-right: 15px !important;
  }
}

.u-px-20 {
  padding-right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-20 {
    padding-right: 20px !important;
  }
}

.u-px-25 {
  padding-right: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-25 {
    padding-right: 25px !important;
  }
}

.u-px-30 {
  padding-right: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-30 {
    padding-right: 30px !important;
  }
}

.u-px-35 {
  padding-right: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-35 {
    padding-right: 35px !important;
  }
}

.u-px-40 {
  padding-right: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-40 {
    padding-right: 40px !important;
  }
}

.u-px-45 {
  padding-right: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-45 {
    padding-right: 45px !important;
  }
}

.u-px-50 {
  padding-right: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-50 {
    padding-right: 50px !important;
  }
}

.u-px-55 {
  padding-right: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-55 {
    padding-right: 55px !important;
  }
}

.u-px-60 {
  padding-right: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-60 {
    padding-right: 60px !important;
  }
}

.u-px-65 {
  padding-right: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-65 {
    padding-right: 65px !important;
  }
}

.u-px-70 {
  padding-right: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-70 {
    padding-right: 70px !important;
  }
}

.u-px-75 {
  padding-right: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-75 {
    padding-right: 75px !important;
  }
}

.u-px-80 {
  padding-right: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-80 {
    padding-right: 80px !important;
  }
}

.u-px-85 {
  padding-right: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-85 {
    padding-right: 85px !important;
  }
}

.u-px-90 {
  padding-right: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-90 {
    padding-right: 90px !important;
  }
}

.u-px-95 {
  padding-right: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-95 {
    padding-right: 95px !important;
  }
}

.u-px-100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-px-xl-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-100 {
    padding-right: 100px !important;
  }
}

.u-py-0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-0 {
    padding-right: 0px !important;
  }
}

.u-py-5 {
  padding-right: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-5 {
    padding-right: 5px !important;
  }
}

.u-py-10 {
  padding-right: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-10 {
    padding-right: 10px !important;
  }
}

.u-py-15 {
  padding-right: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-15 {
    padding-right: 15px !important;
  }
}

.u-py-20 {
  padding-right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-20 {
    padding-right: 20px !important;
  }
}

.u-py-25 {
  padding-right: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-25 {
    padding-right: 25px !important;
  }
}

.u-py-30 {
  padding-right: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-30 {
    padding-right: 30px !important;
  }
}

.u-py-35 {
  padding-right: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-35 {
    padding-right: 35px !important;
  }
}

.u-py-40 {
  padding-right: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-40 {
    padding-right: 40px !important;
  }
}

.u-py-45 {
  padding-right: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-45 {
    padding-right: 45px !important;
  }
}

.u-py-50 {
  padding-right: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-50 {
    padding-right: 50px !important;
  }
}

.u-py-55 {
  padding-right: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-55 {
    padding-right: 55px !important;
  }
}

.u-py-60 {
  padding-right: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-60 {
    padding-right: 60px !important;
  }
}

.u-py-65 {
  padding-right: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-65 {
    padding-right: 65px !important;
  }
}

.u-py-70 {
  padding-right: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-70 {
    padding-right: 70px !important;
  }
}

.u-py-75 {
  padding-right: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-75 {
    padding-right: 75px !important;
  }
}

.u-py-80 {
  padding-right: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-80 {
    padding-right: 80px !important;
  }
}

.u-py-85 {
  padding-right: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-85 {
    padding-right: 85px !important;
  }
}

.u-py-90 {
  padding-right: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-90 {
    padding-right: 90px !important;
  }
}

.u-py-95 {
  padding-right: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-95 {
    padding-right: 95px !important;
  }
}

.u-py-100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-py-xl-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-100 {
    padding-right: 100px !important;
  }
}

.u-p-0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-0 {
    padding-right: 0px !important;
  }
}

.u-p-5 {
  padding-right: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-5 {
    padding-right: 5px !important;
  }
}

.u-p-10 {
  padding-right: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-10 {
    padding-right: 10px !important;
  }
}

.u-p-15 {
  padding-right: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-15 {
    padding-right: 15px !important;
  }
}

.u-p-20 {
  padding-right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-20 {
    padding-right: 20px !important;
  }
}

.u-p-25 {
  padding-right: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-25 {
    padding-right: 25px !important;
  }
}

.u-p-30 {
  padding-right: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-30 {
    padding-right: 30px !important;
  }
}

.u-p-35 {
  padding-right: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-35 {
    padding-right: 35px !important;
  }
}

.u-p-40 {
  padding-right: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-40 {
    padding-right: 40px !important;
  }
}

.u-p-45 {
  padding-right: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-45 {
    padding-right: 45px !important;
  }
}

.u-p-50 {
  padding-right: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-50 {
    padding-right: 50px !important;
  }
}

.u-p-55 {
  padding-right: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-55 {
    padding-right: 55px !important;
  }
}

.u-p-60 {
  padding-right: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-60 {
    padding-right: 60px !important;
  }
}

.u-p-65 {
  padding-right: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-65 {
    padding-right: 65px !important;
  }
}

.u-p-70 {
  padding-right: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-70 {
    padding-right: 70px !important;
  }
}

.u-p-75 {
  padding-right: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-75 {
    padding-right: 75px !important;
  }
}

.u-p-80 {
  padding-right: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-80 {
    padding-right: 80px !important;
  }
}

.u-p-85 {
  padding-right: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-85 {
    padding-right: 85px !important;
  }
}

.u-p-90 {
  padding-right: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-90 {
    padding-right: 90px !important;
  }
}

.u-p-95 {
  padding-right: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-95 {
    padding-right: 95px !important;
  }
}

.u-p-100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-p-xl-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-100 {
    padding-right: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-0 {
    margin-top: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-5 {
    margin-top: 5px !important;
  }
}

.u-mt-10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-10 {
    margin-top: 10px !important;
  }
}

.u-mt-15 {
  margin-top: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-15 {
    margin-top: 15px !important;
  }
}

.u-mt-20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-20 {
    margin-top: 20px !important;
  }
}

.u-mt-25 {
  margin-top: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-25 {
    margin-top: 25px !important;
  }
}

.u-mt-30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-30 {
    margin-top: 30px !important;
  }
}

.u-mt-35 {
  margin-top: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-35 {
    margin-top: 35px !important;
  }
}

.u-mt-40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-40 {
    margin-top: 40px !important;
  }
}

.u-mt-45 {
  margin-top: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-45 {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-45 {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-45 {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-45 {
    margin-top: 45px !important;
  }
}

.u-mt-50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-50 {
    margin-top: 50px !important;
  }
}

.u-mt-55 {
  margin-top: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-55 {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-55 {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-55 {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-55 {
    margin-top: 55px !important;
  }
}

.u-mt-60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-60 {
    margin-top: 60px !important;
  }
}

.u-mt-65 {
  margin-top: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-65 {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-65 {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-65 {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-65 {
    margin-top: 65px !important;
  }
}

.u-mt-70 {
  margin-top: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-70 {
    margin-top: 70px !important;
  }
}

.u-mt-75 {
  margin-top: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-75 {
    margin-top: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-80 {
    margin-top: 80px !important;
  }
}

.u-mt-85 {
  margin-top: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-85 {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-85 {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-85 {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-85 {
    margin-top: 85px !important;
  }
}

.u-mt-90 {
  margin-top: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-90 {
    margin-top: 90px !important;
  }
}

.u-mt-95 {
  margin-top: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-95 {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-95 {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-95 {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-95 {
    margin-top: 95px !important;
  }
}

.u-mt-100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-100 {
    margin-top: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-0 {
    margin-bottom: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-5 {
    margin-bottom: 5px !important;
  }
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-10 {
    margin-bottom: 10px !important;
  }
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-15 {
    margin-bottom: 15px !important;
  }
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-20 {
    margin-bottom: 20px !important;
  }
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-25 {
    margin-bottom: 25px !important;
  }
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-30 {
    margin-bottom: 30px !important;
  }
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-35 {
    margin-bottom: 35px !important;
  }
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-40 {
    margin-bottom: 40px !important;
  }
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-45 {
    margin-bottom: 45px !important;
  }
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-50 {
    margin-bottom: 50px !important;
  }
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-55 {
    margin-bottom: 55px !important;
  }
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-60 {
    margin-bottom: 60px !important;
  }
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-65 {
    margin-bottom: 65px !important;
  }
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-70 {
    margin-bottom: 70px !important;
  }
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-75 {
    margin-bottom: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-85 {
    margin-bottom: 85px !important;
  }
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-90 {
    margin-bottom: 90px !important;
  }
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-95 {
    margin-bottom: 95px !important;
  }
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-100 {
    margin-bottom: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-0 {
    margin-left: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-5 {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-5 {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-5 {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-5 {
    margin-left: 5px !important;
  }
}

.u-ml-10 {
  margin-left: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-10 {
    margin-left: 10px !important;
  }
}

.u-ml-15 {
  margin-left: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-15 {
    margin-left: 15px !important;
  }
}

.u-ml-20 {
  margin-left: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-20 {
    margin-left: 20px !important;
  }
}

.u-ml-25 {
  margin-left: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-25 {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-25 {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-25 {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-25 {
    margin-left: 25px !important;
  }
}

.u-ml-30 {
  margin-left: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-30 {
    margin-left: 30px !important;
  }
}

.u-ml-35 {
  margin-left: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-35 {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-35 {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-35 {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-35 {
    margin-left: 35px !important;
  }
}

.u-ml-40 {
  margin-left: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-40 {
    margin-left: 40px !important;
  }
}

.u-ml-45 {
  margin-left: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-45 {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-45 {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-45 {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-45 {
    margin-left: 45px !important;
  }
}

.u-ml-50 {
  margin-left: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-50 {
    margin-left: 50px !important;
  }
}

.u-ml-55 {
  margin-left: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-55 {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-55 {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-55 {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-55 {
    margin-left: 55px !important;
  }
}

.u-ml-60 {
  margin-left: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-60 {
    margin-left: 60px !important;
  }
}

.u-ml-65 {
  margin-left: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-65 {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-65 {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-65 {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-65 {
    margin-left: 65px !important;
  }
}

.u-ml-70 {
  margin-left: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-70 {
    margin-left: 70px !important;
  }
}

.u-ml-75 {
  margin-left: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-75 {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-75 {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-75 {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-75 {
    margin-left: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-80 {
    margin-left: 80px !important;
  }
}

.u-ml-85 {
  margin-left: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-85 {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-85 {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-85 {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-85 {
    margin-left: 85px !important;
  }
}

.u-ml-90 {
  margin-left: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-90 {
    margin-left: 90px !important;
  }
}

.u-ml-95 {
  margin-left: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-95 {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-95 {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-95 {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-95 {
    margin-left: 95px !important;
  }
}

.u-ml-100 {
  margin-left: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-100 {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-100 {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-100 {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-100 {
    margin-left: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-0 {
    margin-right: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-5 {
    margin-right: 5px !important;
  }
}

.u-mr-10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-10 {
    margin-right: 10px !important;
  }
}

.u-mr-15 {
  margin-right: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-15 {
    margin-right: 15px !important;
  }
}

.u-mr-20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-20 {
    margin-right: 20px !important;
  }
}

.u-mr-25 {
  margin-right: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-25 {
    margin-right: 25px !important;
  }
}

.u-mr-30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-30 {
    margin-right: 30px !important;
  }
}

.u-mr-35 {
  margin-right: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-35 {
    margin-right: 35px !important;
  }
}

.u-mr-40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-40 {
    margin-right: 40px !important;
  }
}

.u-mr-45 {
  margin-right: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-45 {
    margin-right: 45px !important;
  }
}

.u-mr-50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-50 {
    margin-right: 50px !important;
  }
}

.u-mr-55 {
  margin-right: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-55 {
    margin-right: 55px !important;
  }
}

.u-mr-60 {
  margin-right: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-60 {
    margin-right: 60px !important;
  }
}

.u-mr-65 {
  margin-right: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-65 {
    margin-right: 65px !important;
  }
}

.u-mr-70 {
  margin-right: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-70 {
    margin-right: 70px !important;
  }
}

.u-mr-75 {
  margin-right: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-75 {
    margin-right: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-80 {
    margin-right: 80px !important;
  }
}

.u-mr-85 {
  margin-right: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-85 {
    margin-right: 85px !important;
  }
}

.u-mr-90 {
  margin-right: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-90 {
    margin-right: 90px !important;
  }
}

.u-mr-95 {
  margin-right: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-95 {
    margin-right: 95px !important;
  }
}

.u-mr-100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-100 {
    margin-right: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-0 {
    margin-right: 0px !important;
  }
}

.u-mx-5 {
  margin-right: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-5 {
    margin-right: 5px !important;
  }
}

.u-mx-10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-10 {
    margin-right: 10px !important;
  }
}

.u-mx-15 {
  margin-right: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-15 {
    margin-right: 15px !important;
  }
}

.u-mx-20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-20 {
    margin-right: 20px !important;
  }
}

.u-mx-25 {
  margin-right: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-25 {
    margin-right: 25px !important;
  }
}

.u-mx-30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-30 {
    margin-right: 30px !important;
  }
}

.u-mx-35 {
  margin-right: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-35 {
    margin-right: 35px !important;
  }
}

.u-mx-40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-40 {
    margin-right: 40px !important;
  }
}

.u-mx-45 {
  margin-right: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-45 {
    margin-right: 45px !important;
  }
}

.u-mx-50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-50 {
    margin-right: 50px !important;
  }
}

.u-mx-55 {
  margin-right: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-55 {
    margin-right: 55px !important;
  }
}

.u-mx-60 {
  margin-right: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-60 {
    margin-right: 60px !important;
  }
}

.u-mx-65 {
  margin-right: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-65 {
    margin-right: 65px !important;
  }
}

.u-mx-70 {
  margin-right: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-70 {
    margin-right: 70px !important;
  }
}

.u-mx-75 {
  margin-right: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-75 {
    margin-right: 75px !important;
  }
}

.u-mx-80 {
  margin-right: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-80 {
    margin-right: 80px !important;
  }
}

.u-mx-85 {
  margin-right: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-85 {
    margin-right: 85px !important;
  }
}

.u-mx-90 {
  margin-right: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-90 {
    margin-right: 90px !important;
  }
}

.u-mx-95 {
  margin-right: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-95 {
    margin-right: 95px !important;
  }
}

.u-mx-100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-100 {
    margin-right: 100px !important;
  }
}

.u-my-0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-0 {
    margin-right: 0px !important;
  }
}

.u-my-5 {
  margin-right: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-5 {
    margin-right: 5px !important;
  }
}

.u-my-10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-10 {
    margin-right: 10px !important;
  }
}

.u-my-15 {
  margin-right: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-15 {
    margin-right: 15px !important;
  }
}

.u-my-20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-20 {
    margin-right: 20px !important;
  }
}

.u-my-25 {
  margin-right: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-25 {
    margin-right: 25px !important;
  }
}

.u-my-30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-30 {
    margin-right: 30px !important;
  }
}

.u-my-35 {
  margin-right: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-35 {
    margin-right: 35px !important;
  }
}

.u-my-40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-40 {
    margin-right: 40px !important;
  }
}

.u-my-45 {
  margin-right: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-45 {
    margin-right: 45px !important;
  }
}

.u-my-50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-50 {
    margin-right: 50px !important;
  }
}

.u-my-55 {
  margin-right: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-55 {
    margin-right: 55px !important;
  }
}

.u-my-60 {
  margin-right: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-60 {
    margin-right: 60px !important;
  }
}

.u-my-65 {
  margin-right: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-65 {
    margin-right: 65px !important;
  }
}

.u-my-70 {
  margin-right: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-70 {
    margin-right: 70px !important;
  }
}

.u-my-75 {
  margin-right: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-75 {
    margin-right: 75px !important;
  }
}

.u-my-80 {
  margin-right: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-80 {
    margin-right: 80px !important;
  }
}

.u-my-85 {
  margin-right: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-85 {
    margin-right: 85px !important;
  }
}

.u-my-90 {
  margin-right: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-90 {
    margin-right: 90px !important;
  }
}

.u-my-95 {
  margin-right: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-95 {
    margin-right: 95px !important;
  }
}

.u-my-100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-100 {
    margin-right: 100px !important;
  }
}

.u-m-0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-0 {
    margin-right: 0px !important;
  }
}

.u-m-5 {
  margin-right: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-5 {
    margin-right: 5px !important;
  }
}

.u-m-10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-10 {
    margin-right: 10px !important;
  }
}

.u-m-15 {
  margin-right: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-15 {
    margin-right: 15px !important;
  }
}

.u-m-20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-20 {
    margin-right: 20px !important;
  }
}

.u-m-25 {
  margin-right: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-25 {
    margin-right: 25px !important;
  }
}

.u-m-30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-30 {
    margin-right: 30px !important;
  }
}

.u-m-35 {
  margin-right: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-35 {
    margin-right: 35px !important;
  }
}

.u-m-40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-40 {
    margin-right: 40px !important;
  }
}

.u-m-45 {
  margin-right: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-45 {
    margin-right: 45px !important;
  }
}

.u-m-50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-50 {
    margin-right: 50px !important;
  }
}

.u-m-55 {
  margin-right: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-55 {
    margin-right: 55px !important;
  }
}

.u-m-60 {
  margin-right: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-60 {
    margin-right: 60px !important;
  }
}

.u-m-65 {
  margin-right: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-65 {
    margin-right: 65px !important;
  }
}

.u-m-70 {
  margin-right: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-70 {
    margin-right: 70px !important;
  }
}

.u-m-75 {
  margin-right: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-75 {
    margin-right: 75px !important;
  }
}

.u-m-80 {
  margin-right: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-80 {
    margin-right: 80px !important;
  }
}

.u-m-85 {
  margin-right: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-85 {
    margin-right: 85px !important;
  }
}

.u-m-90 {
  margin-right: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-90 {
    margin-right: 90px !important;
  }
}

.u-m-95 {
  margin-right: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-95 {
    margin-right: 95px !important;
  }
}

.u-m-100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-100 {
    margin-right: 100px !important;
  }
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-flex-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

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

.u-font-bold {
  font-weight: bold !important;
}

@media screen and (max-width: 991px) {
  .u-pc {
    display: none !important;
  }
}

.u-spc {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .u-spc {
    display: block !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .u-sp {
    display: block !important;
  }
}

.u-opacity-0 {
  opacity: 0 !important;
}

.u-overflow-visible {
  overflow: visible !important;
}

.u-w-25 {
  width: 25% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-mw-25 {
  max-width: 25% !important;
}

.u-mw-50 {
  max-width: 50% !important;
}

.u-mw-90 {
  max-width: 90% !important;
}

.u-mw-100 {
  max-width: 100% !important;
}

.u-text {
  font-family: "M PLUS 1", sans-serif;
}

.u-text-en {
  font-family: "Oswald", sans-serif;
}

.u-text-upper {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.p-hamburger {
  width: 20px;
  height: 6px;
  margin-right: -16px;
  padding: 16px 24px 16px 16px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10000;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-hamburger {
    display: none;
  }
}

.p-hamburger.is-active {
  margin-right: -16px;
}

.p-hamburger span {
  display: block;
  height: 1px;
  background: #ffffff;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.p-hamburger.is-active span {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(2.5px) rotate(26.5deg);
  -ms-transform: translateY(2.5px) rotate(26.5deg);
  transform: translateY(2.5px) rotate(26.5deg);
}

.p-hamburger.is-active span:nth-child(2) {
  -webkit-transform: translateY(-2.5px) rotate(-26.5deg);
  -ms-transform: translateY(-2.5px) rotate(-26.5deg);
  transform: translateY(-2.5px) rotate(-26.5deg);
}

.p-hamburger__toggle {
  display: none;
}

.p-hamburger__toggle.is-active {
  display: block;
  width: calc(100vw - 54px);
  max-height: calc(100svh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-hamburger__toggle.is-active::-webkit-scrollbar {
  display: none;
}

.p-accordion__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
  font-size: 12px;
  margin-top: -8px;
}
@media screen and (min-width: 992px) {
  .p-accordion__menu {
    position: absolute;
  }
}

.p-accordion__toggle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .p-accordion__toggle {
    font-size: 18px;
    margin-right: 12px;
  }
}

.p-accordion__toggle::before {
  content: "▼";
  position: absolute;
  top: 8px;
  right: -16px;
  width: 6px;
  font-size: 6px;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.p-accordion[open] .p-accordion__toggle::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-nav-link {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-nav-link {
    font-weight: 600;
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .p-nav-link--pc {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 18px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  }
}

.p-hamburger__nav {
  margin-top: 44px;
}

.p-dropdown {
  position: relative;
}

.p-dropdown__menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 12px;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #ffffff;
  border-radius: 5px;
  z-index: 10;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 16px;
}

.p-dropdown__menu a {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .p-dropdown__toggle {
    color: #ffffff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  }
}

.p-dropdown.open .p-dropdown__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.p-dropdown__toggle--team::after {
  content: "チーム紹介";
}

.p-dropdown__toggle--staff::after {
  content: "スタッフ紹介";
}

.p-dropdown__toggle--member::after {
  content: "メンバー紹介";
}

.p-accordion__toggle--team::after {
  content: "チーム紹介";
}

.p-accordion__toggle--staff::after {
  content: "スタッフ紹介";
}

.p-accordion__toggle--member::after {
  content: "メンバー紹介";
}

.p-nav-link--game::after {
  content: "試合結果";
}

.p-nav-link--news::after {
  content: "お知らせ";
}

.p-nav-link--gallery::after {
  content: "ギャラリー";
}

.p-dropdown__toggle--team::after,
.p-dropdown__toggle--staff::after,
.p-dropdown__toggle--member::after,
.p-accordion__toggle--team::after,
.p-accordion__toggle--staff::after,
.p-accordion__toggle--member::after,
.p-nav-link--game::after,
.p-nav-link--news::after,
.p-nav-link--gallery::after {
  display: block;
  font-family: "M PLUS 1";
  font-size: 8px;
  color: #fbc31a;
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .p-dropdown__toggle--team::after,
  .p-dropdown__toggle--staff::after,
  .p-dropdown__toggle--member::after,
  .p-accordion__toggle--team::after,
  .p-accordion__toggle--staff::after,
  .p-accordion__toggle--member::after,
  .p-nav-link--game::after,
  .p-nav-link--news::after,
  .p-nav-link--gallery::after {
    font-size: 10px;
  }
}

@media screen and (min-width: 992px) {
  .l-header__container-desc .p-dropdown__toggle--team::after,
  .l-header__container-desc .p-dropdown__toggle--staff::after,
  .l-header__container-desc .p-dropdown__toggle--member::after,
  .l-header__container-desc .p-nav-link--game::after,
  .l-header__container-desc .p-nav-link--news::after,
  .l-header__container-desc .p-nav-link--gallery::after {
    color: #ffffff;
  }
  .l-header__container-desc .p-dropdown__toggle,
  .l-header__container-desc .p-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
  }
  .l-header__container-desc .p-dropdown__toggle {
    position: relative;
    font-size: 18px;
    font-weight: 600;
  }
  .l-header__container-desc .p-dropdown__toggle::before {
    content: "▼";
    position: absolute;
    top: 8px;
    right: -16px;
    width: 6px;
    font-size: 6px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .l-header__container-desc .p-dropdown.open .p-dropdown__toggle::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .l-header__container-desc .p-dropdown__toggle::after,
  .l-header__container-desc .p-nav-link::after {
    margin-top: 0;
  }
  .has-transparent-bg .l-header__container-desc .p-dropdown__toggle,
  .has-transparent-bg .l-header__container-desc .p-nav-link--pc,
  .p-staff-introduce .l-header__container-desc .p-dropdown__toggle,
  .p-staff-introduce .l-header__container-desc .p-nav-link--pc {
    color: #000000;
  }
  .has-transparent-bg .l-header__container-desc .p-dropdown__toggle::before,
  .p-staff-introduce .l-header__container-desc .p-dropdown__toggle::before {
    color: #000000;
  }
  .has-transparent-bg .l-header__container-desc .p-dropdown__toggle--team::after,
  .has-transparent-bg .l-header__container-desc .p-dropdown__toggle--staff::after,
  .has-transparent-bg .l-header__container-desc .p-dropdown__toggle--member::after,
  .has-transparent-bg .l-header__container-desc .p-nav-link--game::after,
  .has-transparent-bg .l-header__container-desc .p-nav-link--news::after,
  .has-transparent-bg .l-header__container-desc .p-nav-link--gallery::after,
  .p-staff-introduce .l-header__container-desc .p-dropdown__toggle--team::after,
  .p-staff-introduce .l-header__container-desc .p-dropdown__toggle--staff::after,
  .p-staff-introduce .l-header__container-desc .p-dropdown__toggle--member::after,
  .p-staff-introduce .l-header__container-desc .p-nav-link--game::after,
  .p-staff-introduce .l-header__container-desc .p-nav-link--news::after,
  .p-staff-introduce .l-header__container-desc .p-nav-link--gallery::after {
    color: #000000;
  }
}
.has-transparent-bg .p-hamburger span,
.p-staff-introduce .p-hamburger span {
  background: #000000;
}

.has-transparent-bg .p-hamburger.is-active span,
.p-staff-introduce .p-hamburger.is-active span {
  background: #ffffff;
}

.has-transparent-bg .p-dropdown__menu {
  border-color: rgba(0, 0, 0, 0.2509803922);
  background: rgba(255, 255, 255, 0.5647058824);
}

.p-hamburger__nav .p-accordion__toggle,
.p-hamburger__nav .p-nav-link,
.l-footer__container-desc .p-accordion__toggle,
.l-footer__container-desc .p-nav-link {
  font-size: 17px;
  margin-bottom: 28px;
  font-weight: bold;
}
.p-hamburger__nav .p-accordion__toggle--team::after,
.p-hamburger__nav .p-accordion__toggle--staff::after,
.p-hamburger__nav .p-accordion__toggle--member::after,
.p-hamburger__nav .p-nav-link--game::after,
.p-hamburger__nav .p-nav-link--news::after,
.p-hamburger__nav .p-nav-link--gallery::after,
.l-footer__container-desc .p-accordion__toggle--team::after,
.l-footer__container-desc .p-accordion__toggle--staff::after,
.l-footer__container-desc .p-accordion__toggle--member::after,
.l-footer__container-desc .p-nav-link--game::after,
.l-footer__container-desc .p-nav-link--news::after,
.l-footer__container-desc .p-nav-link--gallery::after {
  font-size: 10px;
  margin-top: 4px;
}
.p-hamburger__nav .p-accordion__menu,
.l-footer__container-desc .p-accordion__menu {
  gap: 14px;
  font-size: 16px;
  margin-top: -12px;
}
.p-hamburger__nav .p-accordion__toggle::before,
.l-footer__container-desc .p-accordion__toggle::before {
  right: -14px;
  width: 8px;
  font-size: 8px;
  top: 6px;
}

.l-footer__container-desc .p-accordion__menu {
  font-size: 14px;
}

.p-top-mainvisual-wrapper {
  position: relative;
  height: 872px;
  background-color: #013f30;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-wrapper {
    height: 100vh;
    background-color: transparent;
  }
}

.p-top-mainvisual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  color: #ffffff;
  pointer-events: none;
  will-change: opacity;
}
.p-top-mainvisual:first-child {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual:first-child {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.p-top-mainvisual.active {
  opacity: 1;
  pointer-events: auto;
  will-change: auto;
}

.p-top-mainvisual__background {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual__background {
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.p-top-mainvisual__background img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual__background img {
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .p-top-mainvisual__background picture {
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .p-top-mainvisual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 63, 48, 0.4)), color-stop(50%, rgba(1, 63, 48, 0.1)), to(rgba(1, 63, 48, 0)));
    background: linear-gradient(to top, rgba(1, 63, 48, 0.4), rgba(1, 63, 48, 0.1) 50%, rgba(1, 63, 48, 0));
    z-index: 0;
    pointer-events: none;
  }
}

.p-top-mainvisual__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -200px;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual__container {
    padding-bottom: 64px !important;
    color: #ffffff;
    margin-top: 0;
  }
}

.p-top-mainvisual::after {
  content: "";
  position: absolute;
  background-image: url("img/top-page/top-mainvisual-filter.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual::after {
    display: none;
  }
}

.p-top-mainvisual__container-category {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.7;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual__container-category {
    font-size: 32px;
    color: #ffffff;
  }
}

.p-top-mainvisual__container-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.7;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual__container-title {
    font-size: 48px;
    color: #ffffff;
  }
}

.p-top-mainvisual__container-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 36px;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual__container-text {
    color: #ffffff;
  }
}

.p-top-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-top-ctas__cta {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  border: solid 1px #ffffff;
  border-radius: 5px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .p-top-ctas__cta {
    padding: 14px 44px 14px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-top-ctas__cta::after {
  content: "";
  position: absolute;
  background-image: url("img/top-page/top-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}

.p-top-ctas__cta--first,
.p-top-ctas__cta--second {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-ctas__cta--first,
  .p-top-ctas__cta--second {
    width: 256px;
    padding-left: 72px;
  }
}

.p-top-ctas__cta--first::before,
.p-top-ctas__cta--second::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 4px;
  font-size: 14px;
  font-family: "M PLUS 1";
  color: #013f30;
  background-color: #ffffff;
  left: 12px;
  border-radius: 3px;
}

.p-top-ctas__cta--first::before {
  content: "小学部";
}

.p-top-ctas__cta--second::before {
  content: "中学部";
}

.p-top-introduce {
  color: #ffffff;
  background-color: #007338;
  position: relative;
  z-index: 1;
}

.p-top-introduce__container {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-introduce__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 140px;
  }
}

.p-top-introduce__img {
  position: absolute;
  border-radius: 8px;
}

.p-top-introduce__img--left {
  top: 120px;
  width: 38%;
  min-width: 110px;
  max-width: 200px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.p-top-introduce__img--left.active {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .p-top-introduce__img--left {
    top: auto;
    bottom: -80px;
    left: 0;
    width: 28%;
    max-width: none;
  }
}

.p-top-introduce__img--right {
  top: 0;
  right: 0;
  width: 30%;
  min-width: 146px;
  max-width: 164px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.p-top-introduce__img--right.active {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .p-top-introduce__img--right {
    top: -160px;
    width: 260px;
    max-width: none;
  }
}

.p-top-introduce__main-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .p-top-introduce__main-text {
    font-size: clamp(74px, 7vw, 96px);
    margin-top: 30px;
  }
}

.p-top-introduce__main-text-right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 40px auto;
}

.p-top-introduce__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (min-width: 992px) {
  .p-top-introduce__text {
    width: 34%;
    min-width: 292px;
  }
}

.p-top-introduce__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.p-top-introduce__link {
  position: relative;
}

.p-top-introduce__link img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-introduce__link img {
    height: 400px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 20%;
    object-position: 0 20%;
  }
}

.p-link-inner {
  position: absolute;
  top: 0;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .p-link-inner {
    padding: 32px;
  }
}

.p-link-inner__title-main {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .p-link-inner__title-main {
    font-size: 32px;
    margin-bottom: 8px;
  }
}

.p-link-inner__tab {
  text-align: end;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-link-inner__tab {
    font-size: 32px;
  }
}

.p-link-inner__tab::after {
  position: absolute;
  content: "";
  background-image: url("img/top-page/top-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
}
@media screen and (min-width: 992px) {
  .p-link-inner__tab::after {
    width: 24px;
    height: 24px;
    right: -32px;
  }
}

.p-link-inner__title-sub {
  font-weight: 500;
}

.p-game {
  overflow-x: hidden;
}

.p-game--desc {
  overflow-x: visible;
}

.p-game__tabs {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 992px) {
  .p-game__tabs {
    margin-bottom: 0;
  }
}

.p-game__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-game__tab-item {
  padding: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* アクティブなタブのスタイル */
.p-game__tab-item.is-active {
  color: #000;
  border: solid 1px #dddddd;
  border-bottom: solid 0px #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* アクティブ時に下線を表示 */
.p-game__tab-item.is-active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

/* コンテンツエリアの表示制御 */
.p-game__content-area {
  display: none;
  /* デフォルトは非表示 */
  -webkit-animation: fadeIn 0.5s ease;
  animation: fadeIn 0.5s ease;
}

.p-game__content-area.is-show {
  display: block;
  /* is-showクラスがついたら表示 */
}

/* アニメーション */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* リストアイテムのスタイル調整 (画像に合わせる) */
.p-game__list {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-game__list {
    margin-bottom: 0;
  }
}

.p-game__item {
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-game__item {
    padding: 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-game__item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #dddddd;
}

.p-game__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-game__item-header {
    margin-bottom: 0;
    gap: 32px;
  }
}

.p-game__category {
  border: 1px solid #141414;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 5px;
}

.p-game__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

/* フィルターエリア全体 */
.p-game__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-game__filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 226px;
  }
}

.p-game__filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-game__filter-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-game__filter-label {
  font-size: 16px;
  font-weight: bold;
}

.p-game__select-wrapper {
  position: relative;
  width: auto;
}

/* プルダウン本体 */
.p-game__select {
  width: 100%;
  min-width: 142px;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 992px) {
  .p-game__select {
    font-size: 16px;
  }
}

.p-game__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  pointer-events: none;
}

.p-game__banner-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  isolation: isolate;
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .p-game__banner-wrapper {
    margin-top: 174px;
  }
}

.p-game__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: marquee 36s linear infinite;
  animation: marquee 36s linear infinite;
  will-change: transform;
  position: relative;
}

.p-game__banner--1 {
  z-index: 2;
}

.p-game__banner--2 {
  z-index: 4;
}

.p-game__banner--3 {
  z-index: 6;
}

@-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%);
  }
}
.p-game__banner p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding-right: 100px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-game__banner p {
    font-size: 64px;
  }
}

.p-game__banner-image {
  position: absolute;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-game__banner-image--first {
  width: 110px;
  z-index: 1;
  left: 32%;
  top: -40px;
}
@media screen and (min-width: 992px) {
  .p-game__banner-image--first {
    width: 250px;
    left: 44%;
    top: -100px;
  }
}

.p-game__banner-image--second {
  width: 72px;
  z-index: 3;
  left: 0;
  top: -20px;
}
@media screen and (min-width: 992px) {
  .p-game__banner-image--second {
    width: 168px;
    top: -30px;
  }
}

.p-game__banner-image--third {
  width: 150px;
  z-index: 5;
  right: 0;
  top: 40px;
}
@media screen and (min-width: 992px) {
  .p-game__banner-image--third {
    width: 250px;
    top: 120px;
  }
}

@media screen and (min-width: 992px) {
  .p-game__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
  }
  .p-game__inner {
    width: 56%;
  }
  .p-game__button {
    position: absolute;
    margin-top: 184px;
  }
}
.p-game .pagination .page-numbers.prev,
.p-game .pagination .page-numbers.next {
  color: #000000 !important;
  padding: 0 12px;
  display: inline-block;
  text-decoration: none;
  font-size: 10px;
}
.p-game .pagination .current {
  color: #000;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .pagination {
    position: absolute;
    margin-top: 80px;
  }
}

.pagination a,
.dots {
  color: #cccccc;
  text-decoration: underline;
}

.p-game__no-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .p-game__no-posts {
    margin-top: 60px;
  }
}

.p-top-staff {
  background-color: #ffd900;
  position: relative;
}

.p-top-staff .l-padding {
  padding-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .p-top-staff__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-top-staff__card {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-top-staff__card {
    width: 32%;
  }
}

.p-top-staff__card img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.p-top-staff__department {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  background-color: #ffcc00;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.p-top-staff__department--junior {
  color: #ffffff;
  background-color: #007338;
}

.p-top-staff__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0;
  background-color: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.p-top-staff__name-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-top-staff__name-category {
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-top-staff__name-category {
    font-size: clamp(12px, 1.1vw, 16px);
  }
}

.p-top-staff__name-main {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .p-top-staff__name-main {
    font-size: clamp(16px, 1.6vw, 24px);
  }
}

.p-top-staff__name-rubi {
  font-size: 12px;
  font-weight: 500;
  color: #cccccc;
}
@media screen and (min-width: 992px) {
  .p-top-staff__name-rubi {
    font-size: clamp(12px, 1.2vw, 16px);
  }
}

.p-top-staff__text {
  margin-top: 40px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .p-top-staff__text {
    margin-top: -20px;
    font-size: 88px;
  }
}

.p-top-news__top {
  margin-bottom: 40px;
  position: relative;
}

.p-top-news__top h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.p-top-news__top-card-image img {
  width: 100%;
  border-radius: 10px;
}

.p-top-news__top-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.p-top-news__top-card-category {
  padding: 8px 16px;
  border: solid 1px #000000;
  border-radius: 5px;
  font-size: 16px;
}

.p-top-news__top-card-date {
  font-size: 16px;
}

.p-top-news__top-card-title {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .p-top-news__top-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.p-top-news__tabs {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 992px) {
  .p-top-news__tabs {
    margin-bottom: 0;
  }
}

.p-top-news__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-top-news__tab-item {
  padding: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 1;
}

.p-top-news__tab-item.is-active {
  color: #000;
  border: solid 1px #dddddd;
  border-bottom: solid 0px #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.p-top-news__tab-item.is-active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.p-top-news__content-area {
  display: none;
}

.p-top-news__content-area.is-show {
  display: block;
}

.p-top-news__content-area {
  margin-bottom: 40px;
}

.p-top-news__card {
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-news__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0;
  }
}

.p-top-news__card::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  background-color: #dddddd;
}

.p-top-news__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .p-top-news__card-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 32%;
    min-width: 226px;
    margin-bottom: 0;
  }
}

.p-top-news__card-category {
  padding: 8px 16px;
  border: solid 1px #000000;
  border-radius: 5px;
  font-size: 16px;
}

.p-top-news__card-date {
  font-size: 16px;
}

.p-top-news__card-title {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-top-news__card-title {
    width: 64%;
  }
}

.p-top-news .pagination .page-numbers.prev,
.p-top-news .pagination .page-numbers.next {
  color: #000000 !important;
  padding: 0 12px;
  display: inline-block;
  text-decoration: none;
  font-size: 10px;
}

.p-top-news .pagination .current {
  color: #000;
}

.p-top-news__cards {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-top-news__cards {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-top-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 128px;
  }
  .p-top-news__content-top {
    width: 380px;
    position: relative;
  }
  .p-top-news__content-area-wrapper {
    width: 100%;
  }
  .p-top-news__button {
    margin-top: 64px;
    margin-left: 0;
  }
}
.p-top-gallery {
  background-color: #007338;
  color: #ffffff;
  position: relative;
}

.p-top-gallery .l-padding {
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-top-gallery .l-padding {
    padding-bottom: 80px;
  }
}

.p-top-gallery__wrapper {
  position: relative;
  z-index: 2;
}

.p-top-gallery__img {
  width: calc((100% - 16px) / 3);
}
@media screen and (min-width: 992px) {
  .p-top-gallery__img {
    width: calc((100% - 96px) / 4);
  }
}

#sb_instagram .sbi_photo img {
  border-radius: 10px;
}

.p-top-gallery__wrapper > div > div {
  gap: 8px !important;
}
@media screen and (min-width: 992px) {
  .p-top-gallery__wrapper > div > div {
    gap: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  #sb_instagram .sbi_item:nth-child(n+10) {
    display: none !important;
  }
}
.p-cta {
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.p-cta__background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.p-cta__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-cta__container {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-cta__container {
    padding-bottom: 54px;
  }
}

@media screen and (min-width: 992px) {
  .p-cta__inner {
    position: relative;
  }
}

.p-cta__title {
  font-weight: 600;
  margin-bottom: 46px;
}

.p-cta__title-main {
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .p-cta__title-main {
    font-size: 96px;
    margin-bottom: 100px;
  }
}

.p-cta__title-sub {
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .p-cta__title-sub {
    font-size: 48px;
  }
}

.p-cta__button {
  font-weight: 500;
  padding-right: 32px;
  text-align: start;
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  .p-cta__button {
    padding-right: 0;
    position: absolute;
    bottom: -36px;
    right: 100px;
  }
}

.p-cta__button-main {
  position: relative;
  font-size: 48px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .p-cta__button-main {
    font-size: 96px;
  }
}

.p-cta__button-main::after {
  content: "";
  position: absolute;
  background-image: url("img/component-cta/cta-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .p-cta__button-main::after {
    width: 72px;
    height: 72px;
    right: -100px;
  }
}

.p-cta__button-sub {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-cta__button-sub {
    font-size: 32px;
  }
}

.p-staff-introduce__elementary,
.p-staff-introduce__junior {
  max-width: 426px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-staff-introduce__elementary,
  .p-staff-introduce__junior {
    max-width: none;
  }
}

.p-staff-introduce__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .p-staff-introduce__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

.p-staff-introduce__cards {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .p-staff-introduce__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-staff-introduce__card {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 16px;
  position: relative;
  padding: 35px 24px 20px;
}
@media screen and (min-width: 992px) {
  .p-staff-introduce__card {
    width: calc((100% - 32px) / 2);
    padding: 40px 38px;
  }
}

.p-staff-introduce__department {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  background-color: #ffd900;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (min-width: 992px) {
  .p-staff-introduce__department {
    font-size: 20px;
    font-weight: 600;
  }
}

.p-staff-introduce__department--junior {
  color: #ffffff;
  background-color: #007338;
}

.p-staff-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 12px;
  gap: 12px;
  font-weight: 600;
}

.p-staff-name__category {
  font-size: clamp(12px, 2.5vw, 16px);
}

.p-staff-name__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-staff-name__inner-main {
  font-size: clamp(16px, 3vw, 20px);
}

.p-staff-name__inner-rubi {
  font-size: 12px;
  color: #cccccc;
}

.p-staff-introduce__image {
  width: 100%;
  height: 172px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-staff-introduce__image {
    height: 372px;
  }
}

.p-staff-introduce__culture {
  margin-top: 12px;
  margin-bottom: 16px;
  text-align: end;
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-staff-introduce__culture {
    font-size: 20px;
  }
}

.p-staff-introduce__career {
  position: relative;
}

.p-staff-introduce__career-title,
.p-staff-introduce__message-title {
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .p-staff-introduce__career-title,
  .p-staff-introduce__message-title {
    font-size: 20px;
  }
}

.p-staff-introduce__career-desc {
  margin-left: 24px;
  line-height: 1.7;
}

.p-staff-introduce__message-desc {
  line-height: 1.7;
}

.p-staff-introduce__junior {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-staff-introduce__junior {
    margin-top: 100px;
  }
}

.p-single-game {
  color: #ffffff;
  background-color: #013f30;
}

.p-single-game__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.p-single-game__category {
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border: solid 1px #ffffff;
  border-radius: 5px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .p-single-game__category {
    margin-bottom: 0;
  }
}

.p-single-game__title {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .p-single-game__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.score-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 992px) {
  .score-table-wrapper {
    margin-bottom: -64px;
  }
}

.score-table-wrapper::-webkit-scrollbar {
  display: none;
}

.score-table {
  width: auto;
  min-width: 596px;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (min-width: 992px) {
  .score-table {
    width: 100%;
    min-width: 0;
    margin-bottom: 64px;
  }
}

.score-table th,
.score-table td {
  border: 1px solid #ffffff;
  padding: 8px 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .score-table th,
  .score-table td {
    padding: 38px 0;
  }
}

.score-table th:first-child,
.score-table td:first-child {
  width: 176px;
}

.score-table th:not(:first-child),
.score-table td:not(:first-child) {
  width: 42px;
  min-width: 42px;
  max-width: 42px;
}
@media screen and (min-width: 992px) {
  .score-table th:not(:first-child),
  .score-table td:not(:first-child) {
    font-size: 32px;
    font-weight: 500;
  }
}

.p-single-game__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .p-single-game__image {
    font-size: 32px;
    font-weight: 500;
  }
}

.p-single-game__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-single-game__text {
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (min-width: 992px) {
  .p-single-game__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -24px;
  }
}
.p-single-game__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .p-single-game__content {
    gap: 64px;
  }
}

.p-member {
  position: relative;
}

.p-member__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .p-member__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

.p-member__list--ele {
  margin-bottom: 40px;
}

.p-member__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .p-member__cards {
    gap: 32px;
  }
}

.p-member__card {
  width: calc((100% - 8px) / 2);
  padding: 12px 12px 20px;
  border: solid 1px #dddddd;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-member__card {
    width: calc((100% - 64px) / 3);
    padding: 16px 16px 40px;
  }
}

.p-member__card-department {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  font-weight: 500;
  padding: 6px 10px;
  background-color: #ffd900;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.p-member__card-department--junior {
  color: #ffffff;
  background-color: #007338;
}

.p-member__card-category {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .p-member__card-category {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.p-member__card-rubi {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
  margin-top: 8px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .p-member__card-rubi {
    font-size: 32px;
  }
}

.p-member__card-name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-member__card-name {
    font-size: 20px;
  }
}

.p-single__back {
  background-color: #ffffff;
  color: #000000;
  padding: 40px 0 60px;
  position: relative;
}
.p-single__back a {
  text-decoration: none;
}
.p-single__back .text-underline {
  text-decoration: underline;
}

.p-single__back-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 64px;
  position: relative;
  z-index: 2;
}

.p-single__back-prev a::before {
  content: "◀";
  margin-right: 16px;
  font-size: 10px;
}

.p-single__back-next a::after {
  content: "▶";
  margin-left: 16px;
  font-size: 10px;
}

.p-single__back-link {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .p-single__top-department {
    font-size: 20px;
  }
  .p-single__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 64px;
  }
  .score-table__title {
    font-size: 32px;
    font-weight: 500;
  }
  .score-table .p-team-name {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    padding: 38px 0 38px 24px;
  }
  .score-table thead th {
    padding: 16px 0;
  }
}
.p-news-single__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.p-news-single__top-category {
  padding: 8px 16px;
  font-size: 16px;
  border: solid 1px #000000;
  border-radius: 5px;
}

.p-news-single__top-date {
  font-size: 16px;
}

.p-news-single__title {
  margin-bottom: 60px;
  position: relative;
}

.p-news-single__title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -20px;
  background-color: #dddddd;
}

.wp-block-image {
  margin-bottom: 40px;
}

.wp-block-image img {
  width: 100%;
}

.p-news-single__text {
  font-size: 16px;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .p-news-single__text {
    gap: 16px;
  }
}
.p-news-single__text a {
  color: #0066cc;
  text-decoration: underline;
}
.p-news-single__text a:hover {
  color: #0052a3;
}
.p-news-single__text table,
.p-news-single__text .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.p-news-single__text th,
.p-news-single__text td {
  border-width: 1px;
  border-style: solid;
  padding: 12px;
}

.p-environment {
  background-color: #ffffff !important;
  width: 100%;
}

.p-environment__content {
  text-align: center;
  width: 100%;
}

.p-environment__lead {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-environment__lead {
    margin-bottom: 64px;
  }
}

.p-environment__lead-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-environment__lead-title {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.p-environment__lead-text {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .p-environment__lead-text {
    text-align: center;
  }
}

.p-environment__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .p-environment__gallery {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: none;
  }
}

.p-environment__item {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .p-environment__item {
    width: calc((100% - 32px) / 2);
  }
}

.p-environment__img-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 12px;
  margin-bottom: 16px;
}

.p-environment__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

.p-environment__caption {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-environment__caption {
    font-size: 18px;
  }
}

.p-environment__caption--sub {
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .p-environment__caption--sub {
    font-size: 16px;
  }
}

.p-flow {
  background-color: #FFD900;
  position: relative;
}

@media screen and (min-width: 992px) {
  .p-flow .l-padding {
    padding-top: 0;
  }
}

.p-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-flow-list {
    margin-bottom: 64px;
  }
}

.p-flow-card {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
}

.p-flow-item {
  padding: 20px 24px 24px;
}
@media screen and (min-width: 992px) {
  .p-flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 122px;
    padding: 40px 32px;
  }
}

.p-flow-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  .p-flow-card-header {
    margin-bottom: 0;
  }
}

.p-flow-card-number {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .p-flow-card-number {
    font-size: 32px;
  }
}

.p-flow-card-title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .p-flow-card-title {
    font-size: 32px;
  }
}

.p-flow-card-text {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 992px) {
  .p-flow-card-text {
    width: 64%;
  }
}

.p-flow-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000000;
}

.p-flow__link {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-flow__link {
    margin: 0 0 0 auto;
  }
}

.p-flow__link a {
  position: relative;
}

.p-flow__link a::before {
  content: "";
  position: absolute;
  background-image: url("img/team-introduce/line-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

.p-flow--junior {
  position: relative;
  z-index: 2;
}

.p-hero {
  position: relative;
  min-height: 250px;
}
@media screen and (min-width: 992px) {
  .p-hero {
    height: 600px;
  }
}

.p-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .p-hero__img {
    height: 600px;
    position: absolute;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

@media screen and (min-width: 992px) {
  .p-junior .p-hero__img {
    -o-object-position: 0 20%;
    object-position: 0 20%;
  }
}

.p-hero__title {
  color: #ffffff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  left: 30px;
  bottom: 16px;
}
@media screen and (min-width: 992px) {
  .p-hero__title {
    position: relative;
    padding: 472px 100px 64px;
    max-width: 1440px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    gap: 16px;
  }
}

.p-hero__title-main {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .p-hero__title-main {
    font-size: 64px;
  }
}

.p-hero__title-sub {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .p-hero__title-sub {
    font-size: 16px;
  }
}

.p-info {
  background-color: #FFD900;
}

.p-info__container {
  position: relative;
}

.p-info__container::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -80px;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .p-info__container::after {
    bottom: -100px;
  }
}

.p-info-content {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-info-content {
    margin-left: 100px;
  }
}

.p-info-list {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-info-list {
    margin-bottom: 0px;
  }
}

.p-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .p-info-item {
    gap: 100px;
  }
}

.p-info-item dt {
  width: 100px;
}
@media screen and (min-width: 992px) {
  .p-info-item dt {
    width: 64px;
    font-size: 16px;
  }
}

.p-info-item dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.7;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .p-info-item dd {
    font-size: 16px;
  }
}

.p-info-item dd span {
  display: block;
  font-size: 14px;
}

.info-image {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

.info-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .info-image img {
    width: 30%;
    min-width: 300px;
    max-width: 340px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.p-policy {
  background-color: #FFD900;
  position: relative;
}

.p-policy--elementary .l-padding {
  padding-bottom: 100px;
}

@media screen and (min-width: 992px) {
  .p-policy__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.p-policy__left {
  width: 100%;
}

.p-policy__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .p-policy__title {
    font-size: clamp(28px, 2.5vw, 32px);
    margin-bottom: 32px;
  }
}

.p-policy__text {
  height: auto;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .p-policy__text {
    margin-bottom: 64px;
    max-width: 480px;
  }
}

.p-policy__en-copy {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-policy__en-copy {
    font-size: clamp(52px, 4.5vw, 64px);
    margin-bottom: 0;
  }
}

.p-policy__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .p-policy__right {
    gap: 32px;
  }
}

.p-card {
  width: 100%;
  max-width: 500px;
  min-height: 170px;
  background-color: #fff;
  padding: 20px 24px 24px 24px;
  border-radius: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-card {
    max-width: none;
  }
}

.p-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 8px;
  line-height: 1.7;
}
@media screen and (min-width: 992px) {
  .p-card__title {
    gap: 16px;
    margin-bottom: 16px;
  }
}

.p-card__title-main {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-card__title-main {
    font-size: 32px;
  }
}

.p-card__title-sub {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-card__title-sub {
    font-size: 20px;
  }
}

.p-card__text {
  font-size: 16px;
  line-height: 1.7;
}

.p-activity-status {
  position: relative;
  color: #fff;
  width: 100%;
}

.p-activity-status .l-padding {
  padding-top: 120px;
}
@media screen and (min-width: 992px) {
  .p-activity-status .l-padding {
    padding-top: 200px;
  }
}

.p-activity-status__img {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.p-activity-status__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 217, 0, 0.1254901961);
  pointer-events: none;
  z-index: 1;
}
.p-activity-status__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-activity-status__inner {
  position: relative;
  z-index: 2;
  margin-top: -100vh;
  min-height: 100vh;
}

.p-activity-status__block {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-activity-status__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    margin-bottom: 64px;
  }
}

.p-activity-status__subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .p-activity-status__subtitle {
    width: 172px;
    margin-bottom: 0;
  }
}

.p-activity-status__container {
  line-height: 1.7;
}

.p-activity-status__container-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.p-activity-status__list li {
  position: relative;
  padding-left: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.p-activity-status__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}

.p-activity-status__container-text,
.p-activity-status__text {
  font-size: 16px;
  font-weight: 300;
}

.p-activity-status__map-link {
  text-decoration: underline;
  color: #fff;
}

.p-wave-header-image {
  position: absolute;
  z-index: 2;
  bottom: 2px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.p-activity-status__link {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-activity-status__link {
    margin: 0 0 0 auto;
  }
}

.p-activity-status__map-link--ele::after {
  right: 2px !important;
}

.p-uniform {
  background-color: #ffffff !important;
  width: 100%;
  display: block;
}

@media screen and (min-width: 992px) {
  .p-uniform .l-padding {
    padding-bottom: 0;
  }
}

.p-uniform__gallery {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .p-uniform__gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
  }
}

.p-uniform__gallery::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -80px;
  background-color: #dddddd;
}
@media screen and (min-width: 992px) {
  .p-uniform__gallery::after {
    bottom: -64px;
  }
}

.p-uniform__image-wrapper {
  border-radius: 15px;
  margin-bottom: 16px;
}

.p-uniform__image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 500px;
}

.p-uniform__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 992px) {
  .p-uniform__item {
    width: 100%;
  }
}

.p-uniform__item-name {
  font-size: 18px;
  font-weight: 500;
}

.p-policy--jh,
.p-info--junior,
.p-flow--junior {
  background-color: #007338;
  color: #ffffff;
}

.p-policy--jh .p-card,
.p-flow--junior .p-flow-item {
  color: #000000;
}

.p-activity-status__img--junior::before {
  background-color: rgba(0, 115, 56, 0.1254901961);
}

.p-activity-status__list p {
  line-height: 1.7;
}

@media screen and (min-width: 992px) {
  .p-activity-status__container-list--jh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) {
  .p-activity-status__card {
    width: calc((100% - 32px) / 2);
  }
}

.p-activity-status__map iframe {
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  height: 200px;
  border-radius: 10px;
  margin: 12px auto;
}
@media screen and (min-width: 992px) {
  .p-activity-status__map iframe {
    height: 280px;
    margin: 16px auto;
  }
}

.p-activity-status__container-address {
  position: relative;
  margin-left: 16px;
  margin-bottom: 40px;
}

.p-activity-status__container-address::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  top: 0px;
  left: -16px;
  background-color: #ffffff;
}

.p-activity-status__container-list a {
  position: relative;
}

.p-activity-status__container-list a::after {
  content: "";
  position: absolute;
  background-image: url("img/team-introduce/google-map.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -16px;
}

.p-flow-arrow--jh {
  border-top: 8px solid #ffffff;
}

.p-404 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-404 h2 {
  font-size: 52px;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .p-404 h2 {
    font-size: 64px;
  }
}

.p-404 p {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .p-404 p {
    font-size: 20px;
  }
}

/* ステータスバー透過防止 */
.for-status-bars {
  position: fixed;
  top: 0;
  pointer-events: none;
  height: 5px;
  width: 100%;
  background-color: transparent;
  mix-blend-mode: lighten;
  z-index: 10001;
}
.for-status-bars.is-menu-open {
  background-color: #013f30;
  mix-blend-mode: normal;
  z-index: 10002;
}

/* タブバー透過防止 */
.for-tab-bars {
  position: fixed;
  bottom: 0;
  pointer-events: none;
  height: 10px;
  width: 100%;
  background-color: transparent;
  mix-blend-mode: lighten;
  z-index: 10001;
}
.for-tab-bars.is-menu-open {
  background-color: #013f30;
  mix-blend-mode: normal;
  z-index: 10002;
}

.p-team-rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .p-team-rules {
    gap: 64px;
  }
}

.p-team-rules__chapter-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .p-team-rules__chapter-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.p-team-rules__article {
  margin-left: 14px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-team-rules__article {
    margin-left: 16px;
    margin-bottom: 32px;
  }
}

.p-team-rules__article-title {
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .p-team-rules__article-title {
    font-size: 16px;
  }
}

.p-team-rules__text {
  margin-left: 14px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .p-team-rules__text {
    margin-left: 16px;
    font-size: 14px;
  }
}

.p-team-rules__text-desc {
  margin-left: 12px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*# sourceMappingURL=style.css.map */
