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

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

p {
  text-align: justify;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.l-header {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  padding: 94px 64px 32px;
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .l-header {
    padding: 0;
  }
}

.l-header__container {
  text-align: center;
  margin-bottom: 8vh;
}
@media screen and (max-width: 991px) {
  .l-header__container {
    margin-bottom: 36px;
  }
}
.l-header__container img {
  width: 284px;
  margin-bottom: 2.5vh;
}
@media screen and (max-width: 991px) {
  .l-header__container img {
    width: 224px;
    margin-bottom: 36px;
  }
}

.l-header__title {
  display: flex;
  flex-direction: column;
  gap: 1.5vh;
  align-items: center;
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header__title {
    width: 92%;
    gap: 24px;
  }
}
.l-header__title h2 {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-header__title h2 {
    font-size: 30px;
  }
}
.l-header__title p {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.l-header__nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5vh;
  border-bottom: solid 1px #cccccc;
}
@media screen and (max-width: 991px) {
  .l-header__nav {
    gap: 16px;
    row-gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    padding-bottom: 0;
    border: none;
  }
}

.l-header__item {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 1.5vh;
}
@media screen and (max-width: 991px) {
  .l-header__item {
    width: calc((100% - 16px) / 2);
  }
}
.l-header__item h4 {
  font-size: 12px;
  font-weight: 500;
}
.l-header__item a {
  font-size: 14px;
  position: relative;
}
.l-header__item a::after {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14%;
  font-size: 16px;
  color: #2e7cb8;
}
@media screen and (max-width: 991px) {
  .l-header__item a::after {
    right: 10%;
    font-size: 12px;
  }
}

.l-header__item--about a {
  min-width: 162px;
}

.l-header__item--career {
  position: relative;
}

.l-header__career-trigger {
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.l-header__career-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14%;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #2e7cb8;
  border-right: 1px solid #2e7cb8;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}

.l-header__item--career.is-open .l-header__career-trigger::after {
  transform: translateY(-30%) rotate(-135deg);
}

.l-header__career-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
  flex-direction: column;
  gap: 0;
  min-width: 200px;
  margin-top: -20px;
}
@media screen and (max-width: 991px) {
  .l-header__career-dropdown {
    padding: 6px;
    min-width: 162px;
  }
}
.l-header__career-dropdown a {
  font-size: 14px;
  position: relative;
  padding: 8px 12px;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}
.l-header__career-dropdown a:hover {
  background-color: rgba(46, 124, 184, 0.1);
}
.l-header__career-dropdown a::after {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-size: 16px;
  color: #2e7cb8;
}

.l-header__item--career.is-open .l-header__career-dropdown {
  display: flex;
}

.l-header__works {
  padding-top: 0.4vh;
  color: #cccccc;
}
.l-header__works h4 {
  font-size: 12px;
  margin-bottom: 1.5vh;
}
.l-header__works p {
  font-size: 14px;
}

.l-header__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 5vh;
}

.l-header__items-item {
  padding: 8px 12px;
  border: solid 1px #cccccc;
  color: #cccccc;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-header__items-item:hover {
  opacity: 0.7;
}

.l-header__button {
  display: flex;
  gap: 16px;
  margin-bottom: 2vh;
}
@media screen and (max-width: 991px) {
  .l-header__button {
    flex-direction: column;
  }
}

.l-header__button-item {
  width: 50%;
  padding: 12px 0;
  color: #ffffff;
  background: linear-gradient(to right, #003a8b 0%, #2e7cb8 50%, #5bbde5 100%);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-header__button-item {
    width: 100%;
  }
}

.l-header__button-item::after {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-size: 16px;
  color: #ffffff;
}

.l-header__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .l-header__bottom {
    flex-direction: column;
    gap: 16px;
    margin-top: 36px;
  }
}

.l-header__bottom-links {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .l-header__bottom-links {
    justify-content: space-between;
  }
}

.l-blank {
  position: relative;
  padding-right: 14px;
}

.l-blank::after {
  content: "";
  position: absolute;
  background-image: url("img/clone.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 991px) {
  .l-header__copy {
    text-align: center;
  }
}

.l-layout {
  display: flex;
  height: 100vh;
  overflow: hidden;
}
.l-layout__header {
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .l-layout__header {
    width: 100%;
    height: 100lvh;
    left: -100%;
    transition: left 0.3s ease;
    background-color: #ffffff;
    padding: 80px 30px 40px;
  }
  .l-layout__header.is-open {
    left: 0;
  }
}
.l-layout__container {
  margin-left: 50%;
  width: 50%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .l-layout__container {
    margin-left: 0;
    width: 100%;
  }
}
.l-layout__inner {
  max-width: 720px;
  margin: 0 auto;
}

.l-hamburger {
  display: none;
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 200;
  width: 48px;
  height: 48px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 991px) {
  .l-hamburger {
    display: flex;
  }
}
.l-hamburger__line {
  width: 30px;
  height: 3px;
  background-color: #000000;
  transition: all 0.3s ease;
}
.l-hamburger.is-open .l-hamburger__line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.l-hamburger.is-open .l-hamburger__line:nth-child(2) {
  opacity: 0;
}
.l-hamburger.is-open .l-hamburger__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.c-section-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 128px;
  width: 100%;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-section-title {
    gap: 0;
    height: 112px;
  }
}

.c-section-title__main {
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .c-section-title__main {
    font-size: 28px;
  }
}

.c-section-title__sub {
  font-size: 12px;
}

.c-section-title__ja {
  font-size: 64px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  .c-section-title__ja {
    font-size: 42px;
  }
}

