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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.l-header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .l-header {
    height: 62px;
  }
}

.l-header__container {
  width: inherit;
  height: inherit;
  max-width: 1600px;
  padding: 0 32px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .l-header__container {
    padding: 0 16px;
  }
}

.l-footer {
  background-color: #333;
  color: #fff;
  padding: 80px 48px 16px;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .l-footer {
    padding: 40px 30px;
  }
}

.l-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 160px 8%;
}
@media screen and (max-width: 991px) {
  .l-container {
    padding: 80px 30px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 350px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 29.5px;
  height: 59px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#3C98D4), to(#0D547E));
  background: linear-gradient(90deg, #3C98D4 0%, #0D547E 100%);
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-button {
    font-size: 14px;
    width: 100%;
    max-width: 330px;
    height: 45px;
  }
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background-image: url("img/logo/buttonlog.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .c-button::after {
    width: 25px;
    height: 25px;
  }
}

.c-button--mission {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 991px) {
  .c-button--mission {
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .c-button--curriculum-cta {
    width: 300px;
    margin-bottom: 0;
  }
}

.c-white-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 350px;
  height: 45px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #0D547E;
  border: 1px solid #0D547E;
  border-radius: 22.5px;
  text-decoration: none;
  background-color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .c-white-button {
    width: 90%;
    max-width: 330px;
    font-size: 14px;
  }
}
.c-white-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-image: url("img/logo/Wbuttonlogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .c-white-button::after {
    width: 25px;
    height: 25px;
  }
}

.c-header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  width: 132px;
  height: 41px;
  background: #0D547E;
  border-radius: 20.5px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .c-header-button {
    padding: 8px 16px;
    width: 104px;
    height: 30px;
    background: #0D547E;
    border-radius: 15px;
    font-size: 12px;
  }
}

.c-header-button--hamburger {
  width: 104px;
  border: 1px solid #fff;
  background-color: #333333;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt-10 {
  margin-top: 10px !important;
}

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

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

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

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

.u-mt-15 {
  margin-top: 15px !important;
}

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

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

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

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

.u-mt-20 {
  margin-top: 20px !important;
}

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

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

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

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

.u-mt-25 {
  margin-top: 25px !important;
}

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

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

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

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

.u-mt-30 {
  margin-top: 30px !important;
}

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

@media screen and (max-width: 991px) {
  .u-mt-lg-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-30 {
    margin-top: 30px !important;
  }
}

.u-mt-35 {
  margin-top: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-35 {
    margin-top: 35px !important;
  }
}

.u-mt-40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-40 {
    margin-top: 40px !important;
  }
}

