@charset "UTF-8";
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Google Fonts
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,62..125,100..900;1,62..125,100..900&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/*! 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 {
  font-family: "M PLUS 1p";
  font-weight: 500;
}

img {
  max-width: 100%;
}

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

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

.l-background {
  padding-bottom: 256px;
  background-color: #000000;
  background-image: url("../img/section-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .l-background {
    padding-bottom: 96px;
  }
}

.l-background--contact {
  padding-bottom: 128px;
  background-image: none;
}
@media screen and (max-width: 991px) {
  .l-background--contact {
    padding-bottom: 0px;
  }
}

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

.l-container {
  padding: 8%;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .l-container {
    padding: 16px;
  }
}

.l-container--schedule {
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-container--schedule {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .l-container--player {
    padding: 0 0 32px;
    background-color: #000000;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.c-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}

.c-btn--primary-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  width: 450px;
  padding: 16px 0;
  background-color: #202252;
  -webkit-box-shadow: 6px 6px 6px #AD8610;
  box-shadow: 6px 6px 6px #AD8610;
}
@media screen and (max-width: 991px) {
  .c-btn--primary-blue {
    font-size: 16px;
    width: 300px;
  }
}

.c-btn--secondary-blue {
  margin: 64px auto 0;
  padding: 12px 48px;
  background-color: #00a0d3;
  -webkit-box-shadow: 3px 3px 3px #b3b3b3;
  box-shadow: 3px 3px 3px #b3b3b3;
}
@media screen and (max-width: 991px) {
  .c-btn--secondary-blue {
    margin: 32px auto 0;
    font-size: 14px;
  }
}

.c-schedule-category {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  padding: 8px 24px;
  border-bottom-left-radius: 16px;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}

.c-schedule-category--green {
  background-color: #39b54a;
}

.c-schedule-category--red {
  background-color: #F93232;
}

.c-schedule-category--yellow {
  background-color: #FF931E;
}

.c-schedule-category--gray {
  background-color: #999999;
}

/*--------------------------------------------------------------
# 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: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .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;
}

@media screen and (max-width: 991px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-tab-only {
    display: none !important;
  }
}

.u-tab-sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-tab-sp-only {
    display: block !important;
  }
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 543px) {
  .u-sp-only {
    display: block !important;
  }
}

.js-active {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.js-hamburger-menu-active .p-hamburger-menu__inner {
  gap: unset;
}
.js-hamburger-menu-active .p-hamburger-menu__line:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg) translateY(2px);
  -ms-transform: rotate(-45deg) translateY(2px);
  transform: rotate(-45deg) translateY(2px);
}
.js-hamburger-menu-active .p-hamburger-menu__line:nth-child(2) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.js-hamburger-menu-active .p-hamburger-menu__line:nth-child(3) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg) translateY(-2px);
  -ms-transform: rotate(45deg) translateY(-2px);
  transform: rotate(45deg) translateY(-2px);
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.p-header {
  width: 100%;
  height: 85px;
  background-color: #202252;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .p-header {
    height: 60px;
  }
}

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

.p-header__logo {
  height: 55px;
}
@media screen and (max-width: 991px) {
  .p-header__logo {
    height: 26px;
  }
}

.p-header__instagram-icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .p-header__instagram-icon {
    width: 30px;
    height: 30px;
  }
}

.p-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.p-footer {
  width: 100%;
  height: 300px;
  background-image: url("../img/footer-bg.png");
  background-color: rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}
@media screen and (max-width: 991px) {
  .p-footer {
    display: none;
  }
}

.p-footer__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8%;
  padding-top: 80px;
  color: #ffffff;
}

.p-footer__title {
  margin-bottom: 32px;
  font-size: 28px;
  text-align: center;
}

.p-footer-nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
}

.p-footer-nav__submenu {
  display: none;
  margin-top: 16px;
  font-weight: 400;
}
.p-footer-nav__submenu li {
  margin-bottom: 8px;
}

.p-lower-footer__line {
  width: 100%;
  height: 8px;
}

.p-lower-footer__line--blue {
  background-color: #00a0d3;
}

.p-lower-footer__line--yellow {
  background-color: #f7bf12;
}

.p-lower-footer__logo {
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202252;
}
.p-lower-footer__logo img {
  display: block;
  height: 35px;
}

.p-coach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
}
@media screen and (max-width: 991px) {
  .p-coach {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

.p-coach-img-contents {
  width: 300px;
}
@media screen and (max-width: 991px) {
  .p-coach-img-contents {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-coach-img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .p-coach-img {
    width: 230px;
    margin: 0 auto;
  }
}

.p-coach-name-contents {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .p-coach-name-contents {
    font-size: 16px;
    margin: 8px auto 0;
  }
}

.p-coach-name {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .p-coach-name {
    font-size: 22px;
  }
}

.p-coach-desc {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .p-coach-desc {
    font-size: 11px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .p-coach-msg {
    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;
    width: 100%;
    margin: 0 auto;
  }
}

.p-coach-msg-heading {
  font-size: 36px;
  font-weight: 700;
  color: #202351;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom: 55px;
}
@media screen and (max-width: 991px) {
  .p-coach-msg-heading {
    font-size: 28px;
    margin: 0;
  }
}

.p-coach-msg-main {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.2;
  margin-top: 35px;
}
@media screen and (max-width: 991px) {
  .p-coach-msg-main {
    font-size: 14px;
    margin-top: 15px;
  }
}

.p-contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .p-contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0;
  }
}

.p-contact-left {
  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: 20px;
}

.p-contact-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.p-line-icon {
  width: 36px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .p-line-icon {
    width: 24px;
  }
}

.p-contact-heading-text {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .p-contact-heading-text {
    font-size: 18px;
  }
}

.p-contact-text {
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .p-contact-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .p-contact-text br {
    display: none;
  }
}

.p-contact-middle {
  font-weight: 400;
  margin-right: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .p-contact-middle {
    display: none;
  }
}

.p-contact-right {
  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-line-qr {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .p-line-qr {
    width: 90px;
    margin-top: 24px;
  }
}

.p-line-text {
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .p-line-text {
    font-size: 14px;
  }
}

.p-line-span {
  color: #04C755;
}

.p-contact-banner {
  width: 100%;
  padding: 96px 0 96px;
  background-color: #f7bf12;
}
@media screen and (max-width: 991px) {
  .p-contact-banner {
    padding: 48px 0 48px;
  }
}

.p-contact-banner__inner {
  display: block;
  width: 400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  -webkit-box-shadow: 7px 7px 7px #AD8610;
  box-shadow: 7px 7px 7px #AD8610;
}
@media screen and (max-width: 991px) {
  .p-contact-banner__inner {
    width: 300px;
  }
}

.p-hero {
  width: 100%;
  height: auto;
  display: block;
}

.p-facility-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-facility-title {
    font-size: 11px;
    margin-top: 15px;
  }
}

.p-facility-name {
  font-size: 36px;
  font-weight: bold;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .p-facility-name {
    font-size: 17px;
  }
}

.p-facility-place {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .p-facility-place {
    font-size: 12px;
  }
}

.p-facility-desc {
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .p-facility-desc {
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 30px;
  }
}

.p-equipment {
  margin-bottom: 40px;
}

.p-equipment-title {
  font-size: 24px;
  text-align: left;
  width: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .p-equipment-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.p-equipment-desc {
  text-align: left;
  width: auto;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .p-equipment-desc {
    font-size: 12px;
  }
}

.p-equipment-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .p-equipment-container {
    margin-bottom: 20px;
  }
}

.p-equipment-img-contents {
  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-equipment-img-contents {
    font-size: 8px;
  }
}

.p-equipment-img {
  width: 100%;
  height: auto;
}

.p-equipment-img-desc {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .p-equipment-img-desc {
    font-size: 10px;
    margin-top: 5px;
  }
}

.p-gallery {
  background-image: url("../img/gallery-bg.png");
  background-color: #202252;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-gallery__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 4%;
  row-gap: 3vw;
  -webkit-column-gap: 2vw;
  -moz-column-gap: 2vw;
  column-gap: 2vw;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 18%;
  padding-right: 18%;
  padding-top: 8%;
  padding-bottom: 10%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .p-gallery__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    row-gap: 6vw;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 12%;
    padding-bottom: 15%;
    justify-items: center;
  }
}

.p-gallery__img {
  display: block;
  min-width: 160px;
}
@media screen and (max-width: 991px) {
  .p-gallery__img {
    width: 38vw;
    min-width: 120px;
    max-width: 210px;
  }
}

.p-slider {
  width: 100%;
  height: 198px;
  overflow: hidden;
  position: relative;
}

.p-slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-slider-item {
  width: 300px;
  margin-right: -50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}

.p-slider-item img {
  width: 100%;
  height: 198px;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-hamburger-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-hamburger-menu {
    display: block;
    position: sticky;
    -ms-flex-line-pack: end;
    align-content: end;
  }
}

.p-hamburger-menu__ui {
  display: none;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-hamburger-menu__ui {
    display: block;
    border-radius: 50%;
  }
}

.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: inherit;
  margin: 0 auto;
}

.p-hamburger-menu__line {
  width: 24px;
  height: 3px;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-hamburger-menu__toggle {
  display: none;
  position: absolute;
  top: 32px;
  right: -16px;
  width: 100lvw;
}

.p-hamburger-menu__toggle nav {
  position: relative;
}
.p-hamburger-menu__toggle nav li a {
  display: block;
  padding: 16px 32px;
  background-color: #f7bf12;
  border-bottom: #202252 1.5px solid;
  color: #ffffff;
}
.p-hamburger-menu__toggle nav li a::after {
  position: absolute;
  content: "＞";
  right: 32px;
}
.p-hamburger-menu__toggle nav li a:hover {
  opacity: 1;
  background-color: #deac10;
}

@media screen and (max-width: 991px) {
  .p-img-content {
    position: relative;
    left: -16px;
    right: -16px;
    width: calc(100% + 32px);
  }
}

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

.p-introduct-title {
  color: #202351;
  font-size: 30px;
  font-weight: 400;
  border-bottom: #202351 1px solid;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .p-introduct-title {
    font-size: 24px;
  }
}

.p-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .p-card-container {
    gap: 6px;
  }
}

.p-card-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 9px);
  flex: 1 1 calc(25% - 9px);
  max-width: calc(25% - 9px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .p-card-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 4px);
    flex: 1 1 calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
}

.p-card {
  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-card {
    max-height: 520px;
    width: 100%;
    height: auto;
  }
}

.p-card-img {
  max-width: 250px;
  width: 100%;
  max-height: 250px;
  min-height: 170px;
  height: 18vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .p-card-img {
    max-width: 481px;
    max-height: 450px;
    height: 50vw;
  }
}

.p-card-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 75px;
  gap: 6px;
  color: #fff;
  background-color: #202252;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 12px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
}

.p-card-name-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.p-staff-role {
  width: 40%;
  color: #f7bf12;
  font-weight: 400;
  font-size: 12px;
}

.p-card-name {
  font-size: clamp(14px, 2vw, 18px);
}
@media screen and (max-width: 991px) {
  .p-card-name {
    font-size: 16px;
  }
}

.p-card-name-roma {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .p-card-name-roma {
    font-size: 10px;
  }
}

.p-card-num {
  width: 30%;
  font-size: clamp(30px, 2vw, 35px);
  color: #f7bf12;
}

.p-link {
  width: 100%;
  height: 35px;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #000000;
}
@media screen and (max-width: 991px) {
  .p-link {
    height: 28px;
  }
}

.p-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8%;
}
@media screen and (max-width: 991px) {
  .p-link ul {
    padding: 0 16px;
  }
}

.p-link ul li {
  color: #ffffff;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .p-link ul li {
    font-size: 10px;
  }
}

.p-main-msg {
  background-color: #202252;
}

.p-main-msg__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 991px) {
  .p-main-msg__container {
    padding: 16px;
  }
}

.p-main-msg__title-img {
  display: block;
  width: 600px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 991px) {
  .p-main-msg__title-img {
    width: 100%;
  }
}

.p-main-msg__sub-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-main-msg__sub-title {
    font-size: 16px;
  }
}

.p-main-msg__msg {
  margin: 64px 128px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .p-main-msg__msg {
    margin: 32px 0;
    font-size: 20px;
  }
}

.p-main-msg__manager {
  margin-right: 32px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .p-main-msg__manager {
    margin-right: 0;
    font-size: 16px;
  }
}

.p-main-msg__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: 32px;
  padding: 32px;
  background-color: #f7bf12;
}
.p-main-msg__btns img {
  width: 175px;
}
@media screen and (max-width: 991px) {
  .p-main-msg__btns img {
    width: 125px;
  }
}

.p-main-msg__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  padding: 64px;
}
@media screen and (max-width: 991px) {
  .p-main-msg__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding: 16px;
  }
}

.p-main-msg__contact-msg {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .p-main-msg__contact-msg {
    font-size: 16px;
  }
}

.p-main-msg__img {
  position: relative;
  width: 128px;
}
@media screen and (max-width: 991px) {
  .p-main-msg__img {
    width: 110px;
  }
}

.p-main-msg__note {
  position: absolute;
  bottom: 0;
  left: -128px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.p-main-msg__note::after {
  position: absolute;
  content: "→";
  top: 0;
  right: -16px;
}
.p-main-msg__note span {
  margin: 0 2px;
  color: #04C755;
  font-weight: 400;
}

.p-main-section-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 32px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .p-main-section-divider {
    gap: 8px;
    padding: 16px 0;
  }
}

.p-main-section-divider__img {
  width: 80px;
}
@media screen and (max-width: 991px) {
  .p-main-section-divider__img {
    width: 64px;
  }
}

.p-main-section-divider__desc {
  color: #202252;
  text-align: center;
}
.p-main-section-divider__desc h2 {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .p-main-section-divider__desc h2 {
    font-size: 32px;
  }
}
.p-main-section-divider__desc p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .p-main-section-divider__desc p {
    font-size: 12px;
  }
}

.p-main-visual {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .p-main-visual {
    padding-bottom: 30px;
  }
}

.p-main-visual__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-main-visual__left-bg {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  background-image: url("../img/main-visual-slider/bg-left.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-main-visual__right-bg {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  background-image: url("../img/main-visual-slider/bg-right.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-main-visual__slider {
  position: relative;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
@media screen and (max-width: 991px) {
  .p-main-visual__slider {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.p-main-visual .swiper-button-next,
.p-main-visual .swiper-button-prev {
  color: #ffffff;
}
.p-main-visual .swiper-button-next {
  right: 8%;
}
.p-main-visual .swiper-button-prev {
  left: 8%;
}
.p-main-visual .swiper-pagination {
  bottom: 0 !important;
  height: 50px;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #211815;
}
@media screen and (max-width: 991px) {
  .p-main-visual .swiper-pagination {
    height: 30px;
  }
}
.p-main-visual .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  margin: 0 8px !important;
  border-radius: 0;
  background-color: #727070;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .p-main-visual .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    margin: 0 4px !important;
  }
}
.p-main-visual .swiper-pagination-bullet-active {
  background-color: #E0E0E0;
}

.p-msg-heading {
  color: #202351;
  font-size: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .p-msg-heading {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

.p-mission-msg-heading {
  color: #202351;
  font-size: 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .p-mission-msg-heading {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 991px) {
  .p-msg-heading-span {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .p-msg-heading-br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .p-msg-heading p {
    font-size: 18px;
  }
}

.p-mission-msg-container {
  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;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .p-mission-msg-container {
    margin-top: 15px;
  }
}

.p-mission-msg-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;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .p-mission-msg-content {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.p-mission-msg-main {
  color: #202351;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .p-mission-msg-main {
    font-size: 18px;
  }
}

.p-nav {
  width: 100%;
  height: 50px;
  background-color: #00a0d3;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .p-nav {
    height: 8px;
  }
}

.p-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8%;
}
@media screen and (max-width: 991px) {
  .p-nav ul {
    padding: 0 16px;
  }
}

.p-nav ul li {
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .p-nav ul li {
    font-size: 12px;
  }
}

.p-nav__tryout {
  padding: 0 32px;
  margin: 0 -32px;
  background-color: #f93232;
  -webkit-clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
  clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
}
@media screen and (max-width: 991px) {
  .p-nav__tryout {
    padding: 0 16px;
    margin: 0 -16px;
  }
}

.p-news {
  height: 700px;
}
@media screen and (max-width: 991px) {
  .p-news {
    height: 840px;
  }
}

.p-news__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-news__nav ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-news__nav ul li a {
  display: block;
  padding: 8px 0;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 991px) {
  .p-news__nav ul li a {
    font-size: 12px;
  }
}

.p-news__nav--selected {
  background-color: #00a0d3 !important;
}

.p-news__contents {
  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;
  margin: 64px 0;
}
@media screen and (max-width: 991px) {
  .p-news__contents {
    margin: 48px 0;
  }
}

.p-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 991px) {
  .p-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
}

.p-news__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Archivo";
  font-weight: 400;
  color: #999999;
}
@media screen and (max-width: 991px) {
  .p-news__date {
    font-size: 12px;
  }
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 991px) {
  .p-news__link {
    font-size: 14px;
  }
}

.p-news__tag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-news__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-news__pagination {
  font-family: "Archivo";
}
.p-news__pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.p-news__pagination span.page-numbers {
  display: block;
  padding: 8px 12px;
  color: #ffffff;
  background-color: #000000;
}
.p-news__pagination a.page-numbers:not(.next, .prev) {
  display: block;
  padding: 8px 12px;
  color: #ffffff;
  background-color: #CCCCCC;
}
.p-news__pagination .next.page-numbers,
.p-news__pagination .prev.page-numbers {
  display: block;
  -webkit-transform: scale(0.75, 1);
  -ms-transform: scale(0.75, 1);
  transform: scale(0.75, 1);
}

.p-news-content__desc {
  line-height: 1.5;
}
.p-news-content__desc h1 {
  margin: 22px 0;
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .p-news-content__desc h1 {
    font-size: 28px;
  }
}
.p-news-content__desc h2 {
  margin: 20px 0;
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .p-news-content__desc h2 {
    font-size: 24px;
  }
}
.p-news-content__desc h3 {
  margin: 18px 0;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .p-news-content__desc h3 {
    font-size: 22px;
  }
}
.p-news-content__desc h4 {
  margin: 16px 0;
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .p-news-content__desc h4 {
    font-size: 20px;
  }
}
.p-news-content__desc h5 {
  margin: 16px 0;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .p-news-content__desc h5 {
    font-size: 18px;
  }
}
.p-news-content__desc h6 {
  margin: 16px 0;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .p-news-content__desc h6 {
    font-size: 16px;
  }
}
.p-news-content__desc p {
  margin: 16px 0;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .p-news-content__desc p {
    font-size: 14px;
  }
}
.p-news-content__desc .wp-block-quote {
  margin: 16px 0;
  margin-left: 32px;
}
@media screen and (max-width: 991px) {
  .p-news-content__desc .wp-block-quote {
    margin-left: 20px;
  }
}
.p-news-content__desc ul {
  margin: 16px 0;
  list-style: disc;
  list-style-position: inside;
}
@media screen and (max-width: 991px) {
  .p-news-content__desc ul {
    font-size: 14px;
  }
}
.p-news-content__desc ul li {
  margin: 8px 0;
}
.p-news-content__desc ul ul {
  list-style: circle;
  margin-left: 20px;
}
.p-news-content__desc ul ul ul {
  list-style: square;
  margin-left: 20px;
}
.p-news-content__desc a {
  display: block;
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .p-news-content__desc a {
    font-size: 14px;
  }
}
.p-news-content__desc a:hover {
  opacity: 0.6;
}

.p-news-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  color: #999999;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .p-news-content__header {
    gap: 16px;
    font-size: 12px;
  }
}
.p-news-content__header:nth-of-type(1) {
  font-family: "Archivo";
}

.p-news-content__title {
  font-size: 28px;
  margin: 32px 0;
}
@media screen and (max-width: 991px) {
  .p-news-content__title {
    font-size: 24px;
    margin: 28px 0;
  }
}

.p-news-card {
  display: block;
  overflow: hidden;
  width: 350px;
  margin: 0 auto;
  border-radius: 12px;
  font-family: "Archivo";
}
.p-news-card:hover {
  opacity: 0.9;
}
@media screen and (max-width: 991px) {
  .p-news-card {
    width: 275px;
  }
}

.p-news-card__header {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #ffffff;
}

.p-news-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.p-news-card__tag--green {
  background-color: #39b54a;
}

.p-news-card__tag--red {
  background-color: #F93232;
}

.p-news-card__tag--yellow {
  background-color: #FF931E;
}

.p-news-card__tag--blue {
  background-color: #00a0d3;
}

.p-news-card__tag--gray {
  background-color: #999999;
}

.p-news-card__body {
  background-color: #202252;
}

.p-news-card__inner {
  padding: 24px 0;
}

.p-news-card__content {
  height: 100px;
  padding-bottom: 16px;
  color: #ffffff;
  line-height: 0.75;
}

.p-news-card__schedule-container {
  padding: 8px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
}

.p-news-card__schedule-date {
  font-size: 64px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .p-news-card__schedule-date {
    font-size: 48px;
  }
}

.p-news-card__day-of-week {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .p-news-card__day-of-week {
    font-size: 14px;
  }
}

.p-news-card__time {
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .p-news-card__time {
    font-size: 28px;
  }
}

.p-news-card__results-date {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.p-news-card__results {
  margin: 8px 0;
  font-size: 64px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-news-card__results {
    font-size: 48px;
  }
}

.p-news-card__teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.p-news-card__team {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.p-news-card__news {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 32px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 991px) {
  .p-news-card__news {
    font-size: 24px;
  }
}

.p-news-card__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 4px 32px;
  border-radius: 24px;
  background-color: #ffffff;
  font-size: 16px;
  color: #202252;
  text-align: center;
}

.p-news-excerpt {
  background-color: #202252;
}

.p-news-excerpt__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 32px;
  max-width: 1440px;
  padding: 16px 8% 0;
  margin: 0 auto 16px;
}
.p-news-excerpt__title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #f7bf12;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .p-news-excerpt__title h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.p-news-excerpt__title p {
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .p-news-excerpt__title p {
    font-size: 18px;
  }
}

.p-news-excerpt__slider {
  padding-bottom: 32px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(75%, #202252));
  background-image: linear-gradient(0deg, #ffffff, #202252 75%);
}

.p-news-excerpt .swiper-button-prev,
.p-news-excerpt .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f7bf12;
  color: #202252;
  font-weight: 900;
}
.p-news-excerpt .swiper-button-prev {
  left: calc(50% - 175px);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 991px) {
  .p-news-excerpt .swiper-button-prev {
    left: calc(50% - 137.5px);
  }
}
.p-news-excerpt .swiper-button-prev::after {
  -webkit-transform: scale(0.5) translate(-12.25%, 0);
  -ms-transform: scale(0.5) translate(-12.25%, 0);
  transform: scale(0.5) translate(-12.25%, 0);
}
.p-news-excerpt .swiper-button-next {
  right: calc(50% - 175px);
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
@media screen and (max-width: 991px) {
  .p-news-excerpt .swiper-button-next {
    right: calc(50% - 137.5px);
  }
}
.p-news-excerpt .swiper-button-next::after {
  -webkit-transform: scale(0.5) translate(12.25%, 0);
  -ms-transform: scale(0.5) translate(12.25%, 0);
  transform: scale(0.5) translate(12.25%, 0);
}

.p-sec-container {
  margin-bottom: 100px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .p-sec-container {
    margin: 32px 0;
  }
}

.p-player-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-player-detail-container {
  width: 75%;
}
@media screen and (max-width: 991px) {
  .p-player-detail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
}

.p-player-wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.p-player-detail {
  background-color: #202252;
}

.p-player-img {
  width: 100%;
  height: 50vw;
  max-height: 700px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .p-player-img {
    height: 100vw;
  }
}

.p-fade {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #202252;
  background: -webkit-gradient(linear, left bottom, left top, from(#202252), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #202252 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.p-player-position {
  color: #f7bf12;
  font-size: 24px;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .p-player-position {
    font-size: 16px;
  }
}

.p-player-number {
  color: #f7bf12;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .p-player-number {
    font-size: 32px;
  }
}

.p-player-name-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: 40px;
  z-index: 2;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .p-player-name-section {
    bottom: 16px;
    left: 20px;
  }
}

.p-player-name-box {
  color: #fff;
}

.p-player-name {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-player-name {
    font-size: 24px;
  }
}

.p-player-roma-name {
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .p-player-roma-name {
    font-size: 12px;
    font-weight: 400;
  }
}

.p-player-profile-section {
  background-color: #202252;
  padding: 30px 40px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .p-player-profile-section {
    padding: 10px 20px;
  }
}

.p-player-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-player-basic-info {
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .p-player-basic-info {
    font-size: 14px;
  }
}

.p-instagram-icon {
  width: 56px;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .p-instagram-icon {
    -ms-flex-line-pack: center;
    align-content: center;
    width: 40px;
  }
}

.p-player-profile {
  line-height: 2;
  margin: 32px 0;
}

.p-basic-info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-basic-info-title {
  white-space: nowrap;
}

.p-basic-info-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
}
@media screen and (max-width: 991px) {
  .p-basic-info-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
  }
}

.p-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .p-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
  }
}

.p-profile p {
  width: 200px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .p-profile p {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .p-profile-title {
    font-weight: 400;
  }
}

.p-profile-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-player-interview {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .p-player-interview {
    margin-top: 20px;
  }
}

.p-player-interview-title {
  font-size: 32px;
  color: #202252;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .p-player-interview-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .p-player-interview-content {
    color: #fff;
    padding: 20px;
    padding-top: 0;
  }
}

.p-player-interview-content h1 {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .p-player-interview-content h1 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.p-player-interview-content h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .p-player-interview-content h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.p-player-interview-content h3,
.p-player-interview-content h4,
.p-player-interview-content h5,
.p-player-interview-content h6 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .p-player-interview-content h3,
  .p-player-interview-content h4,
  .p-player-interview-content h5,
  .p-player-interview-content h6 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.p-player-interview-content p {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .p-player-interview-content p {
    font-size: 14px;
  }
}

.p-player-interview-content img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-player-list-container {
  width: 25%;
  height: auto;
  margin-left: 20px;
  background-color: #202252;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 991px) {
  .p-player-list-container {
    display: none;
    width: 0;
  }
}

.p-list-header {
  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;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #000;
}

.p-list-title {
  padding-bottom: 6px;
  margin-top: 10px;
  border-bottom: 2px solid #fff;
}

.p-list-title-text {
  color: #00a0d3;
  font-size: 14px;
  margin-left: 10px;
}

.p-list-item {
  color: #fff;
  font-size: 14px;
  margin: 15px;
}

.p-list-item-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.p-mobile-button {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-mobile-button {
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: right;
    font-weight: 400;
  }
}

.p-schedule__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 991px) {
  .p-schedule__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: unset;
    width: 100vw;
    margin: 0 -16px;
  }
}

.p-schedule__img {
  width: 40%;
  height: 20vw;
  max-height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .p-schedule__img {
    width: 100%;
    height: 250px;
    max-height: unset;
  }
}

@media screen and (max-width: 991px) {
  .p-schedule__desc {
    margin-top: 32px;
    padding: 0 16px;
  }
}

.p-schedule__divider {
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 48px 0;
  margin: 48px 0;
}

.p-schedule__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 991px) {
  .p-schedule__results {
    gap: 40px;
  }
}

.p-schedule__team {
  text-align: center;
}

.p-schedule__team-logo {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .p-schedule__team-logo {
    width: 32px;
    height: 32px;
  }
}

.p-schedule__team-name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .p-schedule__team-name {
    font-size: 12px;
  }
}

.p-schedule__score {
  font-family: "Archivo";
  font-size: 64px;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .p-schedule__score {
    font-size: 40px;
  }
}

.p-schedule__scoreboard-title {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .p-schedule__scoreboard-title {
    font-size: 28px;
  }
}

.p-schedule-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  height: 370px;
  margin: 0 auto 32px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .p-schedule-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

.p-schedule__card-img {
  width: 43%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .p-schedule__card-img {
    width: 100%;
    height: 250px;
  }
}

.p-schedule__card-desc {
  margin: 48px 64px 64px;
}
@media screen and (max-width: 991px) {
  .p-schedule__card-desc {
    margin: 24px 32px 48px;
  }
}

.p-schedule__sub-title {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .p-schedule__sub-title {
    font-size: 14px;
  }
}

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

.p-schedule__tags {
  margin: 32px 0;
}
@media screen and (max-width: 991px) {
  .p-schedule__tags {
    margin: 16px 0;
    font-size: 14px;
  }
}

.p-schedule__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .p-schedule__tag {
    margin-bottom: 6px;
  }
}
.p-schedule__tag p:nth-of-type(2) {
  font-weight: 400;
}

.p-schedule__summary {
  display: -webkit-box;
  line-height: 1.5;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 991px) {
  .p-schedule__summary {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}

.p-schedule__detail {
  position: absolute;
  bottom: 24px;
  right: 8px;
  font-size: 14px;
  color: #252855;
}
@media screen and (max-width: 991px) {
  .p-schedule__detail {
    bottom: 16px;
  }
}

.p-schedule__text {
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .p-schedule__text {
    font-size: 14px;
  }
}
.p-schedule__text h3 {
  margin-bottom: 32px;
}

.p-schedule__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4%;
}
@media screen and (max-width: 991px) {
  .p-schedule__imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.p-schedule__imgs img {
  max-height: 300px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 991px) {
  .p-scoreboard {
    overflow: scroll;
  }
}

@media screen and (max-width: 991px) {
  .p-scoreboard__container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.p-scoreboard-upper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 8fr 2.5fr;
  grid-template-columns: 3fr 8fr 2.5fr;
  border: 1px solid #000000;
}
@media screen and (max-width: 991px) {
  .p-scoreboard-upper {
    -ms-grid-columns: 3fr 8fr 3fr;
    grid-template-columns: 3fr 8fr 3fr;
  }
}

.p-scoreboard-upper__teams {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 32px 64px 64px;
  grid-template-rows: 32px 64px 64px;
  padding: 16px;
  padding-bottom: 0;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 991px) {
  .p-scoreboard-upper__teams {
    -ms-grid-rows: 28px 48px 48px;
    grid-template-rows: 28px 48px 48px;
  }
}

.p-scoreboard-upper__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  overflow-wrap: break-word;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-scoreboard-upper__team img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .p-scoreboard-upper__team img {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .p-scoreboard-upper__team p {
    font-size: 14px;
  }
}

.p-scoreboard-upper__score {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (20px)[9];
  grid-template-columns: repeat(9, 20px);
  -ms-grid-rows: 32px 64px 64px;
  grid-template-rows: 32px 64px 64px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  text-align: center;
  padding: 16px 24px 0;
}
@media screen and (max-width: 991px) {
  .p-scoreboard-upper__score {
    -ms-grid-rows: 28px 48px 48px;
    grid-template-rows: 28px 48px 48px;
  }
}

.p-scoreboard-upper__score-num {
  font-family: "Archivo";
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .p-scoreboard-upper__score-num {
    font-size: 28px;
  }
}

.p-scoreboard-upper__score-num--yellow {
  color: #f7bf12;
}

.p-scoreboard-upper__rhe {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (20px)[3];
  grid-template-columns: repeat(3, 20px);
  -ms-grid-rows: 32px 64px 64px;
  grid-template-rows: 32px 64px 64px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  text-align: center;
  padding: 16px 24px 0;
  border-left: 1px solid #000000;
}
@media screen and (max-width: 991px) {
  .p-scoreboard-upper__rhe {
    -ms-grid-rows: 28px 48px 48px;
    grid-template-rows: 28px 48px 48px;
  }
}

.p-scoreboard-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-scoreboard-lower__container {
  width: 50%;
  padding: 16px;
  border: 1px solid #000000;
  border-top: none;
}
@media screen and (max-width: 991px) {
  .p-scoreboard-lower__container {
    font-size: 14px;
  }
}

.p-scoreboard-lower .p-scoreboard-lower__container:nth-of-type(2) {
  border-left: none;
}

.p-scoreboard-lower__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 8px 0;
}
.p-scoreboard-lower__player img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.p-sec-img-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 150px;
  background-color: #202351;
}
@media screen and (max-width: 991px) {
  .p-sec-img-header {
    height: 80px;
  }
}

.p-sec-img-title {
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .p-sec-img-title {
    font-size: 20px;
  }
}

.p-sec-img-subtitle {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .p-sec-img-subtitle {
    font-size: 12px;
    margin-top: 8px;
  }
}

.p-sec-title {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .p-sec-title {
    margin-top: 40px;
  }
}

.p-sec-title-name {
  color: #202351;
  font-size: 35px;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .p-sec-title-name {
    font-size: 24px;
  }
}

.p-border {
  display: block;
  margin-top: 5px;
}

.p-archive-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .p-archive-container {
    margin-bottom: 40px;
  }
}

.p-archive-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #202351;
  border-radius: 4px;
  overflow: hidden;
}

.p-archive-label {
  background-color: #202351;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .p-archive-label {
    padding: 6px 10px;
    font-size: 12px;
  }
}

.p-year-text {
  font-weight: 400;
}

.p-select-year {
  border: none;
  background-color: #fff;
  color: #202351;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  width: 180px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
@media screen and (max-width: 991px) {
  .p-select-year {
    padding: 6px 10px;
    width: 160px;
    font-size: 12px;
  }
}

.p-sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 96px;
  height: 50px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8%;
}
@media screen and (max-width: 991px) {
  .p-sponsor {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    gap: 24px;
  }
}

.p-sponsor a {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .p-sponsor a {
    width: 80px;
  }
}

.p-staff {
  background-color: #202252;
}

.p-staff__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 128px 0;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .p-staff__container {
    padding: 32px 16px;
  }
}

.p-staff__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 128px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-staff__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.p-staff__content:last-child {
  margin-bottom: 0;
}

.p-staff__img {
  width: 25vw;
  min-width: 200px;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .p-staff__img {
    width: 250px;
    margin: 0 auto;
  }
}

.p-staff__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 450px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 991px) {
  .p-staff__name {
    gap: 8px;
    width: 100%;
  }
}
.p-staff__name h3 {
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .p-staff__name h3 {
    font-size: 24px;
  }
}
.p-staff__name p {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .p-staff__name p {
    font-size: 12px;
  }
}

.p-staff__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .p-staff__text {
    font-size: 14px;
  }
}

.p-title {
  width: 100%;
  background-color: #202252;
}

.p-title__inner {
  width: 100%;
  margin: 0 auto;
  padding: 64px 0 32px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-title__inner {
    padding: 32px 0 16px;
  }
}

.p-main-title {
  color: #f7bf12;
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-main-title {
    font-size: 32px;
  }
}

.p-sub-title {
  margin-top: 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
}
@media screen and (max-width: 991px) {
  .p-sub-title {
    margin-top: 8px;
    font-size: 14px;
  }
}

.p-main-sponsor {
  padding: 120px 170px;
}
@media screen and (max-width: 991px) {
  .p-main-sponsor {
    padding: 32px 42px;
  }
}

.p-main-sponsor__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  width: 60vw;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-main-sponsor__container {
    width: 100%;
  }
}

.p-main-sponsor__heading {
  text-align: center;
}

.p-main-sponsor__heading-title {
  color: #202252;
  font-size: 32px;
  font-weight: 700;
}

.p-main-sponsor__heading-sub-title {
  color: #202252;
  font-size: 14px;
}

.p-main-sponsor__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.p-main-sponsor__group-title {
  color: #fff;
  padding-left: 12px;
}

.p-main-sponsor__group-title--top {
  background-color: #000;
}

.p-main-sponsor__group-title--gold {
  background-color: #f7bf12;
}

.p-main-sponsor__group-title--silver {
  background-color: #00a0d3;
}

.p-main-sponsor__group-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}
@media screen and (max-width: 991px) {
  .p-main-sponsor__group-items {
    gap: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-main-sponsor__img {
  width: 12vw;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .p-main-sponsor__img {
    width: 22vw;
  }
}

.p-uniform-cap-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  width: 100%;
  height: auto;
  margin-top: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .p-uniform-cap-desc {
    display: block;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-team-logo-img {
  width: 190px;
  height: auto;
  margin-top: 45px;
  margin-left: -50px;
}
@media screen and (max-width: 991px) {
  .p-team-logo-img {
    display: block;
    margin: 15px auto;
    width: 150px;
  }
}

.p-cap-img {
  width: auto;
  height: 210px;
  margin-top: 45px;
  margin-left: -125px;
}
@media screen and (max-width: 991px) {
  .p-cap-img {
    height: 150px;
    margin: 15px auto;
    margin-left: 30px;
  }
}

.p-uniform-desc {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .p-uniform-desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .p-uniform-desc-br {
    display: none;
  }
}

.p-uniform-img {
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .p-uniform-img {
    margin-top: 32px;
  }
}

.p-vision-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #202351;
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .p-vision-msg {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .p-vision-msg-none {
    display: none;
  }
}
/*# sourceMappingURL=sass/style.css.map */