.p-top-interview .c-section-title__ja,
.p-data .c-section-title__ja,
.p-about .c-section-title__ja,
.p-engineer .c-section-title__ja,
.p-recruitment .c-section-title__ja,
.p-interview .c-section-title__ja,
.p-single-cross .c-section-title__ja,
.p-single-interview .c-section-title__ja {
  background: linear-gradient(to right, #003a8b, #5bbde5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.1;
}

.c-view-more {
  width: 300px;
  padding: 14px 0;
  border: solid 1px #ffffff;
  margin: 0 auto;
  position: relative;
}
.c-view-more p {
  text-align: center;
}

.c-view-more::after {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-size: 16px;
  color: #ffffff;
}

.p-data .c-view-more,
.p-cta .c-view-more,
.p-top-interview .c-view-more {
  color: #ffffff;
  background: linear-gradient(to right, #003a8b 0%, #5bbde5 100%);
}

.c-page-mainvisual {
  position: relative;
}

.c-page-mainvisual__background {
  margin-top: 22px;
  width: 50vw;
  margin-left: calc((100% - 50vw) / 2);
  margin-right: calc((100% - 50vw) / 2);
}
@media screen and (max-width: 991px) {
  .c-page-mainvisual__background {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: 0;
  }
}
.c-page-mainvisual__background img {
  width: 100%;
  height: auto;
  display: block;
}

.c-page-mainvisual__inner {
  position: absolute;
  bottom: 32px;
  left: -32px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .c-page-mainvisual__inner {
    left: 0;
    bottom: 16px;
  }
}
.c-page-mainvisual__inner h2 {
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .c-page-mainvisual__inner h2 {
    font-size: 32px;
    line-height: 1;
  }
}

.c-about-desc__title {
  text-align: center;
  position: relative;
  font-weight: 500;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .c-about-desc__title {
    margin-bottom: 32px;
  }
}
.c-about-desc__title h4 {
  font-size: 64px;
  background: linear-gradient(to right, rgba(0, 58, 139, 0.1) 0%, rgba(91, 189, 229, 0.1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .c-about-desc__title h4 {
    font-size: 36px;
  }
}
.c-about-desc__title h3 {
  font-size: 24px;
  line-height: 1.7;
  margin-top: -28px;
}
@media screen and (max-width: 991px) {
  .c-about-desc__title h3 {
    font-size: 20px;
    margin-top: -20px;
  }
}

/*--------------------------------------------------------------
# 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: flex !important;
  justify-content: 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-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-upper {
  text-transform: uppercase;
}

.u-text-en {
  font-family: "Poppins", sans-serif;
}

.u-text-ja {
  font-family: "Zen Old Mincho", sans-serif;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.p-mainvisual {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .p-mainvisual {
    height: 120vh;
  }
}

.p-mainvisual__background {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .p-mainvisual__background {
    height: 100%;
  }
}
.p-mainvisual__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .p-mainvisual__background img {
    object-position: left;
  }
}

.p-mainvisual__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-mainvisual__title {
  position: relative;
  padding: 64px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-mainvisual__title {
    padding: 30px;
    margin-bottom: 26vh;
  }
}
.p-mainvisual__title h2 {
  font-size: 64px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-mainvisual__title h2 {
    font-size: 42px;
    margin-bottom: 16px;
  }
}
.p-mainvisual__title p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-mainvisual__title p {
    font-size: 14px;
  }
}

.p-mainvisual__hashtags {
  display: none;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .p-mainvisual__hashtags {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 12px;
  }
}

.p-mainvisual__hashtag {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.p-mainvisual__hashtag:hover {
  opacity: 0.7;
}

.p-top-message {
  padding: 100px 64px;
  color: #ffffff;
  background: linear-gradient(to right, #003a8b 0%, #2e7cb8 50%, #5bbde5 100%);
}
@media screen and (max-width: 991px) {
  .p-top-message {
    padding: 80px 30px;
  }
}

.p-top-message__inner {
  margin-top: 64px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-top-message__inner {
    margin-top: 32px;
  }
}

.p-top-message__images-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
}

.p-top-message__images-second {
  position: absolute;
  top: 68px;
  right: 0;
  width: 48%;
}
@media screen and (max-width: 991px) {
  .p-top-message__images-second {
    top: 28px;
  }
}

.p-top-message__images-second::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000 0%, transparent 60%);
}

.p-top-message__container {
  position: relative;
  padding-top: 244px;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-top-message__container {
    padding-top: 180px;
    margin-bottom: 32px;
  }
}
.p-top-message__container p {
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-top-message__container p {
    font-size: 14px;
    white-space: nowrap;
  }
}

.p-top-message__container-title {
  font-size: 32px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-top-message__container-title {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

.p-top-scroll {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.p-top-scroll__container {
  display: flex;
  gap: 0;
  will-change: transform;
}
.p-top-scroll__container img {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  flex-shrink: 0;
}

.p-top-interview {
  height: 100vh;
}

.p-top-interview {
  padding: 100px 64px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .p-top-interview {
    padding: 80px 30px;
  }
}

.p-top-interview__works {
  color: #cccccc;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-top-interview__works {
    margin-bottom: 32px;
    gap: 12px;
  }
}
.p-top-interview__works h4 {
  font-size: 12px;
  margin-bottom: 1.5vh;
}
.p-top-interview__works p {
  font-size: 14px;
}

.p-top-interview__work {
  padding: 8px 12px;
  border: solid 1px #cccccc;
  color: #cccccc;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-top-interview__work:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .p-top-interview__work {
    padding: 6px 10px;
    font-size: 14px;
  }
}

.p-top-interview__item h2 {
  font-size: 32px;
  font-weight: 500;
  background: linear-gradient(to right, #5bbde5 0%, #003a8b 50%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 32px;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .p-top-interview__item h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

.p-top-interview__member {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .p-top-interview__member {
    margin-bottom: 80px;
  }
}

.p-top-interview__crosstalk {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .p-top-interview__crosstalk {
    scroll-margin-top: 80px;
  }
}

.p-top-interview__item-wrapper {
  display: flex;
  gap: 64px;
  overflow-x: scroll;
  margin-right: -64px;
  padding-right: 64px;
  margin-bottom: 64px;
  cursor: grab;
  user-select: none;
}
@media screen and (max-width: 991px) {
  .p-top-interview__item-wrapper {
    gap: 24px;
    margin-bottom: 32px;
  }
}
.p-top-interview__item-wrapper.active {
  cursor: grabbing;
}
.p-top-interview__item-wrapper a {
  pointer-events: auto;
}

.p-top-interview__item-container {
  width: 84% !important;
  display: block;
  flex-shrink: 0;
  max-height: 640px;
  max-width: 360px;
}
@media screen and (max-width: 991px) {
  .p-top-interview__item-container {
    width: 74% !important;
  }
}

.p-top-interview__item-thumbnail {
  position: relative;
  margin-bottom: 32px;
  max-height: 432px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-top-interview__item-thumbnail {
    margin-bottom: 12px;
    max-height: 308px;
  }
}
.p-top-interview__item-thumbnail img {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 432px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .p-top-interview__item-thumbnail img {
    max-height: 308px;
  }
}

.p-top-interview__item-rubi {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-top-interview__item-rubi {
    font-size: 28px;
  }
}

.p-top-interview__item-title,
.p-top-interview__crosstalk-title {
  font-size: clamp(24px, 1.8rem, 32px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .p-top-interview__item-title,
  .p-top-interview__crosstalk-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.p-top-interview__item-info,
.p-top-interview__crosstalk-names {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: solid 1px #000000;
  position: relative;
  white-space: nowrap;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .p-top-interview__item-info,
  .p-top-interview__crosstalk-names {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.p-top-interview__item-info::after,
.p-top-interview__crosstalk-names::after {
  content: "→";
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #080808;
}
@media screen and (max-width: 991px) {
  .p-top-interview__item-info::after,
  .p-top-interview__crosstalk-names::after {
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-top-interview__item-filter {
  display: flex;
  align-items: center;
}

.p-top-interview__item-office {
  padding: 6px 8px;
  color: #ffffff;
  background-color: #000000;
  font-weight: 500;
  margin-right: 2%;
}
@media screen and (max-width: 991px) {
  .p-top-interview__item-office {
    font-size: 12px;
    margin-right: 12px;
  }
}

.p-top-interview__item-position {
  display: flex;
  gap: 16px;
  color: #080808;
  font-weight: 500;
  margin-right: 4%;
}
@media screen and (max-width: 991px) {
  .p-top-interview__item-position {
    font-size: 16px;
  }
}

.p-top-interview__item-role {
  position: relative;
}

.p-top-interview__item-role::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  width: 8px;
  color: #080808;
}

.p-top-interview__item-name {
  font-size: 24px;
  font-weight: 500;
  color: #080808;
}
@media screen and (max-width: 991px) {
  .p-top-interview__item-name {
    font-size: 16px;
  }
}

.p-top-interview__crosstalk-members {
  margin-bottom: 32px;
  max-height: 432px;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-top-interview__crosstalk-members {
    max-height: 308px;
  }
}
.p-top-interview__crosstalk-members::after {
  content: "×";
  position: absolute;
  bottom: 192px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 48px;
  font-weight: 100;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .p-top-interview__crosstalk-members::after {
    font-size: 24px;
    bottom: 130px;
  }
}

.p-top-interview__crosstalk-member {
  position: relative;
  max-height: 216px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-top-interview__crosstalk-member {
    max-height: 154px;
  }
}
.p-top-interview__crosstalk-member img {
  width: 100%;
  height: 100%;
  max-height: 216px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 991px) {
  .p-top-interview__crosstalk-member img {
    max-height: 154px;
  }
}

.p-top-interview__crosstalk-member--first {
  position: relative;
}

.p-top-interview__crosstalk-member--second {
  position: relative;
}

.p-top-interview__crosstalk-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.p-top-interview__crosstalk-member-info {
  position: absolute;
  color: #ffffff;
  z-index: 1;
}

.p-top-interview__crosstalk-member-info--first {
  bottom: 16px;
  right: 16px;
}
@media screen and (max-width: 991px) {
  .p-top-interview__crosstalk-member-info--first {
    bottom: 8px;
    right: 8px;
  }
}

.p-top-interview__crosstalk-member-info--second {
  top: 16px;
  left: 16px;
}

.p-top-interview__crosstalk-position {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .p-top-interview__crosstalk-position {
    font-size: 14px;
  }
}

.p-top-interview__crosstalk-role {
  position: relative;
}

.p-top-interview__crosstalk-role::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  width: 8px;
  color: #ffffff;
}

.p-top-interview__crosstalk-rubi {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .p-top-interview__crosstalk-rubi {
    font-size: 20px;
  }
}

.p-top-interview__crosstalk-rubi--first {
  width: fit-content;
  margin-left: auto;
}

.p-top-interview__crosstalk-names {
  font-size: 24px;
  font-weight: 500;
  color: #080808;
  gap: 48px;
}
@media screen and (max-width: 991px) {
  .p-top-interview__crosstalk-names {
    flex-direction: row;
    font-size: 18px;
    padding-bottom: 8px;
  }
}

.p-top-interview__crosstalk-name--first {
  position: relative;
}

.p-top-interview__crosstalk-name--first::after {
  content: "×";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -38px;
  width: 24px;
  font-size: 24px;
  color: #080808;
}

.p-data {
  padding: 100px 64px;
  background-color: rgba(46, 124, 184, 0.0196078431);
}
@media screen and (max-width: 991px) {
  .p-data {
    padding: 80px 30px;
  }
}

.p-data__container {
  margin-top: 22px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-data__container {
    margin-bottom: 32px;
  }
}

.p-data__item {
  color: #003a8b;
  background: linear-gradient(to right, rgba(0, 58, 139, 0.1), rgba(91, 189, 229, 0.1));
  margin-bottom: 8px;
  border-radius: 5px;
  padding: 8px;
}

.p-data__category {
  color: #ffffff;
  background-color: #003a8b;
  padding: 6px 8px;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .p-data__category {
    font-size: 12px;
  }
}

.p-data__desc {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  margin-top: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .p-data__desc {
    font-size: 36px;
    margin-bottom: 8px;
  }
}
.p-data__desc span {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .p-data__desc span {
    font-size: 16px;
  }
}

.p-data__sub {
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .p-data__sub {
    font-size: 14px;
  }
}

.p-date__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 0;
}
.p-date__items .p-data__item {
  width: calc(50% - 4px);
  background: #ffffff;
}

.p-fund {
  padding: 100px 64px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.062745098) 50%, rgba(46, 124, 184, 0.062745098) 100%);
}
@media screen and (max-width: 991px) {
  .p-fund {
    padding: 80px 30px;
  }
}

.p-fund__inner {
  line-height: 1.7;
}

.p-fund__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-fund__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.p-fund__text {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-fund__text {
    font-size: 14px;
  }
}

.p-fund__background {
  height: 1024px;
  object-fit: cover;
  margin-top: -160px;
  margin-left: -64px;
  margin: -160px auto -140px -64px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .p-fund__background {
    height: 757px;
    margin: -160px -30px -160px -34px;
  }
}
.p-fund__background img {
  height: 100%;
  object-fit: cover;
}

.p-fund__box {
  background: #ffffff;
  display: flex;
}

.p-fund__catgory {
  writing-mode: vertical-rl;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #003a8b;
  width: 42px;
  align-content: center;
  border-right: solid 1px rgba(0, 58, 139, 0.1);
}
@media screen and (max-width: 991px) {
  .p-fund__catgory {
    width: 36px;
    font-size: 12px;
  }
}

.p-fund__items {
  padding: 32px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .p-fund__items {
    padding: 14px;
  }
}

.p-fund__item {
  padding-bottom: 32px;
  margin-bottom: 42px;
  border-bottom: solid 1px #000000;
  position: relative;
}
.p-fund__item::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #000000 transparent transparent transparent;
}
.p-fund__item h4 {
  width: 100%;
  padding: 12px 0;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(to right, #003a8b 0%, #5bbde5 100%);
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .p-fund__item h4 {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.p-fund__item:nth-child(4)::after {
  display: none;
}

.p-fund__item--last {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-fund__item--last .p-fund__item-text {
  color: #003a8b;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  padding: 22px 0;
  margin-top: 32px;
  background: linear-gradient(to right, rgba(0, 58, 139, 0.1), rgba(91, 189, 229, 0.1));
}
@media screen and (max-width: 991px) {
  .p-fund__item--last .p-fund__item-text {
    font-size: 16px;
    padding: 18px 0;
    margin-top: 0;
  }
}

.p-fund__item-field {
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .p-fund__item-field {
    font-size: 14px;
  }
}
.p-fund__item-field span {
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .p-fund__item-field span {
    font-size: 24px;
  }
}

.p-fund__item-text {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-fund__item-text {
    font-size: 14px;
  }
}

.p-fund__item-text--third {
  font-weight: bold;
}
.p-fund__item-text--third span {
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .p-fund__item-text--third span {
    font-size: 24px;
  }
}

.p-company {
  padding: 100px 64px;
  color: #ffffff;
  background: linear-gradient(to right, #003a8b 0%, #5bbde5 100%);
}
@media screen and (max-width: 991px) {
  .p-company {
    padding: 80px 30px;
  }
}

.p-company__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 22px 0 100px;
}
@media screen and (max-width: 991px) {
  .p-company__items {
    margin-bottom: 80px;
  }
}

.p-company__item {
  position: relative;
  width: 100%;
}
.p-company__item img {
  width: 100%;
  object-fit: cover;
}

.p-company__item--career {
  margin-top: 22px;
  position: relative;
}

.p-company__career-dropdown {
  position: absolute;
  top: 60%;
  right: 20px;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
  flex-direction: column;
  gap: 0;
  min-width: 200px;
}
@media screen and (max-width: 991px) {
  .p-company__career-dropdown {
    padding: 6px;
    min-width: 162px;
  }
}
.p-company__career-dropdown a {
  font-size: 14px;
  color: #000000;
  position: relative;
  padding: 8px 12px;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}
.p-company__career-dropdown a:hover {
  background-color: rgba(46, 124, 184, 0.1);
}
.p-company__career-dropdown a::after {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-size: 16px;
  color: #2e7cb8;
}

.p-company__item--career.is-open .p-company__career-dropdown {
  display: flex;
}

.p-company__item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
}
.p-company__item-title h4 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 4px;
  text-align: center;
}
.p-company__item-title p {
  font-size: 12px;
  text-align: center;
}

.p-cta {
  padding: 100px 64px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(46, 124, 184, 0.05) 100%);
}
@media screen and (max-width: 991px) {
  .p-cta {
    padding: 80px 30px;
  }
}

.p-cta__container {
  display: flex;
  gap: 48px;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .p-cta__container {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
}
.p-cta__container img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .p-cta__container img {
    width: 100%;
    height: auto;
  }
}
.p-cta__container h4 {
  writing-mode: vertical-rl;
  font-size: 32px;
  font-weight: 500;
  flex-shrink: 0;
  line-height: calc(1em + 16px);
}
@media screen and (max-width: 991px) {
  .p-cta__container h4 {
    writing-mode: horizontal-tb;
    font-size: 20px;
    line-height: 1.7;
  }
}

.p-cta__images {
  display: flex;
  gap: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-cta__images {
    gap: 16px;
    margin-bottom: 32px;
  }
}

.p-cta__images-img1 {
  width: 280px;
  height: 188px;
  object-fit: cover;
  flex-shrink: 0;
  margin-top: 114px;
}
@media screen and (max-width: 991px) {
  .p-cta__images-img1 {
    width: 200px;
    height: 148px;
    margin-top: 74px;
  }
}

.p-cta__images-img2 {
  width: 340px;
  height: 228px;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .p-cta__images-img2 {
    width: 240px;
    height: 168px;
  }
}

.p-cta__bottom {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-cta__bottom {
    margin-bottom: 32px;
    font-size: 14px;
    white-space: nowrap;
  }
}

.p-cta__works {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-cta__works {
    margin-bottom: 32px;
    gap: 12px;
  }
}

.p-cta__work {
  padding: 8px 12px;
  border: solid 1px #b8b8b6;
  color: #b8b8b6;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-cta__work:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .p-cta__work {
    padding: 6px 10px;
    font-size: 14px;
  }
}

.p-404 {
  width: 100%;
  height: 100vh;
  align-content: center;
  background-color: #f5f8fb;
}

.p-404__container {
  letter-spacing: 1.2px;
  padding: 0 64px;
}
.p-404__container h2 {
  font-size: 64px;
  margin-bottom: 16px;
}

.p-information-link {
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-information-link {
    padding: 0px 30px 80px;
  }
}

.p-information-link::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: calc(100% - 64px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-information-link__item {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 200px;
}

.p-information-link__background {
  position: absolute;
  width: 100%;
}
.p-information-link__background img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.p-information-link__title {
  position: relative;
  height: 100%;
  color: #ffffff;
  text-align: center;
  align-content: center;
  font-weight: 500;
}
.p-information-link__title h4 {
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 8px;
}
.p-information-link__title p {
  text-align: center;
  font-size: 12px;
}

.p-message .p-top-message__inner {
  margin-top: 0;
}
.p-message .p-top-message__inner {
  padding: 0 64px 100px;
}
@media screen and (max-width: 991px) {
  .p-message .p-top-message__inner {
    padding: 0 30px 80px;
  }
}
.p-message .p-top-message__images {
  position: relative;
}
.p-message .p-top-message__container-title {
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-message .p-top-message__container-title {
    margin-bottom: 32px;
  }
}
.p-message .p-top-message__container {
  margin-bottom: 0;
}

.p-message {
  color: #ffffff;
  background: linear-gradient(to right, #003a8b 0%, #2e7cb8 50%, #5bbde5 100%);
}

.p-message-mainvisual {
  padding: 100px 64px;
}
@media screen and (max-width: 991px) {
  .p-message-mainvisual {
    padding: 80px 30px;
  }
}

.p-message-mainvisual__background {
  margin-top: 22px;
  margin-left: -64px;
  margin-right: -64px;
  width: calc(100% + 128px);
}
@media screen and (max-width: 991px) {
  .p-message-mainvisual__background {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}
.p-message-mainvisual__background img {
  width: 100%;
  height: auto;
  display: block;
}

.p-message__thought {
  padding: 0 64px 100px;
}
@media screen and (max-width: 991px) {
  .p-message__thought {
    padding: 0 30px 80px;
  }
}

.p-message__item {
  background-color: #d0e0ee;
  display: flex;
  margin-bottom: 32px;
  border-radius: 5px;
}

.p-message__category {
  padding-top: 16px;
  width: 54px;
  color: #2e7cb8;
  font-size: 14px;
  font-weight: 500;
  writing-mode: vertical-rl;
  flex-shrink: 0;
  align-content: center;
}
@media screen and (max-width: 991px) {
  .p-message__category {
    width: 32px;
  }
}

.p-message__inner {
  padding: 48px 30px 32px;
  border-left: solid 1px #003a8b;
}
@media screen and (max-width: 991px) {
  .p-message__inner {
    padding: 24px 20px 28px;
  }
}
.p-message__inner h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #2e7cb8;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-message__inner h4 {
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 24px;
  }
}
.p-message__inner p {
  color: #000000;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-message__inner p {
    font-size: 14px;
  }
}

.p-message__bottom {
  margin-top: 100px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-message__bottom {
    margin-top: 40px;
    margin-bottom: 32px;
  }
}
.p-message__bottom p {
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-message__bottom p {
    font-size: 14px;
  }
}

.p-message__author {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 500;
}
.p-message__author h4 {
  font-size: 24px;
}

.p-about {
  padding: 100px 64px;
  background-color: #f5f8fb !important;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-about {
    padding: 80px 30px;
  }
}
.p-about + .p-cta {
  background-color: #f5f8fb !important;
}

.p-about::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: calc(100% - 64px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-about-desc {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .p-about-desc {
    margin-top: 32px;
  }
}

.p-about-desc__text {
  line-height: 1.7;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-about-desc__text {
    font-size: 14px;
    padding-bottom: 80px;
  }
}

.p-about-desc__text::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: calc(100% + 64px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-about-data {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .p-about-data {
    scroll-margin-top: 80px;
  }
}

.p-about-data__title {
  margin-top: 100px;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-about-data__title {
    margin-top: 80px;
    font-size: 20px;
  }
}

.p-about-data__container {
  margin-top: 22px;
  margin-bottom: 96px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-about-data__container {
    margin-bottom: 76px;
  }
}

.p-about-data__container::after {
  content: "";
  position: absolute;
  background-image: url("img/about-page/triangle-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 24px;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
}

.p-about-data__item {
  position: relative;
  color: #003a8b;
  background: linear-gradient(to right, rgba(0, 58, 139, 0.1), rgba(91, 189, 229, 0.1));
  margin-bottom: 8px;
  border-radius: 5px;
  padding: 8px;
}

.p-about-data__item--white {
  background: #ffffff;
}

.p-about-data__desc-wrapper {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.p-about-data__category {
  color: #ffffff;
  background-color: #003a8b;
  padding: 6px 8px;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .p-about-data__category {
    font-size: 12px;
  }
}

.p-about-data__desc {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  margin-top: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .p-about-data__desc {
    font-size: 36px;
    margin-bottom: 8px;
  }
}
.p-about-data__desc span {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .p-about-data__desc span {
    font-size: 16px;
  }
}

.p-about-data__desc--right {
  text-align: end;
}

.p-about-data__sub {
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .p-about-data__sub {
    font-size: 14px;
  }
}

.p-date__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 0;
}
.p-date__items .p-about-data__item {
  width: calc(50% - 4px);
  background: #ffffff;
}

.p-about-data__text {
  line-height: 1.7;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .p-about-data__text {
    padding-bottom: 80px;
    font-size: 14px;
  }
}

.p-about-data__text::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: calc(100% + 64px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-group-evalution {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-group-evalution {
    padding: 80px 0;
  }
}

.p-group-evalution::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: calc(100% + 64px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-group-evalution__text {
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-group-evalution__text {
    font-size: 14px;
  }
}

.p-group-evalution__background {
  margin: -120px -64px;
}
@media screen and (max-width: 991px) {
  .p-group-evalution__background {
    margin-bottom: -92px;
  }
}

.p-group-rank {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .p-group-rank {
    padding: 80px 0;
  }
}

.p-group-rank__text {
  line-height: 1.7;
}

.p-group-rank__background {
  position: relative;
  max-width: 512px;
  margin: 32px auto;
}
@media screen and (max-width: 991px) {
  .p-group-rank__background {
    margin: 24px auto;
  }
}
.p-group-rank__background img {
  width: 100%;
  object-fit: cover;
}

.p-group-rank__level {
  position: absolute;
  top: 64px;
  right: 0;
}

.p-group-rank__level-item {
  display: flex;
  gap: 48px;
  padding: 16px 0;
  position: relative;
}
.p-group-rank__level-item h4 {
  width: 72px;
  text-align: center;
}

.p-group-rank__level-item--black {
  padding-top: 0;
}

.p-group-rank__level-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  background-color: #e4e9f2;
}

.p-group-rank__level-title {
  font-weight: 500;
}

.p-group-rank__level-title--black {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(to right, #003a8b, #5bbde5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-group-rank__level-title--diamond {
  color: #14569e;
}

.p-group-rank__level-title--platinum {
  color: #2670b0;
}

.p-group-rank__level-title--gold {
  color: #388ac2;
}

.p-group-rank__level-title--silver {
  color: #4aa4d4;
}

.p-group-rank__level-title-bronze {
  color: #5bbde5;
}

.p-group-rank__card {
  padding: 32px;
  background-color: #ffffff;
  min-height: 1024px !important;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .p-group-rank__card {
    padding: 20px;
    min-height: 882px !important;
  }
}
.p-group-rank__card h2 {
  color: #ffffff;
  background: linear-gradient(to right, #003a8b 0%, #2e7cb8 50%, #5bbde5 100%);
  margin-bottom: 32px;
  padding: 12px 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-group-rank__card h2 {
    margin-bottom: 16px;
    padding: 8px 0;
  }
}

.p-group-rank__card--business {
  min-height: auto !important;
  height: auto;
}

.p-group-rank__card-desc {
  text-align: center;
  margin-bottom: 32px;
}
.p-group-rank__card-desc h5 {
  color: #003a8b;
  font-weight: 500;
  padding-bottom: 8px;
  position: relative;
}
.p-group-rank__card-desc h5::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  background-color: #e4e9f2;
}
.p-group-rank__card-desc p {
  text-align: center;
  padding-top: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-group-rank__card-desc p {
    font-size: 14px;
    padding-top: 8px;
  }
}

.p-group-rank__card-desc--last {
  margin-bottom: 0;
}

.p-group-rank__card-desc--role p {
  text-align: start;
}

.p-group-rank__card-item {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 16px;
}
.p-group-rank__card-item p {
  width: calc((100% - 16px) / 2);
  text-align: center;
  padding: 15px 0;
  background-color: #e8f0f6;
}
@media screen and (max-width: 991px) {
  .p-group-rank__card-item p {
    padding: 10px 0;
  }
}

.p-group-rank__bottom {
  margin-top: 64px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-group-rank__bottom {
    font-size: 20px;
    margin-top: 32px;
    white-space: nowrap;
  }
}

.p-group-rank__card-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  height: auto;
}

.p-group-rank__card-wrapper .swiper-wrapper {
  align-items: stretch;
  height: auto !important;
}

.p-group-rank__card-wrapper .swiper-slide {
  height: auto !important;
}

.p-group-rank__card-wrapper .swiper-pagination {
  position: static !important;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin-top: 0 !important;
}

.p-group-rank__card-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 58, 139, 0.2);
  opacity: 1 !important;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.p-group-rank__card-wrapper .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #003a8b, #5bbde5);
}

.p-about-salary {
  padding: 0 0 100px;
  position: relative;
}

.p-about-salary::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: calc(100% + 64px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-rank-table {
  background-color: #ffffff;
  padding: 32px 32px 44px;
  overflow-x: auto;
  overflow-y: visible;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-rank-table {
    margin-bottom: 32px;
    padding: 20px 20px 32px;
  }
}

.p-rank-table__table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.p-rank-table__table th,
.p-rank-table__table td {
  padding: 0 24px 16px;
  text-align: left;
  white-space: nowrap;
}
.p-rank-table__table thead th {
  font-weight: 500;
  border-bottom: 1px solid #e4e9f2;
}
.p-rank-table__table tbody tr {
  border-bottom: 1px solid #e4e9f2;
}
.p-rank-table__table tbody tr:last-child {
  border-bottom: none;
}
.p-rank-table__table tbody tr td:first-child {
  position: relative;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  text-align: center;
}
.p-rank-table__table tbody tr:nth-child(1) td:first-child {
  background-color: #5bbde5;
  color: #ffffff;
  padding-left: 16px;
  text-align: start;
}
.p-rank-table__table tbody tr:nth-child(2) td:first-child {
  background-color: #49a3d3;
  color: #ffffff;
  padding-left: 16px;
  text-align: start;
}
.p-rank-table__table tbody tr:nth-child(3) td:first-child {
  background-color: #3789c1;
  color: #ffffff;
  padding-left: 16px;
  text-align: start;
}
.p-rank-table__table tbody tr:nth-child(4) td:first-child {
  background-color: #246eaf;
  color: #ffffff;
  padding-left: 16px;
  text-align: start;
}
.p-rank-table__table tbody tr:nth-child(5) td:first-child {
  background-color: #12549d;
  color: #ffffff;
  padding-left: 16px;
  text-align: start;
}
.p-rank-table__table tbody tr:nth-child(6) td:first-child {
  background-color: #003a8b;
  color: #ffffff;
  padding-left: 16px;
  text-align: start;
}
.p-rank-table__table tbody td {
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .p-rank-table__table tbody td {
    padding: 16px;
  }
}

.p-about-salary__bottom {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .p-about-salary__bottom {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 80px;
    white-space: nowrap;
  }
}

.p-evalution-criteria {
  padding: 0 0 100px;
}
@media screen and (max-width: 991px) {
  .p-evalution-criteria {
    padding: 0 0 80px;
  }
}

.p-evalution-criteria__text {
  text-align: center;
  margin-bottom: 32px;
}

.p-evalution-criteria__background {
  width: 74%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-evalution-criteria__background {
    width: 100%;
  }
}

.p-career-story {
  padding: 0 0 100px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-career-story {
    padding: 0 0 80px;
  }
}

.p-career-story::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: calc(100% + 64px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-group-synergy {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .p-group-synergy {
    padding-top: 80px;
  }
}

.p-group-synergy__title {
  text-align: center;
  position: relative;
  font-weight: 500;
  margin-bottom: 32px;
}
.p-group-synergy__title h4 {
  font-size: 64px;
  background: linear-gradient(to right, rgba(0, 58, 139, 0.1) 0%, rgba(91, 189, 229, 0.1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-group-synergy__title h3 {
  font-size: 24px;
  line-height: 1.7;
  margin-top: -28px;
}

.p-group-synergy__text {
  margin-top: 32px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-group-synergy__text {
    font-size: 14px;
  }
}

.p-engineer {
  padding: 64px 64px 0;
  background-color: #f5f8fb;
}
@media screen and (max-width: 991px) {
  .p-engineer {
    padding: 80px 30px;
  }
}
.p-engineer ~ .p-cta {
  background-color: #f5f8fb !important;
}
.p-engineer ~ .p-information-link {
  background-color: #f5f8fb;
}

.p-engineer-desc {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-engineer-desc {
    padding: 80px 0;
  }
}

.p-engineer-desc::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: calc(100% + 64px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-engineer-desc__text {
  line-height: 1.7;
}

.p-engineer-desc__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: -32px;
}
@media screen and (max-width: 991px) {
  .p-engineer-desc__inner {
    margin-top: 0;
    gap: 8px;
  }
}

.p-engineer-desc__item {
  width: calc(50% - 8px);
  background-color: #ffffff;
  font-weight: 500;
  padding: 16px 0 16px 30px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-engineer-desc__item {
    width: 100%;
    padding: 12px 0 12px 24px;
  }
}

.p-engineer-desc__item::before {
  content: "・";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #2e7cb8;
  left: 10px;
}

.p-engineer-future {
  padding: 100px 0;
  margin-left: -32px;
  margin-right: -32px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-engineer-future {
    padding: 80px 0;
    margin-left: -16px;
    margin-right: -16px;
  }
}

.p-engineer-future::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-engineer-future__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-engineer-future__title {
    font-size: 20px;
  }
}

.p-engineer-future__step {
  padding: 32px;
  background: linear-gradient(to right, rgba(0, 58, 139, 0.1), rgba(91, 189, 229, 0.1));
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .p-engineer-future__step {
    padding: 20px;
  }
}

.p-engineer-future__top {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-engineer-future__top {
    margin-bottom: 12px;
  }
}
.p-engineer-future__top h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.p-engineer-future__top h5 {
  line-height: 1.7;
  font-size: 14px;
}

.p-engineer-future__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-engineer-future__item {
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
}

.p-engineer-future__item-catrgory {
  width: 46px;
  align-content: center;
  padding-top: 16px;
  writing-mode: vertical-rl;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  color: #003a8b;
  border-right: solid 1px #e4e9f2;
}
@media screen and (max-width: 991px) {
  .p-engineer-future__item-catrgory {
    width: 32px;
  }
}

.p-engineer-future__item-inner {
  padding: 32px 30px;
}
@media screen and (max-width: 991px) {
  .p-engineer-future__item-inner {
    padding: 20px;
  }
}
.p-engineer-future__item-inner h4 {
  font-size: 20px;
  font-weight: 500;
  color: #003a8b;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-engineer-future__item-inner h4 {
    font-size: 16px;
    white-space: nowrap;
  }
}
.p-engineer-future__item-inner h5 {
  margin: 32px auto -16px;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-engineer-future__item-inner h5 {
    font-size: 16px;
    margin: 24px auto -12px;
  }
}
.p-engineer-future__item-inner p {
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-engineer-future__item-inner p {
    font-size: 14px;
  }
}

.p-engineer-future__item-desc {
  background-color: rgba(46, 124, 184, 0.1);
  padding: 8px 12px;
}

.p-engineer-future__item-container {
  margin: 32px 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-engineer-future__item-container {
    margin: 24px 0;
  }
}
.p-engineer-future__item-container img {
  width: 100%;
}

.p-engineer-future__item-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-engineer-future__item-container p {
  font-weight: 500;
  line-height: 1;
  text-align: center;
  align-content: center;
  width: calc((100% - 32px) / 3);
  height: 56px;
  background-color: rgba(46, 124, 184, 0.1);
}
@media screen and (max-width: 991px) {
  .p-engineer-future__item-container p {
    width: calc((100% - 16px) / 2);
  }
}

.p-engineer-future__item--reason2 .p-engineer-future__item-container p {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 991px) {
  .p-engineer-future__item--reason2 .p-engineer-future__item-container p {
    width: 100%;
  }
}

.p-engineer-future__step--career {
  margin-top: 32px;
}

.p-engineer-future__item-example h5 {
  color: #ffffff;
  background: linear-gradient(to right, #003a8b 0%, #2e7cb8 50%, #5bbde5 100%);
  text-align: center;
  padding: 12px 0;
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-engineer-future__item-example h5 {
    margin-bottom: 8px;
  }
}
.p-engineer-future__item-example h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
}
.p-engineer-future__item-example h6 {
  position: relative;
  padding-left: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-engineer-future__item-example h6 {
    font-size: 14px;
  }
}
.p-engineer-future__item-example h6::before {
  content: "";
  position: absolute;
  background-image: url("img/engineer-career/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 991px) {
  .p-engineer-future__item-example h6::before {
    top: 4px;
    transform: translateY(0);
  }
}

.p-engineer-future__item-first,
.p-engineer-future__item-second {
  position: relative;
}

.p-engineer-future__item-first::before,
.p-engineer-future__item-second::before {
  content: "01)";
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}

.p-engineer-future__item-second::before {
  content: "02)";
}

.p-engineer-future__item-skill {
  margin-bottom: 16px;
}

.p-engineer-future__item-value {
  margin-bottom: 32px;
}

.p-engineer-future__item-value--nobottom {
  margin-bottom: 0;
}

.p-enngineer-voice {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-enngineer-voice {
    padding: 80px 0;
  }
}
.p-enngineer-voice h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-enngineer-voice h4 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.p-enngineer-voice::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: calc(100% + 64px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-enngineer-voice__items {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 64px;
  padding-bottom: 20px;
  margin-right: -64px;
}
.p-enngineer-voice__items::-webkit-scrollbar {
  display: none;
}

.p-enngineer-voice__item {
  flex-shrink: 0;
  padding: 24px 28px 16px;
  border-radius: 5px;
  width: 248px;
  background-color: #ffffff;
  position: relative;
  overflow: visible;
}
.p-enngineer-voice__item img {
  width: 100%;
  height: 128px;
  object-fit: cover;
}
.p-enngineer-voice__item p {
  line-height: 1.7;
  margin-top: 16px;
}

.p-enngineer-voice__item::after {
  content: "";
  position: absolute;
  background-image: url("img/engineer-career/speech.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 16px;
  bottom: -16px;
  right: 16px;
}

.p-recruitment {
  padding: 100px 64px 0;
  background-color: #f5f8fb;
}
@media screen and (max-width: 991px) {
  .p-recruitment {
    padding: 80px 30px 0;
  }
}
.p-recruitment ~ .p-cta {
  background-color: #f5f8fb !important;
}

.p-recruitment__value {
  padding: 100px 0 0;
}

.p-recruitment__container {
  background: linear-gradient(to right, rgba(0, 58, 139, 0.1), rgba(91, 189, 229, 0.1));
  padding: 32px 30px;
  margin: 0 -32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 5px;
}
.p-recruitment__container h4 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-recruitment__container h4 {
    font-size: clamp(18px, 1.2rem, 20px);
    white-space: nowrap;
  }
}

.p-recruitment__item {
  display: flex;
  background-color: #ffffff;
  border-radius: 5px;
}

.p-recruitment__item-category {
  writing-mode: vertical-rl;
  color: #003a8b;
  width: 44px;
  flex-shrink: 0;
  padding-top: 16px;
  align-content: center;
  border-right: solid 1px #e4e9f2;
}
@media screen and (max-width: 991px) {
  .p-recruitment__item-category {
    width: 32px;
    font-size: 14px;
  }
}

.p-recruitment__inner {
  width: 100%;
  padding: 32px 0;
}
@media screen and (max-width: 991px) {
  .p-recruitment__inner {
    padding: 24px 0;
  }
}
.p-recruitment__inner h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 32px;
  background: linear-gradient(to right, rgb(0, 58, 139) 0%, rgb(91, 189, 229) 50%, rgb(0, 0, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .p-recruitment__inner h4 {
    margin-bottom: 16px;
  }
}
.p-recruitment__inner p {
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-recruitment__inner p {
    font-size: 14px;
  }
}

.p-recruitment-desc {
  padding: 100px 0 0;
}
@media screen and (max-width: 991px) {
  .p-recruitment-desc {
    padding: 80px 0 0;
  }
}

.p-recruitment-desc__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-recruitment-desc__item {
  background-color: #ffffff;
  border-radius: 5px;
}
.p-recruitment-desc__item[open] .p-recruitment-desc__item-top::before {
  opacity: 0;
}

.p-recruitment-desc__item-top {
  padding: 24px 64px 24px 32px;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.p-recruitment-desc__item-top::-webkit-details-marker, .p-recruitment-desc__item-top::marker {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-recruitment-desc__item-top {
    padding: 20px 64px 20px 20px;
  }
}
.p-recruitment-desc__item-top::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: linear-gradient(to right, #003a8b, #5bbde5);
}
.p-recruitment-desc__item-top::before {
  content: "";
  position: absolute;
  right: 41px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background: linear-gradient(to bottom, #003a8b, #5bbde5);
  transition: opacity 0.3s ease;
}
.p-recruitment-desc__item-top h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .p-recruitment-desc__item-top h2 {
    font-size: 16px;
  }
}
.p-recruitment-desc__item-top p {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-recruitment-desc__item-top p {
    font-size: 12px;
  }
}

.p-recruitment-desc__item-inner {
  padding: 32px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-recruitment-desc__item-inner {
    padding: 20px;
  }
}
.p-recruitment-desc__item-inner h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 1.7;
  color: #003a8b;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .p-recruitment-desc__item-inner h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.p-recruitment-desc__item-inner h4 {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0;
  margin: 32px 0;
  color: #ffffff;
  background: linear-gradient(to right, rgb(0, 58, 139), rgb(91, 189, 229));
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-recruitment-desc__item-inner h4 {
    margin: 24px 0;
  }
}
.p-recruitment-desc__item-inner p {
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-recruitment-desc__item-inner p {
    font-size: 14px;
  }
}

.p-recruitment-desc__item-inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-entry {
  padding: 100px 64px;
  background-color: #f5f8fb;
}
@media screen and (max-width: 991px) {
  .p-entry {
    padding: 80px 30px;
  }
}

.p-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-form__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  margin-bottom: 12px;
}

.p-form__required {
  padding: 4px 8px;
  color: #ffffff;
  background-color: #003a8b;
}

.wpcf7-form-control {
  width: 100%;
  line-height: 1.7;
}
.wpcf7-form-control:focus {
  outline: none;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 5px;
}

.p-form__date {
  display: flex;
  gap: 8px;
}
.p-form__date .wpcf7-form-control-wrap {
  width: 105px;
}

.p-form__address-number {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
.p-form__address-number .wpcf7-form-control-wrap {
  width: 105px;
}

.p-form__optional {
  color: #ffffff;
  background-color: #cccccc;
  padding: 4px 8px;
}

.p-form__radio .wpcf7-form-control-wrap {
  background-color: transparent;
  display: flex;
  gap: 24px;
}
.p-form__radio .wpcf7-list-item {
  margin: 0;
  position: relative;
}
.p-form__radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.p-form__radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 22px;
  position: relative;
  font-weight: 400;
}
.p-form__radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #ffffff;
}
.p-form__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.p-form__radio input[type=radio]:focus + .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 3px rgba(0, 58, 139, 0.1);
}

.p-form__radio-input {
  display: flex;
  gap: 32px;
}

.wpcf7-form.hide-validation-errors .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-form.hide-validation-errors .wpcf7-form-control.wpcf7-not-valid {
  border-color: inherit !important;
}
.wpcf7-form.hide-validation-errors .wpcf7-response-output {
  display: none !important;
}

.p-form__submit {
  width: 300px;
  height: 50px;
  padding: 12px 0;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#003a8b), color-stop(50%, #2e7cb8), to(#5bbde5));
  background: linear-gradient(to right, #003a8b 0%, #2e7cb8 50%, #5bbde5 100%);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-top: 32px;
  position: relative;
}

.p-form__submit::after {
  content: "→";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  font-size: 16px;
  color: #ffffff;
}

.p-form__privacy {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-form__privacy label {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .p-form__privacy label {
    font-size: 14px;
    gap: 6px;
  }
}
.p-form__privacy .wpcf7-form-control-wrap {
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
}
.p-form__privacy .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-form__privacy .wpcf7-list-item-label {
  display: none !important;
}
.p-form__privacy input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0 !important;
  display: block !important;
  opacity: 1 !important;
  position: static !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
}
.p-form__privacy span {
  white-space: nowrap;
}
.p-form__privacy a {
  color: #000000;
  text-decoration: underline;
}
.p-form__privacy a:hover {
  text-decoration: none;
}

.wpcf7-form-control-wrap:has(.wpcf7-select) {
  position: relative;
}
.wpcf7-form-control-wrap:has(.wpcf7-select)::after {
  content: "";
  position: absolute;
  background-image: url("img/vector-select.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  pointer-events: none;
}

.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 24px;
}

.p-entry-top {
  padding: 100px 64px;
  background-color: #f5f8fb;
}
@media screen and (max-width: 991px) {
  .p-entry-top {
    padding: 80px 30px;
  }
}

.p-entry-top__items {
  display: flex;
  gap: 0;
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .p-entry-top__items {
    flex-direction: column;
  }
}

.p-entry-top__item {
  flex: 1;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.3s;
}
.p-entry-top__item:first-child {
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 991px) {
  .p-entry-top__item:first-child {
    border-radius: 0;
  }
}
.p-entry-top__item:last-child {
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 991px) {
  .p-entry-top__item:last-child {
    border-radius: 0;
  }
}
.p-entry-top__item:hover {
  opacity: 0.85;
}

.p-entry-top__item-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 991px) {
  .p-entry-top__item-bg {
    aspect-ratio: 9/10;
    height: auto;
  }
}

.p-entry-top__item-label {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-entry-top__item-label img {
  width: 16px;
  height: auto;
}
.p-entry-top__item-label span {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.p-entry-top__item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .p-entry-top__item-title {
    font-size: 16px;
  }
}

.p-entry-top__item-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-entry-top__item-more span {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.p-entry-top__item-more img {
  width: 16px;
  height: auto;
}

.p-single-interview {
  padding: 100px 64px 0;
}
@media screen and (max-width: 991px) {
  .p-single-interview {
    padding: 80px 30px 0;
  }
}
.p-single-interview .p-top-interview {
  padding: 100px 0;
}
.p-single-interview ~ .p-cta {
  background-color: #f5f8fb !important;
}

.p-single-interview__header {
  margin-top: 32px;
}

.p-single-interview__thumbnail {
  position: relative;
  margin: 0 -64px 32px;
}
@media screen and (max-width: 991px) {
  .p-single-interview__thumbnail {
    margin: 0 -30px 24px;
  }
}
.p-single-interview__thumbnail img {
  width: 100%;
  display: block;
}

.p-single-interview__rubi {
  position: absolute;
  bottom: -7px;
  right: 32px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-single-interview__rubi {
    font-size: 32px;
    right: 16px;
  }
}

.p-single-interview__info {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .p-single-interview__info {
    padding-bottom: 80px;
  }
}

.p-single-interview__office {
  margin-right: 16px;
  padding: 6px 8px;
  color: #ffffff;
  background-color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-single-interview__office {
    font-size: 14px;
    margin-right: 10px;
  }
}

.p-single-interview__position {
  display: flex;
  gap: 16px;
  margin-right: 32px;
  align-items: center;
  font-weight: 500;
  color: #080808;
}
@media screen and (max-width: 991px) {
  .p-single-interview__position {
    margin-right: 20px;
  }
}

.p-single-interview__department {
  position: relative;
}

.p-single-interview__department::after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  width: 16px;
  font-size: 16px;
  color: #080808;
}

.p-single-interview__name {
  font-size: 24px;
  font-weight: 500;
  color: #080808;
}
@media screen and (max-width: 991px) {
  .p-single-interview__name {
    font-size: 22px;
  }
}

.p-single-interview__questions {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-single-interview__questions {
    padding: 80px 0;
  }
}

.p-single-interview__questions::before,
.p-single-interview__questions::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: calc(100% + 64px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-single-interview__questions::after {
  bottom: 0;
  top: auto;
}

.p-single-interview__question {
  margin-bottom: 64px;
}
.p-single-interview__question p {
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-single-interview__question p {
    font-size: 14px;
  }
}

.p-single-interview__question--last {
  margin-bottom: 0;
}

.p-single-interview__question-label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px;
}

.p-single-interview__image {
  margin-bottom: 64px;
}

.p-single-cross {
  padding: 100px 64px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-single-cross {
    padding: 80px 30px;
  }
}

.p-single-cross + .p-top-interview {
  position: relative;
  padding-bottom: 36px;
}
.p-single-cross + .p-top-interview::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 64px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-single-cross::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 64px);
  height: 1px;
  background-color: rgba(0, 58, 139, 0.1);
}

.p-single-cross__eyecatch {
  margin: 64px -64px 24px;
}
@media screen and (max-width: 991px) {
  .p-single-cross__eyecatch {
    margin: 24px -30px 24px;
    height: 300px;
  }
}
.p-single-cross__eyecatch img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-single-cross__eyecatch img {
    width: auto;
    height: 100%;
  }
}

.p-single-cross__title {
  font-size: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .p-single-cross__title {
    font-size: 28px;
  }
}

.p-single-cross__members-info {
  display: flex;
  justify-content: space-around;
  margin-bottom: 64px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-single-cross__members-info {
    margin-bottom: 32px;
  }
}
.p-single-cross__members-info::before {
  content: "×";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 54px;
  color: #777777;
}
@media screen and (max-width: 991px) {
  .p-single-cross__members-info::before {
    font-size: 34px;
  }
}

.p-single-cross__member-department {
  font-size: 20px;
  margin-bottom: 8px;
  color: #bbbbbb;
}
@media screen and (max-width: 991px) {
  .p-single-cross__member-department {
    font-size: 16px;
  }
}

.p-single-cross__member-name {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .p-single-cross__member-name {
    font-size: 20px;
  }
}

.p-single-cross__member-thumbnail {
  width: 72%;
}
.p-single-cross__member-thumbnail img {
  width: 100%;
  object-fit: cover;
}

.p-single-cross__member-thumbnail--second {
  margin-left: auto;
  margin-right: 0;
}

.p-single-cross__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 991px) {
  .p-single-cross__inner {
    gap: 24px;
  }
}

.p-single-cross__comment-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .p-single-cross__comment-name {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.p-single-cross__comment-detail {
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-single-cross__comment-detail {
    font-size: 14px;
  }
}

.p-interview {
  padding: 100px 64px 0;
}
@media screen and (max-width: 991px) {
  .p-interview {
    padding: 80px 30px 0;
  }
}
.p-interview .p-top-interview {
  padding: 0 0 100px;
}
.p-interview ~ .p-cta {
  background-color: #f5f8fb !important;
}
.p-interview .p-top-interview__item-wrapper {
  flex-direction: column;
  margin-right: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
  overflow-x: visible !important;
  gap: 64px;
}
.p-interview .p-top-interview__item-container {
  width: 100% !important;
  margin: 0 auto !important;
  padding-right: 0 !important;
  max-width: 420px !important;
}
.p-interview .p-top-interview__member {
  margin-bottom: 200px;
}
@media screen and (max-width: 991px) {
  .p-interview .p-top-interview__member {
    margin-bottom: 80px;
  }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