.u-mt-45 {
  margin-top: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-45 {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-45 {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-45 {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-45 {
    margin-top: 45px !important;
  }
}

.u-mt-50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-50 {
    margin-top: 50px !important;
  }
}

.u-mt-55 {
  margin-top: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-55 {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-55 {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-55 {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-55 {
    margin-top: 55px !important;
  }
}

.u-mt-60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-60 {
    margin-top: 60px !important;
  }
}

.u-mt-65 {
  margin-top: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-65 {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-65 {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-65 {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-65 {
    margin-top: 65px !important;
  }
}

.u-mt-70 {
  margin-top: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-70 {
    margin-top: 70px !important;
  }
}

.u-mt-75 {
  margin-top: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-75 {
    margin-top: 75px !important;
  }
}

.u-mt-80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-80 {
    margin-top: 80px !important;
  }
}

.u-mt-85 {
  margin-top: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-85 {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-85 {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-85 {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-85 {
    margin-top: 85px !important;
  }
}

.u-mt-90 {
  margin-top: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-90 {
    margin-top: 90px !important;
  }
}

.u-mt-95 {
  margin-top: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-95 {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-95 {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-95 {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-95 {
    margin-top: 95px !important;
  }
}

.u-mt-100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-mt-xl-100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-100 {
    margin-top: 100px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-0 {
    margin-bottom: 0px !important;
  }
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-5 {
    margin-bottom: 5px !important;
  }
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-10 {
    margin-bottom: 10px !important;
  }
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-15 {
    margin-bottom: 15px !important;
  }
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-20 {
    margin-bottom: 20px !important;
  }
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-25 {
    margin-bottom: 25px !important;
  }
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-30 {
    margin-bottom: 30px !important;
  }
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-35 {
    margin-bottom: 35px !important;
  }
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-40 {
    margin-bottom: 40px !important;
  }
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-45 {
    margin-bottom: 45px !important;
  }
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-50 {
    margin-bottom: 50px !important;
  }
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-55 {
    margin-bottom: 55px !important;
  }
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-60 {
    margin-bottom: 60px !important;
  }
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-65 {
    margin-bottom: 65px !important;
  }
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-70 {
    margin-bottom: 70px !important;
  }
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-75 {
    margin-bottom: 75px !important;
  }
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-85 {
    margin-bottom: 85px !important;
  }
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-90 {
    margin-bottom: 90px !important;
  }
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-95 {
    margin-bottom: 95px !important;
  }
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-mb-xl-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-100 {
    margin-bottom: 100px !important;
  }
}

.u-ml-0 {
  margin-left: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-0 {
    margin-left: 0px !important;
  }
}

.u-ml-5 {
  margin-left: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-5 {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-5 {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-5 {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-5 {
    margin-left: 5px !important;
  }
}

.u-ml-10 {
  margin-left: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-10 {
    margin-left: 10px !important;
  }
}

.u-ml-15 {
  margin-left: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-15 {
    margin-left: 15px !important;
  }
}

.u-ml-20 {
  margin-left: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-20 {
    margin-left: 20px !important;
  }
}

.u-ml-25 {
  margin-left: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-25 {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-25 {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-25 {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-25 {
    margin-left: 25px !important;
  }
}

.u-ml-30 {
  margin-left: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-30 {
    margin-left: 30px !important;
  }
}

.u-ml-35 {
  margin-left: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-35 {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-35 {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-35 {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-35 {
    margin-left: 35px !important;
  }
}

.u-ml-40 {
  margin-left: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-40 {
    margin-left: 40px !important;
  }
}

.u-ml-45 {
  margin-left: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-45 {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-45 {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-45 {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-45 {
    margin-left: 45px !important;
  }
}

.u-ml-50 {
  margin-left: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-50 {
    margin-left: 50px !important;
  }
}

.u-ml-55 {
  margin-left: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-55 {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-55 {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-55 {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-55 {
    margin-left: 55px !important;
  }
}

.u-ml-60 {
  margin-left: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-60 {
    margin-left: 60px !important;
  }
}

.u-ml-65 {
  margin-left: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-65 {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-65 {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-65 {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-65 {
    margin-left: 65px !important;
  }
}

.u-ml-70 {
  margin-left: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-70 {
    margin-left: 70px !important;
  }
}

.u-ml-75 {
  margin-left: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-75 {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-75 {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-75 {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-75 {
    margin-left: 75px !important;
  }
}

.u-ml-80 {
  margin-left: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-80 {
    margin-left: 80px !important;
  }
}

.u-ml-85 {
  margin-left: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-85 {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-85 {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-85 {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-85 {
    margin-left: 85px !important;
  }
}

.u-ml-90 {
  margin-left: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-90 {
    margin-left: 90px !important;
  }
}

.u-ml-95 {
  margin-left: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-95 {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-95 {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-95 {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-95 {
    margin-left: 95px !important;
  }
}

.u-ml-100 {
  margin-left: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-ml-xl-100 {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-100 {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-100 {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-100 {
    margin-left: 100px !important;
  }
}

.u-mr-0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-0 {
    margin-right: 0px !important;
  }
}

.u-mr-5 {
  margin-right: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-5 {
    margin-right: 5px !important;
  }
}

.u-mr-10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-10 {
    margin-right: 10px !important;
  }
}

.u-mr-15 {
  margin-right: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-15 {
    margin-right: 15px !important;
  }
}

.u-mr-20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-20 {
    margin-right: 20px !important;
  }
}

.u-mr-25 {
  margin-right: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-25 {
    margin-right: 25px !important;
  }
}

.u-mr-30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-30 {
    margin-right: 30px !important;
  }
}

.u-mr-35 {
  margin-right: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-35 {
    margin-right: 35px !important;
  }
}

.u-mr-40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-40 {
    margin-right: 40px !important;
  }
}

.u-mr-45 {
  margin-right: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-45 {
    margin-right: 45px !important;
  }
}

.u-mr-50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-50 {
    margin-right: 50px !important;
  }
}

.u-mr-55 {
  margin-right: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-55 {
    margin-right: 55px !important;
  }
}

.u-mr-60 {
  margin-right: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-60 {
    margin-right: 60px !important;
  }
}

.u-mr-65 {
  margin-right: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-65 {
    margin-right: 65px !important;
  }
}

.u-mr-70 {
  margin-right: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-70 {
    margin-right: 70px !important;
  }
}

.u-mr-75 {
  margin-right: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-75 {
    margin-right: 75px !important;
  }
}

.u-mr-80 {
  margin-right: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-80 {
    margin-right: 80px !important;
  }
}

.u-mr-85 {
  margin-right: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-85 {
    margin-right: 85px !important;
  }
}

.u-mr-90 {
  margin-right: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-90 {
    margin-right: 90px !important;
  }
}

.u-mr-95 {
  margin-right: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-95 {
    margin-right: 95px !important;
  }
}

.u-mr-100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-mr-xl-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-100 {
    margin-right: 100px !important;
  }
}

.u-mx-0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-0 {
    margin-right: 0px !important;
  }
}

.u-mx-5 {
  margin-right: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-5 {
    margin-right: 5px !important;
  }
}

.u-mx-10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-10 {
    margin-right: 10px !important;
  }
}

.u-mx-15 {
  margin-right: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-15 {
    margin-right: 15px !important;
  }
}

.u-mx-20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-20 {
    margin-right: 20px !important;
  }
}

.u-mx-25 {
  margin-right: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-25 {
    margin-right: 25px !important;
  }
}

.u-mx-30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-30 {
    margin-right: 30px !important;
  }
}

.u-mx-35 {
  margin-right: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-35 {
    margin-right: 35px !important;
  }
}

.u-mx-40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-40 {
    margin-right: 40px !important;
  }
}

.u-mx-45 {
  margin-right: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-45 {
    margin-right: 45px !important;
  }
}

.u-mx-50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-50 {
    margin-right: 50px !important;
  }
}

.u-mx-55 {
  margin-right: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-55 {
    margin-right: 55px !important;
  }
}

.u-mx-60 {
  margin-right: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-60 {
    margin-right: 60px !important;
  }
}

.u-mx-65 {
  margin-right: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-65 {
    margin-right: 65px !important;
  }
}

.u-mx-70 {
  margin-right: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-70 {
    margin-right: 70px !important;
  }
}

.u-mx-75 {
  margin-right: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-75 {
    margin-right: 75px !important;
  }
}

.u-mx-80 {
  margin-right: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-80 {
    margin-right: 80px !important;
  }
}

.u-mx-85 {
  margin-right: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-85 {
    margin-right: 85px !important;
  }
}

.u-mx-90 {
  margin-right: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-90 {
    margin-right: 90px !important;
  }
}

.u-mx-95 {
  margin-right: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-95 {
    margin-right: 95px !important;
  }
}

.u-mx-100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-mx-xl-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-100 {
    margin-right: 100px !important;
  }
}

.u-my-0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-0 {
    margin-right: 0px !important;
  }
}

.u-my-5 {
  margin-right: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-5 {
    margin-right: 5px !important;
  }
}

.u-my-10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-10 {
    margin-right: 10px !important;
  }
}

.u-my-15 {
  margin-right: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-15 {
    margin-right: 15px !important;
  }
}

.u-my-20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-20 {
    margin-right: 20px !important;
  }
}

.u-my-25 {
  margin-right: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-25 {
    margin-right: 25px !important;
  }
}

.u-my-30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-30 {
    margin-right: 30px !important;
  }
}

.u-my-35 {
  margin-right: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-35 {
    margin-right: 35px !important;
  }
}

.u-my-40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-40 {
    margin-right: 40px !important;
  }
}

.u-my-45 {
  margin-right: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-45 {
    margin-right: 45px !important;
  }
}

.u-my-50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-50 {
    margin-right: 50px !important;
  }
}

.u-my-55 {
  margin-right: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-55 {
    margin-right: 55px !important;
  }
}

.u-my-60 {
  margin-right: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-60 {
    margin-right: 60px !important;
  }
}

.u-my-65 {
  margin-right: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-65 {
    margin-right: 65px !important;
  }
}

.u-my-70 {
  margin-right: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-70 {
    margin-right: 70px !important;
  }
}

.u-my-75 {
  margin-right: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-75 {
    margin-right: 75px !important;
  }
}

.u-my-80 {
  margin-right: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-80 {
    margin-right: 80px !important;
  }
}

.u-my-85 {
  margin-right: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-85 {
    margin-right: 85px !important;
  }
}

.u-my-90 {
  margin-right: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-90 {
    margin-right: 90px !important;
  }
}

.u-my-95 {
  margin-right: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-95 {
    margin-right: 95px !important;
  }
}

.u-my-100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-my-xl-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-100 {
    margin-right: 100px !important;
  }
}

.u-m-0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-0 {
    margin-right: 0px !important;
  }
}

.u-m-5 {
  margin-right: 5px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-5 {
    margin-right: 5px !important;
  }
}

.u-m-10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-10 {
    margin-right: 10px !important;
  }
}

.u-m-15 {
  margin-right: 15px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-15 {
    margin-right: 15px !important;
  }
}

.u-m-20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-20 {
    margin-right: 20px !important;
  }
}

.u-m-25 {
  margin-right: 25px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-25 {
    margin-right: 25px !important;
  }
}

.u-m-30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-30 {
    margin-right: 30px !important;
  }
}

.u-m-35 {
  margin-right: 35px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-35 {
    margin-right: 35px !important;
  }
}

.u-m-40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-40 {
    margin-right: 40px !important;
  }
}

.u-m-45 {
  margin-right: 45px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-45 {
    margin-right: 45px !important;
  }
}

.u-m-50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-50 {
    margin-right: 50px !important;
  }
}

.u-m-55 {
  margin-right: 55px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-55 {
    margin-right: 55px !important;
  }
}

.u-m-60 {
  margin-right: 60px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-60 {
    margin-right: 60px !important;
  }
}

.u-m-65 {
  margin-right: 65px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-65 {
    margin-right: 65px !important;
  }
}

.u-m-70 {
  margin-right: 70px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-70 {
    margin-right: 70px !important;
  }
}

.u-m-75 {
  margin-right: 75px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-75 {
    margin-right: 75px !important;
  }
}

.u-m-80 {
  margin-right: 80px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-80 {
    margin-right: 80px !important;
  }
}

.u-m-85 {
  margin-right: 85px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-85 {
    margin-right: 85px !important;
  }
}

.u-m-90 {
  margin-right: 90px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-90 {
    margin-right: 90px !important;
  }
}

.u-m-95 {
  margin-right: 95px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-95 {
    margin-right: 95px !important;
  }
}

.u-m-100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 1199px) {
  .u-m-xl-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-100 {
    margin-right: 100px !important;
  }
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-flex-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-font-bold {
  font-weight: bold !important;
}

@media screen and (max-width: 991px) {
  .u-pc {
    display: none !important;
  }
}

.u-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-animation-container {
  position: relative;
}
.u-animation-container img {
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.u-animation-container img:nth-child(2) {
  -webkit-animation-name: slide-1;
  animation-name: slide-1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes slide-1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slide-1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.u-en-font {
  font-family: "Inter", sans-serif;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.p-blog {
  background-color: #F8F8F8;
  height: auto;
  padding: 160px 0 160px 100px;
}
@media screen and (max-width: 991px) {
  .p-blog {
    padding: 80px 0px 80px 30px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

.p-blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-blog__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.p-blog__inner {
  width: 22%;
  min-width: 228px;
}
@media screen and (max-width: 991px) {
  .p-blog__inner {
    width: 100%;
    padding: 0 34px 0 4px;
  }
}

.p-blog__inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-blog__inner-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-blog__inner-title-main {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .p-blog__inner-title-main {
    font-size: 32px;
  }
}

.p-blog__inner-title-sub {
  font-size: 12px;
  font-weight: bold;
}

.p-blog__inner-caption {
  padding-bottom: 32px;
  line-height: 27.2px;
  color: #020202;
}
@media screen and (max-width: 991px) {
  .p-blog__inner-caption {
    font-size: 14px;
    margin-bottom: 374px;
  }
}

.p-blog__inner-button {
  font-weight: bold;
  color: #0d547e;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-blog__inner-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    right: 40px;
  }
}

.p-blog__inner-button::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  left: 80px;
  background-image: url("img/logo/Wbuttonlogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .p-blog__inner-button::after {
    width: 25px;
    height: 25px;
    left: auto;
    right: -40px;
  }
}

.p-blog__slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .p-blog__slider {
    gap: 16px;
    height: 324px;
    margin-top: -396px;
    margin-bottom: 52px;
    padding: 0;
    scrollbar-color: #0d547e #FFFFFF;
  }
}

.p-blog__card {
  position: relative;
  margin-right: 32px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-blog__card {
    min-width: 300px;
    max-width: 338px;
    height: 200px;
  }
}

.p-blog__card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  display: block;
}

.p-blog__card-tag {
  position: absolute;
  z-index: 100;
  color: #FFFFFF;
  background-color: #0d547e;
  padding: 8px 16px;
  font-weight: bold;
  border-bottom-left-radius: 15px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .p-blog__card-tag {
    font-size: 14px;
  }
}

.p-blog__card-caption {
  height: 80px;
  padding: 16px 24px;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .p-blog__card-caption {
    height: 74px;
  }
}
.p-blog__card-caption p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  width: 100%;
  height: 48px;
  color: #020202;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .p-blog__card-caption p {
    height: 42px;
    font-size: 14px;
  }
}

.p-blog__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-blog__slider .slick-slider {
  display: block;
}
.p-blog__slider .slick-prev,
.p-blog__slider .slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  background: transparent;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991px) {
  .p-blog__slider .slick-prev,
  .p-blog__slider .slick-next {
    display: none !important;
  }
}
.p-blog__slider .slick-prev:hover,
.p-blog__slider .slick-next:hover {
  opacity: 1 !important;
}
.p-blog__slider .slick-prev:hover:before, .p-blog__slider .slick-prev:focus:before,
.p-blog__slider .slick-next:hover:before,
.p-blog__slider .slick-next:focus:before {
  opacity: 1 !important;
}
.p-blog__slider .slick-prev.slick-disabled,
.p-blog__slider .slick-next.slick-disabled {
  opacity: 0.3 !important;
  cursor: default;
}
.p-blog__slider .slick-prev {
  width: 48px;
  height: 48px;
  background-image: url("img/logo/left-prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  left: auto;
  right: 80px;
  top: 98%;
  -webkit-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  transform: translateY(-98%);
  z-index: 10;
}
.p-blog__slider .slick-prev:hover, .p-blog__slider .slick-prev:focus {
  background-image: url("img/logo/left-prev.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-blog__slider .slick-next {
  width: 48px;
  height: 48px;
  background-image: url("img/logo/right-next.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  left: auto;
  right: 20px;
  top: 98%;
  -webkit-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  transform: translateY(-98%);
  z-index: 10;
}
.p-blog__slider .slick-next:hover, .p-blog__slider .slick-next:focus {
  background-image: url("img/logo/right-next.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-blog__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-blog__progress {
  width: 78%;
  height: 2px;
  background: #FFFFFF;
  border-radius: 2px;
  overflow: hidden;
  margin-top: -32px;
}
@media screen and (max-width: 991px) {
  .p-blog__progress {
    width: 94%;
    margin-top: -52px;
  }
}

.p-blog__progress-bar {
  height: 100%;
  width: 0%;
  background: #0D547E;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.p-clients {
  width: 100%;
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .p-clients {
    padding-top: 76px;
  }
}

.p-clients__container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 991px) {
  .p-clients__container {
    gap: 32px;
  }
}

.p-clients__text {
  font-size: 20px;
  font-weight: bold;
  color: #0d547e;
  line-height: 1.7;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-clients__text {
    font-size: 14px;
  }
}

.p-clients__text::before,
.p-clients__text::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 58px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-clients__text::before {
  left: -80px;
  background-image: url("img/background/clients-wing-left.png");
}
@media screen and (max-width: 991px) {
  .p-clients__text::before {
    left: -48px;
  }
}

.p-clients__text::after {
  right: -80px;
  background-image: url("img/background/clients-wing-right.png");
}
@media screen and (max-width: 991px) {
  .p-clients__text::after {
    right: -48px;
  }
}

.p-clients__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600%;
  min-width: 4188px;
  -webkit-animation: cultureSliderClients 60s linear infinite;
  animation: cultureSliderClients 60s linear infinite;
}

@-webkit-keyframes cultureSliderClients {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.35%);
    transform: translateX(-33.35%);
  }
}

@keyframes cultureSliderClients {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.35%);
    transform: translateX(-33.35%);
  }
}
.p-curriculum {
  background-color: #F8F8F8;
}

.p-curriculum__title {
  margin-bottom: 64px;
  text-align: center;
  color: #000000;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .p-curriculum__title {
    margin-bottom: 60px;
    font-size: 32px;
  }
}
.p-curriculum__title span {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .p-curriculum__title span {
    font-size: 12px;
  }
}

.p-curriculum__img {
  display: block;
  margin: 0 auto;
  width: 216px;
}
@media screen and (max-width: 991px) {
  .p-curriculum__img {
    width: 190px;
  }
}

.p-curriculum__text {
  margin: 16px 0 64px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #080808;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .p-curriculum__text {
    font-size: 14px;
    margin-bottom: 28px;
  }
}

.p-curriculum__upper-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 48%;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .p-curriculum__upper-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
  }
}

.p-curriculum__card-img {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 991px) {
  .p-curriculum__card-img {
    width: 100%;
    max-width: 600px;
    border-radius: 15px 15px 0 0;
  }
}

.p-curriculum__popular-tag {
  position: absolute;
  top: -25px;
  right: -25px;
  width: clamp(70px, 7vw, 90px);
  height: clamp(70px, 7vw, 90px);
  border-radius: 50%;
  background-color: #0D547E;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: clamp(70px, 7vw, 90px);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .p-curriculum__popular-tag {
    top: -15px;
    right: -15px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #0D547E;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 64px;
  }
}

.p-curriculum__lower-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .p-curriculum__lower-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-curriculum-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 9% 7%;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card {
    width: 100%;
    padding: 48px 0px 16px;
  }
}

.p-curriculum-card--upper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 4.5% 3.5%;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card--upper {
    padding: 32px 0px;
    border-radius: 0 0 15px 15px;
  }
}

.p-curriculum-card__pickup-tag {
  position: absolute;
  border-bottom-left-radius: 16px;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  background-color: #0D547E;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 24px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__pickup-tag {
    font-size: 14px;
  }
}

.p-curriculum-card__head {
  position: relative;
}

.p-curriculum-card__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__logo {
    left: 16px;
  }
}

.p-curriculum-card__logo--java-logo {
  width: 45px;
  height: 60px;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__logo--java-logo {
    width: 25px;
    height: 34px;
  }
}

.p-curriculum-card__logo--php-logo {
  width: 15%;
  max-width: 75px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__logo--php-logo {
    width: 45px;
    height: 24px;
    top: 10px;
  }
}

.p-curriculum-card__logo--javascript-logo {
  width: 50px;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__logo--javascript-logo {
    width: 30px;
  }
}

.p-curriculum-card__logo--html-css-logo {
  width: 60px;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__logo--html-css-logo {
    width: 45px;
  }
}

.p-curriculum-card__logo--it-passport-logo {
  width: 55px;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__logo--it-passport-logo {
    width: 35px;
  }
}

.p-curriculum-card__logo--git-logo {
  width: 65px;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__logo--git-logo {
    width: 45px;
  }
}

.p-curriculum-card__logo--figma-logo {
  width: 35px;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__logo--figma-logo {
    width: 25px;
  }
}

.p-curriculum-card__logo--ps-logo {
  width: 45px;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__logo--ps-logo {
    width: 35px;
  }
}

.p-curriculum-card__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__title {
    font-size: 18px;
  }
}
.p-curriculum-card__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#89DDDF), to(#66B9F6));
  background: linear-gradient(to right, #89DDDF, #66B9F6);
}

.p-curriculum-card__title--ps {
  font-size: clamp(14px, 2vw, 20px);
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__title--ps {
    font-size: 18px;
  }
}

.p-curriculum-card__text {
  margin-top: 40px;
  margin-bottom: 16px;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__text {
    margin: 0 24px;
    padding-top: 32px;
    font-size: 14px;
  }
}

.p-curriculum-card__text--upper {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__text--upper {
    margin: 0 auto;
  }
}

.p-curriculum-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 8px 0;
}
.p-curriculum-card__tags span {
  padding: 4px 8px;
  background: #F8F8F8;
  border-radius: 3px;
  font-size: 14px;
  color: #AAAAAA;
}
@media screen and (max-width: 991px) {
  .p-curriculum-card__tags span {
    font-size: 12px;
  }
}

