@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-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;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --color-primary-01: #5d62a2;
  --color-text: #4f5352;
  --color-cat-guidelines: #7b99ce;
  --color-cat-prizes: #e9ae73;
  --color-cat-schedule: #557d75;
  --color-cat-judges: #e65c4f;
  --color-cat-notes: #e89f96;
  --color-cat-faq: #f6d270;
  --font-base: YakuHanJP, "Noto Sans JP", "Helvetica Neue", arial, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  --transition-standard: 0.2s;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

body {
  font-family: var(--font-base);
  line-height: 1;
  color: var(--color-text);
  background: url("../img/bg_01.jpg") center top no-repeat #fffcee;
  background-size: 100% auto;
}

img {
  max-width: 100%;
  height: auto;
}

a[href^="tel:"] {
  cursor: default;
}

.l-container-1100 {
  width: calc(100% - 3.75rem);
  max-width: 68.75rem;
  margin: auto;
}
@media screen and (width < 768px) {
  .l-container-1100 {
    width: calc(100% - 2.5rem);
  }
}

.c-ttl-01 {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  width: 16.25rem;
}

.c-ttl-01__in {
  position: relative;
  z-index: 1;
  display: flex;
  grid-area: 1/1/2/2;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}

.c-ttl-01::after {
  display: inline-flex;
  grid-area: 1/1/2/2;
  width: 100%;
  aspect-ratio: 260/50;
  content: "";
  background: var(--color-primary-01);
  mask: url("../img/ttl_bg_01.svg") center center no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.c-ttl-01__in--yellow {
  color: var(--color-primary-01);
}

.c-ttl-01--yellow::after {
  background: #efea3d;
  mask: url("../img/ttl_bg_01.svg") center center no-repeat;
}

.c-ttl-contest-tbl {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

.c-ttl-contest-tbl::after {
  display: inline-flex;
  grid-area: 1/1/2/2;
  width: 100%;
  aspect-ratio: 300/90;
  content: "";
  background: var(--color-primary-01);
  mask: url("../img/ttl_bg_02.svg") center center no-repeat;
}

.c-ttl-contest-tbl__in {
  position: relative;
  z-index: 1;
  display: flex;
  grid-area: 1/1/2/2;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (width < 768px) {
  .c-ttl-contest-tbl__in {
    font-size: 1.125rem;
  }
}

.c-ttl-contest-tbl__in--space {
  letter-spacing: 0.2em;
}

.c-ttl-details {
  padding: 0.125rem 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media screen and (width < 768px) {
  .c-ttl-details {
    padding: 0 1.125rem;
    font-size: 1.125rem;
  }
}

@media screen and (width < 768px) {
  .c-ttl-details__small {
    font-size: 0.8125rem;
  }
}

.c-ttl-details--guidelines {
  background: var(--color-cat-guidelines);
}

.c-ttl-details--prizes {
  background: var(--color-cat-prizes);
}

.c-ttl-details--schedule {
  background: var(--color-cat-schedule);
}

.c-ttl-details--judges {
  background: var(--color-cat-judges);
}

.c-ttl-details--notes {
  background: var(--color-cat-notes);
}

.c-ttl-details--faq {
  background: var(--color-cat-faq);
}

.c-ttl-details--primary {
  background: var(--color-primary-01);
}

.c-btn-entry {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
  padding: 1.25rem 3.125rem;
  font-weight: bold;
  color: #fff;
  background: var(--color-primary-01);
  border: 4px solid var(--color-primary-01);
  border-radius: 100vmax;
  transition: color var(--transition-standard), background var(--transition-standard);
}
@media screen and (width < 768px) {
  .c-btn-entry {
    gap: 0.3125rem;
    padding: 1.125rem 0.75rem;
  }
}

.c-btn-entry::after {
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  content: "";
  background: #fff;
  mask: url("../img/ico_btn_01.svg") center center no-repeat;
  mask-size: contain;
  transition: background var(--transition-standard), transform var(--transition-standard);
}
@media screen and (width < 768px) {
  .c-btn-entry::after {
    width: 2rem;
    height: 2rem;
  }
}

.c-btn-entry__in {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (width < 768px) {
  .c-btn-entry__in {
    gap: 0.625rem;
    font-size: 1.125rem;
  }
}

.c-btn-entry__in::before {
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  content: "";
  background: #fff;
  mask: url("../img/ico_btn_02.svg") center center no-repeat;
  mask-size: contain;
  transition: background var(--transition-standard);
}
@media screen and (width < 768px) {
  .c-btn-entry__in::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}

@media (any-hover: hover) {
  .c-btn-entry:hover {
    color: var(--color-primary-01);
    background: #fff;
  }
  .c-btn-entry:hover::after {
    background: var(--color-primary-01);
    transform: translateX(5px);
  }
  .c-btn-entry:hover .c-btn-entry__in::before {
    background: var(--color-primary-01);
  }
}
.c-btn-accordion-close {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
  width: 100%;
  padding: 1.25rem 1.25rem;
  font-weight: bold;
  color: #fff;
  background: #d05d62;
  border: 4px solid #d05d62;
  border-radius: 100vmax;
  transition: color var(--transition-standard), background var(--transition-standard);
}
@media screen and (width < 768px) {
  .c-btn-accordion-close {
    gap: 0.3125rem;
    padding: 0.875rem 0.75rem;
  }
}

.c-btn-accordion-close::after {
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  content: "";
  background: #fff;
  mask: url("../img/ico_btn_03.svg") center center no-repeat;
  mask-size: contain;
  transition: background var(--transition-standard), transform var(--transition-standard);
}
@media screen and (width < 768px) {
  .c-btn-accordion-close::after {
    width: 2rem;
    height: 2rem;
  }
}

.c-btn-accordion-close__in {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (width < 768px) {
  .c-btn-accordion-close__in {
    gap: 0.625rem;
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .c-btn-accordion-close:hover {
    color: #d05d62;
    background: #fff;
  }
  .c-btn-accordion-close:hover::after {
    background: #d05d62;
  }
}
.c-btn-guidelines {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
  padding: 1.25rem 1.25rem;
  font-weight: bold;
  color: #fff;
  background: var(--color-primary-01);
  border: 4px solid var(--color-primary-01);
  border-radius: 100vmax;
  transition: color var(--transition-standard), background var(--transition-standard);
}
@media screen and (width < 768px) {
  .c-btn-guidelines {
    gap: 0.3125rem;
    padding: 0.875rem 0.75rem;
  }
}

.c-btn-guidelines::after {
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  content: "";
  background: #fff;
  mask: url("../img/ico_btn_01.svg") center center no-repeat;
  mask-size: contain;
  transition: background var(--transition-standard), transform var(--transition-standard);
}
@media screen and (width < 768px) {
  .c-btn-guidelines::after {
    width: 2rem;
    height: 2rem;
  }
}

.c-btn-guidelines__in {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (width < 768px) {
  .c-btn-guidelines__in {
    gap: 0.625rem;
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .c-btn-guidelines:hover {
    color: var(--color-primary-01);
    background: #fff;
  }
  .c-btn-guidelines:hover::after {
    background: var(--color-primary-01);
    transform: translateX(3px);
  }
}
.c-accordion-btn {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 42px;
  width: 100%;
  padding: 1.6875rem 3.125rem 1.6875rem 2.5rem;
  color: #fff;
  border-width: 4px;
  border-radius: 100vmax;
  transition: background 0.2s, color 0.2s;
}
@media screen and (width < 768px) {
  .c-accordion-btn {
    grid-template-columns: 1fr 32px;
    padding: 1.125rem 0.9375rem 1.25rem 0.9375rem;
  }
}

.c-accordion-btn::before,
.c-accordion-btn::after {
  display: flex;
  grid-area: 1/2/2/3;
  align-self: center;
  width: 42px;
  height: 10px;
  content: "";
  background: #fff;
  transition: background 0.2s;
}
@media screen and (width < 768px) {
  .c-accordion-btn::before,
  .c-accordion-btn::after {
    width: 32px;
    height: 8px;
  }
}

.c-accordion-btn::after {
  transform: rotate(-90deg);
  transition: background 0.2s, transform 0.2s;
}

.c-accordion-btn__in {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100px 1fr;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .c-accordion-btn__in {
    grid-template-columns: 40px 1fr;
    gap: 0.625rem;
    font-size: 1.25rem;
  }
}

@media screen and (width < 768px) {
  .c-accordion-btn__in > span {
    display: flex;
    align-items: center;
  }
}

.c-accordion-btn__in::before {
  display: block;
  width: 3.25rem;
  aspect-ratio: 52/45;
  content: "";
  background: #fff;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.2s;
}
@media screen and (width < 768px) {
  .c-accordion-btn__in::before {
    display: flex;
    align-self: center;
    width: 2.5rem;
  }
}

.c-accordion-btn.is-open::after {
  transform: rotate(0);
}

.c-accordion-btn--guidelines {
  background: var(--color-cat-guidelines);
  border-color: var(--color-cat-guidelines);
}

.c-accordion-btn--guidelines .c-accordion-btn__in::before {
  mask-image: url("../img/ico_accordion_01.svg");
}

@media (any-hover: hover) {
  .c-accordion-btn--guidelines:hover {
    color: var(--color-cat-guidelines);
    background: #fff;
  }
  .c-accordion-btn--guidelines:hover::before, .c-accordion-btn--guidelines:hover::after {
    background: var(--color-cat-guidelines);
  }
  .c-accordion-btn--guidelines:hover .c-accordion-btn__in::before {
    background: var(--color-cat-guidelines);
  }
}
.c-accordion-btn--prizes {
  background: var(--color-cat-prizes);
  border-color: var(--color-cat-prizes);
}

.c-accordion-btn--prizes .c-accordion-btn__in::before {
  mask-image: url("../img/ico_accordion_02.svg");
}

@media (any-hover: hover) {
  .c-accordion-btn--prizes:hover {
    color: var(--color-cat-prizes);
    background: #fff;
  }
  .c-accordion-btn--prizes:hover::before, .c-accordion-btn--prizes:hover::after {
    background: var(--color-cat-prizes);
  }
  .c-accordion-btn--prizes:hover .c-accordion-btn__in::before {
    background: var(--color-cat-prizes);
  }
}
.c-accordion-btn--schedule {
  background: var(--color-cat-schedule);
  border-color: var(--color-cat-schedule);
}

.c-accordion-btn--schedule .c-accordion-btn__in::before {
  mask-image: url("../img/ico_accordion_03.svg");
}

@media (any-hover: hover) {
  .c-accordion-btn--schedule:hover {
    color: var(--color-cat-schedule);
    background: #fff;
  }
  .c-accordion-btn--schedule:hover::before, .c-accordion-btn--schedule:hover::after {
    background: var(--color-cat-schedule);
  }
  .c-accordion-btn--schedule:hover .c-accordion-btn__in::before {
    background: var(--color-cat-schedule);
  }
}
.c-accordion-btn--judges {
  background: var(--color-cat-judges);
  border-color: var(--color-cat-judges);
}

.c-accordion-btn--judges .c-accordion-btn__in::before {
  mask-image: url("../img/ico_accordion_04.svg");
}

@media (any-hover: hover) {
  .c-accordion-btn--judges:hover {
    color: var(--color-cat-judges);
    background: #fff;
  }
  .c-accordion-btn--judges:hover::before, .c-accordion-btn--judges:hover::after {
    background: var(--color-cat-judges);
  }
  .c-accordion-btn--judges:hover .c-accordion-btn__in::before {
    background: var(--color-cat-judges);
  }
}
.c-accordion-btn--notes {
  background: var(--color-cat-notes);
  border-color: var(--color-cat-notes);
}

.c-accordion-btn--notes .c-accordion-btn__in::before {
  mask-image: url("../img/ico_accordion_05.svg");
}

@media (any-hover: hover) {
  .c-accordion-btn--notes:hover {
    color: var(--color-cat-notes);
    background: #fff;
  }
  .c-accordion-btn--notes:hover::before, .c-accordion-btn--notes:hover::after {
    background: var(--color-cat-notes);
  }
  .c-accordion-btn--notes:hover .c-accordion-btn__in::before {
    background: var(--color-cat-notes);
  }
}
.c-accordion-btn--faq {
  background: var(--color-cat-faq);
  border-color: var(--color-cat-faq);
}

.c-accordion-btn--faq .c-accordion-btn__in::before {
  mask-image: url("../img/ico_accordion_06.svg");
}

@media (any-hover: hover) {
  .c-accordion-btn--faq:hover {
    color: var(--color-cat-faq);
    background: #fff;
  }
  .c-accordion-btn--faq:hover::before, .c-accordion-btn--faq:hover::after {
    background: var(--color-cat-faq);
  }
  .c-accordion-btn--faq:hover .c-accordion-btn__in::before {
    background: var(--color-cat-faq);
  }
}
.p-top-hero {
  width: calc(100% - 3.75rem);
  max-width: 112.5rem;
  padding: 6.25rem 0 0;
  margin: 0 auto 6.25rem;
}
@media screen and (width < 768px) {
  .p-top-hero {
    width: calc(100% - 2.5rem);
    padding: 3.125rem 0 0;
    margin-bottom: 1.25rem;
  }
}

.p-top-contest {
  position: relative;
  width: calc(100% - 3.75rem);
  margin: 0 auto 7.5rem;
}
@media screen and (width < 768px) {
  .p-top-contest {
    width: calc(100% - 2.5rem);
    margin-bottom: 4.375rem;
  }
}

.p-top-contest__ttl-wrap {
  position: relative;
  width: 16.25rem;
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .p-top-contest__ttl-wrap {
    width: auto;
    margin-bottom: 1.25rem;
  }
}

.p-top-contest__ttl {
  margin: 0 auto 2.1875rem;
}
@media screen and (width < 768px) {
  .p-top-contest__ttl {
    max-width: max-content;
    margin: 0 auto;
  }
}

.p-top-contest__bubble-01,
.p-top-contest__bubble-02 {
  position: absolute;
  display: block;
  max-width: none;
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .p-top-contest__bubble-01,
  .p-top-contest__bubble-02 {
    position: static;
  }
}

.p-top-contest__bubble-01 {
  inset: 0;
  width: 19.79vw;
  transform: translate(-22vw, -0.625rem);
}
@media screen and (width < 1200px) {
  .p-top-contest__bubble-01 {
    transform: translate(-30vw, 0rem);
  }
}
@media screen and (width < 768px) {
  .p-top-contest__bubble-01 {
    width: 100%;
    margin: 0 0 0.625rem;
    transform: translate(0);
  }
}

.p-top-contest__bubble-02 {
  inset: 0;
  width: 16.97vw;
  transform: translate(19vw, -0.625rem);
}
@media screen and (width < 1200px) {
  .p-top-contest__bubble-02 {
    transform: translate(28vw, 0rem);
  }
}
@media screen and (width < 768px) {
  .p-top-contest__bubble-02 {
    width: 86.5671%;
    margin-bottom: 0.625rem;
    transform: translate(0);
  }
}

.p-top-contest__lead {
  margin: 0 0 3.75rem;
  font-size: clamp(1.5rem, 0.648rem + 3.636vw, 3.375rem);
  font-weight: bold;
  line-height: 1.3;
  color: var(--color-primary-01);
  text-align: center;
}
@media screen and (width < 768px) {
  .p-top-contest__lead {
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
  }
}

.p-top-contest-tbl {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: max-content;
  margin: 0 auto 9.375rem;
}
@media screen and (width < 768px) {
  .p-top-contest-tbl {
    gap: 2.5rem;
    margin-bottom: 4.375rem;
  }
}

.p-top-contest-tbl__item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 11.25rem 1fr;
  gap: 1.5625rem;
}
@media screen and (width < 768px) {
  .p-top-contest-tbl__item {
    display: block;
  }
}

.p-top-contest-tbl__ttl {
  max-width: 11.25rem;
}
@media screen and (width < 768px) {
  .p-top-contest-tbl__ttl {
    margin: 0 auto 0.9375rem;
  }
}

.p-top-contest-tbl__txt-target {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (width < 768px) {
  .p-top-contest-tbl__txt-target {
    line-height: 1.2;
    text-align: center;
  }
}

@media screen and (width < 768px) {
  .p-top-contest-tbl__txt-target > .lg {
    display: block;
    font-size: 1.75rem;
  }
}

@media screen and (width < 768px) {
  .p-top-contest-tbl__txt-target > .sm {
    display: block;
    font-size: 1.125rem;
  }
}

.p-top-contest-tbl__txt-l {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .p-top-contest-tbl__txt-l {
    font-size: 1.75rem;
    text-align: center;
  }
}

.p-top-contest-tbl__txt-s {
  line-height: 1.6;
}
@media screen and (width < 768px) {
  .p-top-contest-tbl__txt-s {
    font-size: 0.9375rem;
  }
}

.p-top-contest__btn {
  max-width: 50rem;
  margin: 0 auto;
}

.p-top-overview {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  width: calc(100% - 3.75rem);
  max-width: 95rem;
  margin: 0 auto 9.375rem;
}
@media screen and (width < 1200px) {
  .p-top-overview {
    display: flex;
    flex-direction: column;
    gap: 3.125rem 0;
    width: calc(100% - 2.5rem);
    margin-bottom: 6.25rem;
  }
}
@media screen and (width < 768px) {
  .p-top-overview {
    gap: 2.1875rem 0;
    margin-bottom: 5rem;
  }
}

.p-top-overview__content {
  padding: 2.8125rem 1.25rem 0 0;
}
@media screen and (width < 1200px) {
  .p-top-overview__content {
    padding: 0;
  }
}

.p-top-overview__content-in {
  max-width: 39.375rem;
  margin: 0 0 auto auto;
}
@media screen and (width < 1200px) {
  .p-top-overview__content-in {
    margin: 0 auto;
  }
}

.p-top-overview__lead {
  margin: 0 0 0.3125rem;
  font-size: 2.5625rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-primary-01);
}
@media screen and (width < 768px) {
  .p-top-overview__lead {
    font-size: 1.875rem;
    text-align: center;
  }
}

.p-top-overview__lead-s {
  margin: 0 0 1.875rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.7;
  color: var(--color-primary-01);
}
@media screen and (width < 768px) {
  .p-top-overview__lead-s {
    margin-bottom: 1.25rem;
    font-size: 1.3125rem;
    text-align: center;
  }
}

.p-top-overview__txt {
  padding: 0 1.875rem 0 0;
}
@media screen and (width < 1200px) {
  .p-top-overview__txt {
    padding: 0;
  }
}

.p-top-overview__txt p {
  line-height: 2;
  text-indent: 1em;
}
@media screen and (width < 768px) {
  .p-top-overview__txt p {
    line-height: 1.8;
  }
}

.p-top-overview__img {
  margin: 0 auto;
  transform: translateX(1.5%);
}
@media screen and (width < 1200px) {
  .p-top-overview__img {
    max-width: 36.25rem;
  }
}
@media screen and (width < 768px) {
  .p-top-overview__img {
    max-width: 80%;
    transform: translateX(1%);
  }
}

.p-top-purpose {
  position: relative;
  max-width: 75rem;
  margin: 0 auto 10.625rem;
}
@media screen and (width < 768px) {
  .p-top-purpose {
    margin-bottom: 2.8125rem;
  }
}

.p-top-purpose__ttl {
  max-width: max-content;
  margin: 0 auto 5.625rem;
}
@media screen and (width < 768px) {
  .p-top-purpose__ttl {
    margin-bottom: 3.125rem;
  }
}

.p-top-purpose__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: max-content;
  padding: 0 1.875rem;
  margin: 0 auto;
}
@media screen and (width < 1200px) {
  .p-top-purpose__list {
    gap: 4.375rem;
    margin: 0 auto 4.375rem;
  }
}
@media screen and (width < 768px) {
  .p-top-purpose__list {
    gap: 2.5rem;
    margin: 0 auto 2.1875rem;
  }
}

.p-top-purpose__item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr;
  gap: 1.5625rem;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.55;
  color: var(--color-primary-01);
}
@media screen and (width < 1200px) {
  .p-top-purpose__item {
    font-size: 2.125rem;
  }
}
@media screen and (width < 768px) {
  .p-top-purpose__item {
    display: block;
    font-size: 2rem;
    text-align: center;
  }
}

.p-top-purpose__item::before {
  display: block;
  width: 4.375rem;
  aspect-ratio: 1/1;
  content: "";
}
@media screen and (width < 1200px) {
  .p-top-purpose__item::before {
    width: 4.375rem;
  }
}
@media screen and (width < 768px) {
  .p-top-purpose__item::before {
    margin: 0 auto;
  }
}

.p-top-purpose__item--num01::before {
  background: url("../img/txt_purpose_num_01.svg") left top no-repeat;
}

.p-top-purpose__item--num02::before {
  background: url("../img/txt_purpose_num_02.svg") left top no-repeat;
}

.p-top-purpose__item--num03::before {
  background: url("../img/txt_purpose_num_03.svg") left top no-repeat;
}

.p-top-purpose__img-01 {
  position: absolute;
  inset: -1.5625rem auto auto -6.875rem;
  aspect-ratio: 210/250;
}
@media screen and (width < 1200px) {
  .p-top-purpose__img-01 {
    position: static;
    display: block;
    margin: 0 auto;
    transform: translate(-0.625rem);
  }
}

.p-top-purpose__img-02 {
  position: absolute;
  inset: auto 0 -1.875rem auto;
  aspect-ratio: 210/170;
}
@media screen and (width < 1200px) {
  .p-top-purpose__img-02 {
    display: none;
  }
}

.p-top-gallery {
  margin: 0 0 9.375rem;
}
@media screen and (width < 768px) {
  .p-top-gallery {
    margin-bottom: 3.75rem;
  }
}

.p-top-gallery .swiper-wrapper {
  transition-timing-function: var(--ease-out-expo);
}

.p-top-gallery .swiper-slide {
  padding: 0 1.5625rem;
}
@media screen and (width < 768px) {
  .p-top-gallery .swiper-slide {
    padding: 0 0.4375rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 4.375rem;
  height: 4.375rem;
  transition: opacity var(--transition-standard);
}
@media screen and (width < 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.swiper-button-prev {
  left: 20vw !important;
  background: url("../img/ico_slider_arrow_left.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (width < 768px) {
  .swiper-button-prev {
    left: 5vw !important;
  }
}

.swiper-button-next {
  right: 20vw !important;
  background: url("../img/ico_slider_arrow_right.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (width < 768px) {
  .swiper-button-next {
    right: 5vw !important;
  }
}

@media (any-hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.p-top-details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: calc(100% - 3.75rem);
  max-width: 75rem;
  margin: 0 auto 16.875rem;
}
@media screen and (width < 1200px) {
  .p-top-details {
    margin: 0 auto 9.375rem;
  }
}
@media screen and (width < 768px) {
  .p-top-details {
    width: calc(100% - 2.5rem);
    margin-bottom: 6.25rem;
  }
}

.p-top-details-sec__btn {
  position: relative;
  z-index: 100;
}

.p-top-details-sec__content {
  display: none;
  max-height: 0;
  overflow: hidden;
  outline: 4px solid #000;
  outline-offset: -5px;
  background: #fff;
  border-radius: 2.8125rem;
  transform: translateY(-3.4375rem);
  transition: max-height 0.8s var(--ease-out-expo);
}

.p-top-details-sec__content-in {
  padding: 7.5rem 2.8125rem 7.5rem;
  outline: 4px solid #000;
}
@media screen and (width < 768px) {
  .p-top-details-sec__content-in {
    padding: 5.3125rem 1.25rem;
  }
}

.p-top-details-sec__content--guidelines {
  outline-color: var(--color-cat-guidelines);
}

.p-top-details-sec__content--prizes {
  outline-color: var(--color-cat-prizes);
}

.p-top-details-sec__content--schedule {
  outline-color: var(--color-cat-schedule);
}

.p-top-details-sec__content--judges {
  outline-color: var(--color-cat-judges);
}

.p-top-details-sec__content--notes {
  outline-color: var(--color-cat-notes);
}

.p-top-details-sec__content--faq {
  outline-color: var(--color-cat-faq);
}

.p-top-details-guidelines__sec + .p-top-details-guidelines__sec {
  margin-top: 2.8125rem;
}
@media screen and (width < 768px) {
  .p-top-details-guidelines__sec + .p-top-details-guidelines__sec {
    margin-top: 2.5rem;
  }
}

.p-top-details-guidelines__ttl {
  margin-bottom: 0.625rem;
}

.p-top-details-guidelines__txt {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .p-top-details-guidelines__txt {
    font-size: 1rem;
  }
}

@media screen and (width < 768px) {
  .p-top-details-guidelines__txt .small {
    display: inline-block;
    font-size: 0.9375rem;
  }
}

.p-top-details-guidelines__close {
  max-width: 25rem;
  margin: 0 auto;
}

.p-top-details-guidelines-theme {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
  margin: 0 0 1.25rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (width < 768px) {
  .p-top-details-guidelines-theme {
    gap: 0;
    margin-bottom: 0.625rem;
  }
}

.p-top-details-guidelines-theme dt {
  font-size: 1.25rem;
}
@media screen and (width < 768px) {
  .p-top-details-guidelines-theme dt {
    font-size: 1.125rem;
  }
}

.p-top-details-guidelines-theme dd {
  font-size: 1.5rem;
  color: #5d63a3;
}
@media screen and (width < 768px) {
  .p-top-details-guidelines-theme dd {
    font-size: 1.25rem;
  }
}

.p-top-details-guidelines-eligibility {
  display: flex;
  flex-direction: column;
  gap: 2.5rem 0;
  padding: 0.625rem 0 0;
}
@media screen and (width < 768px) {
  .p-top-details-guidelines-eligibility {
    gap: 3.125rem 0;
  }
}

.p-top-details-guidelines-eligibility dt {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (width < 768px) {
  .p-top-details-guidelines-eligibility dt {
    font-size: 1.125rem;
  }
}

.p-top-details-guidelines-eligibility dd {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .p-top-details-guidelines-eligibility dd {
    font-size: 1rem;
  }
}

.p-top-details-guidelines-process {
  margin: 0 0 4.0625rem;
  font-size: 1.125rem;
  line-height: 1.75;
}
@media screen and (width < 768px) {
  .p-top-details-guidelines-process {
    margin-bottom: 2.8125rem;
    font-size: 1rem;
  }
}

.p-top-details-guidelines-process__item .note {
  display: inline-block;
  font-size: 1rem;
}

.p-top-details-guidelines-line {
  display: block;
  max-width: max-content;
  margin: 0 auto 5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (width < 768px) {
  .p-top-details-guidelines-line {
    margin-bottom: 4.0625rem;
    font-size: 1.125rem;
  }
}

.p-top-details-guidelines-line > img {
  margin-bottom: 0.625rem;
}
@media screen and (width < 768px) {
  .p-top-details-guidelines-line > img {
    max-width: 7.5rem;
  }
}

.p-top-details-guidelines-btn {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 5.625rem;
  max-width: 56.25rem;
  margin: 0 auto 6.25rem;
}
@media screen and (width < 768px) {
  .p-top-details-guidelines-btn {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

.p-top-details-prizes__ttl {
  margin: 0 0 0.625rem;
}

.p-top-details-prizes__txt {
  margin-bottom: 6.25rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .p-top-details-prizes__txt {
    margin-bottom: 4.0625rem;
    font-size: 1rem;
  }
}

.p-top-details-prizes__img {
  display: block;
  max-width: max-content;
  margin: 0 auto 9.375rem;
}
@media screen and (width < 768px) {
  .p-top-details-prizes__img {
    width: 100%;
    max-width: 17.5rem;
    margin-bottom: 3.125rem;
  }
}

.p-top-details-prizes__close {
  max-width: 25rem;
  margin: 0 auto;
}

.p-top-details-schedule__sec + .p-top-details-schedule__sec {
  margin-top: 2.5rem;
}

.p-top-details-schedule__close {
  max-width: 25rem;
  margin: 0 auto;
}

.p-top-details-schedule-process + .p-top-details-schedule-process {
  margin-top: 2.5rem;
}
@media screen and (width < 768px) {
  .p-top-details-schedule-process + .p-top-details-schedule-process {
    margin-top: 3.4375rem;
  }
}

.p-top-details-schedule-process dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  margin: 0 0 1.25rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .p-top-details-schedule-process dl {
    gap: 0;
    margin-bottom: 0.9375rem;
    line-height: 1.7;
  }
}

.p-top-details-schedule-process dt {
  font-size: 1.25rem;
}
@media screen and (width < 768px) {
  .p-top-details-schedule-process dt {
    font-size: 1.125rem;
  }
}

.p-top-details-schedule-process dd {
  font-size: 1.125rem;
}
@media screen and (width < 768px) {
  .p-top-details-schedule-process dd {
    font-size: 1rem;
  }
}

.p-top-details-schedule-process__txt {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .p-top-details-schedule-process__txt {
    font-size: 1rem;
  }
}

.p-top-details-schedule-point {
  max-width: 34.375rem;
  margin-inline: auto;
}

.p-top-details-schedule-point + .p-top-details-schedule-point {
  margin-top: 3.125rem;
}
@media screen and (width < 768px) {
  .p-top-details-schedule-point + .p-top-details-schedule-point {
    margin-top: 2.5rem;
  }
}

.p-top-details-schedule-point__ttl {
  padding: 0 1.25rem;
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-cat-schedule);
  border: 2px solid var(--color-cat-schedule);
  border-radius: 100vmax;
}
@media screen and (width < 768px) {
  .p-top-details-schedule-point__ttl {
    font-size: 1.125rem;
  }
}

.p-top-details-schedule-point__list {
  gap: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .p-top-details-schedule-point__list {
    font-size: 1rem;
  }
}

.p-top-details-schedule-point__list > li::before {
  margin-right: 0.3em;
  color: var(--color-cat-schedule);
  content: "●";
}

.p-top-details-judges__close {
  max-width: 25rem;
  margin: 0 auto;
}

.p-top-details-judges-list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  max-width: 54.0625rem;
  margin: 0 auto 6.25rem;
}
@media screen and (width < 768px) {
  .p-top-details-judges-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-top-details-judges-list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  text-align: center;
}

.p-top-details-judges-list__field {
  margin: 0 0 0.1875rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .p-top-details-judges-list__field {
    font-size: 1.125rem;
  }
}

.p-top-details-judges-list__ttl {
  margin: 0 0 0.125rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .p-top-details-judges-list__ttl {
    margin-bottom: 0.3125rem;
    font-size: 1rem;
  }
}

.p-top-details-judges-list__name {
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .p-top-details-judges-list__name {
    font-size: 1.1875rem;
  }
}

.p-top-details-notes__sec + .p-top-details-notes__sec {
  margin-top: 4.0625rem;
}
@media screen and (width < 768px) {
  .p-top-details-notes__sec + .p-top-details-notes__sec {
    margin-top: 2.5rem;
  }
}

.p-top-details-notes__ttl {
  margin: 0 0 2.5rem;
}
@media screen and (width < 768px) {
  .p-top-details-notes__ttl {
    margin-bottom: 1.25rem;
  }
}

.p-top-details-notes__close {
  max-width: 25rem;
  margin: 0 auto;
}

.p-top-details-notes-ol {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
}
@media screen and (width < 768px) {
  .p-top-details-notes-ol {
    gap: 1.875rem;
  }
}

@media screen and (width < 768px) {
  .p-top-details-notes-ol--gap-sm {
    gap: 0.3125rem;
  }
}

.p-top-details-notes-ol__txt-num {
  padding-left: 1.6em;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.55;
  text-indent: -1.6em;
}
@media screen and (width < 768px) {
  .p-top-details-notes-ol__txt-num {
    font-size: 1.125rem;
  }
}

.p-top-details-notes-ol__txt-num .num {
  margin-right: 0.2em;
  color: var(--color-cat-notes);
}

.p-top-details-notes-ol__txt-lg {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
}

.p-top-details-notes-ol__txt-sm {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (width < 768px) {
  .p-top-details-notes-ol__txt-sm {
    padding-left: 1em;
    font-size: 0.875rem;
    text-indent: -1em;
  }
}

.p-top-details-notes-ol__list li::before {
  margin-right: 0.2em;
  color: var(--color-cat-notes);
  content: "●";
}

.p-top-details-notes-ol__list li {
  font-size: 1.125rem;
  line-height: 1.75;
}
@media screen and (width < 768px) {
  .p-top-details-notes-ol__list li {
    font-size: 1rem;
  }
}

.p-top-details-faq__ttl {
  margin-bottom: 1.5625rem;
}
@media screen and (width < 768px) {
  .p-top-details-faq__ttl {
    margin-bottom: 0.9375rem;
  }
}

.p-top-details-faq__sec + .p-top-details-faq__sec {
  margin-top: 6.25rem;
}
@media screen and (width < 768px) {
  .p-top-details-faq__sec + .p-top-details-faq__sec {
    margin-top: 3.75rem;
  }
}

.p-top-details-faq__close {
  max-width: 25rem;
  margin: 6.25rem auto 0;
}
@media screen and (width < 768px) {
  .p-top-details-faq__close {
    margin-top: 3.125rem;
  }
}

.p-top-details-faq-list__item {
  padding: 1.0625rem 0 1.25rem;
  border-bottom: 1px solid #4f5352;
}

.p-top-details-faq-list__dt {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-cat-faq);
}
@media screen and (width < 768px) {
  .p-top-details-faq-list__dt {
    padding-left: 1.1em;
    font-size: 1.125rem;
    line-height: 1.55;
    text-indent: -1.3em;
  }
}

.p-top-details-faq-list__dt--yellow {
  color: var(--color-cat-faq);
}

.p-top-details-faq-list__dt--blue {
  color: #7c99ce;
}

.p-top-details-faq-list__item > dd {
  font-size: 1.125rem;
  line-height: 1.75;
}
@media screen and (width < 768px) {
  .p-top-details-faq-list__item > dd {
    padding-left: 1.2em;
    font-size: 1rem;
    text-indent: -1.2em;
  }
}

.p-top-info {
  width: calc(100% - 3.75rem);
  max-width: 75rem;
  margin: 0 auto 9.375rem;
}
@media screen and (width < 768px) {
  .p-top-info {
    margin-bottom: 6.25rem;
  }
}

.p-top-info__btn {
  max-width: 50rem;
  margin: 0 auto;
}

.p-top-info-sponsor {
  margin: 0 0 6.25rem;
}
@media screen and (width < 768px) {
  .p-top-info-sponsor {
    margin-bottom: 5.625rem;
  }
}

.p-top-info-sponsor__ttl {
  max-width: max-content;
  margin: 0 auto 3.4375rem;
}

.p-top-info-sponsor__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6.25rem 3.125rem;
  justify-content: center;
  margin: 0 0 6.25rem;
}
@media screen and (width < 768px) {
  .p-top-info-sponsor__list {
    gap: 3.75rem 0;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
}

.p-top-info-sponsor__list-s {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 3.125rem;
  justify-content: center;
  max-width: 40.625rem;
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .p-top-info-sponsor__list-s {
    gap: 3.4375rem;
  }
}

.p-top-info-sponsor__item {
  width: 100%;
  text-align: center;
}

.p-top-info-sponsor__item-s {
  width: auto;
}

.p-top-info-sponsor__link {
  display: inline-block;
  transition: opacity var(--transition-standard);
}

@media (any-hover: hover) {
  .p-top-info-sponsor__link:hover {
    opacity: 0.7;
  }
}
@media screen and (width < 768px) {
  .p-top-info-sponsor__img-oshima {
    max-width: 17.5rem;
  }
}

.p-top-info-org {
  margin: 0 0 6.25rem;
}
.p-top-info-org__ttl {
  max-width: max-content;
  margin: 0 auto 3.125rem;
}

.p-top-info-org__link {
  display: block;
  max-width: max-content;
  margin: 0 auto;
}

.p-top-info-cooperate {
  margin: 0 0 6.25rem;
}

.p-top-info-cooperate__ttl {
  max-width: max-content;
  margin: 0 auto 3.125rem;
}

.p-top-info-cooperate__link {
  display: block;
  max-width: max-content;
  margin: 0 auto;
}

.p-top-info-support {
  margin: 0 auto 6.25rem;
}

.p-top-info-support__ttl {
  max-width: max-content;
  margin: 0 auto 3.125rem;
}

.p-top-info-support__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 46.875rem;
  margin: 0 auto;
  line-height: 2;
}

.p-top-info-support__list li.break {
  flex-basis: 100%;
  height: 0;
}

.p-top-info-support__list li:not(:last-child, .break)::after {
  content: "、";
}

.p-top-info-sns {
  display: flex;
  flex-wrap: wrap;
  gap: 4.375rem;
  justify-content: center;
  margin: 0 0 9.375rem;
}
@media screen and (width < 768px) {
  .p-top-info-sns {
    gap: 1.25rem;
    justify-content: space-between;
    max-width: 16.875rem;
    margin: 0 auto 5rem;
  }
}

.p-top-info-sns__link {
  transition: opacity var(--transition-standard);
}

@media (any-hover: hover) {
  .p-top-info-sns__link:hover {
    opacity: 0.7;
  }
}
.p-footer {
  padding: 1.5625rem 0.625rem;
  color: #fff;
  background: var(--color-primary-01);
}
@media screen and (width < 768px) {
  .p-footer {
    padding: 1.25rem 0;
  }
}

.p-footer__copyright {
  line-height: 1.8;
  text-align: center;
}

.p-footer__copyright small {
  font-size: 0.75rem;
}

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

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

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

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt130 {
  margin-top: 130px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt160 {
  margin-top: 160px !important;
}

.u-mt170 {
  margin-top: 170px !important;
}

.u-mt180 {
  margin-top: 180px !important;
}

.u-mt190 {
  margin-top: 190px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mt210 {
  margin-top: 210px !important;
}

.u-mt220 {
  margin-top: 220px !important;
}

.u-mt230 {
  margin-top: 230px !important;
}

.u-mt240 {
  margin-top: 240px !important;
}

.u-mt250 {
  margin-top: 250px !important;
}

@media screen and (width < 768px) {
  .u-mt0-sm {
    margin-top: 0px !important;
  }
  .u-mt5-sm {
    margin-top: 5px !important;
  }
  .u-mt10-sm {
    margin-top: 10px !important;
  }
  .u-mt15-sm {
    margin-top: 15px !important;
  }
  .u-mt20-sm {
    margin-top: 20px !important;
  }
  .u-mt25-sm {
    margin-top: 25px !important;
  }
  .u-mt30-sm {
    margin-top: 30px !important;
  }
  .u-mt35-sm {
    margin-top: 35px !important;
  }
  .u-mt40-sm {
    margin-top: 40px !important;
  }
  .u-mt45-sm {
    margin-top: 45px !important;
  }
  .u-mt50-sm {
    margin-top: 50px !important;
  }
  .u-mt55-sm {
    margin-top: 55px !important;
  }
  .u-mt60-sm {
    margin-top: 60px !important;
  }
  .u-mt65-sm {
    margin-top: 65px !important;
  }
  .u-mt70-sm {
    margin-top: 70px !important;
  }
  .u-mt75-sm {
    margin-top: 75px !important;
  }
  .u-mt80-sm {
    margin-top: 80px !important;
  }
  .u-mt85-sm {
    margin-top: 85px !important;
  }
  .u-mt90-sm {
    margin-top: 90px !important;
  }
  .u-mt95-sm {
    margin-top: 95px !important;
  }
  .u-mt100-sm {
    margin-top: 100px !important;
  }
  .u-mt110-sm {
    margin-top: 110px !important;
  }
  .u-mt120-sm {
    margin-top: 120px !important;
  }
  .u-mt130-sm {
    margin-top: 130px !important;
  }
  .u-mt140-sm {
    margin-top: 140px !important;
  }
  .u-mt150-sm {
    margin-top: 150px !important;
  }
  .u-mt160-sm {
    margin-top: 160px !important;
  }
  .u-mt170-sm {
    margin-top: 170px !important;
  }
  .u-mt180-sm {
    margin-top: 180px !important;
  }
  .u-mt190-sm {
    margin-top: 190px !important;
  }
  .u-mt200-sm {
    margin-top: 200px !important;
  }
  .u-mt210-sm {
    margin-top: 210px !important;
  }
  .u-mt220-sm {
    margin-top: 220px !important;
  }
  .u-mt230-sm {
    margin-top: 230px !important;
  }
  .u-mt240-sm {
    margin-top: 240px !important;
  }
  .u-mt250-sm {
    margin-top: 250px !important;
  }
}
@media screen and (width < 1200px) {
  .u-mt0-md {
    margin-top: 0px !important;
  }
  .u-mt5-md {
    margin-top: 5px !important;
  }
  .u-mt10-md {
    margin-top: 10px !important;
  }
  .u-mt15-md {
    margin-top: 15px !important;
  }
  .u-mt20-md {
    margin-top: 20px !important;
  }
  .u-mt25-md {
    margin-top: 25px !important;
  }
  .u-mt30-md {
    margin-top: 30px !important;
  }
  .u-mt35-md {
    margin-top: 35px !important;
  }
  .u-mt40-md {
    margin-top: 40px !important;
  }
  .u-mt45-md {
    margin-top: 45px !important;
  }
  .u-mt50-md {
    margin-top: 50px !important;
  }
  .u-mt55-md {
    margin-top: 55px !important;
  }
  .u-mt60-md {
    margin-top: 60px !important;
  }
  .u-mt65-md {
    margin-top: 65px !important;
  }
  .u-mt70-md {
    margin-top: 70px !important;
  }
  .u-mt75-md {
    margin-top: 75px !important;
  }
  .u-mt80-md {
    margin-top: 80px !important;
  }
  .u-mt85-md {
    margin-top: 85px !important;
  }
  .u-mt90-md {
    margin-top: 90px !important;
  }
  .u-mt95-md {
    margin-top: 95px !important;
  }
  .u-mt100-md {
    margin-top: 100px !important;
  }
  .u-mt110-md {
    margin-top: 110px !important;
  }
  .u-mt120-md {
    margin-top: 120px !important;
  }
  .u-mt130-md {
    margin-top: 130px !important;
  }
  .u-mt140-md {
    margin-top: 140px !important;
  }
  .u-mt150-md {
    margin-top: 150px !important;
  }
  .u-mt160-md {
    margin-top: 160px !important;
  }
  .u-mt170-md {
    margin-top: 170px !important;
  }
  .u-mt180-md {
    margin-top: 180px !important;
  }
  .u-mt190-md {
    margin-top: 190px !important;
  }
  .u-mt200-md {
    margin-top: 200px !important;
  }
  .u-mt210-md {
    margin-top: 210px !important;
  }
  .u-mt220-md {
    margin-top: 220px !important;
  }
  .u-mt230-md {
    margin-top: 230px !important;
  }
  .u-mt240-md {
    margin-top: 240px !important;
  }
  .u-mt250-md {
    margin-top: 250px !important;
  }
}
.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-mb130 {
  margin-bottom: 130px !important;
}

.u-mb140 {
  margin-bottom: 140px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-mb160 {
  margin-bottom: 160px !important;
}

.u-mb170 {
  margin-bottom: 170px !important;
}

.u-mb180 {
  margin-bottom: 180px !important;
}

.u-mb190 {
  margin-bottom: 190px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

.u-mb210 {
  margin-bottom: 210px !important;
}

.u-mb220 {
  margin-bottom: 220px !important;
}

.u-mb230 {
  margin-bottom: 230px !important;
}

.u-mb240 {
  margin-bottom: 240px !important;
}

.u-mb250 {
  margin-bottom: 250px !important;
}

@media screen and (width < 1200px) {
  .u-mb0-md {
    margin-bottom: 0px !important;
  }
  .u-mb5-md {
    margin-bottom: 5px !important;
  }
  .u-mb10-md {
    margin-bottom: 10px !important;
  }
  .u-mb15-md {
    margin-bottom: 15px !important;
  }
  .u-mb20-md {
    margin-bottom: 20px !important;
  }
  .u-mb25-md {
    margin-bottom: 25px !important;
  }
  .u-mb30-md {
    margin-bottom: 30px !important;
  }
  .u-mb35-md {
    margin-bottom: 35px !important;
  }
  .u-mb40-md {
    margin-bottom: 40px !important;
  }
  .u-mb45-md {
    margin-bottom: 45px !important;
  }
  .u-mb50-md {
    margin-bottom: 50px !important;
  }
  .u-mb55-md {
    margin-bottom: 55px !important;
  }
  .u-mb60-md {
    margin-bottom: 60px !important;
  }
  .u-mb65-md {
    margin-bottom: 65px !important;
  }
  .u-mb70-md {
    margin-bottom: 70px !important;
  }
  .u-mb75-md {
    margin-bottom: 75px !important;
  }
  .u-mb80-md {
    margin-bottom: 80px !important;
  }
  .u-mb85-md {
    margin-bottom: 85px !important;
  }
  .u-mb90-md {
    margin-bottom: 90px !important;
  }
  .u-mb95-md {
    margin-bottom: 95px !important;
  }
  .u-mb100-md {
    margin-bottom: 100px !important;
  }
  .u-mb110-md {
    margin-bottom: 110px !important;
  }
  .u-mb120-md {
    margin-bottom: 120px !important;
  }
  .u-mb130-md {
    margin-bottom: 130px !important;
  }
  .u-mb140-md {
    margin-bottom: 140px !important;
  }
  .u-mb150-md {
    margin-bottom: 150px !important;
  }
  .u-mb160-md {
    margin-bottom: 160px !important;
  }
  .u-mb170-md {
    margin-bottom: 170px !important;
  }
  .u-mb180-md {
    margin-bottom: 180px !important;
  }
  .u-mb190-md {
    margin-bottom: 190px !important;
  }
  .u-mb200-md {
    margin-bottom: 200px !important;
  }
  .u-mb210-md {
    margin-bottom: 210px !important;
  }
  .u-mb220-md {
    margin-bottom: 220px !important;
  }
  .u-mb230-md {
    margin-bottom: 230px !important;
  }
  .u-mb240-md {
    margin-bottom: 240px !important;
  }
  .u-mb250-md {
    margin-bottom: 250px !important;
  }
}
@media screen and (width < 768px) {
  .u-mb0-sm {
    margin-bottom: 0px !important;
  }
  .u-mb5-sm {
    margin-bottom: 5px !important;
  }
  .u-mb10-sm {
    margin-bottom: 10px !important;
  }
  .u-mb15-sm {
    margin-bottom: 15px !important;
  }
  .u-mb20-sm {
    margin-bottom: 20px !important;
  }
  .u-mb25-sm {
    margin-bottom: 25px !important;
  }
  .u-mb30-sm {
    margin-bottom: 30px !important;
  }
  .u-mb35-sm {
    margin-bottom: 35px !important;
  }
  .u-mb40-sm {
    margin-bottom: 40px !important;
  }
  .u-mb45-sm {
    margin-bottom: 45px !important;
  }
  .u-mb50-sm {
    margin-bottom: 50px !important;
  }
  .u-mb55-sm {
    margin-bottom: 55px !important;
  }
  .u-mb60-sm {
    margin-bottom: 60px !important;
  }
  .u-mb65-sm {
    margin-bottom: 65px !important;
  }
  .u-mb70-sm {
    margin-bottom: 70px !important;
  }
  .u-mb75-sm {
    margin-bottom: 75px !important;
  }
  .u-mb80-sm {
    margin-bottom: 80px !important;
  }
  .u-mb85-sm {
    margin-bottom: 85px !important;
  }
  .u-mb90-sm {
    margin-bottom: 90px !important;
  }
  .u-mb95-sm {
    margin-bottom: 95px !important;
  }
  .u-mb100-sm {
    margin-bottom: 100px !important;
  }
  .u-mb110-sm {
    margin-bottom: 110px !important;
  }
  .u-mb120-sm {
    margin-bottom: 120px !important;
  }
  .u-mb130-sm {
    margin-bottom: 130px !important;
  }
  .u-mb140-sm {
    margin-bottom: 140px !important;
  }
  .u-mb150-sm {
    margin-bottom: 150px !important;
  }
  .u-mb160-sm {
    margin-bottom: 160px !important;
  }
  .u-mb170-sm {
    margin-bottom: 170px !important;
  }
  .u-mb180-sm {
    margin-bottom: 180px !important;
  }
  .u-mb190-sm {
    margin-bottom: 190px !important;
  }
  .u-mb200-sm {
    margin-bottom: 200px !important;
  }
  .u-mb210-sm {
    margin-bottom: 210px !important;
  }
  .u-mb220-sm {
    margin-bottom: 220px !important;
  }
  .u-mb230-sm {
    margin-bottom: 230px !important;
  }
  .u-mb240-sm {
    margin-bottom: 240px !important;
  }
  .u-mb250-sm {
    margin-bottom: 250px !important;
  }
}
.u-ml0 {
  margin-left: 0px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-ml110 {
  margin-left: 110px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-ml130 {
  margin-left: 130px !important;
}

.u-ml140 {
  margin-left: 140px !important;
}

.u-ml150 {
  margin-left: 150px !important;
}

.u-ml160 {
  margin-left: 160px !important;
}

.u-ml170 {
  margin-left: 170px !important;
}

.u-ml180 {
  margin-left: 180px !important;
}

.u-ml190 {
  margin-left: 190px !important;
}

.u-ml200 {
  margin-left: 200px !important;
}

.u-ml210 {
  margin-left: 210px !important;
}

.u-ml220 {
  margin-left: 220px !important;
}

.u-ml230 {
  margin-left: 230px !important;
}

.u-ml240 {
  margin-left: 240px !important;
}

.u-ml250 {
  margin-left: 250px !important;
}

@media screen and (width < 1200px) {
  .u-ml0-md {
    margin-left: 0px !important;
  }
  .u-ml5-md {
    margin-left: 5px !important;
  }
  .u-ml10-md {
    margin-left: 10px !important;
  }
  .u-ml15-md {
    margin-left: 15px !important;
  }
  .u-ml20-md {
    margin-left: 20px !important;
  }
  .u-ml25-md {
    margin-left: 25px !important;
  }
  .u-ml30-md {
    margin-left: 30px !important;
  }
  .u-ml35-md {
    margin-left: 35px !important;
  }
  .u-ml40-md {
    margin-left: 40px !important;
  }
  .u-ml45-md {
    margin-left: 45px !important;
  }
  .u-ml50-md {
    margin-left: 50px !important;
  }
  .u-ml55-md {
    margin-left: 55px !important;
  }
  .u-ml60-md {
    margin-left: 60px !important;
  }
  .u-ml65-md {
    margin-left: 65px !important;
  }
  .u-ml70-md {
    margin-left: 70px !important;
  }
  .u-ml75-md {
    margin-left: 75px !important;
  }
  .u-ml80-md {
    margin-left: 80px !important;
  }
  .u-ml85-md {
    margin-left: 85px !important;
  }
  .u-ml90-md {
    margin-left: 90px !important;
  }
  .u-ml95-md {
    margin-left: 95px !important;
  }
  .u-ml100-md {
    margin-left: 100px !important;
  }
  .u-ml110-md {
    margin-left: 110px !important;
  }
  .u-ml120-md {
    margin-left: 120px !important;
  }
  .u-ml130-md {
    margin-left: 130px !important;
  }
  .u-ml140-md {
    margin-left: 140px !important;
  }
  .u-ml150-md {
    margin-left: 150px !important;
  }
  .u-ml160-md {
    margin-left: 160px !important;
  }
  .u-ml170-md {
    margin-left: 170px !important;
  }
  .u-ml180-md {
    margin-left: 180px !important;
  }
  .u-ml190-md {
    margin-left: 190px !important;
  }
  .u-ml200-md {
    margin-left: 200px !important;
  }
  .u-ml210-md {
    margin-left: 210px !important;
  }
  .u-ml220-md {
    margin-left: 220px !important;
  }
  .u-ml230-md {
    margin-left: 230px !important;
  }
  .u-ml240-md {
    margin-left: 240px !important;
  }
  .u-ml250-md {
    margin-left: 250px !important;
  }
}
@media screen and (width < 768px) {
  .u-ml0-sm {
    margin-left: 0px !important;
  }
  .u-ml5-sm {
    margin-left: 5px !important;
  }
  .u-ml10-sm {
    margin-left: 10px !important;
  }
  .u-ml15-sm {
    margin-left: 15px !important;
  }
  .u-ml20-sm {
    margin-left: 20px !important;
  }
  .u-ml25-sm {
    margin-left: 25px !important;
  }
  .u-ml30-sm {
    margin-left: 30px !important;
  }
  .u-ml35-sm {
    margin-left: 35px !important;
  }
  .u-ml40-sm {
    margin-left: 40px !important;
  }
  .u-ml45-sm {
    margin-left: 45px !important;
  }
  .u-ml50-sm {
    margin-left: 50px !important;
  }
  .u-ml55-sm {
    margin-left: 55px !important;
  }
  .u-ml60-sm {
    margin-left: 60px !important;
  }
  .u-ml65-sm {
    margin-left: 65px !important;
  }
  .u-ml70-sm {
    margin-left: 70px !important;
  }
  .u-ml75-sm {
    margin-left: 75px !important;
  }
  .u-ml80-sm {
    margin-left: 80px !important;
  }
  .u-ml85-sm {
    margin-left: 85px !important;
  }
  .u-ml90-sm {
    margin-left: 90px !important;
  }
  .u-ml95-sm {
    margin-left: 95px !important;
  }
  .u-ml100-sm {
    margin-left: 100px !important;
  }
  .u-ml110-sm {
    margin-left: 110px !important;
  }
  .u-ml120-sm {
    margin-left: 120px !important;
  }
  .u-ml130-sm {
    margin-left: 130px !important;
  }
  .u-ml140-sm {
    margin-left: 140px !important;
  }
  .u-ml150-sm {
    margin-left: 150px !important;
  }
  .u-ml160-sm {
    margin-left: 160px !important;
  }
  .u-ml170-sm {
    margin-left: 170px !important;
  }
  .u-ml180-sm {
    margin-left: 180px !important;
  }
  .u-ml190-sm {
    margin-left: 190px !important;
  }
  .u-ml200-sm {
    margin-left: 200px !important;
  }
  .u-ml210-sm {
    margin-left: 210px !important;
  }
  .u-ml220-sm {
    margin-left: 220px !important;
  }
  .u-ml230-sm {
    margin-left: 230px !important;
  }
  .u-ml240-sm {
    margin-left: 240px !important;
  }
  .u-ml250-sm {
    margin-left: 250px !important;
  }
}
.u-mr0 {
  margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mr110 {
  margin-right: 110px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-mr130 {
  margin-right: 130px !important;
}

.u-mr140 {
  margin-right: 140px !important;
}

.u-mr150 {
  margin-right: 150px !important;
}

.u-mr160 {
  margin-right: 160px !important;
}

.u-mr170 {
  margin-right: 170px !important;
}

.u-mr180 {
  margin-right: 180px !important;
}

.u-mr190 {
  margin-right: 190px !important;
}

.u-mr200 {
  margin-right: 200px !important;
}

.u-mr210 {
  margin-right: 210px !important;
}

.u-mr220 {
  margin-right: 220px !important;
}

.u-mr230 {
  margin-right: 230px !important;
}

.u-mr240 {
  margin-right: 240px !important;
}

.u-mr250 {
  margin-right: 250px !important;
}

@media screen and (width < 1200px) {
  .u-mr0-md {
    margin-right: 0px !important;
  }
  .u-mr5-md {
    margin-right: 5px !important;
  }
  .u-mr10-md {
    margin-right: 10px !important;
  }
  .u-mr15-md {
    margin-right: 15px !important;
  }
  .u-mr20-md {
    margin-right: 20px !important;
  }
  .u-mr25-md {
    margin-right: 25px !important;
  }
  .u-mr30-md {
    margin-right: 30px !important;
  }
  .u-mr35-md {
    margin-right: 35px !important;
  }
  .u-mr40-md {
    margin-right: 40px !important;
  }
  .u-mr45-md {
    margin-right: 45px !important;
  }
  .u-mr50-md {
    margin-right: 50px !important;
  }
  .u-mr55-md {
    margin-right: 55px !important;
  }
  .u-mr60-md {
    margin-right: 60px !important;
  }
  .u-mr65-md {
    margin-right: 65px !important;
  }
  .u-mr70-md {
    margin-right: 70px !important;
  }
  .u-mr75-md {
    margin-right: 75px !important;
  }
  .u-mr80-md {
    margin-right: 80px !important;
  }
  .u-mr85-md {
    margin-right: 85px !important;
  }
  .u-mr90-md {
    margin-right: 90px !important;
  }
  .u-mr95-md {
    margin-right: 95px !important;
  }
  .u-mr100-md {
    margin-right: 100px !important;
  }
  .u-mr110-md {
    margin-right: 110px !important;
  }
  .u-mr120-md {
    margin-right: 120px !important;
  }
  .u-mr130-md {
    margin-right: 130px !important;
  }
  .u-mr140-md {
    margin-right: 140px !important;
  }
  .u-mr150-md {
    margin-right: 150px !important;
  }
  .u-mr160-md {
    margin-right: 160px !important;
  }
  .u-mr170-md {
    margin-right: 170px !important;
  }
  .u-mr180-md {
    margin-right: 180px !important;
  }
  .u-mr190-md {
    margin-right: 190px !important;
  }
  .u-mr200-md {
    margin-right: 200px !important;
  }
  .u-mr210-md {
    margin-right: 210px !important;
  }
  .u-mr220-md {
    margin-right: 220px !important;
  }
  .u-mr230-md {
    margin-right: 230px !important;
  }
  .u-mr240-md {
    margin-right: 240px !important;
  }
  .u-mr250-md {
    margin-right: 250px !important;
  }
}
@media screen and (width < 768px) {
  .u-mr0-sm {
    margin-right: 0px !important;
  }
  .u-mr5-sm {
    margin-right: 5px !important;
  }
  .u-mr10-sm {
    margin-right: 10px !important;
  }
  .u-mr15-sm {
    margin-right: 15px !important;
  }
  .u-mr20-sm {
    margin-right: 20px !important;
  }
  .u-mr25-sm {
    margin-right: 25px !important;
  }
  .u-mr30-sm {
    margin-right: 30px !important;
  }
  .u-mr35-sm {
    margin-right: 35px !important;
  }
  .u-mr40-sm {
    margin-right: 40px !important;
  }
  .u-mr45-sm {
    margin-right: 45px !important;
  }
  .u-mr50-sm {
    margin-right: 50px !important;
  }
  .u-mr55-sm {
    margin-right: 55px !important;
  }
  .u-mr60-sm {
    margin-right: 60px !important;
  }
  .u-mr65-sm {
    margin-right: 65px !important;
  }
  .u-mr70-sm {
    margin-right: 70px !important;
  }
  .u-mr75-sm {
    margin-right: 75px !important;
  }
  .u-mr80-sm {
    margin-right: 80px !important;
  }
  .u-mr85-sm {
    margin-right: 85px !important;
  }
  .u-mr90-sm {
    margin-right: 90px !important;
  }
  .u-mr95-sm {
    margin-right: 95px !important;
  }
  .u-mr100-sm {
    margin-right: 100px !important;
  }
  .u-mr110-sm {
    margin-right: 110px !important;
  }
  .u-mr120-sm {
    margin-right: 120px !important;
  }
  .u-mr130-sm {
    margin-right: 130px !important;
  }
  .u-mr140-sm {
    margin-right: 140px !important;
  }
  .u-mr150-sm {
    margin-right: 150px !important;
  }
  .u-mr160-sm {
    margin-right: 160px !important;
  }
  .u-mr170-sm {
    margin-right: 170px !important;
  }
  .u-mr180-sm {
    margin-right: 180px !important;
  }
  .u-mr190-sm {
    margin-right: 190px !important;
  }
  .u-mr200-sm {
    margin-right: 200px !important;
  }
  .u-mr210-sm {
    margin-right: 210px !important;
  }
  .u-mr220-sm {
    margin-right: 220px !important;
  }
  .u-mr230-sm {
    margin-right: 230px !important;
  }
  .u-mr240-sm {
    margin-right: 240px !important;
  }
  .u-mr250-sm {
    margin-right: 250px !important;
  }
}
.u-pt0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pt110 {
  padding-top: 110px !important;
}

.u-pt120 {
  padding-top: 120px !important;
}

.u-pt130 {
  padding-top: 130px !important;
}

.u-pt140 {
  padding-top: 140px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt160 {
  padding-top: 160px !important;
}

.u-pt170 {
  padding-top: 170px !important;
}

.u-pt180 {
  padding-top: 180px !important;
}

.u-pt190 {
  padding-top: 190px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pt210 {
  padding-top: 210px !important;
}

.u-pt220 {
  padding-top: 220px !important;
}

.u-pt230 {
  padding-top: 230px !important;
}

.u-pt240 {
  padding-top: 240px !important;
}

.u-pt250 {
  padding-top: 250px !important;
}

@media screen and (width < 768px) {
  .u-pt0-sm {
    padding-top: 0px !important;
  }
  .u-pt5-sm {
    padding-top: 5px !important;
  }
  .u-pt10-sm {
    padding-top: 10px !important;
  }
  .u-pt15-sm {
    padding-top: 15px !important;
  }
  .u-pt20-sm {
    padding-top: 20px !important;
  }
  .u-pt25-sm {
    padding-top: 25px !important;
  }
  .u-pt30-sm {
    padding-top: 30px !important;
  }
  .u-pt35-sm {
    padding-top: 35px !important;
  }
  .u-pt40-sm {
    padding-top: 40px !important;
  }
  .u-pt45-sm {
    padding-top: 45px !important;
  }
  .u-pt50-sm {
    padding-top: 50px !important;
  }
  .u-pt55-sm {
    padding-top: 55px !important;
  }
  .u-pt60-sm {
    padding-top: 60px !important;
  }
  .u-pt65-sm {
    padding-top: 65px !important;
  }
  .u-pt70-sm {
    padding-top: 70px !important;
  }
  .u-pt75-sm {
    padding-top: 75px !important;
  }
  .u-pt80-sm {
    padding-top: 80px !important;
  }
  .u-pt85-sm {
    padding-top: 85px !important;
  }
  .u-pt90-sm {
    padding-top: 90px !important;
  }
  .u-pt95-sm {
    padding-top: 95px !important;
  }
  .u-pt100-sm {
    padding-top: 100px !important;
  }
  .u-pt110-sm {
    padding-top: 110px !important;
  }
  .u-pt120-sm {
    padding-top: 120px !important;
  }
  .u-pt130-sm {
    padding-top: 130px !important;
  }
  .u-pt140-sm {
    padding-top: 140px !important;
  }
  .u-pt150-sm {
    padding-top: 150px !important;
  }
  .u-pt160-sm {
    padding-top: 160px !important;
  }
  .u-pt170-sm {
    padding-top: 170px !important;
  }
  .u-pt180-sm {
    padding-top: 180px !important;
  }
  .u-pt190-sm {
    padding-top: 190px !important;
  }
  .u-pt200-sm {
    padding-top: 200px !important;
  }
  .u-pt210-sm {
    padding-top: 210px !important;
  }
  .u-pt220-sm {
    padding-top: 220px !important;
  }
  .u-pt230-sm {
    padding-top: 230px !important;
  }
  .u-pt240-sm {
    padding-top: 240px !important;
  }
  .u-pt250-sm {
    padding-top: 250px !important;
  }
}
@media screen and (width < 1200px) {
  .u-pt0-md {
    padding-top: 0px !important;
  }
  .u-pt5-md {
    padding-top: 5px !important;
  }
  .u-pt10-md {
    padding-top: 10px !important;
  }
  .u-pt15-md {
    padding-top: 15px !important;
  }
  .u-pt20-md {
    padding-top: 20px !important;
  }
  .u-pt25-md {
    padding-top: 25px !important;
  }
  .u-pt30-md {
    padding-top: 30px !important;
  }
  .u-pt35-md {
    padding-top: 35px !important;
  }
  .u-pt40-md {
    padding-top: 40px !important;
  }
  .u-pt45-md {
    padding-top: 45px !important;
  }
  .u-pt50-md {
    padding-top: 50px !important;
  }
  .u-pt55-md {
    padding-top: 55px !important;
  }
  .u-pt60-md {
    padding-top: 60px !important;
  }
  .u-pt65-md {
    padding-top: 65px !important;
  }
  .u-pt70-md {
    padding-top: 70px !important;
  }
  .u-pt75-md {
    padding-top: 75px !important;
  }
  .u-pt80-md {
    padding-top: 80px !important;
  }
  .u-pt85-md {
    padding-top: 85px !important;
  }
  .u-pt90-md {
    padding-top: 90px !important;
  }
  .u-pt95-md {
    padding-top: 95px !important;
  }
  .u-pt100-md {
    padding-top: 100px !important;
  }
  .u-pt110-md {
    padding-top: 110px !important;
  }
  .u-pt120-md {
    padding-top: 120px !important;
  }
  .u-pt130-md {
    padding-top: 130px !important;
  }
  .u-pt140-md {
    padding-top: 140px !important;
  }
  .u-pt150-md {
    padding-top: 150px !important;
  }
  .u-pt160-md {
    padding-top: 160px !important;
  }
  .u-pt170-md {
    padding-top: 170px !important;
  }
  .u-pt180-md {
    padding-top: 180px !important;
  }
  .u-pt190-md {
    padding-top: 190px !important;
  }
  .u-pt200-md {
    padding-top: 200px !important;
  }
  .u-pt210-md {
    padding-top: 210px !important;
  }
  .u-pt220-md {
    padding-top: 220px !important;
  }
  .u-pt230-md {
    padding-top: 230px !important;
  }
  .u-pt240-md {
    padding-top: 240px !important;
  }
  .u-pt250-md {
    padding-top: 250px !important;
  }
}
.u-pb0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pb110 {
  padding-bottom: 110px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-pb130 {
  padding-bottom: 130px !important;
}

.u-pb140 {
  padding-bottom: 140px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pb160 {
  padding-bottom: 160px !important;
}

.u-pb170 {
  padding-bottom: 170px !important;
}

.u-pb180 {
  padding-bottom: 180px !important;
}

.u-pb190 {
  padding-bottom: 190px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

.u-pb210 {
  padding-bottom: 210px !important;
}

.u-pb220 {
  padding-bottom: 220px !important;
}

.u-pb230 {
  padding-bottom: 230px !important;
}

.u-pb240 {
  padding-bottom: 240px !important;
}

.u-pb250 {
  padding-bottom: 250px !important;
}

@media screen and (width < 1200px) {
  .u-pb0-md {
    padding-bottom: 0px !important;
  }
  .u-pb5-md {
    padding-bottom: 5px !important;
  }
  .u-pb10-md {
    padding-bottom: 10px !important;
  }
  .u-pb15-md {
    padding-bottom: 15px !important;
  }
  .u-pb20-md {
    padding-bottom: 20px !important;
  }
  .u-pb25-md {
    padding-bottom: 25px !important;
  }
  .u-pb30-md {
    padding-bottom: 30px !important;
  }
  .u-pb35-md {
    padding-bottom: 35px !important;
  }
  .u-pb40-md {
    padding-bottom: 40px !important;
  }
  .u-pb45-md {
    padding-bottom: 45px !important;
  }
  .u-pb50-md {
    padding-bottom: 50px !important;
  }
  .u-pb55-md {
    padding-bottom: 55px !important;
  }
  .u-pb60-md {
    padding-bottom: 60px !important;
  }
  .u-pb65-md {
    padding-bottom: 65px !important;
  }
  .u-pb70-md {
    padding-bottom: 70px !important;
  }
  .u-pb75-md {
    padding-bottom: 75px !important;
  }
  .u-pb80-md {
    padding-bottom: 80px !important;
  }
  .u-pb85-md {
    padding-bottom: 85px !important;
  }
  .u-pb90-md {
    padding-bottom: 90px !important;
  }
  .u-pb95-md {
    padding-bottom: 95px !important;
  }
  .u-pb100-md {
    padding-bottom: 100px !important;
  }
  .u-pb110-md {
    padding-bottom: 110px !important;
  }
  .u-pb120-md {
    padding-bottom: 120px !important;
  }
  .u-pb130-md {
    padding-bottom: 130px !important;
  }
  .u-pb140-md {
    padding-bottom: 140px !important;
  }
  .u-pb150-md {
    padding-bottom: 150px !important;
  }
  .u-pb160-md {
    padding-bottom: 160px !important;
  }
  .u-pb170-md {
    padding-bottom: 170px !important;
  }
  .u-pb180-md {
    padding-bottom: 180px !important;
  }
  .u-pb190-md {
    padding-bottom: 190px !important;
  }
  .u-pb200-md {
    padding-bottom: 200px !important;
  }
  .u-pb210-md {
    padding-bottom: 210px !important;
  }
  .u-pb220-md {
    padding-bottom: 220px !important;
  }
  .u-pb230-md {
    padding-bottom: 230px !important;
  }
  .u-pb240-md {
    padding-bottom: 240px !important;
  }
  .u-pb250-md {
    padding-bottom: 250px !important;
  }
}
@media screen and (width < 768px) {
  .u-pb0-sm {
    padding-bottom: 0px !important;
  }
  .u-pb5-sm {
    padding-bottom: 5px !important;
  }
  .u-pb10-sm {
    padding-bottom: 10px !important;
  }
  .u-pb15-sm {
    padding-bottom: 15px !important;
  }
  .u-pb20-sm {
    padding-bottom: 20px !important;
  }
  .u-pb25-sm {
    padding-bottom: 25px !important;
  }
  .u-pb30-sm {
    padding-bottom: 30px !important;
  }
  .u-pb35-sm {
    padding-bottom: 35px !important;
  }
  .u-pb40-sm {
    padding-bottom: 40px !important;
  }
  .u-pb45-sm {
    padding-bottom: 45px !important;
  }
  .u-pb50-sm {
    padding-bottom: 50px !important;
  }
  .u-pb55-sm {
    padding-bottom: 55px !important;
  }
  .u-pb60-sm {
    padding-bottom: 60px !important;
  }
  .u-pb65-sm {
    padding-bottom: 65px !important;
  }
  .u-pb70-sm {
    padding-bottom: 70px !important;
  }
  .u-pb75-sm {
    padding-bottom: 75px !important;
  }
  .u-pb80-sm {
    padding-bottom: 80px !important;
  }
  .u-pb85-sm {
    padding-bottom: 85px !important;
  }
  .u-pb90-sm {
    padding-bottom: 90px !important;
  }
  .u-pb95-sm {
    padding-bottom: 95px !important;
  }
  .u-pb100-sm {
    padding-bottom: 100px !important;
  }
  .u-pb110-sm {
    padding-bottom: 110px !important;
  }
  .u-pb120-sm {
    padding-bottom: 120px !important;
  }
  .u-pb130-sm {
    padding-bottom: 130px !important;
  }
  .u-pb140-sm {
    padding-bottom: 140px !important;
  }
  .u-pb150-sm {
    padding-bottom: 150px !important;
  }
  .u-pb160-sm {
    padding-bottom: 160px !important;
  }
  .u-pb170-sm {
    padding-bottom: 170px !important;
  }
  .u-pb180-sm {
    padding-bottom: 180px !important;
  }
  .u-pb190-sm {
    padding-bottom: 190px !important;
  }
  .u-pb200-sm {
    padding-bottom: 200px !important;
  }
  .u-pb210-sm {
    padding-bottom: 210px !important;
  }
  .u-pb220-sm {
    padding-bottom: 220px !important;
  }
  .u-pb230-sm {
    padding-bottom: 230px !important;
  }
  .u-pb240-sm {
    padding-bottom: 240px !important;
  }
  .u-pb250-sm {
    padding-bottom: 250px !important;
  }
}
.u-pl0 {
  padding-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pl110 {
  padding-left: 110px !important;
}

.u-pl120 {
  padding-left: 120px !important;
}

.u-pl130 {
  padding-left: 130px !important;
}

.u-pl140 {
  padding-left: 140px !important;
}

.u-pl150 {
  padding-left: 150px !important;
}

.u-pl160 {
  padding-left: 160px !important;
}

.u-pl170 {
  padding-left: 170px !important;
}

.u-pl180 {
  padding-left: 180px !important;
}

.u-pl190 {
  padding-left: 190px !important;
}

.u-pl200 {
  padding-left: 200px !important;
}

.u-pl210 {
  padding-left: 210px !important;
}

.u-pl220 {
  padding-left: 220px !important;
}

.u-pl230 {
  padding-left: 230px !important;
}

.u-pl240 {
  padding-left: 240px !important;
}

.u-pl250 {
  padding-left: 250px !important;
}

@media screen and (width < 1200px) {
  .u-pl0-md {
    padding-left: 0px !important;
  }
  .u-pl5-md {
    padding-left: 5px !important;
  }
  .u-pl10-md {
    padding-left: 10px !important;
  }
  .u-pl15-md {
    padding-left: 15px !important;
  }
  .u-pl20-md {
    padding-left: 20px !important;
  }
  .u-pl25-md {
    padding-left: 25px !important;
  }
  .u-pl30-md {
    padding-left: 30px !important;
  }
  .u-pl35-md {
    padding-left: 35px !important;
  }
  .u-pl40-md {
    padding-left: 40px !important;
  }
  .u-pl45-md {
    padding-left: 45px !important;
  }
  .u-pl50-md {
    padding-left: 50px !important;
  }
  .u-pl55-md {
    padding-left: 55px !important;
  }
  .u-pl60-md {
    padding-left: 60px !important;
  }
  .u-pl65-md {
    padding-left: 65px !important;
  }
  .u-pl70-md {
    padding-left: 70px !important;
  }
  .u-pl75-md {
    padding-left: 75px !important;
  }
  .u-pl80-md {
    padding-left: 80px !important;
  }
  .u-pl85-md {
    padding-left: 85px !important;
  }
  .u-pl90-md {
    padding-left: 90px !important;
  }
  .u-pl95-md {
    padding-left: 95px !important;
  }
  .u-pl100-md {
    padding-left: 100px !important;
  }
  .u-pl110-md {
    padding-left: 110px !important;
  }
  .u-pl120-md {
    padding-left: 120px !important;
  }
  .u-pl130-md {
    padding-left: 130px !important;
  }
  .u-pl140-md {
    padding-left: 140px !important;
  }
  .u-pl150-md {
    padding-left: 150px !important;
  }
  .u-pl160-md {
    padding-left: 160px !important;
  }
  .u-pl170-md {
    padding-left: 170px !important;
  }
  .u-pl180-md {
    padding-left: 180px !important;
  }
  .u-pl190-md {
    padding-left: 190px !important;
  }
  .u-pl200-md {
    padding-left: 200px !important;
  }
  .u-pl210-md {
    padding-left: 210px !important;
  }
  .u-pl220-md {
    padding-left: 220px !important;
  }
  .u-pl230-md {
    padding-left: 230px !important;
  }
  .u-pl240-md {
    padding-left: 240px !important;
  }
  .u-pl250-md {
    padding-left: 250px !important;
  }
}
@media screen and (width < 768px) {
  .u-pl0-sm {
    padding-left: 0px !important;
  }
  .u-pl5-sm {
    padding-left: 5px !important;
  }
  .u-pl10-sm {
    padding-left: 10px !important;
  }
  .u-pl15-sm {
    padding-left: 15px !important;
  }
  .u-pl20-sm {
    padding-left: 20px !important;
  }
  .u-pl25-sm {
    padding-left: 25px !important;
  }
  .u-pl30-sm {
    padding-left: 30px !important;
  }
  .u-pl35-sm {
    padding-left: 35px !important;
  }
  .u-pl40-sm {
    padding-left: 40px !important;
  }
  .u-pl45-sm {
    padding-left: 45px !important;
  }
  .u-pl50-sm {
    padding-left: 50px !important;
  }
  .u-pl55-sm {
    padding-left: 55px !important;
  }
  .u-pl60-sm {
    padding-left: 60px !important;
  }
  .u-pl65-sm {
    padding-left: 65px !important;
  }
  .u-pl70-sm {
    padding-left: 70px !important;
  }
  .u-pl75-sm {
    padding-left: 75px !important;
  }
  .u-pl80-sm {
    padding-left: 80px !important;
  }
  .u-pl85-sm {
    padding-left: 85px !important;
  }
  .u-pl90-sm {
    padding-left: 90px !important;
  }
  .u-pl95-sm {
    padding-left: 95px !important;
  }
  .u-pl100-sm {
    padding-left: 100px !important;
  }
  .u-pl110-sm {
    padding-left: 110px !important;
  }
  .u-pl120-sm {
    padding-left: 120px !important;
  }
  .u-pl130-sm {
    padding-left: 130px !important;
  }
  .u-pl140-sm {
    padding-left: 140px !important;
  }
  .u-pl150-sm {
    padding-left: 150px !important;
  }
  .u-pl160-sm {
    padding-left: 160px !important;
  }
  .u-pl170-sm {
    padding-left: 170px !important;
  }
  .u-pl180-sm {
    padding-left: 180px !important;
  }
  .u-pl190-sm {
    padding-left: 190px !important;
  }
  .u-pl200-sm {
    padding-left: 200px !important;
  }
  .u-pl210-sm {
    padding-left: 210px !important;
  }
  .u-pl220-sm {
    padding-left: 220px !important;
  }
  .u-pl230-sm {
    padding-left: 230px !important;
  }
  .u-pl240-sm {
    padding-left: 240px !important;
  }
  .u-pl250-sm {
    padding-left: 250px !important;
  }
}
.u-pr0 {
  padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (width < 1200px) {
  .u-pr0-md {
    padding-right: 0px !important;
  }
  .u-pr5-md {
    padding-right: 5px !important;
  }
  .u-pr10-md {
    padding-right: 10px !important;
  }
  .u-pr15-md {
    padding-right: 15px !important;
  }
  .u-pr20-md {
    padding-right: 20px !important;
  }
  .u-pr25-md {
    padding-right: 25px !important;
  }
  .u-pr30-md {
    padding-right: 30px !important;
  }
  .u-pr35-md {
    padding-right: 35px !important;
  }
  .u-pr40-md {
    padding-right: 40px !important;
  }
  .u-pr45-md {
    padding-right: 45px !important;
  }
  .u-pr50-md {
    padding-right: 50px !important;
  }
  .u-pr55-md {
    padding-right: 55px !important;
  }
  .u-pr60-md {
    padding-right: 60px !important;
  }
  .u-pr65-md {
    padding-right: 65px !important;
  }
  .u-pr70-md {
    padding-right: 70px !important;
  }
  .u-pr75-md {
    padding-right: 75px !important;
  }
  .u-pr80-md {
    padding-right: 80px !important;
  }
  .u-pr85-md {
    padding-right: 85px !important;
  }
  .u-pr90-md {
    padding-right: 90px !important;
  }
  .u-pr95-md {
    padding-right: 95px !important;
  }
  .u-pr100-md {
    padding-right: 100px !important;
  }
  .u-pr110-md {
    padding-right: 110px !important;
  }
  .u-pr120-md {
    padding-right: 120px !important;
  }
  .u-pr130-md {
    padding-right: 130px !important;
  }
  .u-pr140-md {
    padding-right: 140px !important;
  }
  .u-pr150-md {
    padding-right: 150px !important;
  }
  .u-pr160-md {
    padding-right: 160px !important;
  }
  .u-pr170-md {
    padding-right: 170px !important;
  }
  .u-pr180-md {
    padding-right: 180px !important;
  }
  .u-pr190-md {
    padding-right: 190px !important;
  }
  .u-pr200-md {
    padding-right: 200px !important;
  }
  .u-pr210-md {
    padding-right: 210px !important;
  }
  .u-pr220-md {
    padding-right: 220px !important;
  }
  .u-pr230-md {
    padding-right: 230px !important;
  }
  .u-pr240-md {
    padding-right: 240px !important;
  }
  .u-pr250-md {
    padding-right: 250px !important;
  }
}
@media screen and (width < 768px) {
  .u-pr0-sm {
    padding-right: 0px !important;
  }
  .u-pr5-sm {
    padding-right: 5px !important;
  }
  .u-pr10-sm {
    padding-right: 10px !important;
  }
  .u-pr15-sm {
    padding-right: 15px !important;
  }
  .u-pr20-sm {
    padding-right: 20px !important;
  }
  .u-pr25-sm {
    padding-right: 25px !important;
  }
  .u-pr30-sm {
    padding-right: 30px !important;
  }
  .u-pr35-sm {
    padding-right: 35px !important;
  }
  .u-pr40-sm {
    padding-right: 40px !important;
  }
  .u-pr45-sm {
    padding-right: 45px !important;
  }
  .u-pr50-sm {
    padding-right: 50px !important;
  }
  .u-pr55-sm {
    padding-right: 55px !important;
  }
  .u-pr60-sm {
    padding-right: 60px !important;
  }
  .u-pr65-sm {
    padding-right: 65px !important;
  }
  .u-pr70-sm {
    padding-right: 70px !important;
  }
  .u-pr75-sm {
    padding-right: 75px !important;
  }
  .u-pr80-sm {
    padding-right: 80px !important;
  }
  .u-pr85-sm {
    padding-right: 85px !important;
  }
  .u-pr90-sm {
    padding-right: 90px !important;
  }
  .u-pr95-sm {
    padding-right: 95px !important;
  }
  .u-pr100-sm {
    padding-right: 100px !important;
  }
  .u-pr110-sm {
    padding-right: 110px !important;
  }
  .u-pr120-sm {
    padding-right: 120px !important;
  }
  .u-pr130-sm {
    padding-right: 130px !important;
  }
  .u-pr140-sm {
    padding-right: 140px !important;
  }
  .u-pr150-sm {
    padding-right: 150px !important;
  }
  .u-pr160-sm {
    padding-right: 160px !important;
  }
  .u-pr170-sm {
    padding-right: 170px !important;
  }
  .u-pr180-sm {
    padding-right: 180px !important;
  }
  .u-pr190-sm {
    padding-right: 190px !important;
  }
  .u-pr200-sm {
    padding-right: 200px !important;
  }
  .u-pr210-sm {
    padding-right: 210px !important;
  }
  .u-pr220-sm {
    padding-right: 220px !important;
  }
  .u-pr230-sm {
    padding-right: 230px !important;
  }
  .u-pr240-sm {
    padding-right: 240px !important;
  }
  .u-pr250-sm {
    padding-right: 250px !important;
  }
}
.u-hover-opacity {
  transition: var(--transition-standard);
}

@media (any-hover: hover) {
  .u-hover-opacity:hover {
    opacity: 0.7;
  }
}
.u-font-bold {
  font-weight: bold;
}

.u-font-red {
  color: #f00;
}

.u-word-break {
  word-break: break-all;
}

.u-break-keep {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.u-tracking-10 {
  letter-spacing: 0.01em;
}

.u-tracking-20 {
  letter-spacing: 0.02em;
}

.u-tracking-30 {
  letter-spacing: 0.03em;
}

.u-tracking-40 {
  letter-spacing: 0.03em;
}

.u-tracking-50 {
  letter-spacing: 0.05em;
}

.u-tracking-60 {
  letter-spacing: 0.06em;
}

.u-tracking-70 {
  letter-spacing: 0.07em;
}

.u-tracking-80 {
  letter-spacing: 0.08em;
}

.u-tracking-90 {
  letter-spacing: 0.09em;
}

.u-tracking-100 {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1200px) {
  .u-hidden-lg {
    display: none;
  }
}
@media screen and (768px <= width < 1200px) {
  .u-hidden-md {
    display: none;
  }
}
@media screen and (width < 768px) {
  .u-hidden-sm {
    display: none;
  }
}
.u-clearfix::after,
.u-clearfix::before {
  clear: both;
  display: block;
  content: "";
}

.u-clearfix {
  display: block;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

/*# sourceMappingURL=style.css.map */