.p-curriculum-cta {
  background-color: #f8f8f8;
}

.p-curriculum-cta__label-img {
  display: block;
  width: 350px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 991px) {
  .p-curriculum-cta__label-img {
    width: 245px;
    margin-bottom: 16px;
  }
}

.p-curriculum-cta__container {
  position: relative;
  height: 532px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-curriculum-cta__container {
    height: 538px;
  }
}

.p-curriculum-cta__background {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  height: 444px;
  z-index: 0;
  pointer-events: none;
  -webkit-animation: scroll-1 60s linear infinite;
  animation: scroll-1 60s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 991px) {
  .p-curriculum-cta__background {
    top: 28%;
    height: 221px;
    gap: 8px;
  }
}
.p-curriculum-cta__background img {
  height: inherit;
}

.p-curriculum-cta__background--sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-curriculum-cta__background--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: unset;
    bottom: 28%;
    -webkit-animation: scroll-2 60s linear infinite;
    animation: scroll-2 60s linear infinite;
  }
}

.p-curriculum-cta__content {
  position: relative;
  width: 860px;
  height: inherit;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(137, 221, 223, 0.85)), to(rgba(102, 185, 246, 0.85)));
  background: linear-gradient(to right, rgba(137, 221, 223, 0.85) 0%, rgba(102, 185, 246, 0.85) 100%);
  border-radius: 266px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .p-curriculum-cta__content {
    width: 330px;
    border-radius: 165px;
  }
}

.p-curriculum-cta__inner {
  text-align: center;
  max-width: 700px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 64px 0;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .p-curriculum-cta__inner {
    padding: 60px 0;
  }
}

.p-curriculum-cta__title {
  margin-bottom: 32px;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-curriculum-cta__title {
    font-size: 20px;
  }
}

.p-curriculum-cta__text {
  margin-bottom: 32px;
  font-size: 16px;
  color: #0D547E;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-curriculum-cta__text {
    font-size: 14px;
  }
}

.p-curriculum-cta__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .p-curriculum-cta__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.p-curriculum-cta__start-img {
  width: 455px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 991px) {
  .p-curriculum-cta__start-img {
    width: 228px;
    margin-top: 32px;
  }
}

@-webkit-keyframes scroll-1 {
  from {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  to {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes scroll-1 {
  from {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  to {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes scroll-2 {
  from {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  to {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}
@keyframes scroll-2 {
  from {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  to {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}
.p-data__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 160px 100px;
}
@media (max-width: 1200px) {
  .p-data__container {
    padding: 80px 30px;
  }
}

.p-data__title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 100px;
  line-height: 0.5;
}
@media screen and (max-width: 991px) {
  .p-data__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.p-data__title span {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .p-data__title span {
    font-size: 12px;
  }
}

.p-data__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .p-data__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.p-data-card {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 16px;
  width: 100%;
  max-width: 350px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .p-data-card {
    padding: 14px;
    min-width: 160px;
    max-width: 290px;
  }
}

.p-data-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.p-data-card__en {
  font-family: "Inter", sans-serif;
  color: #0083D4;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-data-card__en {
    font-size: 8px;
  }
}

.p-data-card__ja {
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0 32px;
}
@media screen and (max-width: 991px) {
  .p-data-card__ja {
    margin: 6px 0 32px;
    font-size: 12px;
  }
}

.p-data-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}

.p-data-card__logo {
  width: 48px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .p-data-card__logo {
    width: 20px;
  }
}

.p-data-card__value {
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  margin: 16px;
}
@media screen and (max-width: 991px) {
  .p-data-card__value {
    margin: 0;
    font-size: 26px;
  }
}

.p-faq {
  background-color: #FFFFFF;
  padding: 160px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-faq {
    max-width: 672px;
    padding: 80px 30px;
  }
}

.p-faq__container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
}

.p-faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.p-faq__title-main {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .p-faq__title-main {
    font-size: 32px;
  }
}

.p-faq__title-sub {
  font-size: 12px;
  font-weight: bold;
}

.p-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

.p-faq__item {
  width: 100%;
  padding: 24px 0 24px 80px;
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
  border-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .p-faq__item {
    padding: 16px 0 16px 40px;
    border-radius: 10px;
  }
}
.p-faq__item:hover {
  cursor: pointer;
}

.p-faq__item-question {
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-faq__item-question {
    font-size: 12px;
  }
}

.p-faq__item-question::before {
  content: "";
  position: absolute;
  background-image: url("img/logo/Q.-part.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 19px;
  top: 3px;
  left: -46px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .p-faq__item-question::before {
    width: 15px;
    height: 17px;
    top: 1px;
    left: -28px;
  }
}

.p-faq__item-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 14px;
  height: 14px;
  background-image: linear-gradient(#000000 2px, transparent 2px), linear-gradient(to right, #000000 2px, transparent 2px);
  background-size: 100% 2px, 2px 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .p-faq__item-question::after {
    width: 12px;
    height: 12px;
    right: 16px;
  }
}

details[open] .p-faq__item-question::after {
  background-image: linear-gradient(#000 2px, transparent 2px);
}

.p-faq__item-answer {
  margin-right: 80px;
  padding-top: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-faq__item-answer {
    font-size: 12px;
  }
}

.p-feature {
  padding-top: 160px;
  background: -webkit-gradient(linear, left top, right top, from(#8ADEDE), to(#65B9F6));
  background: linear-gradient(to right, #8ADEDE 0%, #65B9F6 100%);
}
@media screen and (max-width: 991px) {
  .p-feature {
    padding-top: 80px;
  }
}

.p-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.5%;
  margin-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .p-feature__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
  }
}

.p-feature__content:last-child {
  margin-bottom: 0;
}

.p-feature__content-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .p-feature__content-detail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-feature__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 991px) {
  .p-feature__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
}

.p-feature__content-img .p-feature__img2 {
  margin-left: 60px;
}
@media screen and (max-width: 991px) {
  .p-feature__content-img .p-feature__img2 {
    margin-left: 0;
  }
}

.p-feature__title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .p-feature__title {
    font-size: 32px;
  }
}

.p-feature__title span {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .p-feature__title span {
    font-size: 12px;
  }
}

.p-feature__detail-point {
  position: relative;
  color: #0D547E;
  font-size: 12px;
  margin-bottom: 32px;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .p-feature__detail-point {
    font-size: 12px;
  }
}
.p-feature__detail-point::after {
  content: "";
  position: absolute;
  right: -12%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
  aspect-ratio: 5/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .p-feature__detail-point::after {
    right: 0;
    top: 60px;
    width: 45%;
  }
}
.p-feature__detail-point span {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  border: solid 1px;
  color: #0D547E;
  margin-right: 16px;
}
@media screen and (max-width: 991px) {
  .p-feature__detail-point span {
    margin-right: 8px;
  }
}

.p-feature__detail-point--1::after {
  background-image: url("img/feature/freedom.png");
}

.p-feature__detail-point--2::after {
  background-image: url("img/feature/skill-up.png");
}

.p-feature__detail-point--3::after {
  background-image: url("img/feature/feeling.png");
}

.p-feature__detail-title {
  font-size: 32px;
  line-height: 54.5px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .p-feature__detail-title {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}

.p-feature__detail-text {
  font-size: 16px;
  line-height: 27.2px;
}
@media screen and (max-width: 991px) {
  .p-feature__detail-text {
    font-size: 14px;
    line-height: 24px;
  }
}

.p-feature-cta {
  background: #4CA0D2;
}

.p-feature-cta__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 991px) {
  .p-feature-cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 80px 0 60px;
  }
}

.p-feature-cta__images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 640px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-feature-cta__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    height: auto;
  }
}

.p-feature-cta__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 35%;
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .p-feature-cta__slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 316%;
    min-width: 2200px;
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .p-feature-cta__slider img {
    max-width: 165px;
  }
}

.p-feature-cta__slider--left {
  -webkit-animation: feature-cta-slider-left 60s linear infinite;
  animation: feature-cta-slider-left 60s linear infinite;
}
@media screen and (max-width: 991px) {
  .p-feature-cta__slider--left {
    -webkit-animation: feature-cta-slider-left-sp 60s linear infinite;
    animation: feature-cta-slider-left-sp 60s linear infinite;
  }
}

@-webkit-keyframes feature-cta-slider-left {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-33.5%);
    transform: translateY(-33.5%);
  }
}

@keyframes feature-cta-slider-left {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-33.5%);
    transform: translateY(-33.5%);
  }
}
@-webkit-keyframes feature-cta-slider-left-sp {
  0% {
    -webkit-transform: translateX(25.3%);
    transform: translateX(25.3%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes feature-cta-slider-left-sp {
  0% {
    -webkit-transform: translateX(25.3%);
    transform: translateX(25.3%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.p-feature-cta__slider--right {
  -webkit-animation: feature-cta-slider-right 60s linear infinite;
  animation: feature-cta-slider-right 60s linear infinite;
}
@media screen and (max-width: 991px) {
  .p-feature-cta__slider--right {
    -webkit-animation: feature-cta-slider-right-sp 60s linear infinite;
    animation: feature-cta-slider-right-sp 60s linear infinite;
  }
}

@-webkit-keyframes feature-cta-slider-right {
  0% {
    -webkit-transform: translateY(-33.5%);
    transform: translateY(-33.5%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes feature-cta-slider-right {
  0% {
    -webkit-transform: translateY(-33.5%);
    transform: translateY(-33.5%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes feature-cta-slider-right-sp {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(25.3%);
    transform: translateX(25.3%);
  }
}
@keyframes feature-cta-slider-right-sp {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(25.3%);
    transform: translateX(25.3%);
  }
}
.p-feature-cta__detail {
  position: relative;
  width: 100%;
  min-width: 355px;
  color: #fff;
}
.p-feature-cta__detail img {
  position: absolute;
  left: -20%;
  top: -100px;
  width: 5%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .p-feature-cta__detail img {
    left: 32px;
    top: 0px;
    width: 17px;
    z-index: 0;
  }
}

.p-feature-cta__title h2 {
  margin-bottom: 24px;
  font-size: clamp(18px, 2vw, 32px);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .p-feature-cta__title h2 {
    font-size: 20px;
  }
}

.p-feature-cta__text {
  margin: 0 auto 32px;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  text-align: center;
  color: #0D547E;
}
@media screen and (max-width: 991px) {
  .p-feature-cta__text {
    font-size: 14px;
    max-width: 70vw;
    min-width: 240px;
  }
}

.p-flow {
  background-color: #f8f8f8;
}

.p-flow__title {
  color: #000000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .p-flow__title {
    font-size: 32px;
  }
}
.p-flow__title span {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.p-flow__content {
  margin-top: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #DDD;
}
.p-flow__content:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-flow__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .p-flow__head {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin-bottom: 16px;
  }
}
.p-flow__head img {
  width: 60px;
}
@media screen and (max-width: 991px) {
  .p-flow__head img {
    width: 45px;
  }
}
.p-flow__head h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0D547E;
}
@media screen and (max-width: 991px) {
  .p-flow__head h2 {
    font-size: 18px;
  }
}

.p-flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .p-flow__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-flow__inner div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-flow__img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .p-flow__img {
    max-width: 500px;
  }
}

.p-flow__text {
  margin: 16px 22px 0;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-flow__text {
    font-size: 14px;
  }
}

.p-flow-cta {
  background-color: #4CA0D2;
  padding: 100px 0;
}

.p-flow-cta__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.p-flow-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .p-flow-cta__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.p-flow-cta__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .p-flow-cta__images {
    gap: 16px;
    margin-bottom: 32px;
  }
}

.p-flow-cta__leftflex,
.p-flow-cta__rightflex {
  position: relative;
}

.p-flow-cta__leftflex {
  margin-top: 16px;
}

/* --- 共通画像スタイル --- */
.p-flow-cta__person {
  position: absolute;
  border-radius: 15px;
  width: 160px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .p-flow-cta__person {
    position: static;
    width: 80%;
    height: auto;
  }
}

/* --- 各画像の位置調整（PC） --- */
.p-flow-cta__person--1 {
  width: 203px;
  height: 305px;
  bottom: -40px;
  left: 90px;
}
@media screen and (max-width: 991px) {
  .p-flow-cta__person--1 {
    width: 115px;
    height: 173px;
    margin-bottom: 22px;
  }
}

.p-flow-cta__person--2 {
  width: 250px;
  height: 167px;
  bottom: -255px;
  right: -250px;
}

.p-flow-cta__person--3 {
  width: 32%;
  max-width: 330px;
  height: auto;
  top: 0;
  right: -10px;
}
@media screen and (max-width: 991px) {
  .p-flow-cta__person--3 {
    width: 200px;
    height: 130px;
    margin-bottom: 18px;
  }
}

.p-flow-cta__person--4 {
  width: 20%;
  max-width: 220px;
  height: auto;
  bottom: 60px;
  right: 50px;
}
@media screen and (max-width: 991px) {
  .p-flow-cta__person--4 {
    width: 125px;
    height: 83px;
  }
}

.p-flow-cta__person--5 {
  width: 140px;
}

/* --- テキストエリア --- */
.p-flow-cta__detail {
  max-width: 600px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-flow-cta__detail {
    padding: 0 16px;
  }
}

.p-flow-cta__detail-title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .p-flow-cta__detail-title h2 {
    font-size: 20px;
  }
}

.p-flow-cta__detail-text p {
  font-size: 14px;
  line-height: 2;
  margin: 32px 0;
  color: #0D547E;
}

.p-flow-cta__backgroundimg {
  margin: 32px auto;
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
}

/* ハンバーガーメニュー */
.p-hamburger-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-hamburger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
  }
}

.p-hamburger-menu__ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 32px;
  background: #333;
  border-radius: 9999px;
  cursor: pointer;
}
.p-hamburger-menu__ui .p-hamburger-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}
.p-hamburger-menu__ui .p-hamburger-menu__line {
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* メニュー展開部分（opacityで表示切替） */
.p-hamburger-menu__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  inset: 0;
  background: #333333;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  z-index: 99;
  padding: 16px;
}
.p-hamburger-menu__toggle nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-left: 30px;
  padding-top: 60px;
  /* キャリア支援ブログ用のボタン */
}
.p-hamburger-menu__toggle nav ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.p-hamburger-menu__toggle nav ul li:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* ← これで中央に配置 */
}
.p-hamburger-menu__toggle nav ul li:last-of-type a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 102px;
  /* 上下15px 左右102px */
  border: 1px solid #fff;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  margin-top: 36px;
  margin-bottom: 30px;
  position: relative;
}
.p-hamburger-menu__toggle nav ul li:last-of-type a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-image: url("img/logo/buttonlog.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 表示時 */
.p-hamburger-menu__toggle.active {
  height: 520px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease, visibility 0s;
  transition: opacity 0.3s ease, visibility 0s;
}

/* 閉じるボタン */
.p-hamburger-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-hamburger-menu__header img {
  display: block;
  width: 75px;
  margin-right: auto;
}
.p-hamburger-menu__header .p-hamburger-menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 32px;
  background: #333333;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.p-hamburger-menu__header .p-hamburger-menu__space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.p-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2.5%;
}
@media screen and (max-width: 991px) {
  .p-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px;
  }
}

.p-hero__left {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  position: relative;
}

.p-hero__left-upper {
  position: absolute;
  left: 7.4vw;
  width: 26.25vw;
  max-width: 336px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .p-hero__left-upper {
    position: static;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
  }
}
.p-hero__left-upper p {
  font-size: clamp(14px, 1.36vw, 16px);
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-hero__left-upper p {
    font-size: 12px;
  }
}

.p-hero__left-upper-img {
  position: relative;
  width: 12.5vw;
  max-width: 160px;
}
.p-hero__left-upper-img img:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
@media screen and (max-width: 991px) {
  .p-hero__left-upper-img {
    width: 160px;
  }
}

.p-hero__message {
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48vw;
  max-width: 638px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .p-hero__message {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
    padding: 24px 16px;
  }
}

.p-hero__bottom-left-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18.75vw;
  max-width: 240px;
}
.p-hero__bottom-left-img img:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}
@media screen and (max-width: 991px) {
  .p-hero__bottom-left-img {
    bottom: 120px;
    right: 0;
    left: unset;
    width: 130px;
  }
}

.p-hero__bottom-right-img {
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 12.5vw;
  max-width: 160px;
}
.p-hero__bottom-right-img img:nth-child(2) {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@media screen and (max-width: 991px) {
  .p-hero__bottom-right-img {
    top: 50px;
    bottom: unset;
    width: 60px;
  }
}

.p-hero__right {
  aspect-ratio: 15/16;
  width: 53.75vw;
  max-width: 750px;
  max-height: 800px;
}
.p-hero__right img:nth-child(2) {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
@media screen and (max-width: 991px) {
  .p-hero__right {
    width: 100%;
  }
}

.p-mission__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 160px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 98px;
}
@media screen and (max-width: 991px) {
  .p-mission__container {
    padding: 80px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

.p-mission__images {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .p-mission__images {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 375px;
    height: 335px;
  }
}

.p-mission__image-1 {
  width: 60%;
  max-width: 300px;
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .p-mission__image-1 {
    width: 188px;
    height: 250px;
    top: 0;
    left: 40%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.p-mission__image-2 {
  width: 50%;
  max-width: 250px;
  top: 169px;
  right: 0;
  z-index: 1;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .p-mission__image-2 {
    width: 155px;
    height: 210px;
    top: unset;
    bottom: 20px;
  }
}

.p-mission__image-3 {
  width: 50%;
  max-width: 150px;
  top: 80%;
  left: -68px;
  z-index: 3;
  position: absolute;
}
@media screen and (max-width: 1199px) {
  .p-mission__image-3 {
    top: 55%;
  }
}
@media screen and (max-width: 991px) {
  .p-mission__image-3 {
    width: 95px;
    height: 125px;
    top: unset;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
}

.p-mission__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 480px;
}
@media screen and (max-width: 991px) {
  .p-mission__desc {
    padding: 0 16px;
  }
}

.p-mission__title {
  position: relative;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 64px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .p-mission__title {
    font-size: 20px;
    margin: 0 51px 32px 51px;
    text-align: center;
  }
}

.p-mission__title::before {
  content: "";
  position: absolute;
  right: 96%;
  top: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 250px;
  height: 95px;
  background-image: url("img/mission/mission.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .p-mission__title::before {
    top: unset;
    bottom: 32px;
    right: -48px;
    width: 144px;
    height: 48px;
  }
}

.p-mission__text {
  max-width: 480px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-mission__text {
    font-size: 14px;
    max-width: 100%;
    margin: 0 auto 32px;
  }
}

p-mvv {
  background-color: #FFFFFF;
}

.p-mvv__container {
  padding: 160px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-mvv__container {
    padding: 80px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-mvv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
  width: 23%;
  min-width: 249px;
}
@media screen and (max-width: 991px) {
  .p-mvv__inner {
    width: 100%;
    max-width: 315px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-mvv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .p-mvv__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-mvv__title-main {
  font-size: clamp(48px, 3.2vw, 52px);
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .p-mvv__title-main {
    font-size: 32px;
  }
}

.p-mvv__title-sub {
  font-size: clamp(12px, 0.8vw, 14px);
  font-weight: bold;
}

.p-mvv__tab ::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  bottom: -24px;
  max-width: 250px;
  background-color: #CCCCCC;
}
@media screen and (max-width: 991px) {
  .p-mvv__tab ::after {
    max-width: none;
  }
}

.p-mvv__tab-last ::after {
  display: none;
}

.p-mvv__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 991px) {
  .p-mvv__tabs {
    width: 100%;
  }
}

.p-mvv__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  position: relative;
  font-size: clamp(16px, 1.25vw, 20px);
}
@media screen and (max-width: 991px) {
  .p-mvv__tab {
    width: 100%;
    font-size: 14px;
  }
}

.p-mvv__tab::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background-image: url(img/logo/buttonlogo-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 224px;
}
@media screen and (max-width: 991px) {
  .p-mvv__tab::before {
    width: 25px;
    height: 25px;
    left: auto;
    right: 0;
  }
}

.p-mvv__tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  bottom: -24px;
  max-width: 250px;
  background-color: #CCCCCC;
}
@media screen and (max-width: 991px) {
  .p-mvv__tab::after {
    max-width: none;
  }
}

.p-mvv__tab-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  font-size: clamp(16px, 1.25vw, 20px);
}
@media screen and (max-width: 991px) {
  .p-mvv__tab-last {
    width: 100%;
    font-size: 14px;
  }
}

.p-mvv__tab-en {
  width: 57px;
  position: relative;
}

.p-mvv__tab-en--last {
  width: 57px;
}

.p-mvv__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.p-mvv__values::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 249px;
  height: 97px;
  background-image: url(img/background/Values.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -276px;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .p-mvv__values::after {
    left: auto;
    right: -24px;
    bottom: auto;
    top: -48px;
  }
}

.p-mvv__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.p-mvv__value-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.p-mvv__value-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  color: #0d547e;
  padding: 11px;
  border: solid;
  border-width: 1px;
  border-radius: 50px;
  border-color: #0d547e;
}

.p-mvv__value-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-top: 10px;
}

.p-mvv__item-title {
  font-size: clamp(12px, 0.8vw, 14px);
  font-weight: bold;
}

.p-mvv__item-text {
  font-size: clamp(16px, 1.25vw, 20px);
}
@media screen and (max-width: 991px) {
  .p-mvv__item-text {
    font-size: 14px;
  }
}

.p-nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-nav__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-nav ul {
  gap: 24px;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.p-nav__text {
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .p-nav__desc--pc-only {
    display: none;
  }
}

.p-service__container {
  max-width: 1200px;
  margin: 0 auto;
}

.p-service__content-title {
  color: #000000;
  text-align: center;
}
.p-service__content-title h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 8px;
}
.p-service__content-title span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .p-service__content-title h2 {
    font-size: 32px;
  }
}

.p-service__content-text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 32px 0 64px;
}
@media screen and (max-width: 991px) {
  .p-service__content-text {
    font-size: 18px;
    margin: 24px 0 48px;
  }
}

.p-service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-service__price {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .p-service__price {
    width: 100%;
  }
}

.p-service__price::-webkit-scrollbar {
  height: 2px;
}

.p-service__price::-webkit-scrollbar-thumb {
  background: #333;
}

.p-service__price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  scroll-behavior: smooth;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .p-service__price-inner {
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }
}

.p-service__price-inner img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 245px;
  max-width: 90vw;
  height: auto;
  scroll-snap-align: start;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .p-service__price-inner img {
    width: 208px;
  }
}

.p-service .p-service__category-img {
  width: 124px;
}
@media screen and (max-width: 991px) {
  .p-service .p-service__category-img {
    width: 105px;
  }
}

.p-vision {
  background: -webkit-gradient(linear, left top, right top, from(#8ADEDE), to(#65B9F6));
  background: linear-gradient(to right, #8ADEDE, #65B9F6);
}

.p-vision__container {
  position: relative;
  padding: 0 100px;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 991px) {
  .p-vision__container {
    padding: 80px 0 60px;
  }
}

.p-vision__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 1;
  height: 768px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-vision__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    height: auto;
  }
}

.p-vision__images-left,
.p-vision__images-right {
  width: 20%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .p-vision__images-left,
  .p-vision__images-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 316%;
    min-width: 2200px;
    gap: 20px;
  }
}

.p-vision__images-left {
  -webkit-animation: cultureSliderLeft 60s linear infinite;
  animation: cultureSliderLeft 60s linear infinite;
}
@media screen and (max-width: 991px) {
  .p-vision__images-left {
    -webkit-animation: cultureSliderLeftSP 60s linear infinite;
    animation: cultureSliderLeftSP 60s linear infinite;
  }
}

@-webkit-keyframes cultureSliderLeft {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-33.455%);
    transform: translateY(-33.455%);
  }
}

@keyframes cultureSliderLeft {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-33.455%);
    transform: translateY(-33.455%);
  }
}
@-webkit-keyframes cultureSliderLeftSP {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.65%);
    transform: translateX(-33.65%);
  }
}
@keyframes cultureSliderLeftSP {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.65%);
    transform: translateX(-33.65%);
  }
}
.p-vision__images-right {
  -webkit-animation: cultureSliderRight 60s linear infinite;
  animation: cultureSliderRight 60s linear infinite;
}
@media screen and (max-width: 991px) {
  .p-vision__images-right {
    -webkit-animation: cultureSliderRightSP 60s linear infinite;
    animation: cultureSliderRightSP 60s linear infinite;
  }
}

@-webkit-keyframes cultureSliderRight {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(33.455%);
    transform: translateY(33.455%);
  }
}

@keyframes cultureSliderRight {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(33.455%);
    transform: translateY(33.455%);
  }
}
@-webkit-keyframes cultureSliderRightSP {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(33.65%);
    transform: translateX(33.65%);
  }
}
@keyframes cultureSliderRightSP {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(33.65%);
    transform: translateX(33.65%);
  }
}
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-animation: slideLoop 60s linear infinite;
  animation: slideLoop 60s linear infinite;
}

@-webkit-keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-vision__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42%;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .p-vision__inner {
    position: relative;
    width: 82%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
    margin-top: 60px;
    left: 0%;
  }
}

.p-vision__inner-title {
  color: white;
  text-align: center;
  font-size: 32px;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .p-vision__inner-title {
    font-size: 20px;
  }
}

.p-vision__inner-text {
  color: #0D547E;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  position: relative;
  font-size: clamp(14px, 1vw, 16px);
}
@media screen and (max-width: 991px) {
  .p-vision__inner-text {
    font-size: 14px;
    gap: 16px;
  }
}

.p-vision__inner-text::after {
  content: "";
  position: absolute;
  background-image: url("img/vision/vision.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 48%;
  height: 16%;
  top: -16px;
  right: -60px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .p-vision__inner-text::after {
    width: 115px;
    right: 0;
  }
}

/* セクション全体 */
.p-voice {
  background: -webkit-gradient(linear, left top, left bottom, from(#88DCDF), to(#66BAF5));
  background: linear-gradient(#88DCDF 0%, #66BAF5 100%);
}

.p-voice__container {
  padding: 160px 0 160px 100px;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .p-voice__container {
    padding: 80px 0 80px 30px;
  }
}

.p-voice__container-title {
  padding-right: 100px;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .p-voice__container-title {
    padding-right: 30px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
  }
}

.p-voice__container-title span {
  font-size: 14px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-voice__container-title span {
    font-size: 12px;
  }
}

.p-voice__content-text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .p-voice__content-text {
    font-size: 14px;
  }
}

.p-voice-card {
  min-width: 338px;
  max-width: 364px;
}
@media screen and (max-width: 991px) {
  .p-voice-card {
    width: 300px !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}

.p-voice-card__image {
  padding: 0 32px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-voice-card__image {
    width: 300px;
    padding: 0 16px;
  }
}

.p-voice-card__header {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.p-voice-card__voice-id {
  font-size: 12px;
  color: #0D547E;
}
@media screen and (max-width: 991px) {
  .p-voice-card__voice-id {
    font-size: 10px;
  }
}

.p-voice-card__profile {
  position: absolute;
  right: 8%;
  top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #0D547E;
}
@media screen and (max-width: 991px) {
  .p-voice-card__profile {
    right: 10px;
    top: 10px;
  }
}

.p-voice-card__title {
  position: absolute;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  z-index: 1;
  padding-left: 16px;
  margin-top: -70px;
}
@media screen and (max-width: 991px) {
  .p-voice-card__title {
    font-size: 16px;
  }
}

.p-voice-card__content {
  position: absolute;
  width: 100%;
  min-width: 338px;
  max-width: 364px;
  height: auto;
  min-height: 260px;
  bottom: 180px;
  background: #4CA0D2;
  padding: 64px 32px 27px;
  border-radius: 15px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .p-voice-card__content {
    width: 300px !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 240px;
    min-height: 0 !important;
    max-height: none !important;
    bottom: 87px;
    padding: 72px 24px 0;
  }
}

.p-voice-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 991px) {
  .p-voice-card__text {
    font-size: 14px;
  }
}

.center {
  margin-top: -60px;
}

.p-voice__person-img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-voice__person-img {
    width: 266px !important;
  }
}

.p-voice__slider .p-voice__person {
  width: 100%;
  min-width: 274px;
  max-width: 300px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-voice__slider .p-voice__person {
    width: 266px !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}

.p-voice__slider .p-voice__person::after {
  content: "";
  position: absolute;
  padding: 0 32px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  min-width: 274px;
  max-width: 300px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(76, 160, 210, 0)), to(rgb(76, 160, 210)));
  background: linear-gradient(to bottom, rgba(76, 160, 210, 0) 50%, rgb(76, 160, 210) 100%);
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .p-voice__slider .p-voice__person::after {
    width: 100%;
    height: 356px;
    min-width: 0 !important;
    max-width: none !important;
  }
}

.p-voice__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .p-voice__slider .slick-track .p-voice__slider .slick-track {
    padding-right: 16px;
  }
}

.p-voice__slider .slick-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 800px;
  width: 26% !important;
  margin-right: 32px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  .p-voice__slider .slick-slide {
    width: 300px !important;
    margin-right: 16px;
    min-width: 0 !important;
    max-width: none !important;
    height: 640px !important;
  }
}

.p-voice__slider .slick-list {
  top: 120px;
  overflow-y: visible;
}

.p-voice-card__flex {
  margin: -64px 0 64px;
}

.p-voice__slider .slick-next {
  width: 48px;
  height: 48px;
  background-image: url("img/logo/right-next.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  left: auto;
  right: 26px;
  top: 8%;
  -webkit-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  transform: translateY(-98%);
  z-index: 10;
}

.p-voice__slider .slick-prev {
  width: 48px;
  height: 48px;
  background-image: url("img/logo/left-prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  left: auto;
  right: 100px;
  top: 8%;
  -webkit-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  transform: translateY(-98%);
  z-index: 10;
}

.p-voice__slider .slick-prev:hover,
.p-voice__slider .slick-next:hover {
  opacity: 1 !important;
}

.p-voice__slider .slick-prev:hover:before,
.p-voice__slider .slick-prev:focus:before,
.p-voice__slider .slick-next:hover:before,
.p-voice__slider .slick-next:focus:before {
  opacity: 1 !important;
}

.p-voice__slider .slick-prev.slick-disabled,
.p-voice__slider .slick-next.slick-disabled {
  opacity: 0.3 !important;
  cursor: default;
}

.p-voice__slider .slick-prev:hover,
.p-voice__slider .slick-prev:focus {
  background-image: url("img/logo/left-prev.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-voice__slider .slick-next:hover,
.p-voice__slider .slick-next:focus {
  background-image: url("img/logo/right-next.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-voice__slider .slick-slide:last-child {
  margin-right: 0 !important;
}

.p-header__logo {
  display: block;
}
.p-header__logo img {
  display: block;
  width: 113px;
}
@media screen and (max-width: 991px) {
  .p-header__logo img {
    width: 75px;
  }
}

.p-header__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .p-header__content-right {
    gap: 8px;
  }
}

/* PCナビ */
.p-nav {
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .p-nav {
    display: none;
  }
}

.p-nav__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.p-nav__text {
  text-decoration: none;
  color: #333;
  font-weight: 700;
}

.p-footer__container {
  max-width: 1600px;
  margin: 0 auto;
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 32px;
    margin-bottom: 32px;
  }
}

.p-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 991px) {
  .p-footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-left: 0;
  }
}

.p-footer__logo img {
  width: 150px;
  display: inline;
}

.p-footer__info {
  white-space: nowrap;
  display: inline;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .p-footer__info {
    font-size: 12px;
  }
}

.p-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 991px) {
  .p-footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
  font-size: 14px;
  font-weight: 700;
  gap: 40px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .p-footer__nav {
    gap: 32px;
  }
}
.p-footer__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.p-footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.p-footer__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 22.5px;
  height: 45px;
  text-decoration: none;
  background-color: #333333;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .p-footer__button {
    width: 100%;
  }
}

.p-footer__button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-image: url("img/logo/buttonlog.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-footer__bottom {
  position: relative;
  width: 100%;
  height: 25px;
}
@media screen and (max-width: 991px) {
  .p-footer__bottom {
    height: 45px;
  }
}

.p-footer__bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .p-footer__bottom-left {
    bottom: unset;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }
}
.p-footer__bottom-left a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.p-footer__bottom-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.p-footer__bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-footer__bottom-right img {
  width: 25px;
  height: 25px;
}

.p-footer__bottom-left a {
  color: #fff;
  text-decoration: none;
}

.p-footer__top {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*# sourceMappingURL=style.css.map */
