@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1000px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1478px;
  --font-family-sans-serif: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.3; }

h1, .h1 {
  font-size: 4.4rem; }

h2, .h2 {
  font-size: 3.2rem; }

h3, .h3 {
  font-size: 2.8rem; }

h4, .h4 {
  font-size: 2.08rem; }

h5, .h5 {
  font-size: 1.92rem; }

h6, .h6 {
  font-size: 1.6rem; }

.lead {
  font-size: 3.2rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 2rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1000px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1000px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1478px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d3d3d3; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d3d3d3; }
  .table tbody + tbody {
    border-top: 2px solid #d3d3d3; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #d3d3d3; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d3d3d3; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #d3d3d3; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 999.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1477.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 2; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 2rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.4rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(2em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.1875rem) center;
  background-size: calc(1em + 0.375rem) calc(1em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(2em + 0.75rem);
  background-position: top calc(0.5em + 0.1875rem) right calc(0.5em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(1em + 0.375rem) calc(1em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(2em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.1875rem) center;
  background-size: calc(1em + 0.375rem) calc(1em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(2em + 0.75rem);
  background-position: top calc(0.5em + 0.1875rem) right calc(0.5em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(1em + 0.375rem) calc(1em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  line-height: 2;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.6rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1000px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1478px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  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; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 3.2rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 2.1rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 1.1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 1.1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(1.1rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.4rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 2rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  margin-right: 1rem;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 999.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1000px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1280px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1477.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1478px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: var(--theme_black, #000);
      content: ">"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #999999; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.9rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 1.2rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  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;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1000px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1478px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -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;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 2; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1000px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1000px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1478px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-5by6::before {
  padding-top: 120%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1000px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1478px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1000px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1478px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.h-5 {
  height: 5% !important; }

.h-10 {
  height: 10% !important; }

.h-15 {
  height: 15% !important; }

.h-20 {
  height: 20% !important; }

.h-30 {
  height: 30% !important; }

.h-35 {
  height: 35% !important; }

.h-40 {
  height: 40% !important; }

.h-45 {
  height: 45% !important; }

.h-60 {
  height: 60% !important; }

.h-70 {
  height: 70% !important; }

.h-80 {
  height: 80% !important; }

.h-90 {
  height: 90% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1000px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1478px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1000px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1478px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media screen and (min-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .breadcrumb {
    padding-right: constant(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left); } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.h-5 {
  height: 5% !important; }

.h-10 {
  height: 10% !important; }

.h-15 {
  height: 15% !important; }

.h-20 {
  height: 20% !important; }

.h-30 {
  height: 30% !important; }

.h-35 {
  height: 35% !important; }

.h-40 {
  height: 40% !important; }

.h-45 {
  height: 45% !important; }

.h-60 {
  height: 60% !important; }

.h-70 {
  height: 70% !important; }

.h-80 {
  height: 80% !important; }

.h-90 {
  height: 90% !important; }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .w-sm-5 {
    width: 5% !important; }
  .w-sm-10 {
    width: 10% !important; }
  .w-sm-15 {
    width: 15% !important; }
  .w-sm-20 {
    width: 20% !important; }
  .w-sm-30 {
    width: 30% !important; }
  .w-sm-35 {
    width: 35% !important; }
  .w-sm-40 {
    width: 40% !important; }
  .w-sm-45 {
    width: 45% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-70 {
    width: 70% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-90 {
    width: 90% !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; }
  .h-sm-5 {
    height: 5% !important; }
  .h-sm-10 {
    height: 10% !important; }
  .h-sm-15 {
    height: 15% !important; }
  .h-sm-20 {
    height: 20% !important; }
  .h-sm-30 {
    height: 30% !important; }
  .h-sm-35 {
    height: 35% !important; }
  .h-sm-40 {
    height: 40% !important; }
  .h-sm-45 {
    height: 45% !important; }
  .h-sm-60 {
    height: 60% !important; }
  .h-sm-70 {
    height: 70% !important; }
  .h-sm-80 {
    height: 80% !important; }
  .h-sm-90 {
    height: 90% !important; } }

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .w-md-5 {
    width: 5% !important; }
  .w-md-10 {
    width: 10% !important; }
  .w-md-15 {
    width: 15% !important; }
  .w-md-20 {
    width: 20% !important; }
  .w-md-30 {
    width: 30% !important; }
  .w-md-35 {
    width: 35% !important; }
  .w-md-40 {
    width: 40% !important; }
  .w-md-45 {
    width: 45% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-70 {
    width: 70% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-90 {
    width: 90% !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; }
  .h-md-5 {
    height: 5% !important; }
  .h-md-10 {
    height: 10% !important; }
  .h-md-15 {
    height: 15% !important; }
  .h-md-20 {
    height: 20% !important; }
  .h-md-30 {
    height: 30% !important; }
  .h-md-35 {
    height: 35% !important; }
  .h-md-40 {
    height: 40% !important; }
  .h-md-45 {
    height: 45% !important; }
  .h-md-60 {
    height: 60% !important; }
  .h-md-70 {
    height: 70% !important; }
  .h-md-80 {
    height: 80% !important; }
  .h-md-90 {
    height: 90% !important; } }

@media (min-width: 1000px) {
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .w-lg-5 {
    width: 5% !important; }
  .w-lg-10 {
    width: 10% !important; }
  .w-lg-15 {
    width: 15% !important; }
  .w-lg-20 {
    width: 20% !important; }
  .w-lg-30 {
    width: 30% !important; }
  .w-lg-35 {
    width: 35% !important; }
  .w-lg-40 {
    width: 40% !important; }
  .w-lg-45 {
    width: 45% !important; }
  .w-lg-60 {
    width: 60% !important; }
  .w-lg-70 {
    width: 70% !important; }
  .w-lg-80 {
    width: 80% !important; }
  .w-lg-90 {
    width: 90% !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; }
  .h-lg-5 {
    height: 5% !important; }
  .h-lg-10 {
    height: 10% !important; }
  .h-lg-15 {
    height: 15% !important; }
  .h-lg-20 {
    height: 20% !important; }
  .h-lg-30 {
    height: 30% !important; }
  .h-lg-35 {
    height: 35% !important; }
  .h-lg-40 {
    height: 40% !important; }
  .h-lg-45 {
    height: 45% !important; }
  .h-lg-60 {
    height: 60% !important; }
  .h-lg-70 {
    height: 70% !important; }
  .h-lg-80 {
    height: 80% !important; }
  .h-lg-90 {
    height: 90% !important; } }

@media (min-width: 1280px) {
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .w-xl-5 {
    width: 5% !important; }
  .w-xl-10 {
    width: 10% !important; }
  .w-xl-15 {
    width: 15% !important; }
  .w-xl-20 {
    width: 20% !important; }
  .w-xl-30 {
    width: 30% !important; }
  .w-xl-35 {
    width: 35% !important; }
  .w-xl-40 {
    width: 40% !important; }
  .w-xl-45 {
    width: 45% !important; }
  .w-xl-60 {
    width: 60% !important; }
  .w-xl-70 {
    width: 70% !important; }
  .w-xl-80 {
    width: 80% !important; }
  .w-xl-90 {
    width: 90% !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; }
  .h-xl-5 {
    height: 5% !important; }
  .h-xl-10 {
    height: 10% !important; }
  .h-xl-15 {
    height: 15% !important; }
  .h-xl-20 {
    height: 20% !important; }
  .h-xl-30 {
    height: 30% !important; }
  .h-xl-35 {
    height: 35% !important; }
  .h-xl-40 {
    height: 40% !important; }
  .h-xl-45 {
    height: 45% !important; }
  .h-xl-60 {
    height: 60% !important; }
  .h-xl-70 {
    height: 70% !important; }
  .h-xl-80 {
    height: 80% !important; }
  .h-xl-90 {
    height: 90% !important; } }

@media (min-width: 1478px) {
  .w-xxl-25 {
    width: 25% !important; }
  .w-xxl-50 {
    width: 50% !important; }
  .w-xxl-75 {
    width: 75% !important; }
  .w-xxl-100 {
    width: 100% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .w-xxl-5 {
    width: 5% !important; }
  .w-xxl-10 {
    width: 10% !important; }
  .w-xxl-15 {
    width: 15% !important; }
  .w-xxl-20 {
    width: 20% !important; }
  .w-xxl-30 {
    width: 30% !important; }
  .w-xxl-35 {
    width: 35% !important; }
  .w-xxl-40 {
    width: 40% !important; }
  .w-xxl-45 {
    width: 45% !important; }
  .w-xxl-60 {
    width: 60% !important; }
  .w-xxl-70 {
    width: 70% !important; }
  .w-xxl-80 {
    width: 80% !important; }
  .w-xxl-90 {
    width: 90% !important; }
  .h-xxl-25 {
    height: 25% !important; }
  .h-xxl-50 {
    height: 50% !important; }
  .h-xxl-75 {
    height: 75% !important; }
  .h-xxl-100 {
    height: 100% !important; }
  .h-xxl-auto {
    height: auto !important; }
  .h-xxl-5 {
    height: 5% !important; }
  .h-xxl-10 {
    height: 10% !important; }
  .h-xxl-15 {
    height: 15% !important; }
  .h-xxl-20 {
    height: 20% !important; }
  .h-xxl-30 {
    height: 30% !important; }
  .h-xxl-35 {
    height: 35% !important; }
  .h-xxl-40 {
    height: 40% !important; }
  .h-xxl-45 {
    height: 45% !important; }
  .h-xxl-60 {
    height: 60% !important; }
  .h-xxl-70 {
    height: 70% !important; }
  .h-xxl-80 {
    height: 80% !important; }
  .h-xxl-90 {
    height: 90% !important; } }

.w-em-1 {
  width: 1em !important; }

.w-em-2 {
  width: 2em !important; }

.w-em-3 {
  width: 3em !important; }

.w-em-4 {
  width: 4em !important; }

.w-em-5 {
  width: 5em !important; }

.w-em-6 {
  width: 6em !important; }

.w-em-7 {
  width: 7em !important; }

.w-em-8 {
  width: 8em !important; }

.w-em-9 {
  width: 9em !important; }

.w-em-10 {
  width: 10em !important; }

.h-em-1 {
  height: 1em !important; }

.h-em-2 {
  height: 2em !important; }

.h-em-3 {
  height: 3em !important; }

.h-em-4 {
  height: 4em !important; }

.h-em-5 {
  height: 5em !important; }

.h-em-6 {
  height: 6em !important; }

.h-em-7 {
  height: 7em !important; }

.h-em-8 {
  height: 8em !important; }

.h-em-9 {
  height: 9em !important; }

.h-em-10 {
  height: 10em !important; }

.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.mx-n0 {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.my-n0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.mx-n5 {
  margin-right: -5px !important;
  margin-left: -5px !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.my-n5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important; }

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.mx-n10 {
  margin-right: -10px !important;
  margin-left: -10px !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.my-n10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.mx-n15 {
  margin-right: -15px !important;
  margin-left: -15px !important; }

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.my-n15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important; }

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important; }

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important; }

.mx-n25 {
  margin-right: -25px !important;
  margin-left: -25px !important; }

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.my-n25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important; }

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.mx-n30 {
  margin-right: -30px !important;
  margin-left: -30px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.my-n30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important; }

.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important; }

.mx-n35 {
  margin-right: -35px !important;
  margin-left: -35px !important; }

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.my-n35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important; }

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.mx-n40 {
  margin-right: -40px !important;
  margin-left: -40px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-n40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important; }

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important; }

.mx-n45 {
  margin-right: -45px !important;
  margin-left: -45px !important; }

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.my-n45 {
  margin-top: -45px !important;
  margin-bottom: -45px !important; }

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.mx-n50 {
  margin-right: -50px !important;
  margin-left: -50px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.my-n50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important; }

.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important; }

.mx-n55 {
  margin-right: -55px !important;
  margin-left: -55px !important; }

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.my-n55 {
  margin-top: -55px !important;
  margin-bottom: -55px !important; }

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.mx-n60 {
  margin-right: -60px !important;
  margin-left: -60px !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.my-n60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important; }

.mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important; }

.mx-n65 {
  margin-right: -65px !important;
  margin-left: -65px !important; }

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.my-n65 {
  margin-top: -65px !important;
  margin-bottom: -65px !important; }

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important; }

.mx-n70 {
  margin-right: -70px !important;
  margin-left: -70px !important; }

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.my-n70 {
  margin-top: -70px !important;
  margin-bottom: -70px !important; }

.mx-75 {
  margin-right: 75px !important;
  margin-left: 75px !important; }

.mx-n75 {
  margin-right: -75px !important;
  margin-left: -75px !important; }

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.my-n75 {
  margin-top: -75px !important;
  margin-bottom: -75px !important; }

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important; }

.mx-n80 {
  margin-right: -80px !important;
  margin-left: -80px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.my-n80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important; }

.mx-85 {
  margin-right: 85px !important;
  margin-left: 85px !important; }

.mx-n85 {
  margin-right: -85px !important;
  margin-left: -85px !important; }

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.my-n85 {
  margin-top: -85px !important;
  margin-bottom: -85px !important; }

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important; }

.mx-n90 {
  margin-right: -90px !important;
  margin-left: -90px !important; }

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.my-n90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important; }

.mx-95 {
  margin-right: 95px !important;
  margin-left: 95px !important; }

.mx-n95 {
  margin-right: -95px !important;
  margin-left: -95px !important; }

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

.my-n95 {
  margin-top: -95px !important;
  margin-bottom: -95px !important; }

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important; }

.mx-n100 {
  margin-right: -100px !important;
  margin-left: -100px !important; }

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.my-n100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important; }

.mx-105 {
  margin-right: 105px !important;
  margin-left: 105px !important; }

.mx-n105 {
  margin-right: -105px !important;
  margin-left: -105px !important; }

.my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important; }

.my-n105 {
  margin-top: -105px !important;
  margin-bottom: -105px !important; }

.mx-110 {
  margin-right: 110px !important;
  margin-left: 110px !important; }

.mx-n110 {
  margin-right: -110px !important;
  margin-left: -110px !important; }

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.my-n110 {
  margin-top: -110px !important;
  margin-bottom: -110px !important; }

.mx-115 {
  margin-right: 115px !important;
  margin-left: 115px !important; }

.mx-n115 {
  margin-right: -115px !important;
  margin-left: -115px !important; }

.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important; }

.my-n115 {
  margin-top: -115px !important;
  margin-bottom: -115px !important; }

.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important; }

.mx-n120 {
  margin-right: -120px !important;
  margin-left: -120px !important; }

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.my-n120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important; }

.mx-125 {
  margin-right: 125px !important;
  margin-left: 125px !important; }

.mx-n125 {
  margin-right: -125px !important;
  margin-left: -125px !important; }

.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important; }

.my-n125 {
  margin-top: -125px !important;
  margin-bottom: -125px !important; }

.mx-130 {
  margin-right: 130px !important;
  margin-left: 130px !important; }

.mx-n130 {
  margin-right: -130px !important;
  margin-left: -130px !important; }

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important; }

.my-n130 {
  margin-top: -130px !important;
  margin-bottom: -130px !important; }

.mx-135 {
  margin-right: 135px !important;
  margin-left: 135px !important; }

.mx-n135 {
  margin-right: -135px !important;
  margin-left: -135px !important; }

.my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important; }

.my-n135 {
  margin-top: -135px !important;
  margin-bottom: -135px !important; }

.mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important; }

.mx-n140 {
  margin-right: -140px !important;
  margin-left: -140px !important; }

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.my-n140 {
  margin-top: -140px !important;
  margin-bottom: -140px !important; }

.mx-145 {
  margin-right: 145px !important;
  margin-left: 145px !important; }

.mx-n145 {
  margin-right: -145px !important;
  margin-left: -145px !important; }

.my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important; }

.my-n145 {
  margin-top: -145px !important;
  margin-bottom: -145px !important; }

.mx-150 {
  margin-right: 150px !important;
  margin-left: 150px !important; }

.mx-n150 {
  margin-right: -150px !important;
  margin-left: -150px !important; }

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.my-n150 {
  margin-top: -150px !important;
  margin-bottom: -150px !important; }

.mx-155 {
  margin-right: 155px !important;
  margin-left: 155px !important; }

.mx-n155 {
  margin-right: -155px !important;
  margin-left: -155px !important; }

.my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important; }

.my-n155 {
  margin-top: -155px !important;
  margin-bottom: -155px !important; }

.mx-160 {
  margin-right: 160px !important;
  margin-left: 160px !important; }

.mx-n160 {
  margin-right: -160px !important;
  margin-left: -160px !important; }

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important; }

.my-n160 {
  margin-top: -160px !important;
  margin-bottom: -160px !important; }

.mx-165 {
  margin-right: 165px !important;
  margin-left: 165px !important; }

.mx-n165 {
  margin-right: -165px !important;
  margin-left: -165px !important; }

.my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important; }

.my-n165 {
  margin-top: -165px !important;
  margin-bottom: -165px !important; }

.mx-170 {
  margin-right: 170px !important;
  margin-left: 170px !important; }

.mx-n170 {
  margin-right: -170px !important;
  margin-left: -170px !important; }

.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important; }

.my-n170 {
  margin-top: -170px !important;
  margin-bottom: -170px !important; }

.mx-175 {
  margin-right: 175px !important;
  margin-left: 175px !important; }

.mx-n175 {
  margin-right: -175px !important;
  margin-left: -175px !important; }

.my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important; }

.my-n175 {
  margin-top: -175px !important;
  margin-bottom: -175px !important; }

.mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important; }

.mx-n180 {
  margin-right: -180px !important;
  margin-left: -180px !important; }

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important; }

.my-n180 {
  margin-top: -180px !important;
  margin-bottom: -180px !important; }

.mx-185 {
  margin-right: 185px !important;
  margin-left: 185px !important; }

.mx-n185 {
  margin-right: -185px !important;
  margin-left: -185px !important; }

.my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important; }

.my-n185 {
  margin-top: -185px !important;
  margin-bottom: -185px !important; }

.mx-190 {
  margin-right: 190px !important;
  margin-left: 190px !important; }

.mx-n190 {
  margin-right: -190px !important;
  margin-left: -190px !important; }

.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important; }

.my-n190 {
  margin-top: -190px !important;
  margin-bottom: -190px !important; }

.mx-195 {
  margin-right: 195px !important;
  margin-left: 195px !important; }

.mx-n195 {
  margin-right: -195px !important;
  margin-left: -195px !important; }

.my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important; }

.my-n195 {
  margin-top: -195px !important;
  margin-bottom: -195px !important; }

.mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !important; }

.mx-n200 {
  margin-right: -200px !important;
  margin-left: -200px !important; }

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important; }

.my-n200 {
  margin-top: -200px !important;
  margin-bottom: -200px !important; }

.mx-205 {
  margin-right: 205px !important;
  margin-left: 205px !important; }

.mx-n205 {
  margin-right: -205px !important;
  margin-left: -205px !important; }

.my-205 {
  margin-top: 205px !important;
  margin-bottom: 205px !important; }

.my-n205 {
  margin-top: -205px !important;
  margin-bottom: -205px !important; }

.mx-210 {
  margin-right: 210px !important;
  margin-left: 210px !important; }

.mx-n210 {
  margin-right: -210px !important;
  margin-left: -210px !important; }

.my-210 {
  margin-top: 210px !important;
  margin-bottom: 210px !important; }

.my-n210 {
  margin-top: -210px !important;
  margin-bottom: -210px !important; }

.mx-215 {
  margin-right: 215px !important;
  margin-left: 215px !important; }

.mx-n215 {
  margin-right: -215px !important;
  margin-left: -215px !important; }

.my-215 {
  margin-top: 215px !important;
  margin-bottom: 215px !important; }

.my-n215 {
  margin-top: -215px !important;
  margin-bottom: -215px !important; }

.mx-220 {
  margin-right: 220px !important;
  margin-left: 220px !important; }

.mx-n220 {
  margin-right: -220px !important;
  margin-left: -220px !important; }

.my-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important; }

.my-n220 {
  margin-top: -220px !important;
  margin-bottom: -220px !important; }

.mx-225 {
  margin-right: 225px !important;
  margin-left: 225px !important; }

.mx-n225 {
  margin-right: -225px !important;
  margin-left: -225px !important; }

.my-225 {
  margin-top: 225px !important;
  margin-bottom: 225px !important; }

.my-n225 {
  margin-top: -225px !important;
  margin-bottom: -225px !important; }

.mx-230 {
  margin-right: 230px !important;
  margin-left: 230px !important; }

.mx-n230 {
  margin-right: -230px !important;
  margin-left: -230px !important; }

.my-230 {
  margin-top: 230px !important;
  margin-bottom: 230px !important; }

.my-n230 {
  margin-top: -230px !important;
  margin-bottom: -230px !important; }

.mx-235 {
  margin-right: 235px !important;
  margin-left: 235px !important; }

.mx-n235 {
  margin-right: -235px !important;
  margin-left: -235px !important; }

.my-235 {
  margin-top: 235px !important;
  margin-bottom: 235px !important; }

.my-n235 {
  margin-top: -235px !important;
  margin-bottom: -235px !important; }

.mx-240 {
  margin-right: 240px !important;
  margin-left: 240px !important; }

.mx-n240 {
  margin-right: -240px !important;
  margin-left: -240px !important; }

.my-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important; }

.my-n240 {
  margin-top: -240px !important;
  margin-bottom: -240px !important; }

.mx-245 {
  margin-right: 245px !important;
  margin-left: 245px !important; }

.mx-n245 {
  margin-right: -245px !important;
  margin-left: -245px !important; }

.my-245 {
  margin-top: 245px !important;
  margin-bottom: 245px !important; }

.my-n245 {
  margin-top: -245px !important;
  margin-bottom: -245px !important; }

.mx-250 {
  margin-right: 250px !important;
  margin-left: 250px !important; }

.mx-n250 {
  margin-right: -250px !important;
  margin-left: -250px !important; }

.my-250 {
  margin-top: 250px !important;
  margin-bottom: 250px !important; }

.my-n250 {
  margin-top: -250px !important;
  margin-bottom: -250px !important; }

.m-0 {
  margin: 0px !important; }

.m-n0 {
  margin: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-n5 {
  margin: -5px !important; }

.m-10 {
  margin: 10px !important; }

.m-n10 {
  margin: -10px !important; }

.m-15 {
  margin: 15px !important; }

.m-n15 {
  margin: -15px !important; }

.m-20 {
  margin: 20px !important; }

.m-n20 {
  margin: -20px !important; }

.m-25 {
  margin: 25px !important; }

.m-n25 {
  margin: -25px !important; }

.m-30 {
  margin: 30px !important; }

.m-n30 {
  margin: -30px !important; }

.m-35 {
  margin: 35px !important; }

.m-n35 {
  margin: -35px !important; }

.m-40 {
  margin: 40px !important; }

.m-n40 {
  margin: -40px !important; }

.m-45 {
  margin: 45px !important; }

.m-n45 {
  margin: -45px !important; }

.m-50 {
  margin: 50px !important; }

.m-n50 {
  margin: -50px !important; }

.m-55 {
  margin: 55px !important; }

.m-n55 {
  margin: -55px !important; }

.m-60 {
  margin: 60px !important; }

.m-n60 {
  margin: -60px !important; }

.m-65 {
  margin: 65px !important; }

.m-n65 {
  margin: -65px !important; }

.m-70 {
  margin: 70px !important; }

.m-n70 {
  margin: -70px !important; }

.m-75 {
  margin: 75px !important; }

.m-n75 {
  margin: -75px !important; }

.m-80 {
  margin: 80px !important; }

.m-n80 {
  margin: -80px !important; }

.m-85 {
  margin: 85px !important; }

.m-n85 {
  margin: -85px !important; }

.m-90 {
  margin: 90px !important; }

.m-n90 {
  margin: -90px !important; }

.m-95 {
  margin: 95px !important; }

.m-n95 {
  margin: -95px !important; }

.m-100 {
  margin: 100px !important; }

.m-n100 {
  margin: -100px !important; }

.m-105 {
  margin: 105px !important; }

.m-n105 {
  margin: -105px !important; }

.m-110 {
  margin: 110px !important; }

.m-n110 {
  margin: -110px !important; }

.m-115 {
  margin: 115px !important; }

.m-n115 {
  margin: -115px !important; }

.m-120 {
  margin: 120px !important; }

.m-n120 {
  margin: -120px !important; }

.m-125 {
  margin: 125px !important; }

.m-n125 {
  margin: -125px !important; }

.m-130 {
  margin: 130px !important; }

.m-n130 {
  margin: -130px !important; }

.m-135 {
  margin: 135px !important; }

.m-n135 {
  margin: -135px !important; }

.m-140 {
  margin: 140px !important; }

.m-n140 {
  margin: -140px !important; }

.m-145 {
  margin: 145px !important; }

.m-n145 {
  margin: -145px !important; }

.m-150 {
  margin: 150px !important; }

.m-n150 {
  margin: -150px !important; }

.m-155 {
  margin: 155px !important; }

.m-n155 {
  margin: -155px !important; }

.m-160 {
  margin: 160px !important; }

.m-n160 {
  margin: -160px !important; }

.m-165 {
  margin: 165px !important; }

.m-n165 {
  margin: -165px !important; }

.m-170 {
  margin: 170px !important; }

.m-n170 {
  margin: -170px !important; }

.m-175 {
  margin: 175px !important; }

.m-n175 {
  margin: -175px !important; }

.m-180 {
  margin: 180px !important; }

.m-n180 {
  margin: -180px !important; }

.m-185 {
  margin: 185px !important; }

.m-n185 {
  margin: -185px !important; }

.m-190 {
  margin: 190px !important; }

.m-n190 {
  margin: -190px !important; }

.m-195 {
  margin: 195px !important; }

.m-n195 {
  margin: -195px !important; }

.m-200 {
  margin: 200px !important; }

.m-n200 {
  margin: -200px !important; }

.m-205 {
  margin: 205px !important; }

.m-n205 {
  margin: -205px !important; }

.m-210 {
  margin: 210px !important; }

.m-n210 {
  margin: -210px !important; }

.m-215 {
  margin: 215px !important; }

.m-n215 {
  margin: -215px !important; }

.m-220 {
  margin: 220px !important; }

.m-n220 {
  margin: -220px !important; }

.m-225 {
  margin: 225px !important; }

.m-n225 {
  margin: -225px !important; }

.m-230 {
  margin: 230px !important; }

.m-n230 {
  margin: -230px !important; }

.m-235 {
  margin: 235px !important; }

.m-n235 {
  margin: -235px !important; }

.m-240 {
  margin: 240px !important; }

.m-n240 {
  margin: -240px !important; }

.m-245 {
  margin: 245px !important; }

.m-n245 {
  margin: -245px !important; }

.m-250 {
  margin: 250px !important; }

.m-n250 {
  margin: -250px !important; }

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

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

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

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

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

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

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

.mt-n15 {
  margin-top: -15px !important; }

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

.mt-n20 {
  margin-top: -20px !important; }

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

.mt-n25 {
  margin-top: -25px !important; }

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

.mt-n30 {
  margin-top: -30px !important; }

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

.mt-n35 {
  margin-top: -35px !important; }

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

.mt-n40 {
  margin-top: -40px !important; }

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

.mt-n45 {
  margin-top: -45px !important; }

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

.mt-n50 {
  margin-top: -50px !important; }

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

.mt-n55 {
  margin-top: -55px !important; }

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

.mt-n60 {
  margin-top: -60px !important; }

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

.mt-n65 {
  margin-top: -65px !important; }

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

.mt-n70 {
  margin-top: -70px !important; }

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

.mt-n75 {
  margin-top: -75px !important; }

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

.mt-n80 {
  margin-top: -80px !important; }

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

.mt-n85 {
  margin-top: -85px !important; }

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

.mt-n90 {
  margin-top: -90px !important; }

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

.mt-n95 {
  margin-top: -95px !important; }

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

.mt-n100 {
  margin-top: -100px !important; }

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

.mt-n105 {
  margin-top: -105px !important; }

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

.mt-n110 {
  margin-top: -110px !important; }

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

.mt-n115 {
  margin-top: -115px !important; }

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

.mt-n120 {
  margin-top: -120px !important; }

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

.mt-n125 {
  margin-top: -125px !important; }

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

.mt-n130 {
  margin-top: -130px !important; }

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

.mt-n135 {
  margin-top: -135px !important; }

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

.mt-n140 {
  margin-top: -140px !important; }

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

.mt-n145 {
  margin-top: -145px !important; }

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

.mt-n150 {
  margin-top: -150px !important; }

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

.mt-n155 {
  margin-top: -155px !important; }

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

.mt-n160 {
  margin-top: -160px !important; }

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

.mt-n165 {
  margin-top: -165px !important; }

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

.mt-n170 {
  margin-top: -170px !important; }

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

.mt-n175 {
  margin-top: -175px !important; }

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

.mt-n180 {
  margin-top: -180px !important; }

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

.mt-n185 {
  margin-top: -185px !important; }

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

.mt-n190 {
  margin-top: -190px !important; }

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

.mt-n195 {
  margin-top: -195px !important; }

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

.mt-n200 {
  margin-top: -200px !important; }

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

.mt-n205 {
  margin-top: -205px !important; }

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

.mt-n210 {
  margin-top: -210px !important; }

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

.mt-n215 {
  margin-top: -215px !important; }

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

.mt-n220 {
  margin-top: -220px !important; }

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

.mt-n225 {
  margin-top: -225px !important; }

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

.mt-n230 {
  margin-top: -230px !important; }

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

.mt-n235 {
  margin-top: -235px !important; }

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

.mt-n240 {
  margin-top: -240px !important; }

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

.mt-n245 {
  margin-top: -245px !important; }

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

.mt-n250 {
  margin-top: -250px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-n0 {
  margin-right: 0px !important; }

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

.mr-n5 {
  margin-right: -5px !important; }

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

.mr-n10 {
  margin-right: -10px !important; }

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

.mr-n15 {
  margin-right: -15px !important; }

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

.mr-n20 {
  margin-right: -20px !important; }

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

.mr-n25 {
  margin-right: -25px !important; }

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

.mr-n30 {
  margin-right: -30px !important; }

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

.mr-n35 {
  margin-right: -35px !important; }

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

.mr-n40 {
  margin-right: -40px !important; }

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

.mr-n45 {
  margin-right: -45px !important; }

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

.mr-n50 {
  margin-right: -50px !important; }

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

.mr-n55 {
  margin-right: -55px !important; }

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

.mr-n60 {
  margin-right: -60px !important; }

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

.mr-n65 {
  margin-right: -65px !important; }

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

.mr-n70 {
  margin-right: -70px !important; }

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

.mr-n75 {
  margin-right: -75px !important; }

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

.mr-n80 {
  margin-right: -80px !important; }

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

.mr-n85 {
  margin-right: -85px !important; }

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

.mr-n90 {
  margin-right: -90px !important; }

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

.mr-n95 {
  margin-right: -95px !important; }

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

.mr-n100 {
  margin-right: -100px !important; }

.mr-105 {
  margin-right: 105px !important; }

.mr-n105 {
  margin-right: -105px !important; }

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

.mr-n110 {
  margin-right: -110px !important; }

.mr-115 {
  margin-right: 115px !important; }

.mr-n115 {
  margin-right: -115px !important; }

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

.mr-n120 {
  margin-right: -120px !important; }

.mr-125 {
  margin-right: 125px !important; }

.mr-n125 {
  margin-right: -125px !important; }

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

.mr-n130 {
  margin-right: -130px !important; }

.mr-135 {
  margin-right: 135px !important; }

.mr-n135 {
  margin-right: -135px !important; }

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

.mr-n140 {
  margin-right: -140px !important; }

.mr-145 {
  margin-right: 145px !important; }

.mr-n145 {
  margin-right: -145px !important; }

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

.mr-n150 {
  margin-right: -150px !important; }

.mr-155 {
  margin-right: 155px !important; }

.mr-n155 {
  margin-right: -155px !important; }

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

.mr-n160 {
  margin-right: -160px !important; }

.mr-165 {
  margin-right: 165px !important; }

.mr-n165 {
  margin-right: -165px !important; }

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

.mr-n170 {
  margin-right: -170px !important; }

.mr-175 {
  margin-right: 175px !important; }

.mr-n175 {
  margin-right: -175px !important; }

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

.mr-n180 {
  margin-right: -180px !important; }

.mr-185 {
  margin-right: 185px !important; }

.mr-n185 {
  margin-right: -185px !important; }

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

.mr-n190 {
  margin-right: -190px !important; }

.mr-195 {
  margin-right: 195px !important; }

.mr-n195 {
  margin-right: -195px !important; }

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

.mr-n200 {
  margin-right: -200px !important; }

.mr-205 {
  margin-right: 205px !important; }

.mr-n205 {
  margin-right: -205px !important; }

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

.mr-n210 {
  margin-right: -210px !important; }

.mr-215 {
  margin-right: 215px !important; }

.mr-n215 {
  margin-right: -215px !important; }

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

.mr-n220 {
  margin-right: -220px !important; }

.mr-225 {
  margin-right: 225px !important; }

.mr-n225 {
  margin-right: -225px !important; }

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

.mr-n230 {
  margin-right: -230px !important; }

.mr-235 {
  margin-right: 235px !important; }

.mr-n235 {
  margin-right: -235px !important; }

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

.mr-n240 {
  margin-right: -240px !important; }

.mr-245 {
  margin-right: 245px !important; }

.mr-n245 {
  margin-right: -245px !important; }

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

.mr-n250 {
  margin-right: -250px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-n0 {
  margin-bottom: 0px !important; }

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

.mb-n5 {
  margin-bottom: -5px !important; }

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

.mb-n10 {
  margin-bottom: -10px !important; }

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

.mb-n15 {
  margin-bottom: -15px !important; }

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

.mb-n20 {
  margin-bottom: -20px !important; }

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

.mb-n25 {
  margin-bottom: -25px !important; }

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

.mb-n30 {
  margin-bottom: -30px !important; }

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

.mb-n35 {
  margin-bottom: -35px !important; }

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

.mb-n40 {
  margin-bottom: -40px !important; }

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

.mb-n45 {
  margin-bottom: -45px !important; }

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

.mb-n50 {
  margin-bottom: -50px !important; }

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

.mb-n55 {
  margin-bottom: -55px !important; }

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

.mb-n60 {
  margin-bottom: -60px !important; }

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

.mb-n65 {
  margin-bottom: -65px !important; }

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

.mb-n70 {
  margin-bottom: -70px !important; }

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

.mb-n75 {
  margin-bottom: -75px !important; }

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

.mb-n80 {
  margin-bottom: -80px !important; }

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

.mb-n85 {
  margin-bottom: -85px !important; }

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

.mb-n90 {
  margin-bottom: -90px !important; }

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

.mb-n95 {
  margin-bottom: -95px !important; }

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

.mb-n100 {
  margin-bottom: -100px !important; }

.mb-105 {
  margin-bottom: 105px !important; }

.mb-n105 {
  margin-bottom: -105px !important; }

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

.mb-n110 {
  margin-bottom: -110px !important; }

.mb-115 {
  margin-bottom: 115px !important; }

.mb-n115 {
  margin-bottom: -115px !important; }

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

.mb-n120 {
  margin-bottom: -120px !important; }

.mb-125 {
  margin-bottom: 125px !important; }

.mb-n125 {
  margin-bottom: -125px !important; }

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

.mb-n130 {
  margin-bottom: -130px !important; }

.mb-135 {
  margin-bottom: 135px !important; }

.mb-n135 {
  margin-bottom: -135px !important; }

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

.mb-n140 {
  margin-bottom: -140px !important; }

.mb-145 {
  margin-bottom: 145px !important; }

.mb-n145 {
  margin-bottom: -145px !important; }

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

.mb-n150 {
  margin-bottom: -150px !important; }

.mb-155 {
  margin-bottom: 155px !important; }

.mb-n155 {
  margin-bottom: -155px !important; }

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

.mb-n160 {
  margin-bottom: -160px !important; }

.mb-165 {
  margin-bottom: 165px !important; }

.mb-n165 {
  margin-bottom: -165px !important; }

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

.mb-n170 {
  margin-bottom: -170px !important; }

.mb-175 {
  margin-bottom: 175px !important; }

.mb-n175 {
  margin-bottom: -175px !important; }

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

.mb-n180 {
  margin-bottom: -180px !important; }

.mb-185 {
  margin-bottom: 185px !important; }

.mb-n185 {
  margin-bottom: -185px !important; }

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

.mb-n190 {
  margin-bottom: -190px !important; }

.mb-195 {
  margin-bottom: 195px !important; }

.mb-n195 {
  margin-bottom: -195px !important; }

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

.mb-n200 {
  margin-bottom: -200px !important; }

.mb-205 {
  margin-bottom: 205px !important; }

.mb-n205 {
  margin-bottom: -205px !important; }

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

.mb-n210 {
  margin-bottom: -210px !important; }

.mb-215 {
  margin-bottom: 215px !important; }

.mb-n215 {
  margin-bottom: -215px !important; }

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

.mb-n220 {
  margin-bottom: -220px !important; }

.mb-225 {
  margin-bottom: 225px !important; }

.mb-n225 {
  margin-bottom: -225px !important; }

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

.mb-n230 {
  margin-bottom: -230px !important; }

.mb-235 {
  margin-bottom: 235px !important; }

.mb-n235 {
  margin-bottom: -235px !important; }

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

.mb-n240 {
  margin-bottom: -240px !important; }

.mb-245 {
  margin-bottom: 245px !important; }

.mb-n245 {
  margin-bottom: -245px !important; }

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

.mb-n250 {
  margin-bottom: -250px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-n0 {
  margin-left: 0px !important; }

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

.ml-n5 {
  margin-left: -5px !important; }

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

.ml-n10 {
  margin-left: -10px !important; }

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

.ml-n15 {
  margin-left: -15px !important; }

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

.ml-n20 {
  margin-left: -20px !important; }

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

.ml-n25 {
  margin-left: -25px !important; }

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

.ml-n30 {
  margin-left: -30px !important; }

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

.ml-n35 {
  margin-left: -35px !important; }

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

.ml-n40 {
  margin-left: -40px !important; }

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

.ml-n45 {
  margin-left: -45px !important; }

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

.ml-n50 {
  margin-left: -50px !important; }

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

.ml-n55 {
  margin-left: -55px !important; }

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

.ml-n60 {
  margin-left: -60px !important; }

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

.ml-n65 {
  margin-left: -65px !important; }

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

.ml-n70 {
  margin-left: -70px !important; }

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

.ml-n75 {
  margin-left: -75px !important; }

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

.ml-n80 {
  margin-left: -80px !important; }

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

.ml-n85 {
  margin-left: -85px !important; }

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

.ml-n90 {
  margin-left: -90px !important; }

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

.ml-n95 {
  margin-left: -95px !important; }

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

.ml-n100 {
  margin-left: -100px !important; }

.ml-105 {
  margin-left: 105px !important; }

.ml-n105 {
  margin-left: -105px !important; }

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

.ml-n110 {
  margin-left: -110px !important; }

.ml-115 {
  margin-left: 115px !important; }

.ml-n115 {
  margin-left: -115px !important; }

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

.ml-n120 {
  margin-left: -120px !important; }

.ml-125 {
  margin-left: 125px !important; }

.ml-n125 {
  margin-left: -125px !important; }

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

.ml-n130 {
  margin-left: -130px !important; }

.ml-135 {
  margin-left: 135px !important; }

.ml-n135 {
  margin-left: -135px !important; }

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

.ml-n140 {
  margin-left: -140px !important; }

.ml-145 {
  margin-left: 145px !important; }

.ml-n145 {
  margin-left: -145px !important; }

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

.ml-n150 {
  margin-left: -150px !important; }

.ml-155 {
  margin-left: 155px !important; }

.ml-n155 {
  margin-left: -155px !important; }

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

.ml-n160 {
  margin-left: -160px !important; }

.ml-165 {
  margin-left: 165px !important; }

.ml-n165 {
  margin-left: -165px !important; }

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

.ml-n170 {
  margin-left: -170px !important; }

.ml-175 {
  margin-left: 175px !important; }

.ml-n175 {
  margin-left: -175px !important; }

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

.ml-n180 {
  margin-left: -180px !important; }

.ml-185 {
  margin-left: 185px !important; }

.ml-n185 {
  margin-left: -185px !important; }

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

.ml-n190 {
  margin-left: -190px !important; }

.ml-195 {
  margin-left: 195px !important; }

.ml-n195 {
  margin-left: -195px !important; }

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

.ml-n200 {
  margin-left: -200px !important; }

.ml-205 {
  margin-left: 205px !important; }

.ml-n205 {
  margin-left: -205px !important; }

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

.ml-n210 {
  margin-left: -210px !important; }

.ml-215 {
  margin-left: 215px !important; }

.ml-n215 {
  margin-left: -215px !important; }

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

.ml-n220 {
  margin-left: -220px !important; }

.ml-225 {
  margin-left: 225px !important; }

.ml-n225 {
  margin-left: -225px !important; }

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

.ml-n230 {
  margin-left: -230px !important; }

.ml-235 {
  margin-left: 235px !important; }

.ml-n235 {
  margin-left: -235px !important; }

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

.ml-n240 {
  margin-left: -240px !important; }

.ml-245 {
  margin-left: 245px !important; }

.ml-n245 {
  margin-left: -245px !important; }

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

.ml-n250 {
  margin-left: -250px !important; }

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

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

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.py-n0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

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

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

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.py-n5 {
  padding-top: -5px !important;
  padding-bottom: -5px !important; }

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

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

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.py-n10 {
  padding-top: -10px !important;
  padding-bottom: -10px !important; }

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

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

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.py-n15 {
  padding-top: -15px !important;
  padding-bottom: -15px !important; }

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

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

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.py-n20 {
  padding-top: -20px !important;
  padding-bottom: -20px !important; }

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

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

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.py-n25 {
  padding-top: -25px !important;
  padding-bottom: -25px !important; }

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

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

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.py-n30 {
  padding-top: -30px !important;
  padding-bottom: -30px !important; }

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

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

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.py-n35 {
  padding-top: -35px !important;
  padding-bottom: -35px !important; }

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

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

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.py-n40 {
  padding-top: -40px !important;
  padding-bottom: -40px !important; }

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

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

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.py-n45 {
  padding-top: -45px !important;
  padding-bottom: -45px !important; }

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

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

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.py-n50 {
  padding-top: -50px !important;
  padding-bottom: -50px !important; }

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

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

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.py-n55 {
  padding-top: -55px !important;
  padding-bottom: -55px !important; }

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

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

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.py-n60 {
  padding-top: -60px !important;
  padding-bottom: -60px !important; }

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

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

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.py-n65 {
  padding-top: -65px !important;
  padding-bottom: -65px !important; }

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

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

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.py-n70 {
  padding-top: -70px !important;
  padding-bottom: -70px !important; }

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

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

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.py-n75 {
  padding-top: -75px !important;
  padding-bottom: -75px !important; }

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

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

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.py-n80 {
  padding-top: -80px !important;
  padding-bottom: -80px !important; }

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

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

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

.py-n85 {
  padding-top: -85px !important;
  padding-bottom: -85px !important; }

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

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

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.py-n90 {
  padding-top: -90px !important;
  padding-bottom: -90px !important; }

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

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

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

.py-n95 {
  padding-top: -95px !important;
  padding-bottom: -95px !important; }

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

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

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.py-n100 {
  padding-top: -100px !important;
  padding-bottom: -100px !important; }

.px-105 {
  padding-right: 105px !important;
  padding-left: 105px !important; }

.px-n105 {
  padding-right: -105px !important;
  padding-left: -105px !important; }

.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important; }

.py-n105 {
  padding-top: -105px !important;
  padding-bottom: -105px !important; }

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

.px-n110 {
  padding-right: -110px !important;
  padding-left: -110px !important; }

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.py-n110 {
  padding-top: -110px !important;
  padding-bottom: -110px !important; }

.px-115 {
  padding-right: 115px !important;
  padding-left: 115px !important; }

.px-n115 {
  padding-right: -115px !important;
  padding-left: -115px !important; }

.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important; }

.py-n115 {
  padding-top: -115px !important;
  padding-bottom: -115px !important; }

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

.px-n120 {
  padding-right: -120px !important;
  padding-left: -120px !important; }

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.py-n120 {
  padding-top: -120px !important;
  padding-bottom: -120px !important; }

.px-125 {
  padding-right: 125px !important;
  padding-left: 125px !important; }

.px-n125 {
  padding-right: -125px !important;
  padding-left: -125px !important; }

.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important; }

.py-n125 {
  padding-top: -125px !important;
  padding-bottom: -125px !important; }

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

.px-n130 {
  padding-right: -130px !important;
  padding-left: -130px !important; }

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.py-n130 {
  padding-top: -130px !important;
  padding-bottom: -130px !important; }

.px-135 {
  padding-right: 135px !important;
  padding-left: 135px !important; }

.px-n135 {
  padding-right: -135px !important;
  padding-left: -135px !important; }

.py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important; }

.py-n135 {
  padding-top: -135px !important;
  padding-bottom: -135px !important; }

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

.px-n140 {
  padding-right: -140px !important;
  padding-left: -140px !important; }

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.py-n140 {
  padding-top: -140px !important;
  padding-bottom: -140px !important; }

.px-145 {
  padding-right: 145px !important;
  padding-left: 145px !important; }

.px-n145 {
  padding-right: -145px !important;
  padding-left: -145px !important; }

.py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important; }

.py-n145 {
  padding-top: -145px !important;
  padding-bottom: -145px !important; }

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

.px-n150 {
  padding-right: -150px !important;
  padding-left: -150px !important; }

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.py-n150 {
  padding-top: -150px !important;
  padding-bottom: -150px !important; }

.px-155 {
  padding-right: 155px !important;
  padding-left: 155px !important; }

.px-n155 {
  padding-right: -155px !important;
  padding-left: -155px !important; }

.py-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important; }

.py-n155 {
  padding-top: -155px !important;
  padding-bottom: -155px !important; }

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

.px-n160 {
  padding-right: -160px !important;
  padding-left: -160px !important; }

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.py-n160 {
  padding-top: -160px !important;
  padding-bottom: -160px !important; }

.px-165 {
  padding-right: 165px !important;
  padding-left: 165px !important; }

.px-n165 {
  padding-right: -165px !important;
  padding-left: -165px !important; }

.py-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important; }

.py-n165 {
  padding-top: -165px !important;
  padding-bottom: -165px !important; }

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

.px-n170 {
  padding-right: -170px !important;
  padding-left: -170px !important; }

.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important; }

.py-n170 {
  padding-top: -170px !important;
  padding-bottom: -170px !important; }

.px-175 {
  padding-right: 175px !important;
  padding-left: 175px !important; }

.px-n175 {
  padding-right: -175px !important;
  padding-left: -175px !important; }

.py-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important; }

.py-n175 {
  padding-top: -175px !important;
  padding-bottom: -175px !important; }

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

.px-n180 {
  padding-right: -180px !important;
  padding-left: -180px !important; }

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important; }

.py-n180 {
  padding-top: -180px !important;
  padding-bottom: -180px !important; }

.px-185 {
  padding-right: 185px !important;
  padding-left: 185px !important; }

.px-n185 {
  padding-right: -185px !important;
  padding-left: -185px !important; }

.py-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important; }

.py-n185 {
  padding-top: -185px !important;
  padding-bottom: -185px !important; }

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

.px-n190 {
  padding-right: -190px !important;
  padding-left: -190px !important; }

.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important; }

.py-n190 {
  padding-top: -190px !important;
  padding-bottom: -190px !important; }

.px-195 {
  padding-right: 195px !important;
  padding-left: 195px !important; }

.px-n195 {
  padding-right: -195px !important;
  padding-left: -195px !important; }

.py-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important; }

.py-n195 {
  padding-top: -195px !important;
  padding-bottom: -195px !important; }

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

.px-n200 {
  padding-right: -200px !important;
  padding-left: -200px !important; }

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

.py-n200 {
  padding-top: -200px !important;
  padding-bottom: -200px !important; }

.px-205 {
  padding-right: 205px !important;
  padding-left: 205px !important; }

.px-n205 {
  padding-right: -205px !important;
  padding-left: -205px !important; }

.py-205 {
  padding-top: 205px !important;
  padding-bottom: 205px !important; }

.py-n205 {
  padding-top: -205px !important;
  padding-bottom: -205px !important; }

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

.px-n210 {
  padding-right: -210px !important;
  padding-left: -210px !important; }

.py-210 {
  padding-top: 210px !important;
  padding-bottom: 210px !important; }

.py-n210 {
  padding-top: -210px !important;
  padding-bottom: -210px !important; }

.px-215 {
  padding-right: 215px !important;
  padding-left: 215px !important; }

.px-n215 {
  padding-right: -215px !important;
  padding-left: -215px !important; }

.py-215 {
  padding-top: 215px !important;
  padding-bottom: 215px !important; }

.py-n215 {
  padding-top: -215px !important;
  padding-bottom: -215px !important; }

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

.px-n220 {
  padding-right: -220px !important;
  padding-left: -220px !important; }

.py-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important; }

.py-n220 {
  padding-top: -220px !important;
  padding-bottom: -220px !important; }

.px-225 {
  padding-right: 225px !important;
  padding-left: 225px !important; }

.px-n225 {
  padding-right: -225px !important;
  padding-left: -225px !important; }

.py-225 {
  padding-top: 225px !important;
  padding-bottom: 225px !important; }

.py-n225 {
  padding-top: -225px !important;
  padding-bottom: -225px !important; }

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

.px-n230 {
  padding-right: -230px !important;
  padding-left: -230px !important; }

.py-230 {
  padding-top: 230px !important;
  padding-bottom: 230px !important; }

.py-n230 {
  padding-top: -230px !important;
  padding-bottom: -230px !important; }

.px-235 {
  padding-right: 235px !important;
  padding-left: 235px !important; }

.px-n235 {
  padding-right: -235px !important;
  padding-left: -235px !important; }

.py-235 {
  padding-top: 235px !important;
  padding-bottom: 235px !important; }

.py-n235 {
  padding-top: -235px !important;
  padding-bottom: -235px !important; }

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

.px-n240 {
  padding-right: -240px !important;
  padding-left: -240px !important; }

.py-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important; }

.py-n240 {
  padding-top: -240px !important;
  padding-bottom: -240px !important; }

.px-245 {
  padding-right: 245px !important;
  padding-left: 245px !important; }

.px-n245 {
  padding-right: -245px !important;
  padding-left: -245px !important; }

.py-245 {
  padding-top: 245px !important;
  padding-bottom: 245px !important; }

.py-n245 {
  padding-top: -245px !important;
  padding-bottom: -245px !important; }

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

.px-n250 {
  padding-right: -250px !important;
  padding-left: -250px !important; }

.py-250 {
  padding-top: 250px !important;
  padding-bottom: 250px !important; }

.py-n250 {
  padding-top: -250px !important;
  padding-bottom: -250px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-105 {
  padding: 105px !important; }

.p-n105 {
  padding: -105px !important; }

.p-110 {
  padding: 110px !important; }

.p-n110 {
  padding: -110px !important; }

.p-115 {
  padding: 115px !important; }

.p-n115 {
  padding: -115px !important; }

.p-120 {
  padding: 120px !important; }

.p-n120 {
  padding: -120px !important; }

.p-125 {
  padding: 125px !important; }

.p-n125 {
  padding: -125px !important; }

.p-130 {
  padding: 130px !important; }

.p-n130 {
  padding: -130px !important; }

.p-135 {
  padding: 135px !important; }

.p-n135 {
  padding: -135px !important; }

.p-140 {
  padding: 140px !important; }

.p-n140 {
  padding: -140px !important; }

.p-145 {
  padding: 145px !important; }

.p-n145 {
  padding: -145px !important; }

.p-150 {
  padding: 150px !important; }

.p-n150 {
  padding: -150px !important; }

.p-155 {
  padding: 155px !important; }

.p-n155 {
  padding: -155px !important; }

.p-160 {
  padding: 160px !important; }

.p-n160 {
  padding: -160px !important; }

.p-165 {
  padding: 165px !important; }

.p-n165 {
  padding: -165px !important; }

.p-170 {
  padding: 170px !important; }

.p-n170 {
  padding: -170px !important; }

.p-175 {
  padding: 175px !important; }

.p-n175 {
  padding: -175px !important; }

.p-180 {
  padding: 180px !important; }

.p-n180 {
  padding: -180px !important; }

.p-185 {
  padding: 185px !important; }

.p-n185 {
  padding: -185px !important; }

.p-190 {
  padding: 190px !important; }

.p-n190 {
  padding: -190px !important; }

.p-195 {
  padding: 195px !important; }

.p-n195 {
  padding: -195px !important; }

.p-200 {
  padding: 200px !important; }

.p-n200 {
  padding: -200px !important; }

.p-205 {
  padding: 205px !important; }

.p-n205 {
  padding: -205px !important; }

.p-210 {
  padding: 210px !important; }

.p-n210 {
  padding: -210px !important; }

.p-215 {
  padding: 215px !important; }

.p-n215 {
  padding: -215px !important; }

.p-220 {
  padding: 220px !important; }

.p-n220 {
  padding: -220px !important; }

.p-225 {
  padding: 225px !important; }

.p-n225 {
  padding: -225px !important; }

.p-230 {
  padding: 230px !important; }

.p-n230 {
  padding: -230px !important; }

.p-235 {
  padding: 235px !important; }

.p-n235 {
  padding: -235px !important; }

.p-240 {
  padding: 240px !important; }

.p-n240 {
  padding: -240px !important; }

.p-245 {
  padding: 245px !important; }

.p-n245 {
  padding: -245px !important; }

.p-250 {
  padding: 250px !important; }

.p-n250 {
  padding: -250px !important; }

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

.pt-n0 {
  padding-top: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-n105 {
  padding-top: -105px !important; }

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

.pt-n110 {
  padding-top: -110px !important; }

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

.pt-n115 {
  padding-top: -115px !important; }

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

.pt-n120 {
  padding-top: -120px !important; }

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

.pt-n125 {
  padding-top: -125px !important; }

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

.pt-n130 {
  padding-top: -130px !important; }

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

.pt-n135 {
  padding-top: -135px !important; }

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

.pt-n140 {
  padding-top: -140px !important; }

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

.pt-n145 {
  padding-top: -145px !important; }

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

.pt-n150 {
  padding-top: -150px !important; }

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

.pt-n155 {
  padding-top: -155px !important; }

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

.pt-n160 {
  padding-top: -160px !important; }

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

.pt-n165 {
  padding-top: -165px !important; }

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

.pt-n170 {
  padding-top: -170px !important; }

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

.pt-n175 {
  padding-top: -175px !important; }

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

.pt-n180 {
  padding-top: -180px !important; }

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

.pt-n185 {
  padding-top: -185px !important; }

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

.pt-n190 {
  padding-top: -190px !important; }

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

.pt-n195 {
  padding-top: -195px !important; }

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

.pt-n200 {
  padding-top: -200px !important; }

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

.pt-n205 {
  padding-top: -205px !important; }

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

.pt-n210 {
  padding-top: -210px !important; }

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

.pt-n215 {
  padding-top: -215px !important; }

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

.pt-n220 {
  padding-top: -220px !important; }

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

.pt-n225 {
  padding-top: -225px !important; }

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

.pt-n230 {
  padding-top: -230px !important; }

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

.pt-n235 {
  padding-top: -235px !important; }

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

.pt-n240 {
  padding-top: -240px !important; }

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

.pt-n245 {
  padding-top: -245px !important; }

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

.pt-n250 {
  padding-top: -250px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-n105 {
  padding-right: -105px !important; }

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

.pr-n110 {
  padding-right: -110px !important; }

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

.pr-n115 {
  padding-right: -115px !important; }

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

.pr-n120 {
  padding-right: -120px !important; }

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

.pr-n125 {
  padding-right: -125px !important; }

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

.pr-n130 {
  padding-right: -130px !important; }

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

.pr-n135 {
  padding-right: -135px !important; }

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

.pr-n140 {
  padding-right: -140px !important; }

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

.pr-n145 {
  padding-right: -145px !important; }

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

.pr-n150 {
  padding-right: -150px !important; }

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

.pr-n155 {
  padding-right: -155px !important; }

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

.pr-n160 {
  padding-right: -160px !important; }

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

.pr-n165 {
  padding-right: -165px !important; }

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

.pr-n170 {
  padding-right: -170px !important; }

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

.pr-n175 {
  padding-right: -175px !important; }

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

.pr-n180 {
  padding-right: -180px !important; }

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

.pr-n185 {
  padding-right: -185px !important; }

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

.pr-n190 {
  padding-right: -190px !important; }

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

.pr-n195 {
  padding-right: -195px !important; }

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

.pr-n200 {
  padding-right: -200px !important; }

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

.pr-n205 {
  padding-right: -205px !important; }

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

.pr-n210 {
  padding-right: -210px !important; }

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

.pr-n215 {
  padding-right: -215px !important; }

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

.pr-n220 {
  padding-right: -220px !important; }

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

.pr-n225 {
  padding-right: -225px !important; }

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

.pr-n230 {
  padding-right: -230px !important; }

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

.pr-n235 {
  padding-right: -235px !important; }

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

.pr-n240 {
  padding-right: -240px !important; }

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

.pr-n245 {
  padding-right: -245px !important; }

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

.pr-n250 {
  padding-right: -250px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-n105 {
  padding-bottom: -105px !important; }

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

.pb-n110 {
  padding-bottom: -110px !important; }

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

.pb-n115 {
  padding-bottom: -115px !important; }

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

.pb-n120 {
  padding-bottom: -120px !important; }

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

.pb-n125 {
  padding-bottom: -125px !important; }

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

.pb-n130 {
  padding-bottom: -130px !important; }

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

.pb-n135 {
  padding-bottom: -135px !important; }

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

.pb-n140 {
  padding-bottom: -140px !important; }

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

.pb-n145 {
  padding-bottom: -145px !important; }

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

.pb-n150 {
  padding-bottom: -150px !important; }

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

.pb-n155 {
  padding-bottom: -155px !important; }

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

.pb-n160 {
  padding-bottom: -160px !important; }

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

.pb-n165 {
  padding-bottom: -165px !important; }

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

.pb-n170 {
  padding-bottom: -170px !important; }

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

.pb-n175 {
  padding-bottom: -175px !important; }

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

.pb-n180 {
  padding-bottom: -180px !important; }

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

.pb-n185 {
  padding-bottom: -185px !important; }

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

.pb-n190 {
  padding-bottom: -190px !important; }

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

.pb-n195 {
  padding-bottom: -195px !important; }

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

.pb-n200 {
  padding-bottom: -200px !important; }

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

.pb-n205 {
  padding-bottom: -205px !important; }

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

.pb-n210 {
  padding-bottom: -210px !important; }

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

.pb-n215 {
  padding-bottom: -215px !important; }

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

.pb-n220 {
  padding-bottom: -220px !important; }

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

.pb-n225 {
  padding-bottom: -225px !important; }

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

.pb-n230 {
  padding-bottom: -230px !important; }

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

.pb-n235 {
  padding-bottom: -235px !important; }

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

.pb-n240 {
  padding-bottom: -240px !important; }

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

.pb-n245 {
  padding-bottom: -245px !important; }

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

.pb-n250 {
  padding-bottom: -250px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-n105 {
  padding-left: -105px !important; }

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

.pl-n110 {
  padding-left: -110px !important; }

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

.pl-n115 {
  padding-left: -115px !important; }

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

.pl-n120 {
  padding-left: -120px !important; }

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

.pl-n125 {
  padding-left: -125px !important; }

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

.pl-n130 {
  padding-left: -130px !important; }

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

.pl-n135 {
  padding-left: -135px !important; }

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

.pl-n140 {
  padding-left: -140px !important; }

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

.pl-n145 {
  padding-left: -145px !important; }

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

.pl-n150 {
  padding-left: -150px !important; }

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

.pl-n155 {
  padding-left: -155px !important; }

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

.pl-n160 {
  padding-left: -160px !important; }

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

.pl-n165 {
  padding-left: -165px !important; }

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

.pl-n170 {
  padding-left: -170px !important; }

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

.pl-n175 {
  padding-left: -175px !important; }

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

.pl-n180 {
  padding-left: -180px !important; }

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

.pl-n185 {
  padding-left: -185px !important; }

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

.pl-n190 {
  padding-left: -190px !important; }

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

.pl-n195 {
  padding-left: -195px !important; }

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

.pl-n200 {
  padding-left: -200px !important; }

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

.pl-n205 {
  padding-left: -205px !important; }

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

.pl-n210 {
  padding-left: -210px !important; }

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

.pl-n215 {
  padding-left: -215px !important; }

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

.pl-n220 {
  padding-left: -220px !important; }

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

.pl-n225 {
  padding-left: -225px !important; }

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

.pl-n230 {
  padding-left: -230px !important; }

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

.pl-n235 {
  padding-left: -235px !important; }

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

.pl-n240 {
  padding-left: -240px !important; }

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

.pl-n245 {
  padding-left: -245px !important; }

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

.pl-n250 {
  padding-left: -250px !important; }

@media (min-width: 576px) {
  .mx-sm-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-sm-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-sm-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-sm-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-sm-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-sm-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-sm-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-sm-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-sm-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-sm-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-sm-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-sm-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-sm-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-sm-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-sm-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-sm-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-sm-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-sm-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-sm-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-sm-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-sm-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-sm-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-sm-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-sm-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-sm-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-sm-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-sm-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-sm-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-sm-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-sm-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-sm-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-sm-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-sm-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-sm-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-sm-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-sm-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-sm-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-sm-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-sm-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-sm-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-sm-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-sm-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-sm-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-sm-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-sm-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-sm-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-sm-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-sm-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-sm-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-sm-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-sm-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-sm-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-sm-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-sm-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-sm-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-sm-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-sm-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-sm-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-sm-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-sm-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-sm-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-sm-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-sm-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-sm-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-sm-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-sm-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-sm-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-sm-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-sm-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-sm-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-sm-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-sm-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-sm-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-sm-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-sm-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-sm-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-sm-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-sm-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-sm-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-sm-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-sm-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-sm-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mx-sm-155 {
    margin-right: 155px !important;
    margin-left: 155px !important; }
  .mx-sm-n155 {
    margin-right: -155px !important;
    margin-left: -155px !important; }
  .my-sm-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important; }
  .my-sm-n155 {
    margin-top: -155px !important;
    margin-bottom: -155px !important; }
  .mx-sm-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-sm-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-sm-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .mx-sm-165 {
    margin-right: 165px !important;
    margin-left: 165px !important; }
  .mx-sm-n165 {
    margin-right: -165px !important;
    margin-left: -165px !important; }
  .my-sm-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important; }
  .my-sm-n165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important; }
  .mx-sm-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-sm-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .my-sm-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-sm-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .mx-sm-175 {
    margin-right: 175px !important;
    margin-left: 175px !important; }
  .mx-sm-n175 {
    margin-right: -175px !important;
    margin-left: -175px !important; }
  .my-sm-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important; }
  .my-sm-n175 {
    margin-top: -175px !important;
    margin-bottom: -175px !important; }
  .mx-sm-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-sm-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-sm-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .mx-sm-185 {
    margin-right: 185px !important;
    margin-left: 185px !important; }
  .mx-sm-n185 {
    margin-right: -185px !important;
    margin-left: -185px !important; }
  .my-sm-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important; }
  .my-sm-n185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important; }
  .mx-sm-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-sm-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .my-sm-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-sm-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .mx-sm-195 {
    margin-right: 195px !important;
    margin-left: 195px !important; }
  .mx-sm-n195 {
    margin-right: -195px !important;
    margin-left: -195px !important; }
  .my-sm-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important; }
  .my-sm-n195 {
    margin-top: -195px !important;
    margin-bottom: -195px !important; }
  .mx-sm-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-sm-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-sm-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .mx-sm-205 {
    margin-right: 205px !important;
    margin-left: 205px !important; }
  .mx-sm-n205 {
    margin-right: -205px !important;
    margin-left: -205px !important; }
  .my-sm-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important; }
  .my-sm-n205 {
    margin-top: -205px !important;
    margin-bottom: -205px !important; }
  .mx-sm-210 {
    margin-right: 210px !important;
    margin-left: 210px !important; }
  .mx-sm-n210 {
    margin-right: -210px !important;
    margin-left: -210px !important; }
  .my-sm-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important; }
  .my-sm-n210 {
    margin-top: -210px !important;
    margin-bottom: -210px !important; }
  .mx-sm-215 {
    margin-right: 215px !important;
    margin-left: 215px !important; }
  .mx-sm-n215 {
    margin-right: -215px !important;
    margin-left: -215px !important; }
  .my-sm-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important; }
  .my-sm-n215 {
    margin-top: -215px !important;
    margin-bottom: -215px !important; }
  .mx-sm-220 {
    margin-right: 220px !important;
    margin-left: 220px !important; }
  .mx-sm-n220 {
    margin-right: -220px !important;
    margin-left: -220px !important; }
  .my-sm-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important; }
  .my-sm-n220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important; }
  .mx-sm-225 {
    margin-right: 225px !important;
    margin-left: 225px !important; }
  .mx-sm-n225 {
    margin-right: -225px !important;
    margin-left: -225px !important; }
  .my-sm-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important; }
  .my-sm-n225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important; }
  .mx-sm-230 {
    margin-right: 230px !important;
    margin-left: 230px !important; }
  .mx-sm-n230 {
    margin-right: -230px !important;
    margin-left: -230px !important; }
  .my-sm-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important; }
  .my-sm-n230 {
    margin-top: -230px !important;
    margin-bottom: -230px !important; }
  .mx-sm-235 {
    margin-right: 235px !important;
    margin-left: 235px !important; }
  .mx-sm-n235 {
    margin-right: -235px !important;
    margin-left: -235px !important; }
  .my-sm-235 {
    margin-top: 235px !important;
    margin-bottom: 235px !important; }
  .my-sm-n235 {
    margin-top: -235px !important;
    margin-bottom: -235px !important; }
  .mx-sm-240 {
    margin-right: 240px !important;
    margin-left: 240px !important; }
  .mx-sm-n240 {
    margin-right: -240px !important;
    margin-left: -240px !important; }
  .my-sm-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important; }
  .my-sm-n240 {
    margin-top: -240px !important;
    margin-bottom: -240px !important; }
  .mx-sm-245 {
    margin-right: 245px !important;
    margin-left: 245px !important; }
  .mx-sm-n245 {
    margin-right: -245px !important;
    margin-left: -245px !important; }
  .my-sm-245 {
    margin-top: 245px !important;
    margin-bottom: 245px !important; }
  .my-sm-n245 {
    margin-top: -245px !important;
    margin-bottom: -245px !important; }
  .mx-sm-250 {
    margin-right: 250px !important;
    margin-left: 250px !important; }
  .mx-sm-n250 {
    margin-right: -250px !important;
    margin-left: -250px !important; }
  .my-sm-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important; }
  .my-sm-n250 {
    margin-top: -250px !important;
    margin-bottom: -250px !important; }
  .m-sm-0 {
    margin: 0px !important; }
  .m-sm-n0 {
    margin: 0px !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .m-sm-n5 {
    margin: -5px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .m-sm-n10 {
    margin: -10px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .m-sm-n15 {
    margin: -15px !important; }
  .m-sm-20 {
    margin: 20px !important; }
  .m-sm-n20 {
    margin: -20px !important; }
  .m-sm-25 {
    margin: 25px !important; }
  .m-sm-n25 {
    margin: -25px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .m-sm-n30 {
    margin: -30px !important; }
  .m-sm-35 {
    margin: 35px !important; }
  .m-sm-n35 {
    margin: -35px !important; }
  .m-sm-40 {
    margin: 40px !important; }
  .m-sm-n40 {
    margin: -40px !important; }
  .m-sm-45 {
    margin: 45px !important; }
  .m-sm-n45 {
    margin: -45px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .m-sm-n50 {
    margin: -50px !important; }
  .m-sm-55 {
    margin: 55px !important; }
  .m-sm-n55 {
    margin: -55px !important; }
  .m-sm-60 {
    margin: 60px !important; }
  .m-sm-n60 {
    margin: -60px !important; }
  .m-sm-65 {
    margin: 65px !important; }
  .m-sm-n65 {
    margin: -65px !important; }
  .m-sm-70 {
    margin: 70px !important; }
  .m-sm-n70 {
    margin: -70px !important; }
  .m-sm-75 {
    margin: 75px !important; }
  .m-sm-n75 {
    margin: -75px !important; }
  .m-sm-80 {
    margin: 80px !important; }
  .m-sm-n80 {
    margin: -80px !important; }
  .m-sm-85 {
    margin: 85px !important; }
  .m-sm-n85 {
    margin: -85px !important; }
  .m-sm-90 {
    margin: 90px !important; }
  .m-sm-n90 {
    margin: -90px !important; }
  .m-sm-95 {
    margin: 95px !important; }
  .m-sm-n95 {
    margin: -95px !important; }
  .m-sm-100 {
    margin: 100px !important; }
  .m-sm-n100 {
    margin: -100px !important; }
  .m-sm-105 {
    margin: 105px !important; }
  .m-sm-n105 {
    margin: -105px !important; }
  .m-sm-110 {
    margin: 110px !important; }
  .m-sm-n110 {
    margin: -110px !important; }
  .m-sm-115 {
    margin: 115px !important; }
  .m-sm-n115 {
    margin: -115px !important; }
  .m-sm-120 {
    margin: 120px !important; }
  .m-sm-n120 {
    margin: -120px !important; }
  .m-sm-125 {
    margin: 125px !important; }
  .m-sm-n125 {
    margin: -125px !important; }
  .m-sm-130 {
    margin: 130px !important; }
  .m-sm-n130 {
    margin: -130px !important; }
  .m-sm-135 {
    margin: 135px !important; }
  .m-sm-n135 {
    margin: -135px !important; }
  .m-sm-140 {
    margin: 140px !important; }
  .m-sm-n140 {
    margin: -140px !important; }
  .m-sm-145 {
    margin: 145px !important; }
  .m-sm-n145 {
    margin: -145px !important; }
  .m-sm-150 {
    margin: 150px !important; }
  .m-sm-n150 {
    margin: -150px !important; }
  .m-sm-155 {
    margin: 155px !important; }
  .m-sm-n155 {
    margin: -155px !important; }
  .m-sm-160 {
    margin: 160px !important; }
  .m-sm-n160 {
    margin: -160px !important; }
  .m-sm-165 {
    margin: 165px !important; }
  .m-sm-n165 {
    margin: -165px !important; }
  .m-sm-170 {
    margin: 170px !important; }
  .m-sm-n170 {
    margin: -170px !important; }
  .m-sm-175 {
    margin: 175px !important; }
  .m-sm-n175 {
    margin: -175px !important; }
  .m-sm-180 {
    margin: 180px !important; }
  .m-sm-n180 {
    margin: -180px !important; }
  .m-sm-185 {
    margin: 185px !important; }
  .m-sm-n185 {
    margin: -185px !important; }
  .m-sm-190 {
    margin: 190px !important; }
  .m-sm-n190 {
    margin: -190px !important; }
  .m-sm-195 {
    margin: 195px !important; }
  .m-sm-n195 {
    margin: -195px !important; }
  .m-sm-200 {
    margin: 200px !important; }
  .m-sm-n200 {
    margin: -200px !important; }
  .m-sm-205 {
    margin: 205px !important; }
  .m-sm-n205 {
    margin: -205px !important; }
  .m-sm-210 {
    margin: 210px !important; }
  .m-sm-n210 {
    margin: -210px !important; }
  .m-sm-215 {
    margin: 215px !important; }
  .m-sm-n215 {
    margin: -215px !important; }
  .m-sm-220 {
    margin: 220px !important; }
  .m-sm-n220 {
    margin: -220px !important; }
  .m-sm-225 {
    margin: 225px !important; }
  .m-sm-n225 {
    margin: -225px !important; }
  .m-sm-230 {
    margin: 230px !important; }
  .m-sm-n230 {
    margin: -230px !important; }
  .m-sm-235 {
    margin: 235px !important; }
  .m-sm-n235 {
    margin: -235px !important; }
  .m-sm-240 {
    margin: 240px !important; }
  .m-sm-n240 {
    margin: -240px !important; }
  .m-sm-245 {
    margin: 245px !important; }
  .m-sm-n245 {
    margin: -245px !important; }
  .m-sm-250 {
    margin: 250px !important; }
  .m-sm-n250 {
    margin: -250px !important; }
  .mt-sm-0 {
    margin-top: 0px !important; }
  .mt-sm-n0 {
    margin-top: 0px !important; }
  .mt-sm-5 {
    margin-top: 5px !important; }
  .mt-sm-n5 {
    margin-top: -5px !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-n10 {
    margin-top: -10px !important; }
  .mt-sm-15 {
    margin-top: 15px !important; }
  .mt-sm-n15 {
    margin-top: -15px !important; }
  .mt-sm-20 {
    margin-top: 20px !important; }
  .mt-sm-n20 {
    margin-top: -20px !important; }
  .mt-sm-25 {
    margin-top: 25px !important; }
  .mt-sm-n25 {
    margin-top: -25px !important; }
  .mt-sm-30 {
    margin-top: 30px !important; }
  .mt-sm-n30 {
    margin-top: -30px !important; }
  .mt-sm-35 {
    margin-top: 35px !important; }
  .mt-sm-n35 {
    margin-top: -35px !important; }
  .mt-sm-40 {
    margin-top: 40px !important; }
  .mt-sm-n40 {
    margin-top: -40px !important; }
  .mt-sm-45 {
    margin-top: 45px !important; }
  .mt-sm-n45 {
    margin-top: -45px !important; }
  .mt-sm-50 {
    margin-top: 50px !important; }
  .mt-sm-n50 {
    margin-top: -50px !important; }
  .mt-sm-55 {
    margin-top: 55px !important; }
  .mt-sm-n55 {
    margin-top: -55px !important; }
  .mt-sm-60 {
    margin-top: 60px !important; }
  .mt-sm-n60 {
    margin-top: -60px !important; }
  .mt-sm-65 {
    margin-top: 65px !important; }
  .mt-sm-n65 {
    margin-top: -65px !important; }
  .mt-sm-70 {
    margin-top: 70px !important; }
  .mt-sm-n70 {
    margin-top: -70px !important; }
  .mt-sm-75 {
    margin-top: 75px !important; }
  .mt-sm-n75 {
    margin-top: -75px !important; }
  .mt-sm-80 {
    margin-top: 80px !important; }
  .mt-sm-n80 {
    margin-top: -80px !important; }
  .mt-sm-85 {
    margin-top: 85px !important; }
  .mt-sm-n85 {
    margin-top: -85px !important; }
  .mt-sm-90 {
    margin-top: 90px !important; }
  .mt-sm-n90 {
    margin-top: -90px !important; }
  .mt-sm-95 {
    margin-top: 95px !important; }
  .mt-sm-n95 {
    margin-top: -95px !important; }
  .mt-sm-100 {
    margin-top: 100px !important; }
  .mt-sm-n100 {
    margin-top: -100px !important; }
  .mt-sm-105 {
    margin-top: 105px !important; }
  .mt-sm-n105 {
    margin-top: -105px !important; }
  .mt-sm-110 {
    margin-top: 110px !important; }
  .mt-sm-n110 {
    margin-top: -110px !important; }
  .mt-sm-115 {
    margin-top: 115px !important; }
  .mt-sm-n115 {
    margin-top: -115px !important; }
  .mt-sm-120 {
    margin-top: 120px !important; }
  .mt-sm-n120 {
    margin-top: -120px !important; }
  .mt-sm-125 {
    margin-top: 125px !important; }
  .mt-sm-n125 {
    margin-top: -125px !important; }
  .mt-sm-130 {
    margin-top: 130px !important; }
  .mt-sm-n130 {
    margin-top: -130px !important; }
  .mt-sm-135 {
    margin-top: 135px !important; }
  .mt-sm-n135 {
    margin-top: -135px !important; }
  .mt-sm-140 {
    margin-top: 140px !important; }
  .mt-sm-n140 {
    margin-top: -140px !important; }
  .mt-sm-145 {
    margin-top: 145px !important; }
  .mt-sm-n145 {
    margin-top: -145px !important; }
  .mt-sm-150 {
    margin-top: 150px !important; }
  .mt-sm-n150 {
    margin-top: -150px !important; }
  .mt-sm-155 {
    margin-top: 155px !important; }
  .mt-sm-n155 {
    margin-top: -155px !important; }
  .mt-sm-160 {
    margin-top: 160px !important; }
  .mt-sm-n160 {
    margin-top: -160px !important; }
  .mt-sm-165 {
    margin-top: 165px !important; }
  .mt-sm-n165 {
    margin-top: -165px !important; }
  .mt-sm-170 {
    margin-top: 170px !important; }
  .mt-sm-n170 {
    margin-top: -170px !important; }
  .mt-sm-175 {
    margin-top: 175px !important; }
  .mt-sm-n175 {
    margin-top: -175px !important; }
  .mt-sm-180 {
    margin-top: 180px !important; }
  .mt-sm-n180 {
    margin-top: -180px !important; }
  .mt-sm-185 {
    margin-top: 185px !important; }
  .mt-sm-n185 {
    margin-top: -185px !important; }
  .mt-sm-190 {
    margin-top: 190px !important; }
  .mt-sm-n190 {
    margin-top: -190px !important; }
  .mt-sm-195 {
    margin-top: 195px !important; }
  .mt-sm-n195 {
    margin-top: -195px !important; }
  .mt-sm-200 {
    margin-top: 200px !important; }
  .mt-sm-n200 {
    margin-top: -200px !important; }
  .mt-sm-205 {
    margin-top: 205px !important; }
  .mt-sm-n205 {
    margin-top: -205px !important; }
  .mt-sm-210 {
    margin-top: 210px !important; }
  .mt-sm-n210 {
    margin-top: -210px !important; }
  .mt-sm-215 {
    margin-top: 215px !important; }
  .mt-sm-n215 {
    margin-top: -215px !important; }
  .mt-sm-220 {
    margin-top: 220px !important; }
  .mt-sm-n220 {
    margin-top: -220px !important; }
  .mt-sm-225 {
    margin-top: 225px !important; }
  .mt-sm-n225 {
    margin-top: -225px !important; }
  .mt-sm-230 {
    margin-top: 230px !important; }
  .mt-sm-n230 {
    margin-top: -230px !important; }
  .mt-sm-235 {
    margin-top: 235px !important; }
  .mt-sm-n235 {
    margin-top: -235px !important; }
  .mt-sm-240 {
    margin-top: 240px !important; }
  .mt-sm-n240 {
    margin-top: -240px !important; }
  .mt-sm-245 {
    margin-top: 245px !important; }
  .mt-sm-n245 {
    margin-top: -245px !important; }
  .mt-sm-250 {
    margin-top: 250px !important; }
  .mt-sm-n250 {
    margin-top: -250px !important; }
  .mr-sm-0 {
    margin-right: 0px !important; }
  .mr-sm-n0 {
    margin-right: 0px !important; }
  .mr-sm-5 {
    margin-right: 5px !important; }
  .mr-sm-n5 {
    margin-right: -5px !important; }
  .mr-sm-10 {
    margin-right: 10px !important; }
  .mr-sm-n10 {
    margin-right: -10px !important; }
  .mr-sm-15 {
    margin-right: 15px !important; }
  .mr-sm-n15 {
    margin-right: -15px !important; }
  .mr-sm-20 {
    margin-right: 20px !important; }
  .mr-sm-n20 {
    margin-right: -20px !important; }
  .mr-sm-25 {
    margin-right: 25px !important; }
  .mr-sm-n25 {
    margin-right: -25px !important; }
  .mr-sm-30 {
    margin-right: 30px !important; }
  .mr-sm-n30 {
    margin-right: -30px !important; }
  .mr-sm-35 {
    margin-right: 35px !important; }
  .mr-sm-n35 {
    margin-right: -35px !important; }
  .mr-sm-40 {
    margin-right: 40px !important; }
  .mr-sm-n40 {
    margin-right: -40px !important; }
  .mr-sm-45 {
    margin-right: 45px !important; }
  .mr-sm-n45 {
    margin-right: -45px !important; }
  .mr-sm-50 {
    margin-right: 50px !important; }
  .mr-sm-n50 {
    margin-right: -50px !important; }
  .mr-sm-55 {
    margin-right: 55px !important; }
  .mr-sm-n55 {
    margin-right: -55px !important; }
  .mr-sm-60 {
    margin-right: 60px !important; }
  .mr-sm-n60 {
    margin-right: -60px !important; }
  .mr-sm-65 {
    margin-right: 65px !important; }
  .mr-sm-n65 {
    margin-right: -65px !important; }
  .mr-sm-70 {
    margin-right: 70px !important; }
  .mr-sm-n70 {
    margin-right: -70px !important; }
  .mr-sm-75 {
    margin-right: 75px !important; }
  .mr-sm-n75 {
    margin-right: -75px !important; }
  .mr-sm-80 {
    margin-right: 80px !important; }
  .mr-sm-n80 {
    margin-right: -80px !important; }
  .mr-sm-85 {
    margin-right: 85px !important; }
  .mr-sm-n85 {
    margin-right: -85px !important; }
  .mr-sm-90 {
    margin-right: 90px !important; }
  .mr-sm-n90 {
    margin-right: -90px !important; }
  .mr-sm-95 {
    margin-right: 95px !important; }
  .mr-sm-n95 {
    margin-right: -95px !important; }
  .mr-sm-100 {
    margin-right: 100px !important; }
  .mr-sm-n100 {
    margin-right: -100px !important; }
  .mr-sm-105 {
    margin-right: 105px !important; }
  .mr-sm-n105 {
    margin-right: -105px !important; }
  .mr-sm-110 {
    margin-right: 110px !important; }
  .mr-sm-n110 {
    margin-right: -110px !important; }
  .mr-sm-115 {
    margin-right: 115px !important; }
  .mr-sm-n115 {
    margin-right: -115px !important; }
  .mr-sm-120 {
    margin-right: 120px !important; }
  .mr-sm-n120 {
    margin-right: -120px !important; }
  .mr-sm-125 {
    margin-right: 125px !important; }
  .mr-sm-n125 {
    margin-right: -125px !important; }
  .mr-sm-130 {
    margin-right: 130px !important; }
  .mr-sm-n130 {
    margin-right: -130px !important; }
  .mr-sm-135 {
    margin-right: 135px !important; }
  .mr-sm-n135 {
    margin-right: -135px !important; }
  .mr-sm-140 {
    margin-right: 140px !important; }
  .mr-sm-n140 {
    margin-right: -140px !important; }
  .mr-sm-145 {
    margin-right: 145px !important; }
  .mr-sm-n145 {
    margin-right: -145px !important; }
  .mr-sm-150 {
    margin-right: 150px !important; }
  .mr-sm-n150 {
    margin-right: -150px !important; }
  .mr-sm-155 {
    margin-right: 155px !important; }
  .mr-sm-n155 {
    margin-right: -155px !important; }
  .mr-sm-160 {
    margin-right: 160px !important; }
  .mr-sm-n160 {
    margin-right: -160px !important; }
  .mr-sm-165 {
    margin-right: 165px !important; }
  .mr-sm-n165 {
    margin-right: -165px !important; }
  .mr-sm-170 {
    margin-right: 170px !important; }
  .mr-sm-n170 {
    margin-right: -170px !important; }
  .mr-sm-175 {
    margin-right: 175px !important; }
  .mr-sm-n175 {
    margin-right: -175px !important; }
  .mr-sm-180 {
    margin-right: 180px !important; }
  .mr-sm-n180 {
    margin-right: -180px !important; }
  .mr-sm-185 {
    margin-right: 185px !important; }
  .mr-sm-n185 {
    margin-right: -185px !important; }
  .mr-sm-190 {
    margin-right: 190px !important; }
  .mr-sm-n190 {
    margin-right: -190px !important; }
  .mr-sm-195 {
    margin-right: 195px !important; }
  .mr-sm-n195 {
    margin-right: -195px !important; }
  .mr-sm-200 {
    margin-right: 200px !important; }
  .mr-sm-n200 {
    margin-right: -200px !important; }
  .mr-sm-205 {
    margin-right: 205px !important; }
  .mr-sm-n205 {
    margin-right: -205px !important; }
  .mr-sm-210 {
    margin-right: 210px !important; }
  .mr-sm-n210 {
    margin-right: -210px !important; }
  .mr-sm-215 {
    margin-right: 215px !important; }
  .mr-sm-n215 {
    margin-right: -215px !important; }
  .mr-sm-220 {
    margin-right: 220px !important; }
  .mr-sm-n220 {
    margin-right: -220px !important; }
  .mr-sm-225 {
    margin-right: 225px !important; }
  .mr-sm-n225 {
    margin-right: -225px !important; }
  .mr-sm-230 {
    margin-right: 230px !important; }
  .mr-sm-n230 {
    margin-right: -230px !important; }
  .mr-sm-235 {
    margin-right: 235px !important; }
  .mr-sm-n235 {
    margin-right: -235px !important; }
  .mr-sm-240 {
    margin-right: 240px !important; }
  .mr-sm-n240 {
    margin-right: -240px !important; }
  .mr-sm-245 {
    margin-right: 245px !important; }
  .mr-sm-n245 {
    margin-right: -245px !important; }
  .mr-sm-250 {
    margin-right: 250px !important; }
  .mr-sm-n250 {
    margin-right: -250px !important; }
  .mb-sm-0 {
    margin-bottom: 0px !important; }
  .mb-sm-n0 {
    margin-bottom: 0px !important; }
  .mb-sm-5 {
    margin-bottom: 5px !important; }
  .mb-sm-n5 {
    margin-bottom: -5px !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-n10 {
    margin-bottom: -10px !important; }
  .mb-sm-15 {
    margin-bottom: 15px !important; }
  .mb-sm-n15 {
    margin-bottom: -15px !important; }
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-n20 {
    margin-bottom: -20px !important; }
  .mb-sm-25 {
    margin-bottom: 25px !important; }
  .mb-sm-n25 {
    margin-bottom: -25px !important; }
  .mb-sm-30 {
    margin-bottom: 30px !important; }
  .mb-sm-n30 {
    margin-bottom: -30px !important; }
  .mb-sm-35 {
    margin-bottom: 35px !important; }
  .mb-sm-n35 {
    margin-bottom: -35px !important; }
  .mb-sm-40 {
    margin-bottom: 40px !important; }
  .mb-sm-n40 {
    margin-bottom: -40px !important; }
  .mb-sm-45 {
    margin-bottom: 45px !important; }
  .mb-sm-n45 {
    margin-bottom: -45px !important; }
  .mb-sm-50 {
    margin-bottom: 50px !important; }
  .mb-sm-n50 {
    margin-bottom: -50px !important; }
  .mb-sm-55 {
    margin-bottom: 55px !important; }
  .mb-sm-n55 {
    margin-bottom: -55px !important; }
  .mb-sm-60 {
    margin-bottom: 60px !important; }
  .mb-sm-n60 {
    margin-bottom: -60px !important; }
  .mb-sm-65 {
    margin-bottom: 65px !important; }
  .mb-sm-n65 {
    margin-bottom: -65px !important; }
  .mb-sm-70 {
    margin-bottom: 70px !important; }
  .mb-sm-n70 {
    margin-bottom: -70px !important; }
  .mb-sm-75 {
    margin-bottom: 75px !important; }
  .mb-sm-n75 {
    margin-bottom: -75px !important; }
  .mb-sm-80 {
    margin-bottom: 80px !important; }
  .mb-sm-n80 {
    margin-bottom: -80px !important; }
  .mb-sm-85 {
    margin-bottom: 85px !important; }
  .mb-sm-n85 {
    margin-bottom: -85px !important; }
  .mb-sm-90 {
    margin-bottom: 90px !important; }
  .mb-sm-n90 {
    margin-bottom: -90px !important; }
  .mb-sm-95 {
    margin-bottom: 95px !important; }
  .mb-sm-n95 {
    margin-bottom: -95px !important; }
  .mb-sm-100 {
    margin-bottom: 100px !important; }
  .mb-sm-n100 {
    margin-bottom: -100px !important; }
  .mb-sm-105 {
    margin-bottom: 105px !important; }
  .mb-sm-n105 {
    margin-bottom: -105px !important; }
  .mb-sm-110 {
    margin-bottom: 110px !important; }
  .mb-sm-n110 {
    margin-bottom: -110px !important; }
  .mb-sm-115 {
    margin-bottom: 115px !important; }
  .mb-sm-n115 {
    margin-bottom: -115px !important; }
  .mb-sm-120 {
    margin-bottom: 120px !important; }
  .mb-sm-n120 {
    margin-bottom: -120px !important; }
  .mb-sm-125 {
    margin-bottom: 125px !important; }
  .mb-sm-n125 {
    margin-bottom: -125px !important; }
  .mb-sm-130 {
    margin-bottom: 130px !important; }
  .mb-sm-n130 {
    margin-bottom: -130px !important; }
  .mb-sm-135 {
    margin-bottom: 135px !important; }
  .mb-sm-n135 {
    margin-bottom: -135px !important; }
  .mb-sm-140 {
    margin-bottom: 140px !important; }
  .mb-sm-n140 {
    margin-bottom: -140px !important; }
  .mb-sm-145 {
    margin-bottom: 145px !important; }
  .mb-sm-n145 {
    margin-bottom: -145px !important; }
  .mb-sm-150 {
    margin-bottom: 150px !important; }
  .mb-sm-n150 {
    margin-bottom: -150px !important; }
  .mb-sm-155 {
    margin-bottom: 155px !important; }
  .mb-sm-n155 {
    margin-bottom: -155px !important; }
  .mb-sm-160 {
    margin-bottom: 160px !important; }
  .mb-sm-n160 {
    margin-bottom: -160px !important; }
  .mb-sm-165 {
    margin-bottom: 165px !important; }
  .mb-sm-n165 {
    margin-bottom: -165px !important; }
  .mb-sm-170 {
    margin-bottom: 170px !important; }
  .mb-sm-n170 {
    margin-bottom: -170px !important; }
  .mb-sm-175 {
    margin-bottom: 175px !important; }
  .mb-sm-n175 {
    margin-bottom: -175px !important; }
  .mb-sm-180 {
    margin-bottom: 180px !important; }
  .mb-sm-n180 {
    margin-bottom: -180px !important; }
  .mb-sm-185 {
    margin-bottom: 185px !important; }
  .mb-sm-n185 {
    margin-bottom: -185px !important; }
  .mb-sm-190 {
    margin-bottom: 190px !important; }
  .mb-sm-n190 {
    margin-bottom: -190px !important; }
  .mb-sm-195 {
    margin-bottom: 195px !important; }
  .mb-sm-n195 {
    margin-bottom: -195px !important; }
  .mb-sm-200 {
    margin-bottom: 200px !important; }
  .mb-sm-n200 {
    margin-bottom: -200px !important; }
  .mb-sm-205 {
    margin-bottom: 205px !important; }
  .mb-sm-n205 {
    margin-bottom: -205px !important; }
  .mb-sm-210 {
    margin-bottom: 210px !important; }
  .mb-sm-n210 {
    margin-bottom: -210px !important; }
  .mb-sm-215 {
    margin-bottom: 215px !important; }
  .mb-sm-n215 {
    margin-bottom: -215px !important; }
  .mb-sm-220 {
    margin-bottom: 220px !important; }
  .mb-sm-n220 {
    margin-bottom: -220px !important; }
  .mb-sm-225 {
    margin-bottom: 225px !important; }
  .mb-sm-n225 {
    margin-bottom: -225px !important; }
  .mb-sm-230 {
    margin-bottom: 230px !important; }
  .mb-sm-n230 {
    margin-bottom: -230px !important; }
  .mb-sm-235 {
    margin-bottom: 235px !important; }
  .mb-sm-n235 {
    margin-bottom: -235px !important; }
  .mb-sm-240 {
    margin-bottom: 240px !important; }
  .mb-sm-n240 {
    margin-bottom: -240px !important; }
  .mb-sm-245 {
    margin-bottom: 245px !important; }
  .mb-sm-n245 {
    margin-bottom: -245px !important; }
  .mb-sm-250 {
    margin-bottom: 250px !important; }
  .mb-sm-n250 {
    margin-bottom: -250px !important; }
  .ml-sm-0 {
    margin-left: 0px !important; }
  .ml-sm-n0 {
    margin-left: 0px !important; }
  .ml-sm-5 {
    margin-left: 5px !important; }
  .ml-sm-n5 {
    margin-left: -5px !important; }
  .ml-sm-10 {
    margin-left: 10px !important; }
  .ml-sm-n10 {
    margin-left: -10px !important; }
  .ml-sm-15 {
    margin-left: 15px !important; }
  .ml-sm-n15 {
    margin-left: -15px !important; }
  .ml-sm-20 {
    margin-left: 20px !important; }
  .ml-sm-n20 {
    margin-left: -20px !important; }
  .ml-sm-25 {
    margin-left: 25px !important; }
  .ml-sm-n25 {
    margin-left: -25px !important; }
  .ml-sm-30 {
    margin-left: 30px !important; }
  .ml-sm-n30 {
    margin-left: -30px !important; }
  .ml-sm-35 {
    margin-left: 35px !important; }
  .ml-sm-n35 {
    margin-left: -35px !important; }
  .ml-sm-40 {
    margin-left: 40px !important; }
  .ml-sm-n40 {
    margin-left: -40px !important; }
  .ml-sm-45 {
    margin-left: 45px !important; }
  .ml-sm-n45 {
    margin-left: -45px !important; }
  .ml-sm-50 {
    margin-left: 50px !important; }
  .ml-sm-n50 {
    margin-left: -50px !important; }
  .ml-sm-55 {
    margin-left: 55px !important; }
  .ml-sm-n55 {
    margin-left: -55px !important; }
  .ml-sm-60 {
    margin-left: 60px !important; }
  .ml-sm-n60 {
    margin-left: -60px !important; }
  .ml-sm-65 {
    margin-left: 65px !important; }
  .ml-sm-n65 {
    margin-left: -65px !important; }
  .ml-sm-70 {
    margin-left: 70px !important; }
  .ml-sm-n70 {
    margin-left: -70px !important; }
  .ml-sm-75 {
    margin-left: 75px !important; }
  .ml-sm-n75 {
    margin-left: -75px !important; }
  .ml-sm-80 {
    margin-left: 80px !important; }
  .ml-sm-n80 {
    margin-left: -80px !important; }
  .ml-sm-85 {
    margin-left: 85px !important; }
  .ml-sm-n85 {
    margin-left: -85px !important; }
  .ml-sm-90 {
    margin-left: 90px !important; }
  .ml-sm-n90 {
    margin-left: -90px !important; }
  .ml-sm-95 {
    margin-left: 95px !important; }
  .ml-sm-n95 {
    margin-left: -95px !important; }
  .ml-sm-100 {
    margin-left: 100px !important; }
  .ml-sm-n100 {
    margin-left: -100px !important; }
  .ml-sm-105 {
    margin-left: 105px !important; }
  .ml-sm-n105 {
    margin-left: -105px !important; }
  .ml-sm-110 {
    margin-left: 110px !important; }
  .ml-sm-n110 {
    margin-left: -110px !important; }
  .ml-sm-115 {
    margin-left: 115px !important; }
  .ml-sm-n115 {
    margin-left: -115px !important; }
  .ml-sm-120 {
    margin-left: 120px !important; }
  .ml-sm-n120 {
    margin-left: -120px !important; }
  .ml-sm-125 {
    margin-left: 125px !important; }
  .ml-sm-n125 {
    margin-left: -125px !important; }
  .ml-sm-130 {
    margin-left: 130px !important; }
  .ml-sm-n130 {
    margin-left: -130px !important; }
  .ml-sm-135 {
    margin-left: 135px !important; }
  .ml-sm-n135 {
    margin-left: -135px !important; }
  .ml-sm-140 {
    margin-left: 140px !important; }
  .ml-sm-n140 {
    margin-left: -140px !important; }
  .ml-sm-145 {
    margin-left: 145px !important; }
  .ml-sm-n145 {
    margin-left: -145px !important; }
  .ml-sm-150 {
    margin-left: 150px !important; }
  .ml-sm-n150 {
    margin-left: -150px !important; }
  .ml-sm-155 {
    margin-left: 155px !important; }
  .ml-sm-n155 {
    margin-left: -155px !important; }
  .ml-sm-160 {
    margin-left: 160px !important; }
  .ml-sm-n160 {
    margin-left: -160px !important; }
  .ml-sm-165 {
    margin-left: 165px !important; }
  .ml-sm-n165 {
    margin-left: -165px !important; }
  .ml-sm-170 {
    margin-left: 170px !important; }
  .ml-sm-n170 {
    margin-left: -170px !important; }
  .ml-sm-175 {
    margin-left: 175px !important; }
  .ml-sm-n175 {
    margin-left: -175px !important; }
  .ml-sm-180 {
    margin-left: 180px !important; }
  .ml-sm-n180 {
    margin-left: -180px !important; }
  .ml-sm-185 {
    margin-left: 185px !important; }
  .ml-sm-n185 {
    margin-left: -185px !important; }
  .ml-sm-190 {
    margin-left: 190px !important; }
  .ml-sm-n190 {
    margin-left: -190px !important; }
  .ml-sm-195 {
    margin-left: 195px !important; }
  .ml-sm-n195 {
    margin-left: -195px !important; }
  .ml-sm-200 {
    margin-left: 200px !important; }
  .ml-sm-n200 {
    margin-left: -200px !important; }
  .ml-sm-205 {
    margin-left: 205px !important; }
  .ml-sm-n205 {
    margin-left: -205px !important; }
  .ml-sm-210 {
    margin-left: 210px !important; }
  .ml-sm-n210 {
    margin-left: -210px !important; }
  .ml-sm-215 {
    margin-left: 215px !important; }
  .ml-sm-n215 {
    margin-left: -215px !important; }
  .ml-sm-220 {
    margin-left: 220px !important; }
  .ml-sm-n220 {
    margin-left: -220px !important; }
  .ml-sm-225 {
    margin-left: 225px !important; }
  .ml-sm-n225 {
    margin-left: -225px !important; }
  .ml-sm-230 {
    margin-left: 230px !important; }
  .ml-sm-n230 {
    margin-left: -230px !important; }
  .ml-sm-235 {
    margin-left: 235px !important; }
  .ml-sm-n235 {
    margin-left: -235px !important; }
  .ml-sm-240 {
    margin-left: 240px !important; }
  .ml-sm-n240 {
    margin-left: -240px !important; }
  .ml-sm-245 {
    margin-left: 245px !important; }
  .ml-sm-n245 {
    margin-left: -245px !important; }
  .ml-sm-250 {
    margin-left: 250px !important; }
  .ml-sm-n250 {
    margin-left: -250px !important; }
  .px-sm-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-sm-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-sm-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-sm-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-sm-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-sm-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-sm-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-sm-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-sm-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-sm-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-sm-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-sm-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-sm-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-sm-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-sm-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-sm-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-sm-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-sm-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-sm-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-sm-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-sm-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-sm-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-sm-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-sm-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-sm-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-sm-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-sm-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-sm-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-sm-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-sm-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-sm-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-sm-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-sm-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-sm-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-sm-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-sm-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-sm-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-sm-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-sm-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-sm-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-sm-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-sm-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-sm-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-sm-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-sm-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-sm-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-sm-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-sm-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-sm-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-sm-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-sm-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-sm-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-sm-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-sm-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-sm-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-sm-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-sm-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-sm-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-sm-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-sm-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-sm-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-sm-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-sm-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-sm-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-sm-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-sm-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-sm-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-sm-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-sm-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-sm-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-sm-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-sm-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-sm-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-sm-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-sm-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-sm-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-sm-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-sm-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-sm-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-sm-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-sm-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-sm-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-sm-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-sm-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .px-sm-155 {
    padding-right: 155px !important;
    padding-left: 155px !important; }
  .px-sm-n155 {
    padding-right: -155px !important;
    padding-left: -155px !important; }
  .py-sm-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; }
  .py-sm-n155 {
    padding-top: -155px !important;
    padding-bottom: -155px !important; }
  .px-sm-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-sm-n160 {
    padding-right: -160px !important;
    padding-left: -160px !important; }
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-sm-n160 {
    padding-top: -160px !important;
    padding-bottom: -160px !important; }
  .px-sm-165 {
    padding-right: 165px !important;
    padding-left: 165px !important; }
  .px-sm-n165 {
    padding-right: -165px !important;
    padding-left: -165px !important; }
  .py-sm-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; }
  .py-sm-n165 {
    padding-top: -165px !important;
    padding-bottom: -165px !important; }
  .px-sm-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-sm-n170 {
    padding-right: -170px !important;
    padding-left: -170px !important; }
  .py-sm-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-sm-n170 {
    padding-top: -170px !important;
    padding-bottom: -170px !important; }
  .px-sm-175 {
    padding-right: 175px !important;
    padding-left: 175px !important; }
  .px-sm-n175 {
    padding-right: -175px !important;
    padding-left: -175px !important; }
  .py-sm-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; }
  .py-sm-n175 {
    padding-top: -175px !important;
    padding-bottom: -175px !important; }
  .px-sm-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-sm-n180 {
    padding-right: -180px !important;
    padding-left: -180px !important; }
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-sm-n180 {
    padding-top: -180px !important;
    padding-bottom: -180px !important; }
  .px-sm-185 {
    padding-right: 185px !important;
    padding-left: 185px !important; }
  .px-sm-n185 {
    padding-right: -185px !important;
    padding-left: -185px !important; }
  .py-sm-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; }
  .py-sm-n185 {
    padding-top: -185px !important;
    padding-bottom: -185px !important; }
  .px-sm-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-sm-n190 {
    padding-right: -190px !important;
    padding-left: -190px !important; }
  .py-sm-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-sm-n190 {
    padding-top: -190px !important;
    padding-bottom: -190px !important; }
  .px-sm-195 {
    padding-right: 195px !important;
    padding-left: 195px !important; }
  .px-sm-n195 {
    padding-right: -195px !important;
    padding-left: -195px !important; }
  .py-sm-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; }
  .py-sm-n195 {
    padding-top: -195px !important;
    padding-bottom: -195px !important; }
  .px-sm-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .px-sm-n200 {
    padding-right: -200px !important;
    padding-left: -200px !important; }
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .py-sm-n200 {
    padding-top: -200px !important;
    padding-bottom: -200px !important; }
  .px-sm-205 {
    padding-right: 205px !important;
    padding-left: 205px !important; }
  .px-sm-n205 {
    padding-right: -205px !important;
    padding-left: -205px !important; }
  .py-sm-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important; }
  .py-sm-n205 {
    padding-top: -205px !important;
    padding-bottom: -205px !important; }
  .px-sm-210 {
    padding-right: 210px !important;
    padding-left: 210px !important; }
  .px-sm-n210 {
    padding-right: -210px !important;
    padding-left: -210px !important; }
  .py-sm-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; }
  .py-sm-n210 {
    padding-top: -210px !important;
    padding-bottom: -210px !important; }
  .px-sm-215 {
    padding-right: 215px !important;
    padding-left: 215px !important; }
  .px-sm-n215 {
    padding-right: -215px !important;
    padding-left: -215px !important; }
  .py-sm-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important; }
  .py-sm-n215 {
    padding-top: -215px !important;
    padding-bottom: -215px !important; }
  .px-sm-220 {
    padding-right: 220px !important;
    padding-left: 220px !important; }
  .px-sm-n220 {
    padding-right: -220px !important;
    padding-left: -220px !important; }
  .py-sm-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; }
  .py-sm-n220 {
    padding-top: -220px !important;
    padding-bottom: -220px !important; }
  .px-sm-225 {
    padding-right: 225px !important;
    padding-left: 225px !important; }
  .px-sm-n225 {
    padding-right: -225px !important;
    padding-left: -225px !important; }
  .py-sm-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important; }
  .py-sm-n225 {
    padding-top: -225px !important;
    padding-bottom: -225px !important; }
  .px-sm-230 {
    padding-right: 230px !important;
    padding-left: 230px !important; }
  .px-sm-n230 {
    padding-right: -230px !important;
    padding-left: -230px !important; }
  .py-sm-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important; }
  .py-sm-n230 {
    padding-top: -230px !important;
    padding-bottom: -230px !important; }
  .px-sm-235 {
    padding-right: 235px !important;
    padding-left: 235px !important; }
  .px-sm-n235 {
    padding-right: -235px !important;
    padding-left: -235px !important; }
  .py-sm-235 {
    padding-top: 235px !important;
    padding-bottom: 235px !important; }
  .py-sm-n235 {
    padding-top: -235px !important;
    padding-bottom: -235px !important; }
  .px-sm-240 {
    padding-right: 240px !important;
    padding-left: 240px !important; }
  .px-sm-n240 {
    padding-right: -240px !important;
    padding-left: -240px !important; }
  .py-sm-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; }
  .py-sm-n240 {
    padding-top: -240px !important;
    padding-bottom: -240px !important; }
  .px-sm-245 {
    padding-right: 245px !important;
    padding-left: 245px !important; }
  .px-sm-n245 {
    padding-right: -245px !important;
    padding-left: -245px !important; }
  .py-sm-245 {
    padding-top: 245px !important;
    padding-bottom: 245px !important; }
  .py-sm-n245 {
    padding-top: -245px !important;
    padding-bottom: -245px !important; }
  .px-sm-250 {
    padding-right: 250px !important;
    padding-left: 250px !important; }
  .px-sm-n250 {
    padding-right: -250px !important;
    padding-left: -250px !important; }
  .py-sm-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important; }
  .py-sm-n250 {
    padding-top: -250px !important;
    padding-bottom: -250px !important; }
  .p-sm-0 {
    padding: 0px !important; }
  .p-sm-n0 {
    padding: 0px !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .p-sm-n5 {
    padding: -5px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .p-sm-n10 {
    padding: -10px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .p-sm-n15 {
    padding: -15px !important; }
  .p-sm-20 {
    padding: 20px !important; }
  .p-sm-n20 {
    padding: -20px !important; }
  .p-sm-25 {
    padding: 25px !important; }
  .p-sm-n25 {
    padding: -25px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .p-sm-n30 {
    padding: -30px !important; }
  .p-sm-35 {
    padding: 35px !important; }
  .p-sm-n35 {
    padding: -35px !important; }
  .p-sm-40 {
    padding: 40px !important; }
  .p-sm-n40 {
    padding: -40px !important; }
  .p-sm-45 {
    padding: 45px !important; }
  .p-sm-n45 {
    padding: -45px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .p-sm-n50 {
    padding: -50px !important; }
  .p-sm-55 {
    padding: 55px !important; }
  .p-sm-n55 {
    padding: -55px !important; }
  .p-sm-60 {
    padding: 60px !important; }
  .p-sm-n60 {
    padding: -60px !important; }
  .p-sm-65 {
    padding: 65px !important; }
  .p-sm-n65 {
    padding: -65px !important; }
  .p-sm-70 {
    padding: 70px !important; }
  .p-sm-n70 {
    padding: -70px !important; }
  .p-sm-75 {
    padding: 75px !important; }
  .p-sm-n75 {
    padding: -75px !important; }
  .p-sm-80 {
    padding: 80px !important; }
  .p-sm-n80 {
    padding: -80px !important; }
  .p-sm-85 {
    padding: 85px !important; }
  .p-sm-n85 {
    padding: -85px !important; }
  .p-sm-90 {
    padding: 90px !important; }
  .p-sm-n90 {
    padding: -90px !important; }
  .p-sm-95 {
    padding: 95px !important; }
  .p-sm-n95 {
    padding: -95px !important; }
  .p-sm-100 {
    padding: 100px !important; }
  .p-sm-n100 {
    padding: -100px !important; }
  .p-sm-105 {
    padding: 105px !important; }
  .p-sm-n105 {
    padding: -105px !important; }
  .p-sm-110 {
    padding: 110px !important; }
  .p-sm-n110 {
    padding: -110px !important; }
  .p-sm-115 {
    padding: 115px !important; }
  .p-sm-n115 {
    padding: -115px !important; }
  .p-sm-120 {
    padding: 120px !important; }
  .p-sm-n120 {
    padding: -120px !important; }
  .p-sm-125 {
    padding: 125px !important; }
  .p-sm-n125 {
    padding: -125px !important; }
  .p-sm-130 {
    padding: 130px !important; }
  .p-sm-n130 {
    padding: -130px !important; }
  .p-sm-135 {
    padding: 135px !important; }
  .p-sm-n135 {
    padding: -135px !important; }
  .p-sm-140 {
    padding: 140px !important; }
  .p-sm-n140 {
    padding: -140px !important; }
  .p-sm-145 {
    padding: 145px !important; }
  .p-sm-n145 {
    padding: -145px !important; }
  .p-sm-150 {
    padding: 150px !important; }
  .p-sm-n150 {
    padding: -150px !important; }
  .p-sm-155 {
    padding: 155px !important; }
  .p-sm-n155 {
    padding: -155px !important; }
  .p-sm-160 {
    padding: 160px !important; }
  .p-sm-n160 {
    padding: -160px !important; }
  .p-sm-165 {
    padding: 165px !important; }
  .p-sm-n165 {
    padding: -165px !important; }
  .p-sm-170 {
    padding: 170px !important; }
  .p-sm-n170 {
    padding: -170px !important; }
  .p-sm-175 {
    padding: 175px !important; }
  .p-sm-n175 {
    padding: -175px !important; }
  .p-sm-180 {
    padding: 180px !important; }
  .p-sm-n180 {
    padding: -180px !important; }
  .p-sm-185 {
    padding: 185px !important; }
  .p-sm-n185 {
    padding: -185px !important; }
  .p-sm-190 {
    padding: 190px !important; }
  .p-sm-n190 {
    padding: -190px !important; }
  .p-sm-195 {
    padding: 195px !important; }
  .p-sm-n195 {
    padding: -195px !important; }
  .p-sm-200 {
    padding: 200px !important; }
  .p-sm-n200 {
    padding: -200px !important; }
  .p-sm-205 {
    padding: 205px !important; }
  .p-sm-n205 {
    padding: -205px !important; }
  .p-sm-210 {
    padding: 210px !important; }
  .p-sm-n210 {
    padding: -210px !important; }
  .p-sm-215 {
    padding: 215px !important; }
  .p-sm-n215 {
    padding: -215px !important; }
  .p-sm-220 {
    padding: 220px !important; }
  .p-sm-n220 {
    padding: -220px !important; }
  .p-sm-225 {
    padding: 225px !important; }
  .p-sm-n225 {
    padding: -225px !important; }
  .p-sm-230 {
    padding: 230px !important; }
  .p-sm-n230 {
    padding: -230px !important; }
  .p-sm-235 {
    padding: 235px !important; }
  .p-sm-n235 {
    padding: -235px !important; }
  .p-sm-240 {
    padding: 240px !important; }
  .p-sm-n240 {
    padding: -240px !important; }
  .p-sm-245 {
    padding: 245px !important; }
  .p-sm-n245 {
    padding: -245px !important; }
  .p-sm-250 {
    padding: 250px !important; }
  .p-sm-n250 {
    padding: -250px !important; }
  .pt-sm-0 {
    padding-top: 0px !important; }
  .pt-sm-n0 {
    padding-top: 0px !important; }
  .pt-sm-5 {
    padding-top: 5px !important; }
  .pt-sm-n5 {
    padding-top: -5px !important; }
  .pt-sm-10 {
    padding-top: 10px !important; }
  .pt-sm-n10 {
    padding-top: -10px !important; }
  .pt-sm-15 {
    padding-top: 15px !important; }
  .pt-sm-n15 {
    padding-top: -15px !important; }
  .pt-sm-20 {
    padding-top: 20px !important; }
  .pt-sm-n20 {
    padding-top: -20px !important; }
  .pt-sm-25 {
    padding-top: 25px !important; }
  .pt-sm-n25 {
    padding-top: -25px !important; }
  .pt-sm-30 {
    padding-top: 30px !important; }
  .pt-sm-n30 {
    padding-top: -30px !important; }
  .pt-sm-35 {
    padding-top: 35px !important; }
  .pt-sm-n35 {
    padding-top: -35px !important; }
  .pt-sm-40 {
    padding-top: 40px !important; }
  .pt-sm-n40 {
    padding-top: -40px !important; }
  .pt-sm-45 {
    padding-top: 45px !important; }
  .pt-sm-n45 {
    padding-top: -45px !important; }
  .pt-sm-50 {
    padding-top: 50px !important; }
  .pt-sm-n50 {
    padding-top: -50px !important; }
  .pt-sm-55 {
    padding-top: 55px !important; }
  .pt-sm-n55 {
    padding-top: -55px !important; }
  .pt-sm-60 {
    padding-top: 60px !important; }
  .pt-sm-n60 {
    padding-top: -60px !important; }
  .pt-sm-65 {
    padding-top: 65px !important; }
  .pt-sm-n65 {
    padding-top: -65px !important; }
  .pt-sm-70 {
    padding-top: 70px !important; }
  .pt-sm-n70 {
    padding-top: -70px !important; }
  .pt-sm-75 {
    padding-top: 75px !important; }
  .pt-sm-n75 {
    padding-top: -75px !important; }
  .pt-sm-80 {
    padding-top: 80px !important; }
  .pt-sm-n80 {
    padding-top: -80px !important; }
  .pt-sm-85 {
    padding-top: 85px !important; }
  .pt-sm-n85 {
    padding-top: -85px !important; }
  .pt-sm-90 {
    padding-top: 90px !important; }
  .pt-sm-n90 {
    padding-top: -90px !important; }
  .pt-sm-95 {
    padding-top: 95px !important; }
  .pt-sm-n95 {
    padding-top: -95px !important; }
  .pt-sm-100 {
    padding-top: 100px !important; }
  .pt-sm-n100 {
    padding-top: -100px !important; }
  .pt-sm-105 {
    padding-top: 105px !important; }
  .pt-sm-n105 {
    padding-top: -105px !important; }
  .pt-sm-110 {
    padding-top: 110px !important; }
  .pt-sm-n110 {
    padding-top: -110px !important; }
  .pt-sm-115 {
    padding-top: 115px !important; }
  .pt-sm-n115 {
    padding-top: -115px !important; }
  .pt-sm-120 {
    padding-top: 120px !important; }
  .pt-sm-n120 {
    padding-top: -120px !important; }
  .pt-sm-125 {
    padding-top: 125px !important; }
  .pt-sm-n125 {
    padding-top: -125px !important; }
  .pt-sm-130 {
    padding-top: 130px !important; }
  .pt-sm-n130 {
    padding-top: -130px !important; }
  .pt-sm-135 {
    padding-top: 135px !important; }
  .pt-sm-n135 {
    padding-top: -135px !important; }
  .pt-sm-140 {
    padding-top: 140px !important; }
  .pt-sm-n140 {
    padding-top: -140px !important; }
  .pt-sm-145 {
    padding-top: 145px !important; }
  .pt-sm-n145 {
    padding-top: -145px !important; }
  .pt-sm-150 {
    padding-top: 150px !important; }
  .pt-sm-n150 {
    padding-top: -150px !important; }
  .pt-sm-155 {
    padding-top: 155px !important; }
  .pt-sm-n155 {
    padding-top: -155px !important; }
  .pt-sm-160 {
    padding-top: 160px !important; }
  .pt-sm-n160 {
    padding-top: -160px !important; }
  .pt-sm-165 {
    padding-top: 165px !important; }
  .pt-sm-n165 {
    padding-top: -165px !important; }
  .pt-sm-170 {
    padding-top: 170px !important; }
  .pt-sm-n170 {
    padding-top: -170px !important; }
  .pt-sm-175 {
    padding-top: 175px !important; }
  .pt-sm-n175 {
    padding-top: -175px !important; }
  .pt-sm-180 {
    padding-top: 180px !important; }
  .pt-sm-n180 {
    padding-top: -180px !important; }
  .pt-sm-185 {
    padding-top: 185px !important; }
  .pt-sm-n185 {
    padding-top: -185px !important; }
  .pt-sm-190 {
    padding-top: 190px !important; }
  .pt-sm-n190 {
    padding-top: -190px !important; }
  .pt-sm-195 {
    padding-top: 195px !important; }
  .pt-sm-n195 {
    padding-top: -195px !important; }
  .pt-sm-200 {
    padding-top: 200px !important; }
  .pt-sm-n200 {
    padding-top: -200px !important; }
  .pt-sm-205 {
    padding-top: 205px !important; }
  .pt-sm-n205 {
    padding-top: -205px !important; }
  .pt-sm-210 {
    padding-top: 210px !important; }
  .pt-sm-n210 {
    padding-top: -210px !important; }
  .pt-sm-215 {
    padding-top: 215px !important; }
  .pt-sm-n215 {
    padding-top: -215px !important; }
  .pt-sm-220 {
    padding-top: 220px !important; }
  .pt-sm-n220 {
    padding-top: -220px !important; }
  .pt-sm-225 {
    padding-top: 225px !important; }
  .pt-sm-n225 {
    padding-top: -225px !important; }
  .pt-sm-230 {
    padding-top: 230px !important; }
  .pt-sm-n230 {
    padding-top: -230px !important; }
  .pt-sm-235 {
    padding-top: 235px !important; }
  .pt-sm-n235 {
    padding-top: -235px !important; }
  .pt-sm-240 {
    padding-top: 240px !important; }
  .pt-sm-n240 {
    padding-top: -240px !important; }
  .pt-sm-245 {
    padding-top: 245px !important; }
  .pt-sm-n245 {
    padding-top: -245px !important; }
  .pt-sm-250 {
    padding-top: 250px !important; }
  .pt-sm-n250 {
    padding-top: -250px !important; }
  .pr-sm-0 {
    padding-right: 0px !important; }
  .pr-sm-n0 {
    padding-right: 0px !important; }
  .pr-sm-5 {
    padding-right: 5px !important; }
  .pr-sm-n5 {
    padding-right: -5px !important; }
  .pr-sm-10 {
    padding-right: 10px !important; }
  .pr-sm-n10 {
    padding-right: -10px !important; }
  .pr-sm-15 {
    padding-right: 15px !important; }
  .pr-sm-n15 {
    padding-right: -15px !important; }
  .pr-sm-20 {
    padding-right: 20px !important; }
  .pr-sm-n20 {
    padding-right: -20px !important; }
  .pr-sm-25 {
    padding-right: 25px !important; }
  .pr-sm-n25 {
    padding-right: -25px !important; }
  .pr-sm-30 {
    padding-right: 30px !important; }
  .pr-sm-n30 {
    padding-right: -30px !important; }
  .pr-sm-35 {
    padding-right: 35px !important; }
  .pr-sm-n35 {
    padding-right: -35px !important; }
  .pr-sm-40 {
    padding-right: 40px !important; }
  .pr-sm-n40 {
    padding-right: -40px !important; }
  .pr-sm-45 {
    padding-right: 45px !important; }
  .pr-sm-n45 {
    padding-right: -45px !important; }
  .pr-sm-50 {
    padding-right: 50px !important; }
  .pr-sm-n50 {
    padding-right: -50px !important; }
  .pr-sm-55 {
    padding-right: 55px !important; }
  .pr-sm-n55 {
    padding-right: -55px !important; }
  .pr-sm-60 {
    padding-right: 60px !important; }
  .pr-sm-n60 {
    padding-right: -60px !important; }
  .pr-sm-65 {
    padding-right: 65px !important; }
  .pr-sm-n65 {
    padding-right: -65px !important; }
  .pr-sm-70 {
    padding-right: 70px !important; }
  .pr-sm-n70 {
    padding-right: -70px !important; }
  .pr-sm-75 {
    padding-right: 75px !important; }
  .pr-sm-n75 {
    padding-right: -75px !important; }
  .pr-sm-80 {
    padding-right: 80px !important; }
  .pr-sm-n80 {
    padding-right: -80px !important; }
  .pr-sm-85 {
    padding-right: 85px !important; }
  .pr-sm-n85 {
    padding-right: -85px !important; }
  .pr-sm-90 {
    padding-right: 90px !important; }
  .pr-sm-n90 {
    padding-right: -90px !important; }
  .pr-sm-95 {
    padding-right: 95px !important; }
  .pr-sm-n95 {
    padding-right: -95px !important; }
  .pr-sm-100 {
    padding-right: 100px !important; }
  .pr-sm-n100 {
    padding-right: -100px !important; }
  .pr-sm-105 {
    padding-right: 105px !important; }
  .pr-sm-n105 {
    padding-right: -105px !important; }
  .pr-sm-110 {
    padding-right: 110px !important; }
  .pr-sm-n110 {
    padding-right: -110px !important; }
  .pr-sm-115 {
    padding-right: 115px !important; }
  .pr-sm-n115 {
    padding-right: -115px !important; }
  .pr-sm-120 {
    padding-right: 120px !important; }
  .pr-sm-n120 {
    padding-right: -120px !important; }
  .pr-sm-125 {
    padding-right: 125px !important; }
  .pr-sm-n125 {
    padding-right: -125px !important; }
  .pr-sm-130 {
    padding-right: 130px !important; }
  .pr-sm-n130 {
    padding-right: -130px !important; }
  .pr-sm-135 {
    padding-right: 135px !important; }
  .pr-sm-n135 {
    padding-right: -135px !important; }
  .pr-sm-140 {
    padding-right: 140px !important; }
  .pr-sm-n140 {
    padding-right: -140px !important; }
  .pr-sm-145 {
    padding-right: 145px !important; }
  .pr-sm-n145 {
    padding-right: -145px !important; }
  .pr-sm-150 {
    padding-right: 150px !important; }
  .pr-sm-n150 {
    padding-right: -150px !important; }
  .pr-sm-155 {
    padding-right: 155px !important; }
  .pr-sm-n155 {
    padding-right: -155px !important; }
  .pr-sm-160 {
    padding-right: 160px !important; }
  .pr-sm-n160 {
    padding-right: -160px !important; }
  .pr-sm-165 {
    padding-right: 165px !important; }
  .pr-sm-n165 {
    padding-right: -165px !important; }
  .pr-sm-170 {
    padding-right: 170px !important; }
  .pr-sm-n170 {
    padding-right: -170px !important; }
  .pr-sm-175 {
    padding-right: 175px !important; }
  .pr-sm-n175 {
    padding-right: -175px !important; }
  .pr-sm-180 {
    padding-right: 180px !important; }
  .pr-sm-n180 {
    padding-right: -180px !important; }
  .pr-sm-185 {
    padding-right: 185px !important; }
  .pr-sm-n185 {
    padding-right: -185px !important; }
  .pr-sm-190 {
    padding-right: 190px !important; }
  .pr-sm-n190 {
    padding-right: -190px !important; }
  .pr-sm-195 {
    padding-right: 195px !important; }
  .pr-sm-n195 {
    padding-right: -195px !important; }
  .pr-sm-200 {
    padding-right: 200px !important; }
  .pr-sm-n200 {
    padding-right: -200px !important; }
  .pr-sm-205 {
    padding-right: 205px !important; }
  .pr-sm-n205 {
    padding-right: -205px !important; }
  .pr-sm-210 {
    padding-right: 210px !important; }
  .pr-sm-n210 {
    padding-right: -210px !important; }
  .pr-sm-215 {
    padding-right: 215px !important; }
  .pr-sm-n215 {
    padding-right: -215px !important; }
  .pr-sm-220 {
    padding-right: 220px !important; }
  .pr-sm-n220 {
    padding-right: -220px !important; }
  .pr-sm-225 {
    padding-right: 225px !important; }
  .pr-sm-n225 {
    padding-right: -225px !important; }
  .pr-sm-230 {
    padding-right: 230px !important; }
  .pr-sm-n230 {
    padding-right: -230px !important; }
  .pr-sm-235 {
    padding-right: 235px !important; }
  .pr-sm-n235 {
    padding-right: -235px !important; }
  .pr-sm-240 {
    padding-right: 240px !important; }
  .pr-sm-n240 {
    padding-right: -240px !important; }
  .pr-sm-245 {
    padding-right: 245px !important; }
  .pr-sm-n245 {
    padding-right: -245px !important; }
  .pr-sm-250 {
    padding-right: 250px !important; }
  .pr-sm-n250 {
    padding-right: -250px !important; }
  .pb-sm-0 {
    padding-bottom: 0px !important; }
  .pb-sm-n0 {
    padding-bottom: 0px !important; }
  .pb-sm-5 {
    padding-bottom: 5px !important; }
  .pb-sm-n5 {
    padding-bottom: -5px !important; }
  .pb-sm-10 {
    padding-bottom: 10px !important; }
  .pb-sm-n10 {
    padding-bottom: -10px !important; }
  .pb-sm-15 {
    padding-bottom: 15px !important; }
  .pb-sm-n15 {
    padding-bottom: -15px !important; }
  .pb-sm-20 {
    padding-bottom: 20px !important; }
  .pb-sm-n20 {
    padding-bottom: -20px !important; }
  .pb-sm-25 {
    padding-bottom: 25px !important; }
  .pb-sm-n25 {
    padding-bottom: -25px !important; }
  .pb-sm-30 {
    padding-bottom: 30px !important; }
  .pb-sm-n30 {
    padding-bottom: -30px !important; }
  .pb-sm-35 {
    padding-bottom: 35px !important; }
  .pb-sm-n35 {
    padding-bottom: -35px !important; }
  .pb-sm-40 {
    padding-bottom: 40px !important; }
  .pb-sm-n40 {
    padding-bottom: -40px !important; }
  .pb-sm-45 {
    padding-bottom: 45px !important; }
  .pb-sm-n45 {
    padding-bottom: -45px !important; }
  .pb-sm-50 {
    padding-bottom: 50px !important; }
  .pb-sm-n50 {
    padding-bottom: -50px !important; }
  .pb-sm-55 {
    padding-bottom: 55px !important; }
  .pb-sm-n55 {
    padding-bottom: -55px !important; }
  .pb-sm-60 {
    padding-bottom: 60px !important; }
  .pb-sm-n60 {
    padding-bottom: -60px !important; }
  .pb-sm-65 {
    padding-bottom: 65px !important; }
  .pb-sm-n65 {
    padding-bottom: -65px !important; }
  .pb-sm-70 {
    padding-bottom: 70px !important; }
  .pb-sm-n70 {
    padding-bottom: -70px !important; }
  .pb-sm-75 {
    padding-bottom: 75px !important; }
  .pb-sm-n75 {
    padding-bottom: -75px !important; }
  .pb-sm-80 {
    padding-bottom: 80px !important; }
  .pb-sm-n80 {
    padding-bottom: -80px !important; }
  .pb-sm-85 {
    padding-bottom: 85px !important; }
  .pb-sm-n85 {
    padding-bottom: -85px !important; }
  .pb-sm-90 {
    padding-bottom: 90px !important; }
  .pb-sm-n90 {
    padding-bottom: -90px !important; }
  .pb-sm-95 {
    padding-bottom: 95px !important; }
  .pb-sm-n95 {
    padding-bottom: -95px !important; }
  .pb-sm-100 {
    padding-bottom: 100px !important; }
  .pb-sm-n100 {
    padding-bottom: -100px !important; }
  .pb-sm-105 {
    padding-bottom: 105px !important; }
  .pb-sm-n105 {
    padding-bottom: -105px !important; }
  .pb-sm-110 {
    padding-bottom: 110px !important; }
  .pb-sm-n110 {
    padding-bottom: -110px !important; }
  .pb-sm-115 {
    padding-bottom: 115px !important; }
  .pb-sm-n115 {
    padding-bottom: -115px !important; }
  .pb-sm-120 {
    padding-bottom: 120px !important; }
  .pb-sm-n120 {
    padding-bottom: -120px !important; }
  .pb-sm-125 {
    padding-bottom: 125px !important; }
  .pb-sm-n125 {
    padding-bottom: -125px !important; }
  .pb-sm-130 {
    padding-bottom: 130px !important; }
  .pb-sm-n130 {
    padding-bottom: -130px !important; }
  .pb-sm-135 {
    padding-bottom: 135px !important; }
  .pb-sm-n135 {
    padding-bottom: -135px !important; }
  .pb-sm-140 {
    padding-bottom: 140px !important; }
  .pb-sm-n140 {
    padding-bottom: -140px !important; }
  .pb-sm-145 {
    padding-bottom: 145px !important; }
  .pb-sm-n145 {
    padding-bottom: -145px !important; }
  .pb-sm-150 {
    padding-bottom: 150px !important; }
  .pb-sm-n150 {
    padding-bottom: -150px !important; }
  .pb-sm-155 {
    padding-bottom: 155px !important; }
  .pb-sm-n155 {
    padding-bottom: -155px !important; }
  .pb-sm-160 {
    padding-bottom: 160px !important; }
  .pb-sm-n160 {
    padding-bottom: -160px !important; }
  .pb-sm-165 {
    padding-bottom: 165px !important; }
  .pb-sm-n165 {
    padding-bottom: -165px !important; }
  .pb-sm-170 {
    padding-bottom: 170px !important; }
  .pb-sm-n170 {
    padding-bottom: -170px !important; }
  .pb-sm-175 {
    padding-bottom: 175px !important; }
  .pb-sm-n175 {
    padding-bottom: -175px !important; }
  .pb-sm-180 {
    padding-bottom: 180px !important; }
  .pb-sm-n180 {
    padding-bottom: -180px !important; }
  .pb-sm-185 {
    padding-bottom: 185px !important; }
  .pb-sm-n185 {
    padding-bottom: -185px !important; }
  .pb-sm-190 {
    padding-bottom: 190px !important; }
  .pb-sm-n190 {
    padding-bottom: -190px !important; }
  .pb-sm-195 {
    padding-bottom: 195px !important; }
  .pb-sm-n195 {
    padding-bottom: -195px !important; }
  .pb-sm-200 {
    padding-bottom: 200px !important; }
  .pb-sm-n200 {
    padding-bottom: -200px !important; }
  .pb-sm-205 {
    padding-bottom: 205px !important; }
  .pb-sm-n205 {
    padding-bottom: -205px !important; }
  .pb-sm-210 {
    padding-bottom: 210px !important; }
  .pb-sm-n210 {
    padding-bottom: -210px !important; }
  .pb-sm-215 {
    padding-bottom: 215px !important; }
  .pb-sm-n215 {
    padding-bottom: -215px !important; }
  .pb-sm-220 {
    padding-bottom: 220px !important; }
  .pb-sm-n220 {
    padding-bottom: -220px !important; }
  .pb-sm-225 {
    padding-bottom: 225px !important; }
  .pb-sm-n225 {
    padding-bottom: -225px !important; }
  .pb-sm-230 {
    padding-bottom: 230px !important; }
  .pb-sm-n230 {
    padding-bottom: -230px !important; }
  .pb-sm-235 {
    padding-bottom: 235px !important; }
  .pb-sm-n235 {
    padding-bottom: -235px !important; }
  .pb-sm-240 {
    padding-bottom: 240px !important; }
  .pb-sm-n240 {
    padding-bottom: -240px !important; }
  .pb-sm-245 {
    padding-bottom: 245px !important; }
  .pb-sm-n245 {
    padding-bottom: -245px !important; }
  .pb-sm-250 {
    padding-bottom: 250px !important; }
  .pb-sm-n250 {
    padding-bottom: -250px !important; }
  .pl-sm-0 {
    padding-left: 0px !important; }
  .pl-sm-n0 {
    padding-left: 0px !important; }
  .pl-sm-5 {
    padding-left: 5px !important; }
  .pl-sm-n5 {
    padding-left: -5px !important; }
  .pl-sm-10 {
    padding-left: 10px !important; }
  .pl-sm-n10 {
    padding-left: -10px !important; }
  .pl-sm-15 {
    padding-left: 15px !important; }
  .pl-sm-n15 {
    padding-left: -15px !important; }
  .pl-sm-20 {
    padding-left: 20px !important; }
  .pl-sm-n20 {
    padding-left: -20px !important; }
  .pl-sm-25 {
    padding-left: 25px !important; }
  .pl-sm-n25 {
    padding-left: -25px !important; }
  .pl-sm-30 {
    padding-left: 30px !important; }
  .pl-sm-n30 {
    padding-left: -30px !important; }
  .pl-sm-35 {
    padding-left: 35px !important; }
  .pl-sm-n35 {
    padding-left: -35px !important; }
  .pl-sm-40 {
    padding-left: 40px !important; }
  .pl-sm-n40 {
    padding-left: -40px !important; }
  .pl-sm-45 {
    padding-left: 45px !important; }
  .pl-sm-n45 {
    padding-left: -45px !important; }
  .pl-sm-50 {
    padding-left: 50px !important; }
  .pl-sm-n50 {
    padding-left: -50px !important; }
  .pl-sm-55 {
    padding-left: 55px !important; }
  .pl-sm-n55 {
    padding-left: -55px !important; }
  .pl-sm-60 {
    padding-left: 60px !important; }
  .pl-sm-n60 {
    padding-left: -60px !important; }
  .pl-sm-65 {
    padding-left: 65px !important; }
  .pl-sm-n65 {
    padding-left: -65px !important; }
  .pl-sm-70 {
    padding-left: 70px !important; }
  .pl-sm-n70 {
    padding-left: -70px !important; }
  .pl-sm-75 {
    padding-left: 75px !important; }
  .pl-sm-n75 {
    padding-left: -75px !important; }
  .pl-sm-80 {
    padding-left: 80px !important; }
  .pl-sm-n80 {
    padding-left: -80px !important; }
  .pl-sm-85 {
    padding-left: 85px !important; }
  .pl-sm-n85 {
    padding-left: -85px !important; }
  .pl-sm-90 {
    padding-left: 90px !important; }
  .pl-sm-n90 {
    padding-left: -90px !important; }
  .pl-sm-95 {
    padding-left: 95px !important; }
  .pl-sm-n95 {
    padding-left: -95px !important; }
  .pl-sm-100 {
    padding-left: 100px !important; }
  .pl-sm-n100 {
    padding-left: -100px !important; }
  .pl-sm-105 {
    padding-left: 105px !important; }
  .pl-sm-n105 {
    padding-left: -105px !important; }
  .pl-sm-110 {
    padding-left: 110px !important; }
  .pl-sm-n110 {
    padding-left: -110px !important; }
  .pl-sm-115 {
    padding-left: 115px !important; }
  .pl-sm-n115 {
    padding-left: -115px !important; }
  .pl-sm-120 {
    padding-left: 120px !important; }
  .pl-sm-n120 {
    padding-left: -120px !important; }
  .pl-sm-125 {
    padding-left: 125px !important; }
  .pl-sm-n125 {
    padding-left: -125px !important; }
  .pl-sm-130 {
    padding-left: 130px !important; }
  .pl-sm-n130 {
    padding-left: -130px !important; }
  .pl-sm-135 {
    padding-left: 135px !important; }
  .pl-sm-n135 {
    padding-left: -135px !important; }
  .pl-sm-140 {
    padding-left: 140px !important; }
  .pl-sm-n140 {
    padding-left: -140px !important; }
  .pl-sm-145 {
    padding-left: 145px !important; }
  .pl-sm-n145 {
    padding-left: -145px !important; }
  .pl-sm-150 {
    padding-left: 150px !important; }
  .pl-sm-n150 {
    padding-left: -150px !important; }
  .pl-sm-155 {
    padding-left: 155px !important; }
  .pl-sm-n155 {
    padding-left: -155px !important; }
  .pl-sm-160 {
    padding-left: 160px !important; }
  .pl-sm-n160 {
    padding-left: -160px !important; }
  .pl-sm-165 {
    padding-left: 165px !important; }
  .pl-sm-n165 {
    padding-left: -165px !important; }
  .pl-sm-170 {
    padding-left: 170px !important; }
  .pl-sm-n170 {
    padding-left: -170px !important; }
  .pl-sm-175 {
    padding-left: 175px !important; }
  .pl-sm-n175 {
    padding-left: -175px !important; }
  .pl-sm-180 {
    padding-left: 180px !important; }
  .pl-sm-n180 {
    padding-left: -180px !important; }
  .pl-sm-185 {
    padding-left: 185px !important; }
  .pl-sm-n185 {
    padding-left: -185px !important; }
  .pl-sm-190 {
    padding-left: 190px !important; }
  .pl-sm-n190 {
    padding-left: -190px !important; }
  .pl-sm-195 {
    padding-left: 195px !important; }
  .pl-sm-n195 {
    padding-left: -195px !important; }
  .pl-sm-200 {
    padding-left: 200px !important; }
  .pl-sm-n200 {
    padding-left: -200px !important; }
  .pl-sm-205 {
    padding-left: 205px !important; }
  .pl-sm-n205 {
    padding-left: -205px !important; }
  .pl-sm-210 {
    padding-left: 210px !important; }
  .pl-sm-n210 {
    padding-left: -210px !important; }
  .pl-sm-215 {
    padding-left: 215px !important; }
  .pl-sm-n215 {
    padding-left: -215px !important; }
  .pl-sm-220 {
    padding-left: 220px !important; }
  .pl-sm-n220 {
    padding-left: -220px !important; }
  .pl-sm-225 {
    padding-left: 225px !important; }
  .pl-sm-n225 {
    padding-left: -225px !important; }
  .pl-sm-230 {
    padding-left: 230px !important; }
  .pl-sm-n230 {
    padding-left: -230px !important; }
  .pl-sm-235 {
    padding-left: 235px !important; }
  .pl-sm-n235 {
    padding-left: -235px !important; }
  .pl-sm-240 {
    padding-left: 240px !important; }
  .pl-sm-n240 {
    padding-left: -240px !important; }
  .pl-sm-245 {
    padding-left: 245px !important; }
  .pl-sm-n245 {
    padding-left: -245px !important; }
  .pl-sm-250 {
    padding-left: 250px !important; }
  .pl-sm-n250 {
    padding-left: -250px !important; } }

@media (min-width: 768px) {
  .mx-md-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-md-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-md-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-md-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-md-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-md-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-md-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-md-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-md-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-md-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-md-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-md-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-md-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-md-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-md-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-md-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-md-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-md-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-md-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-md-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-md-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-md-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-md-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-md-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-md-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-md-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-md-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-md-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-md-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-md-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-md-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-md-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-md-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-md-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-md-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-md-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-md-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-md-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-md-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-md-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-md-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-md-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-md-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-md-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-md-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-md-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-md-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-md-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-md-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-md-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-md-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-md-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-md-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-md-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-md-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-md-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-md-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-md-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-md-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-md-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-md-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-md-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-md-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-md-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-md-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-md-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-md-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-md-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-md-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-md-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-md-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-md-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-md-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-md-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-md-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-md-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-md-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-md-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-md-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-md-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-md-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-md-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-md-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-md-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mx-md-155 {
    margin-right: 155px !important;
    margin-left: 155px !important; }
  .mx-md-n155 {
    margin-right: -155px !important;
    margin-left: -155px !important; }
  .my-md-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important; }
  .my-md-n155 {
    margin-top: -155px !important;
    margin-bottom: -155px !important; }
  .mx-md-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-md-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-md-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .mx-md-165 {
    margin-right: 165px !important;
    margin-left: 165px !important; }
  .mx-md-n165 {
    margin-right: -165px !important;
    margin-left: -165px !important; }
  .my-md-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important; }
  .my-md-n165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important; }
  .mx-md-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-md-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .my-md-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-md-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .mx-md-175 {
    margin-right: 175px !important;
    margin-left: 175px !important; }
  .mx-md-n175 {
    margin-right: -175px !important;
    margin-left: -175px !important; }
  .my-md-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important; }
  .my-md-n175 {
    margin-top: -175px !important;
    margin-bottom: -175px !important; }
  .mx-md-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-md-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-md-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .mx-md-185 {
    margin-right: 185px !important;
    margin-left: 185px !important; }
  .mx-md-n185 {
    margin-right: -185px !important;
    margin-left: -185px !important; }
  .my-md-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important; }
  .my-md-n185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important; }
  .mx-md-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-md-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .my-md-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-md-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .mx-md-195 {
    margin-right: 195px !important;
    margin-left: 195px !important; }
  .mx-md-n195 {
    margin-right: -195px !important;
    margin-left: -195px !important; }
  .my-md-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important; }
  .my-md-n195 {
    margin-top: -195px !important;
    margin-bottom: -195px !important; }
  .mx-md-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-md-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-md-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .mx-md-205 {
    margin-right: 205px !important;
    margin-left: 205px !important; }
  .mx-md-n205 {
    margin-right: -205px !important;
    margin-left: -205px !important; }
  .my-md-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important; }
  .my-md-n205 {
    margin-top: -205px !important;
    margin-bottom: -205px !important; }
  .mx-md-210 {
    margin-right: 210px !important;
    margin-left: 210px !important; }
  .mx-md-n210 {
    margin-right: -210px !important;
    margin-left: -210px !important; }
  .my-md-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important; }
  .my-md-n210 {
    margin-top: -210px !important;
    margin-bottom: -210px !important; }
  .mx-md-215 {
    margin-right: 215px !important;
    margin-left: 215px !important; }
  .mx-md-n215 {
    margin-right: -215px !important;
    margin-left: -215px !important; }
  .my-md-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important; }
  .my-md-n215 {
    margin-top: -215px !important;
    margin-bottom: -215px !important; }
  .mx-md-220 {
    margin-right: 220px !important;
    margin-left: 220px !important; }
  .mx-md-n220 {
    margin-right: -220px !important;
    margin-left: -220px !important; }
  .my-md-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important; }
  .my-md-n220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important; }
  .mx-md-225 {
    margin-right: 225px !important;
    margin-left: 225px !important; }
  .mx-md-n225 {
    margin-right: -225px !important;
    margin-left: -225px !important; }
  .my-md-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important; }
  .my-md-n225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important; }
  .mx-md-230 {
    margin-right: 230px !important;
    margin-left: 230px !important; }
  .mx-md-n230 {
    margin-right: -230px !important;
    margin-left: -230px !important; }
  .my-md-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important; }
  .my-md-n230 {
    margin-top: -230px !important;
    margin-bottom: -230px !important; }
  .mx-md-235 {
    margin-right: 235px !important;
    margin-left: 235px !important; }
  .mx-md-n235 {
    margin-right: -235px !important;
    margin-left: -235px !important; }
  .my-md-235 {
    margin-top: 235px !important;
    margin-bottom: 235px !important; }
  .my-md-n235 {
    margin-top: -235px !important;
    margin-bottom: -235px !important; }
  .mx-md-240 {
    margin-right: 240px !important;
    margin-left: 240px !important; }
  .mx-md-n240 {
    margin-right: -240px !important;
    margin-left: -240px !important; }
  .my-md-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important; }
  .my-md-n240 {
    margin-top: -240px !important;
    margin-bottom: -240px !important; }
  .mx-md-245 {
    margin-right: 245px !important;
    margin-left: 245px !important; }
  .mx-md-n245 {
    margin-right: -245px !important;
    margin-left: -245px !important; }
  .my-md-245 {
    margin-top: 245px !important;
    margin-bottom: 245px !important; }
  .my-md-n245 {
    margin-top: -245px !important;
    margin-bottom: -245px !important; }
  .mx-md-250 {
    margin-right: 250px !important;
    margin-left: 250px !important; }
  .mx-md-n250 {
    margin-right: -250px !important;
    margin-left: -250px !important; }
  .my-md-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important; }
  .my-md-n250 {
    margin-top: -250px !important;
    margin-bottom: -250px !important; }
  .m-md-0 {
    margin: 0px !important; }
  .m-md-n0 {
    margin: 0px !important; }
  .m-md-5 {
    margin: 5px !important; }
  .m-md-n5 {
    margin: -5px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .m-md-n10 {
    margin: -10px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .m-md-n15 {
    margin: -15px !important; }
  .m-md-20 {
    margin: 20px !important; }
  .m-md-n20 {
    margin: -20px !important; }
  .m-md-25 {
    margin: 25px !important; }
  .m-md-n25 {
    margin: -25px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .m-md-n30 {
    margin: -30px !important; }
  .m-md-35 {
    margin: 35px !important; }
  .m-md-n35 {
    margin: -35px !important; }
  .m-md-40 {
    margin: 40px !important; }
  .m-md-n40 {
    margin: -40px !important; }
  .m-md-45 {
    margin: 45px !important; }
  .m-md-n45 {
    margin: -45px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .m-md-n50 {
    margin: -50px !important; }
  .m-md-55 {
    margin: 55px !important; }
  .m-md-n55 {
    margin: -55px !important; }
  .m-md-60 {
    margin: 60px !important; }
  .m-md-n60 {
    margin: -60px !important; }
  .m-md-65 {
    margin: 65px !important; }
  .m-md-n65 {
    margin: -65px !important; }
  .m-md-70 {
    margin: 70px !important; }
  .m-md-n70 {
    margin: -70px !important; }
  .m-md-75 {
    margin: 75px !important; }
  .m-md-n75 {
    margin: -75px !important; }
  .m-md-80 {
    margin: 80px !important; }
  .m-md-n80 {
    margin: -80px !important; }
  .m-md-85 {
    margin: 85px !important; }
  .m-md-n85 {
    margin: -85px !important; }
  .m-md-90 {
    margin: 90px !important; }
  .m-md-n90 {
    margin: -90px !important; }
  .m-md-95 {
    margin: 95px !important; }
  .m-md-n95 {
    margin: -95px !important; }
  .m-md-100 {
    margin: 100px !important; }
  .m-md-n100 {
    margin: -100px !important; }
  .m-md-105 {
    margin: 105px !important; }
  .m-md-n105 {
    margin: -105px !important; }
  .m-md-110 {
    margin: 110px !important; }
  .m-md-n110 {
    margin: -110px !important; }
  .m-md-115 {
    margin: 115px !important; }
  .m-md-n115 {
    margin: -115px !important; }
  .m-md-120 {
    margin: 120px !important; }
  .m-md-n120 {
    margin: -120px !important; }
  .m-md-125 {
    margin: 125px !important; }
  .m-md-n125 {
    margin: -125px !important; }
  .m-md-130 {
    margin: 130px !important; }
  .m-md-n130 {
    margin: -130px !important; }
  .m-md-135 {
    margin: 135px !important; }
  .m-md-n135 {
    margin: -135px !important; }
  .m-md-140 {
    margin: 140px !important; }
  .m-md-n140 {
    margin: -140px !important; }
  .m-md-145 {
    margin: 145px !important; }
  .m-md-n145 {
    margin: -145px !important; }
  .m-md-150 {
    margin: 150px !important; }
  .m-md-n150 {
    margin: -150px !important; }
  .m-md-155 {
    margin: 155px !important; }
  .m-md-n155 {
    margin: -155px !important; }
  .m-md-160 {
    margin: 160px !important; }
  .m-md-n160 {
    margin: -160px !important; }
  .m-md-165 {
    margin: 165px !important; }
  .m-md-n165 {
    margin: -165px !important; }
  .m-md-170 {
    margin: 170px !important; }
  .m-md-n170 {
    margin: -170px !important; }
  .m-md-175 {
    margin: 175px !important; }
  .m-md-n175 {
    margin: -175px !important; }
  .m-md-180 {
    margin: 180px !important; }
  .m-md-n180 {
    margin: -180px !important; }
  .m-md-185 {
    margin: 185px !important; }
  .m-md-n185 {
    margin: -185px !important; }
  .m-md-190 {
    margin: 190px !important; }
  .m-md-n190 {
    margin: -190px !important; }
  .m-md-195 {
    margin: 195px !important; }
  .m-md-n195 {
    margin: -195px !important; }
  .m-md-200 {
    margin: 200px !important; }
  .m-md-n200 {
    margin: -200px !important; }
  .m-md-205 {
    margin: 205px !important; }
  .m-md-n205 {
    margin: -205px !important; }
  .m-md-210 {
    margin: 210px !important; }
  .m-md-n210 {
    margin: -210px !important; }
  .m-md-215 {
    margin: 215px !important; }
  .m-md-n215 {
    margin: -215px !important; }
  .m-md-220 {
    margin: 220px !important; }
  .m-md-n220 {
    margin: -220px !important; }
  .m-md-225 {
    margin: 225px !important; }
  .m-md-n225 {
    margin: -225px !important; }
  .m-md-230 {
    margin: 230px !important; }
  .m-md-n230 {
    margin: -230px !important; }
  .m-md-235 {
    margin: 235px !important; }
  .m-md-n235 {
    margin: -235px !important; }
  .m-md-240 {
    margin: 240px !important; }
  .m-md-n240 {
    margin: -240px !important; }
  .m-md-245 {
    margin: 245px !important; }
  .m-md-n245 {
    margin: -245px !important; }
  .m-md-250 {
    margin: 250px !important; }
  .m-md-n250 {
    margin: -250px !important; }
  .mt-md-0 {
    margin-top: 0px !important; }
  .mt-md-n0 {
    margin-top: 0px !important; }
  .mt-md-5 {
    margin-top: 5px !important; }
  .mt-md-n5 {
    margin-top: -5px !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-md-n10 {
    margin-top: -10px !important; }
  .mt-md-15 {
    margin-top: 15px !important; }
  .mt-md-n15 {
    margin-top: -15px !important; }
  .mt-md-20 {
    margin-top: 20px !important; }
  .mt-md-n20 {
    margin-top: -20px !important; }
  .mt-md-25 {
    margin-top: 25px !important; }
  .mt-md-n25 {
    margin-top: -25px !important; }
  .mt-md-30 {
    margin-top: 30px !important; }
  .mt-md-n30 {
    margin-top: -30px !important; }
  .mt-md-35 {
    margin-top: 35px !important; }
  .mt-md-n35 {
    margin-top: -35px !important; }
  .mt-md-40 {
    margin-top: 40px !important; }
  .mt-md-n40 {
    margin-top: -40px !important; }
  .mt-md-45 {
    margin-top: 45px !important; }
  .mt-md-n45 {
    margin-top: -45px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mt-md-n50 {
    margin-top: -50px !important; }
  .mt-md-55 {
    margin-top: 55px !important; }
  .mt-md-n55 {
    margin-top: -55px !important; }
  .mt-md-60 {
    margin-top: 60px !important; }
  .mt-md-n60 {
    margin-top: -60px !important; }
  .mt-md-65 {
    margin-top: 65px !important; }
  .mt-md-n65 {
    margin-top: -65px !important; }
  .mt-md-70 {
    margin-top: 70px !important; }
  .mt-md-n70 {
    margin-top: -70px !important; }
  .mt-md-75 {
    margin-top: 75px !important; }
  .mt-md-n75 {
    margin-top: -75px !important; }
  .mt-md-80 {
    margin-top: 80px !important; }
  .mt-md-n80 {
    margin-top: -80px !important; }
  .mt-md-85 {
    margin-top: 85px !important; }
  .mt-md-n85 {
    margin-top: -85px !important; }
  .mt-md-90 {
    margin-top: 90px !important; }
  .mt-md-n90 {
    margin-top: -90px !important; }
  .mt-md-95 {
    margin-top: 95px !important; }
  .mt-md-n95 {
    margin-top: -95px !important; }
  .mt-md-100 {
    margin-top: 100px !important; }
  .mt-md-n100 {
    margin-top: -100px !important; }
  .mt-md-105 {
    margin-top: 105px !important; }
  .mt-md-n105 {
    margin-top: -105px !important; }
  .mt-md-110 {
    margin-top: 110px !important; }
  .mt-md-n110 {
    margin-top: -110px !important; }
  .mt-md-115 {
    margin-top: 115px !important; }
  .mt-md-n115 {
    margin-top: -115px !important; }
  .mt-md-120 {
    margin-top: 120px !important; }
  .mt-md-n120 {
    margin-top: -120px !important; }
  .mt-md-125 {
    margin-top: 125px !important; }
  .mt-md-n125 {
    margin-top: -125px !important; }
  .mt-md-130 {
    margin-top: 130px !important; }
  .mt-md-n130 {
    margin-top: -130px !important; }
  .mt-md-135 {
    margin-top: 135px !important; }
  .mt-md-n135 {
    margin-top: -135px !important; }
  .mt-md-140 {
    margin-top: 140px !important; }
  .mt-md-n140 {
    margin-top: -140px !important; }
  .mt-md-145 {
    margin-top: 145px !important; }
  .mt-md-n145 {
    margin-top: -145px !important; }
  .mt-md-150 {
    margin-top: 150px !important; }
  .mt-md-n150 {
    margin-top: -150px !important; }
  .mt-md-155 {
    margin-top: 155px !important; }
  .mt-md-n155 {
    margin-top: -155px !important; }
  .mt-md-160 {
    margin-top: 160px !important; }
  .mt-md-n160 {
    margin-top: -160px !important; }
  .mt-md-165 {
    margin-top: 165px !important; }
  .mt-md-n165 {
    margin-top: -165px !important; }
  .mt-md-170 {
    margin-top: 170px !important; }
  .mt-md-n170 {
    margin-top: -170px !important; }
  .mt-md-175 {
    margin-top: 175px !important; }
  .mt-md-n175 {
    margin-top: -175px !important; }
  .mt-md-180 {
    margin-top: 180px !important; }
  .mt-md-n180 {
    margin-top: -180px !important; }
  .mt-md-185 {
    margin-top: 185px !important; }
  .mt-md-n185 {
    margin-top: -185px !important; }
  .mt-md-190 {
    margin-top: 190px !important; }
  .mt-md-n190 {
    margin-top: -190px !important; }
  .mt-md-195 {
    margin-top: 195px !important; }
  .mt-md-n195 {
    margin-top: -195px !important; }
  .mt-md-200 {
    margin-top: 200px !important; }
  .mt-md-n200 {
    margin-top: -200px !important; }
  .mt-md-205 {
    margin-top: 205px !important; }
  .mt-md-n205 {
    margin-top: -205px !important; }
  .mt-md-210 {
    margin-top: 210px !important; }
  .mt-md-n210 {
    margin-top: -210px !important; }
  .mt-md-215 {
    margin-top: 215px !important; }
  .mt-md-n215 {
    margin-top: -215px !important; }
  .mt-md-220 {
    margin-top: 220px !important; }
  .mt-md-n220 {
    margin-top: -220px !important; }
  .mt-md-225 {
    margin-top: 225px !important; }
  .mt-md-n225 {
    margin-top: -225px !important; }
  .mt-md-230 {
    margin-top: 230px !important; }
  .mt-md-n230 {
    margin-top: -230px !important; }
  .mt-md-235 {
    margin-top: 235px !important; }
  .mt-md-n235 {
    margin-top: -235px !important; }
  .mt-md-240 {
    margin-top: 240px !important; }
  .mt-md-n240 {
    margin-top: -240px !important; }
  .mt-md-245 {
    margin-top: 245px !important; }
  .mt-md-n245 {
    margin-top: -245px !important; }
  .mt-md-250 {
    margin-top: 250px !important; }
  .mt-md-n250 {
    margin-top: -250px !important; }
  .mr-md-0 {
    margin-right: 0px !important; }
  .mr-md-n0 {
    margin-right: 0px !important; }
  .mr-md-5 {
    margin-right: 5px !important; }
  .mr-md-n5 {
    margin-right: -5px !important; }
  .mr-md-10 {
    margin-right: 10px !important; }
  .mr-md-n10 {
    margin-right: -10px !important; }
  .mr-md-15 {
    margin-right: 15px !important; }
  .mr-md-n15 {
    margin-right: -15px !important; }
  .mr-md-20 {
    margin-right: 20px !important; }
  .mr-md-n20 {
    margin-right: -20px !important; }
  .mr-md-25 {
    margin-right: 25px !important; }
  .mr-md-n25 {
    margin-right: -25px !important; }
  .mr-md-30 {
    margin-right: 30px !important; }
  .mr-md-n30 {
    margin-right: -30px !important; }
  .mr-md-35 {
    margin-right: 35px !important; }
  .mr-md-n35 {
    margin-right: -35px !important; }
  .mr-md-40 {
    margin-right: 40px !important; }
  .mr-md-n40 {
    margin-right: -40px !important; }
  .mr-md-45 {
    margin-right: 45px !important; }
  .mr-md-n45 {
    margin-right: -45px !important; }
  .mr-md-50 {
    margin-right: 50px !important; }
  .mr-md-n50 {
    margin-right: -50px !important; }
  .mr-md-55 {
    margin-right: 55px !important; }
  .mr-md-n55 {
    margin-right: -55px !important; }
  .mr-md-60 {
    margin-right: 60px !important; }
  .mr-md-n60 {
    margin-right: -60px !important; }
  .mr-md-65 {
    margin-right: 65px !important; }
  .mr-md-n65 {
    margin-right: -65px !important; }
  .mr-md-70 {
    margin-right: 70px !important; }
  .mr-md-n70 {
    margin-right: -70px !important; }
  .mr-md-75 {
    margin-right: 75px !important; }
  .mr-md-n75 {
    margin-right: -75px !important; }
  .mr-md-80 {
    margin-right: 80px !important; }
  .mr-md-n80 {
    margin-right: -80px !important; }
  .mr-md-85 {
    margin-right: 85px !important; }
  .mr-md-n85 {
    margin-right: -85px !important; }
  .mr-md-90 {
    margin-right: 90px !important; }
  .mr-md-n90 {
    margin-right: -90px !important; }
  .mr-md-95 {
    margin-right: 95px !important; }
  .mr-md-n95 {
    margin-right: -95px !important; }
  .mr-md-100 {
    margin-right: 100px !important; }
  .mr-md-n100 {
    margin-right: -100px !important; }
  .mr-md-105 {
    margin-right: 105px !important; }
  .mr-md-n105 {
    margin-right: -105px !important; }
  .mr-md-110 {
    margin-right: 110px !important; }
  .mr-md-n110 {
    margin-right: -110px !important; }
  .mr-md-115 {
    margin-right: 115px !important; }
  .mr-md-n115 {
    margin-right: -115px !important; }
  .mr-md-120 {
    margin-right: 120px !important; }
  .mr-md-n120 {
    margin-right: -120px !important; }
  .mr-md-125 {
    margin-right: 125px !important; }
  .mr-md-n125 {
    margin-right: -125px !important; }
  .mr-md-130 {
    margin-right: 130px !important; }
  .mr-md-n130 {
    margin-right: -130px !important; }
  .mr-md-135 {
    margin-right: 135px !important; }
  .mr-md-n135 {
    margin-right: -135px !important; }
  .mr-md-140 {
    margin-right: 140px !important; }
  .mr-md-n140 {
    margin-right: -140px !important; }
  .mr-md-145 {
    margin-right: 145px !important; }
  .mr-md-n145 {
    margin-right: -145px !important; }
  .mr-md-150 {
    margin-right: 150px !important; }
  .mr-md-n150 {
    margin-right: -150px !important; }
  .mr-md-155 {
    margin-right: 155px !important; }
  .mr-md-n155 {
    margin-right: -155px !important; }
  .mr-md-160 {
    margin-right: 160px !important; }
  .mr-md-n160 {
    margin-right: -160px !important; }
  .mr-md-165 {
    margin-right: 165px !important; }
  .mr-md-n165 {
    margin-right: -165px !important; }
  .mr-md-170 {
    margin-right: 170px !important; }
  .mr-md-n170 {
    margin-right: -170px !important; }
  .mr-md-175 {
    margin-right: 175px !important; }
  .mr-md-n175 {
    margin-right: -175px !important; }
  .mr-md-180 {
    margin-right: 180px !important; }
  .mr-md-n180 {
    margin-right: -180px !important; }
  .mr-md-185 {
    margin-right: 185px !important; }
  .mr-md-n185 {
    margin-right: -185px !important; }
  .mr-md-190 {
    margin-right: 190px !important; }
  .mr-md-n190 {
    margin-right: -190px !important; }
  .mr-md-195 {
    margin-right: 195px !important; }
  .mr-md-n195 {
    margin-right: -195px !important; }
  .mr-md-200 {
    margin-right: 200px !important; }
  .mr-md-n200 {
    margin-right: -200px !important; }
  .mr-md-205 {
    margin-right: 205px !important; }
  .mr-md-n205 {
    margin-right: -205px !important; }
  .mr-md-210 {
    margin-right: 210px !important; }
  .mr-md-n210 {
    margin-right: -210px !important; }
  .mr-md-215 {
    margin-right: 215px !important; }
  .mr-md-n215 {
    margin-right: -215px !important; }
  .mr-md-220 {
    margin-right: 220px !important; }
  .mr-md-n220 {
    margin-right: -220px !important; }
  .mr-md-225 {
    margin-right: 225px !important; }
  .mr-md-n225 {
    margin-right: -225px !important; }
  .mr-md-230 {
    margin-right: 230px !important; }
  .mr-md-n230 {
    margin-right: -230px !important; }
  .mr-md-235 {
    margin-right: 235px !important; }
  .mr-md-n235 {
    margin-right: -235px !important; }
  .mr-md-240 {
    margin-right: 240px !important; }
  .mr-md-n240 {
    margin-right: -240px !important; }
  .mr-md-245 {
    margin-right: 245px !important; }
  .mr-md-n245 {
    margin-right: -245px !important; }
  .mr-md-250 {
    margin-right: 250px !important; }
  .mr-md-n250 {
    margin-right: -250px !important; }
  .mb-md-0 {
    margin-bottom: 0px !important; }
  .mb-md-n0 {
    margin-bottom: 0px !important; }
  .mb-md-5 {
    margin-bottom: 5px !important; }
  .mb-md-n5 {
    margin-bottom: -5px !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-md-n10 {
    margin-bottom: -10px !important; }
  .mb-md-15 {
    margin-bottom: 15px !important; }
  .mb-md-n15 {
    margin-bottom: -15px !important; }
  .mb-md-20 {
    margin-bottom: 20px !important; }
  .mb-md-n20 {
    margin-bottom: -20px !important; }
  .mb-md-25 {
    margin-bottom: 25px !important; }
  .mb-md-n25 {
    margin-bottom: -25px !important; }
  .mb-md-30 {
    margin-bottom: 30px !important; }
  .mb-md-n30 {
    margin-bottom: -30px !important; }
  .mb-md-35 {
    margin-bottom: 35px !important; }
  .mb-md-n35 {
    margin-bottom: -35px !important; }
  .mb-md-40 {
    margin-bottom: 40px !important; }
  .mb-md-n40 {
    margin-bottom: -40px !important; }
  .mb-md-45 {
    margin-bottom: 45px !important; }
  .mb-md-n45 {
    margin-bottom: -45px !important; }
  .mb-md-50 {
    margin-bottom: 50px !important; }
  .mb-md-n50 {
    margin-bottom: -50px !important; }
  .mb-md-55 {
    margin-bottom: 55px !important; }
  .mb-md-n55 {
    margin-bottom: -55px !important; }
  .mb-md-60 {
    margin-bottom: 60px !important; }
  .mb-md-n60 {
    margin-bottom: -60px !important; }
  .mb-md-65 {
    margin-bottom: 65px !important; }
  .mb-md-n65 {
    margin-bottom: -65px !important; }
  .mb-md-70 {
    margin-bottom: 70px !important; }
  .mb-md-n70 {
    margin-bottom: -70px !important; }
  .mb-md-75 {
    margin-bottom: 75px !important; }
  .mb-md-n75 {
    margin-bottom: -75px !important; }
  .mb-md-80 {
    margin-bottom: 80px !important; }
  .mb-md-n80 {
    margin-bottom: -80px !important; }
  .mb-md-85 {
    margin-bottom: 85px !important; }
  .mb-md-n85 {
    margin-bottom: -85px !important; }
  .mb-md-90 {
    margin-bottom: 90px !important; }
  .mb-md-n90 {
    margin-bottom: -90px !important; }
  .mb-md-95 {
    margin-bottom: 95px !important; }
  .mb-md-n95 {
    margin-bottom: -95px !important; }
  .mb-md-100 {
    margin-bottom: 100px !important; }
  .mb-md-n100 {
    margin-bottom: -100px !important; }
  .mb-md-105 {
    margin-bottom: 105px !important; }
  .mb-md-n105 {
    margin-bottom: -105px !important; }
  .mb-md-110 {
    margin-bottom: 110px !important; }
  .mb-md-n110 {
    margin-bottom: -110px !important; }
  .mb-md-115 {
    margin-bottom: 115px !important; }
  .mb-md-n115 {
    margin-bottom: -115px !important; }
  .mb-md-120 {
    margin-bottom: 120px !important; }
  .mb-md-n120 {
    margin-bottom: -120px !important; }
  .mb-md-125 {
    margin-bottom: 125px !important; }
  .mb-md-n125 {
    margin-bottom: -125px !important; }
  .mb-md-130 {
    margin-bottom: 130px !important; }
  .mb-md-n130 {
    margin-bottom: -130px !important; }
  .mb-md-135 {
    margin-bottom: 135px !important; }
  .mb-md-n135 {
    margin-bottom: -135px !important; }
  .mb-md-140 {
    margin-bottom: 140px !important; }
  .mb-md-n140 {
    margin-bottom: -140px !important; }
  .mb-md-145 {
    margin-bottom: 145px !important; }
  .mb-md-n145 {
    margin-bottom: -145px !important; }
  .mb-md-150 {
    margin-bottom: 150px !important; }
  .mb-md-n150 {
    margin-bottom: -150px !important; }
  .mb-md-155 {
    margin-bottom: 155px !important; }
  .mb-md-n155 {
    margin-bottom: -155px !important; }
  .mb-md-160 {
    margin-bottom: 160px !important; }
  .mb-md-n160 {
    margin-bottom: -160px !important; }
  .mb-md-165 {
    margin-bottom: 165px !important; }
  .mb-md-n165 {
    margin-bottom: -165px !important; }
  .mb-md-170 {
    margin-bottom: 170px !important; }
  .mb-md-n170 {
    margin-bottom: -170px !important; }
  .mb-md-175 {
    margin-bottom: 175px !important; }
  .mb-md-n175 {
    margin-bottom: -175px !important; }
  .mb-md-180 {
    margin-bottom: 180px !important; }
  .mb-md-n180 {
    margin-bottom: -180px !important; }
  .mb-md-185 {
    margin-bottom: 185px !important; }
  .mb-md-n185 {
    margin-bottom: -185px !important; }
  .mb-md-190 {
    margin-bottom: 190px !important; }
  .mb-md-n190 {
    margin-bottom: -190px !important; }
  .mb-md-195 {
    margin-bottom: 195px !important; }
  .mb-md-n195 {
    margin-bottom: -195px !important; }
  .mb-md-200 {
    margin-bottom: 200px !important; }
  .mb-md-n200 {
    margin-bottom: -200px !important; }
  .mb-md-205 {
    margin-bottom: 205px !important; }
  .mb-md-n205 {
    margin-bottom: -205px !important; }
  .mb-md-210 {
    margin-bottom: 210px !important; }
  .mb-md-n210 {
    margin-bottom: -210px !important; }
  .mb-md-215 {
    margin-bottom: 215px !important; }
  .mb-md-n215 {
    margin-bottom: -215px !important; }
  .mb-md-220 {
    margin-bottom: 220px !important; }
  .mb-md-n220 {
    margin-bottom: -220px !important; }
  .mb-md-225 {
    margin-bottom: 225px !important; }
  .mb-md-n225 {
    margin-bottom: -225px !important; }
  .mb-md-230 {
    margin-bottom: 230px !important; }
  .mb-md-n230 {
    margin-bottom: -230px !important; }
  .mb-md-235 {
    margin-bottom: 235px !important; }
  .mb-md-n235 {
    margin-bottom: -235px !important; }
  .mb-md-240 {
    margin-bottom: 240px !important; }
  .mb-md-n240 {
    margin-bottom: -240px !important; }
  .mb-md-245 {
    margin-bottom: 245px !important; }
  .mb-md-n245 {
    margin-bottom: -245px !important; }
  .mb-md-250 {
    margin-bottom: 250px !important; }
  .mb-md-n250 {
    margin-bottom: -250px !important; }
  .ml-md-0 {
    margin-left: 0px !important; }
  .ml-md-n0 {
    margin-left: 0px !important; }
  .ml-md-5 {
    margin-left: 5px !important; }
  .ml-md-n5 {
    margin-left: -5px !important; }
  .ml-md-10 {
    margin-left: 10px !important; }
  .ml-md-n10 {
    margin-left: -10px !important; }
  .ml-md-15 {
    margin-left: 15px !important; }
  .ml-md-n15 {
    margin-left: -15px !important; }
  .ml-md-20 {
    margin-left: 20px !important; }
  .ml-md-n20 {
    margin-left: -20px !important; }
  .ml-md-25 {
    margin-left: 25px !important; }
  .ml-md-n25 {
    margin-left: -25px !important; }
  .ml-md-30 {
    margin-left: 30px !important; }
  .ml-md-n30 {
    margin-left: -30px !important; }
  .ml-md-35 {
    margin-left: 35px !important; }
  .ml-md-n35 {
    margin-left: -35px !important; }
  .ml-md-40 {
    margin-left: 40px !important; }
  .ml-md-n40 {
    margin-left: -40px !important; }
  .ml-md-45 {
    margin-left: 45px !important; }
  .ml-md-n45 {
    margin-left: -45px !important; }
  .ml-md-50 {
    margin-left: 50px !important; }
  .ml-md-n50 {
    margin-left: -50px !important; }
  .ml-md-55 {
    margin-left: 55px !important; }
  .ml-md-n55 {
    margin-left: -55px !important; }
  .ml-md-60 {
    margin-left: 60px !important; }
  .ml-md-n60 {
    margin-left: -60px !important; }
  .ml-md-65 {
    margin-left: 65px !important; }
  .ml-md-n65 {
    margin-left: -65px !important; }
  .ml-md-70 {
    margin-left: 70px !important; }
  .ml-md-n70 {
    margin-left: -70px !important; }
  .ml-md-75 {
    margin-left: 75px !important; }
  .ml-md-n75 {
    margin-left: -75px !important; }
  .ml-md-80 {
    margin-left: 80px !important; }
  .ml-md-n80 {
    margin-left: -80px !important; }
  .ml-md-85 {
    margin-left: 85px !important; }
  .ml-md-n85 {
    margin-left: -85px !important; }
  .ml-md-90 {
    margin-left: 90px !important; }
  .ml-md-n90 {
    margin-left: -90px !important; }
  .ml-md-95 {
    margin-left: 95px !important; }
  .ml-md-n95 {
    margin-left: -95px !important; }
  .ml-md-100 {
    margin-left: 100px !important; }
  .ml-md-n100 {
    margin-left: -100px !important; }
  .ml-md-105 {
    margin-left: 105px !important; }
  .ml-md-n105 {
    margin-left: -105px !important; }
  .ml-md-110 {
    margin-left: 110px !important; }
  .ml-md-n110 {
    margin-left: -110px !important; }
  .ml-md-115 {
    margin-left: 115px !important; }
  .ml-md-n115 {
    margin-left: -115px !important; }
  .ml-md-120 {
    margin-left: 120px !important; }
  .ml-md-n120 {
    margin-left: -120px !important; }
  .ml-md-125 {
    margin-left: 125px !important; }
  .ml-md-n125 {
    margin-left: -125px !important; }
  .ml-md-130 {
    margin-left: 130px !important; }
  .ml-md-n130 {
    margin-left: -130px !important; }
  .ml-md-135 {
    margin-left: 135px !important; }
  .ml-md-n135 {
    margin-left: -135px !important; }
  .ml-md-140 {
    margin-left: 140px !important; }
  .ml-md-n140 {
    margin-left: -140px !important; }
  .ml-md-145 {
    margin-left: 145px !important; }
  .ml-md-n145 {
    margin-left: -145px !important; }
  .ml-md-150 {
    margin-left: 150px !important; }
  .ml-md-n150 {
    margin-left: -150px !important; }
  .ml-md-155 {
    margin-left: 155px !important; }
  .ml-md-n155 {
    margin-left: -155px !important; }
  .ml-md-160 {
    margin-left: 160px !important; }
  .ml-md-n160 {
    margin-left: -160px !important; }
  .ml-md-165 {
    margin-left: 165px !important; }
  .ml-md-n165 {
    margin-left: -165px !important; }
  .ml-md-170 {
    margin-left: 170px !important; }
  .ml-md-n170 {
    margin-left: -170px !important; }
  .ml-md-175 {
    margin-left: 175px !important; }
  .ml-md-n175 {
    margin-left: -175px !important; }
  .ml-md-180 {
    margin-left: 180px !important; }
  .ml-md-n180 {
    margin-left: -180px !important; }
  .ml-md-185 {
    margin-left: 185px !important; }
  .ml-md-n185 {
    margin-left: -185px !important; }
  .ml-md-190 {
    margin-left: 190px !important; }
  .ml-md-n190 {
    margin-left: -190px !important; }
  .ml-md-195 {
    margin-left: 195px !important; }
  .ml-md-n195 {
    margin-left: -195px !important; }
  .ml-md-200 {
    margin-left: 200px !important; }
  .ml-md-n200 {
    margin-left: -200px !important; }
  .ml-md-205 {
    margin-left: 205px !important; }
  .ml-md-n205 {
    margin-left: -205px !important; }
  .ml-md-210 {
    margin-left: 210px !important; }
  .ml-md-n210 {
    margin-left: -210px !important; }
  .ml-md-215 {
    margin-left: 215px !important; }
  .ml-md-n215 {
    margin-left: -215px !important; }
  .ml-md-220 {
    margin-left: 220px !important; }
  .ml-md-n220 {
    margin-left: -220px !important; }
  .ml-md-225 {
    margin-left: 225px !important; }
  .ml-md-n225 {
    margin-left: -225px !important; }
  .ml-md-230 {
    margin-left: 230px !important; }
  .ml-md-n230 {
    margin-left: -230px !important; }
  .ml-md-235 {
    margin-left: 235px !important; }
  .ml-md-n235 {
    margin-left: -235px !important; }
  .ml-md-240 {
    margin-left: 240px !important; }
  .ml-md-n240 {
    margin-left: -240px !important; }
  .ml-md-245 {
    margin-left: 245px !important; }
  .ml-md-n245 {
    margin-left: -245px !important; }
  .ml-md-250 {
    margin-left: 250px !important; }
  .ml-md-n250 {
    margin-left: -250px !important; }
  .px-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-md-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-md-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-md-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-md-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-md-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-md-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-md-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-md-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-md-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-md-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-md-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-md-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-md-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-md-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-md-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-md-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-md-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-md-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-md-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-md-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-md-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-md-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-md-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-md-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-md-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-md-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-md-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-md-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-md-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-md-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-md-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-md-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-md-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-md-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-md-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-md-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-md-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-md-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-md-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-md-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-md-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-md-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-md-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-md-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-md-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-md-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-md-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-md-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-md-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-md-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-md-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-md-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-md-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-md-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-md-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-md-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-md-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-md-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-md-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-md-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-md-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-md-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-md-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-md-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-md-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-md-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-md-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-md-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-md-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-md-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-md-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-md-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-md-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-md-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-md-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-md-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-md-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-md-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-md-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-md-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-md-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-md-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-md-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .px-md-155 {
    padding-right: 155px !important;
    padding-left: 155px !important; }
  .px-md-n155 {
    padding-right: -155px !important;
    padding-left: -155px !important; }
  .py-md-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; }
  .py-md-n155 {
    padding-top: -155px !important;
    padding-bottom: -155px !important; }
  .px-md-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-md-n160 {
    padding-right: -160px !important;
    padding-left: -160px !important; }
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-md-n160 {
    padding-top: -160px !important;
    padding-bottom: -160px !important; }
  .px-md-165 {
    padding-right: 165px !important;
    padding-left: 165px !important; }
  .px-md-n165 {
    padding-right: -165px !important;
    padding-left: -165px !important; }
  .py-md-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; }
  .py-md-n165 {
    padding-top: -165px !important;
    padding-bottom: -165px !important; }
  .px-md-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-md-n170 {
    padding-right: -170px !important;
    padding-left: -170px !important; }
  .py-md-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-md-n170 {
    padding-top: -170px !important;
    padding-bottom: -170px !important; }
  .px-md-175 {
    padding-right: 175px !important;
    padding-left: 175px !important; }
  .px-md-n175 {
    padding-right: -175px !important;
    padding-left: -175px !important; }
  .py-md-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; }
  .py-md-n175 {
    padding-top: -175px !important;
    padding-bottom: -175px !important; }
  .px-md-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-md-n180 {
    padding-right: -180px !important;
    padding-left: -180px !important; }
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-md-n180 {
    padding-top: -180px !important;
    padding-bottom: -180px !important; }
  .px-md-185 {
    padding-right: 185px !important;
    padding-left: 185px !important; }
  .px-md-n185 {
    padding-right: -185px !important;
    padding-left: -185px !important; }
  .py-md-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; }
  .py-md-n185 {
    padding-top: -185px !important;
    padding-bottom: -185px !important; }
  .px-md-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-md-n190 {
    padding-right: -190px !important;
    padding-left: -190px !important; }
  .py-md-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-md-n190 {
    padding-top: -190px !important;
    padding-bottom: -190px !important; }
  .px-md-195 {
    padding-right: 195px !important;
    padding-left: 195px !important; }
  .px-md-n195 {
    padding-right: -195px !important;
    padding-left: -195px !important; }
  .py-md-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; }
  .py-md-n195 {
    padding-top: -195px !important;
    padding-bottom: -195px !important; }
  .px-md-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .px-md-n200 {
    padding-right: -200px !important;
    padding-left: -200px !important; }
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .py-md-n200 {
    padding-top: -200px !important;
    padding-bottom: -200px !important; }
  .px-md-205 {
    padding-right: 205px !important;
    padding-left: 205px !important; }
  .px-md-n205 {
    padding-right: -205px !important;
    padding-left: -205px !important; }
  .py-md-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important; }
  .py-md-n205 {
    padding-top: -205px !important;
    padding-bottom: -205px !important; }
  .px-md-210 {
    padding-right: 210px !important;
    padding-left: 210px !important; }
  .px-md-n210 {
    padding-right: -210px !important;
    padding-left: -210px !important; }
  .py-md-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; }
  .py-md-n210 {
    padding-top: -210px !important;
    padding-bottom: -210px !important; }
  .px-md-215 {
    padding-right: 215px !important;
    padding-left: 215px !important; }
  .px-md-n215 {
    padding-right: -215px !important;
    padding-left: -215px !important; }
  .py-md-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important; }
  .py-md-n215 {
    padding-top: -215px !important;
    padding-bottom: -215px !important; }
  .px-md-220 {
    padding-right: 220px !important;
    padding-left: 220px !important; }
  .px-md-n220 {
    padding-right: -220px !important;
    padding-left: -220px !important; }
  .py-md-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; }
  .py-md-n220 {
    padding-top: -220px !important;
    padding-bottom: -220px !important; }
  .px-md-225 {
    padding-right: 225px !important;
    padding-left: 225px !important; }
  .px-md-n225 {
    padding-right: -225px !important;
    padding-left: -225px !important; }
  .py-md-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important; }
  .py-md-n225 {
    padding-top: -225px !important;
    padding-bottom: -225px !important; }
  .px-md-230 {
    padding-right: 230px !important;
    padding-left: 230px !important; }
  .px-md-n230 {
    padding-right: -230px !important;
    padding-left: -230px !important; }
  .py-md-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important; }
  .py-md-n230 {
    padding-top: -230px !important;
    padding-bottom: -230px !important; }
  .px-md-235 {
    padding-right: 235px !important;
    padding-left: 235px !important; }
  .px-md-n235 {
    padding-right: -235px !important;
    padding-left: -235px !important; }
  .py-md-235 {
    padding-top: 235px !important;
    padding-bottom: 235px !important; }
  .py-md-n235 {
    padding-top: -235px !important;
    padding-bottom: -235px !important; }
  .px-md-240 {
    padding-right: 240px !important;
    padding-left: 240px !important; }
  .px-md-n240 {
    padding-right: -240px !important;
    padding-left: -240px !important; }
  .py-md-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; }
  .py-md-n240 {
    padding-top: -240px !important;
    padding-bottom: -240px !important; }
  .px-md-245 {
    padding-right: 245px !important;
    padding-left: 245px !important; }
  .px-md-n245 {
    padding-right: -245px !important;
    padding-left: -245px !important; }
  .py-md-245 {
    padding-top: 245px !important;
    padding-bottom: 245px !important; }
  .py-md-n245 {
    padding-top: -245px !important;
    padding-bottom: -245px !important; }
  .px-md-250 {
    padding-right: 250px !important;
    padding-left: 250px !important; }
  .px-md-n250 {
    padding-right: -250px !important;
    padding-left: -250px !important; }
  .py-md-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important; }
  .py-md-n250 {
    padding-top: -250px !important;
    padding-bottom: -250px !important; }
  .p-md-0 {
    padding: 0px !important; }
  .p-md-n0 {
    padding: 0px !important; }
  .p-md-5 {
    padding: 5px !important; }
  .p-md-n5 {
    padding: -5px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .p-md-n10 {
    padding: -10px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .p-md-n15 {
    padding: -15px !important; }
  .p-md-20 {
    padding: 20px !important; }
  .p-md-n20 {
    padding: -20px !important; }
  .p-md-25 {
    padding: 25px !important; }
  .p-md-n25 {
    padding: -25px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .p-md-n30 {
    padding: -30px !important; }
  .p-md-35 {
    padding: 35px !important; }
  .p-md-n35 {
    padding: -35px !important; }
  .p-md-40 {
    padding: 40px !important; }
  .p-md-n40 {
    padding: -40px !important; }
  .p-md-45 {
    padding: 45px !important; }
  .p-md-n45 {
    padding: -45px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .p-md-n50 {
    padding: -50px !important; }
  .p-md-55 {
    padding: 55px !important; }
  .p-md-n55 {
    padding: -55px !important; }
  .p-md-60 {
    padding: 60px !important; }
  .p-md-n60 {
    padding: -60px !important; }
  .p-md-65 {
    padding: 65px !important; }
  .p-md-n65 {
    padding: -65px !important; }
  .p-md-70 {
    padding: 70px !important; }
  .p-md-n70 {
    padding: -70px !important; }
  .p-md-75 {
    padding: 75px !important; }
  .p-md-n75 {
    padding: -75px !important; }
  .p-md-80 {
    padding: 80px !important; }
  .p-md-n80 {
    padding: -80px !important; }
  .p-md-85 {
    padding: 85px !important; }
  .p-md-n85 {
    padding: -85px !important; }
  .p-md-90 {
    padding: 90px !important; }
  .p-md-n90 {
    padding: -90px !important; }
  .p-md-95 {
    padding: 95px !important; }
  .p-md-n95 {
    padding: -95px !important; }
  .p-md-100 {
    padding: 100px !important; }
  .p-md-n100 {
    padding: -100px !important; }
  .p-md-105 {
    padding: 105px !important; }
  .p-md-n105 {
    padding: -105px !important; }
  .p-md-110 {
    padding: 110px !important; }
  .p-md-n110 {
    padding: -110px !important; }
  .p-md-115 {
    padding: 115px !important; }
  .p-md-n115 {
    padding: -115px !important; }
  .p-md-120 {
    padding: 120px !important; }
  .p-md-n120 {
    padding: -120px !important; }
  .p-md-125 {
    padding: 125px !important; }
  .p-md-n125 {
    padding: -125px !important; }
  .p-md-130 {
    padding: 130px !important; }
  .p-md-n130 {
    padding: -130px !important; }
  .p-md-135 {
    padding: 135px !important; }
  .p-md-n135 {
    padding: -135px !important; }
  .p-md-140 {
    padding: 140px !important; }
  .p-md-n140 {
    padding: -140px !important; }
  .p-md-145 {
    padding: 145px !important; }
  .p-md-n145 {
    padding: -145px !important; }
  .p-md-150 {
    padding: 150px !important; }
  .p-md-n150 {
    padding: -150px !important; }
  .p-md-155 {
    padding: 155px !important; }
  .p-md-n155 {
    padding: -155px !important; }
  .p-md-160 {
    padding: 160px !important; }
  .p-md-n160 {
    padding: -160px !important; }
  .p-md-165 {
    padding: 165px !important; }
  .p-md-n165 {
    padding: -165px !important; }
  .p-md-170 {
    padding: 170px !important; }
  .p-md-n170 {
    padding: -170px !important; }
  .p-md-175 {
    padding: 175px !important; }
  .p-md-n175 {
    padding: -175px !important; }
  .p-md-180 {
    padding: 180px !important; }
  .p-md-n180 {
    padding: -180px !important; }
  .p-md-185 {
    padding: 185px !important; }
  .p-md-n185 {
    padding: -185px !important; }
  .p-md-190 {
    padding: 190px !important; }
  .p-md-n190 {
    padding: -190px !important; }
  .p-md-195 {
    padding: 195px !important; }
  .p-md-n195 {
    padding: -195px !important; }
  .p-md-200 {
    padding: 200px !important; }
  .p-md-n200 {
    padding: -200px !important; }
  .p-md-205 {
    padding: 205px !important; }
  .p-md-n205 {
    padding: -205px !important; }
  .p-md-210 {
    padding: 210px !important; }
  .p-md-n210 {
    padding: -210px !important; }
  .p-md-215 {
    padding: 215px !important; }
  .p-md-n215 {
    padding: -215px !important; }
  .p-md-220 {
    padding: 220px !important; }
  .p-md-n220 {
    padding: -220px !important; }
  .p-md-225 {
    padding: 225px !important; }
  .p-md-n225 {
    padding: -225px !important; }
  .p-md-230 {
    padding: 230px !important; }
  .p-md-n230 {
    padding: -230px !important; }
  .p-md-235 {
    padding: 235px !important; }
  .p-md-n235 {
    padding: -235px !important; }
  .p-md-240 {
    padding: 240px !important; }
  .p-md-n240 {
    padding: -240px !important; }
  .p-md-245 {
    padding: 245px !important; }
  .p-md-n245 {
    padding: -245px !important; }
  .p-md-250 {
    padding: 250px !important; }
  .p-md-n250 {
    padding: -250px !important; }
  .pt-md-0 {
    padding-top: 0px !important; }
  .pt-md-n0 {
    padding-top: 0px !important; }
  .pt-md-5 {
    padding-top: 5px !important; }
  .pt-md-n5 {
    padding-top: -5px !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-md-n10 {
    padding-top: -10px !important; }
  .pt-md-15 {
    padding-top: 15px !important; }
  .pt-md-n15 {
    padding-top: -15px !important; }
  .pt-md-20 {
    padding-top: 20px !important; }
  .pt-md-n20 {
    padding-top: -20px !important; }
  .pt-md-25 {
    padding-top: 25px !important; }
  .pt-md-n25 {
    padding-top: -25px !important; }
  .pt-md-30 {
    padding-top: 30px !important; }
  .pt-md-n30 {
    padding-top: -30px !important; }
  .pt-md-35 {
    padding-top: 35px !important; }
  .pt-md-n35 {
    padding-top: -35px !important; }
  .pt-md-40 {
    padding-top: 40px !important; }
  .pt-md-n40 {
    padding-top: -40px !important; }
  .pt-md-45 {
    padding-top: 45px !important; }
  .pt-md-n45 {
    padding-top: -45px !important; }
  .pt-md-50 {
    padding-top: 50px !important; }
  .pt-md-n50 {
    padding-top: -50px !important; }
  .pt-md-55 {
    padding-top: 55px !important; }
  .pt-md-n55 {
    padding-top: -55px !important; }
  .pt-md-60 {
    padding-top: 60px !important; }
  .pt-md-n60 {
    padding-top: -60px !important; }
  .pt-md-65 {
    padding-top: 65px !important; }
  .pt-md-n65 {
    padding-top: -65px !important; }
  .pt-md-70 {
    padding-top: 70px !important; }
  .pt-md-n70 {
    padding-top: -70px !important; }
  .pt-md-75 {
    padding-top: 75px !important; }
  .pt-md-n75 {
    padding-top: -75px !important; }
  .pt-md-80 {
    padding-top: 80px !important; }
  .pt-md-n80 {
    padding-top: -80px !important; }
  .pt-md-85 {
    padding-top: 85px !important; }
  .pt-md-n85 {
    padding-top: -85px !important; }
  .pt-md-90 {
    padding-top: 90px !important; }
  .pt-md-n90 {
    padding-top: -90px !important; }
  .pt-md-95 {
    padding-top: 95px !important; }
  .pt-md-n95 {
    padding-top: -95px !important; }
  .pt-md-100 {
    padding-top: 100px !important; }
  .pt-md-n100 {
    padding-top: -100px !important; }
  .pt-md-105 {
    padding-top: 105px !important; }
  .pt-md-n105 {
    padding-top: -105px !important; }
  .pt-md-110 {
    padding-top: 110px !important; }
  .pt-md-n110 {
    padding-top: -110px !important; }
  .pt-md-115 {
    padding-top: 115px !important; }
  .pt-md-n115 {
    padding-top: -115px !important; }
  .pt-md-120 {
    padding-top: 120px !important; }
  .pt-md-n120 {
    padding-top: -120px !important; }
  .pt-md-125 {
    padding-top: 125px !important; }
  .pt-md-n125 {
    padding-top: -125px !important; }
  .pt-md-130 {
    padding-top: 130px !important; }
  .pt-md-n130 {
    padding-top: -130px !important; }
  .pt-md-135 {
    padding-top: 135px !important; }
  .pt-md-n135 {
    padding-top: -135px !important; }
  .pt-md-140 {
    padding-top: 140px !important; }
  .pt-md-n140 {
    padding-top: -140px !important; }
  .pt-md-145 {
    padding-top: 145px !important; }
  .pt-md-n145 {
    padding-top: -145px !important; }
  .pt-md-150 {
    padding-top: 150px !important; }
  .pt-md-n150 {
    padding-top: -150px !important; }
  .pt-md-155 {
    padding-top: 155px !important; }
  .pt-md-n155 {
    padding-top: -155px !important; }
  .pt-md-160 {
    padding-top: 160px !important; }
  .pt-md-n160 {
    padding-top: -160px !important; }
  .pt-md-165 {
    padding-top: 165px !important; }
  .pt-md-n165 {
    padding-top: -165px !important; }
  .pt-md-170 {
    padding-top: 170px !important; }
  .pt-md-n170 {
    padding-top: -170px !important; }
  .pt-md-175 {
    padding-top: 175px !important; }
  .pt-md-n175 {
    padding-top: -175px !important; }
  .pt-md-180 {
    padding-top: 180px !important; }
  .pt-md-n180 {
    padding-top: -180px !important; }
  .pt-md-185 {
    padding-top: 185px !important; }
  .pt-md-n185 {
    padding-top: -185px !important; }
  .pt-md-190 {
    padding-top: 190px !important; }
  .pt-md-n190 {
    padding-top: -190px !important; }
  .pt-md-195 {
    padding-top: 195px !important; }
  .pt-md-n195 {
    padding-top: -195px !important; }
  .pt-md-200 {
    padding-top: 200px !important; }
  .pt-md-n200 {
    padding-top: -200px !important; }
  .pt-md-205 {
    padding-top: 205px !important; }
  .pt-md-n205 {
    padding-top: -205px !important; }
  .pt-md-210 {
    padding-top: 210px !important; }
  .pt-md-n210 {
    padding-top: -210px !important; }
  .pt-md-215 {
    padding-top: 215px !important; }
  .pt-md-n215 {
    padding-top: -215px !important; }
  .pt-md-220 {
    padding-top: 220px !important; }
  .pt-md-n220 {
    padding-top: -220px !important; }
  .pt-md-225 {
    padding-top: 225px !important; }
  .pt-md-n225 {
    padding-top: -225px !important; }
  .pt-md-230 {
    padding-top: 230px !important; }
  .pt-md-n230 {
    padding-top: -230px !important; }
  .pt-md-235 {
    padding-top: 235px !important; }
  .pt-md-n235 {
    padding-top: -235px !important; }
  .pt-md-240 {
    padding-top: 240px !important; }
  .pt-md-n240 {
    padding-top: -240px !important; }
  .pt-md-245 {
    padding-top: 245px !important; }
  .pt-md-n245 {
    padding-top: -245px !important; }
  .pt-md-250 {
    padding-top: 250px !important; }
  .pt-md-n250 {
    padding-top: -250px !important; }
  .pr-md-0 {
    padding-right: 0px !important; }
  .pr-md-n0 {
    padding-right: 0px !important; }
  .pr-md-5 {
    padding-right: 5px !important; }
  .pr-md-n5 {
    padding-right: -5px !important; }
  .pr-md-10 {
    padding-right: 10px !important; }
  .pr-md-n10 {
    padding-right: -10px !important; }
  .pr-md-15 {
    padding-right: 15px !important; }
  .pr-md-n15 {
    padding-right: -15px !important; }
  .pr-md-20 {
    padding-right: 20px !important; }
  .pr-md-n20 {
    padding-right: -20px !important; }
  .pr-md-25 {
    padding-right: 25px !important; }
  .pr-md-n25 {
    padding-right: -25px !important; }
  .pr-md-30 {
    padding-right: 30px !important; }
  .pr-md-n30 {
    padding-right: -30px !important; }
  .pr-md-35 {
    padding-right: 35px !important; }
  .pr-md-n35 {
    padding-right: -35px !important; }
  .pr-md-40 {
    padding-right: 40px !important; }
  .pr-md-n40 {
    padding-right: -40px !important; }
  .pr-md-45 {
    padding-right: 45px !important; }
  .pr-md-n45 {
    padding-right: -45px !important; }
  .pr-md-50 {
    padding-right: 50px !important; }
  .pr-md-n50 {
    padding-right: -50px !important; }
  .pr-md-55 {
    padding-right: 55px !important; }
  .pr-md-n55 {
    padding-right: -55px !important; }
  .pr-md-60 {
    padding-right: 60px !important; }
  .pr-md-n60 {
    padding-right: -60px !important; }
  .pr-md-65 {
    padding-right: 65px !important; }
  .pr-md-n65 {
    padding-right: -65px !important; }
  .pr-md-70 {
    padding-right: 70px !important; }
  .pr-md-n70 {
    padding-right: -70px !important; }
  .pr-md-75 {
    padding-right: 75px !important; }
  .pr-md-n75 {
    padding-right: -75px !important; }
  .pr-md-80 {
    padding-right: 80px !important; }
  .pr-md-n80 {
    padding-right: -80px !important; }
  .pr-md-85 {
    padding-right: 85px !important; }
  .pr-md-n85 {
    padding-right: -85px !important; }
  .pr-md-90 {
    padding-right: 90px !important; }
  .pr-md-n90 {
    padding-right: -90px !important; }
  .pr-md-95 {
    padding-right: 95px !important; }
  .pr-md-n95 {
    padding-right: -95px !important; }
  .pr-md-100 {
    padding-right: 100px !important; }
  .pr-md-n100 {
    padding-right: -100px !important; }
  .pr-md-105 {
    padding-right: 105px !important; }
  .pr-md-n105 {
    padding-right: -105px !important; }
  .pr-md-110 {
    padding-right: 110px !important; }
  .pr-md-n110 {
    padding-right: -110px !important; }
  .pr-md-115 {
    padding-right: 115px !important; }
  .pr-md-n115 {
    padding-right: -115px !important; }
  .pr-md-120 {
    padding-right: 120px !important; }
  .pr-md-n120 {
    padding-right: -120px !important; }
  .pr-md-125 {
    padding-right: 125px !important; }
  .pr-md-n125 {
    padding-right: -125px !important; }
  .pr-md-130 {
    padding-right: 130px !important; }
  .pr-md-n130 {
    padding-right: -130px !important; }
  .pr-md-135 {
    padding-right: 135px !important; }
  .pr-md-n135 {
    padding-right: -135px !important; }
  .pr-md-140 {
    padding-right: 140px !important; }
  .pr-md-n140 {
    padding-right: -140px !important; }
  .pr-md-145 {
    padding-right: 145px !important; }
  .pr-md-n145 {
    padding-right: -145px !important; }
  .pr-md-150 {
    padding-right: 150px !important; }
  .pr-md-n150 {
    padding-right: -150px !important; }
  .pr-md-155 {
    padding-right: 155px !important; }
  .pr-md-n155 {
    padding-right: -155px !important; }
  .pr-md-160 {
    padding-right: 160px !important; }
  .pr-md-n160 {
    padding-right: -160px !important; }
  .pr-md-165 {
    padding-right: 165px !important; }
  .pr-md-n165 {
    padding-right: -165px !important; }
  .pr-md-170 {
    padding-right: 170px !important; }
  .pr-md-n170 {
    padding-right: -170px !important; }
  .pr-md-175 {
    padding-right: 175px !important; }
  .pr-md-n175 {
    padding-right: -175px !important; }
  .pr-md-180 {
    padding-right: 180px !important; }
  .pr-md-n180 {
    padding-right: -180px !important; }
  .pr-md-185 {
    padding-right: 185px !important; }
  .pr-md-n185 {
    padding-right: -185px !important; }
  .pr-md-190 {
    padding-right: 190px !important; }
  .pr-md-n190 {
    padding-right: -190px !important; }
  .pr-md-195 {
    padding-right: 195px !important; }
  .pr-md-n195 {
    padding-right: -195px !important; }
  .pr-md-200 {
    padding-right: 200px !important; }
  .pr-md-n200 {
    padding-right: -200px !important; }
  .pr-md-205 {
    padding-right: 205px !important; }
  .pr-md-n205 {
    padding-right: -205px !important; }
  .pr-md-210 {
    padding-right: 210px !important; }
  .pr-md-n210 {
    padding-right: -210px !important; }
  .pr-md-215 {
    padding-right: 215px !important; }
  .pr-md-n215 {
    padding-right: -215px !important; }
  .pr-md-220 {
    padding-right: 220px !important; }
  .pr-md-n220 {
    padding-right: -220px !important; }
  .pr-md-225 {
    padding-right: 225px !important; }
  .pr-md-n225 {
    padding-right: -225px !important; }
  .pr-md-230 {
    padding-right: 230px !important; }
  .pr-md-n230 {
    padding-right: -230px !important; }
  .pr-md-235 {
    padding-right: 235px !important; }
  .pr-md-n235 {
    padding-right: -235px !important; }
  .pr-md-240 {
    padding-right: 240px !important; }
  .pr-md-n240 {
    padding-right: -240px !important; }
  .pr-md-245 {
    padding-right: 245px !important; }
  .pr-md-n245 {
    padding-right: -245px !important; }
  .pr-md-250 {
    padding-right: 250px !important; }
  .pr-md-n250 {
    padding-right: -250px !important; }
  .pb-md-0 {
    padding-bottom: 0px !important; }
  .pb-md-n0 {
    padding-bottom: 0px !important; }
  .pb-md-5 {
    padding-bottom: 5px !important; }
  .pb-md-n5 {
    padding-bottom: -5px !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-md-n10 {
    padding-bottom: -10px !important; }
  .pb-md-15 {
    padding-bottom: 15px !important; }
  .pb-md-n15 {
    padding-bottom: -15px !important; }
  .pb-md-20 {
    padding-bottom: 20px !important; }
  .pb-md-n20 {
    padding-bottom: -20px !important; }
  .pb-md-25 {
    padding-bottom: 25px !important; }
  .pb-md-n25 {
    padding-bottom: -25px !important; }
  .pb-md-30 {
    padding-bottom: 30px !important; }
  .pb-md-n30 {
    padding-bottom: -30px !important; }
  .pb-md-35 {
    padding-bottom: 35px !important; }
  .pb-md-n35 {
    padding-bottom: -35px !important; }
  .pb-md-40 {
    padding-bottom: 40px !important; }
  .pb-md-n40 {
    padding-bottom: -40px !important; }
  .pb-md-45 {
    padding-bottom: 45px !important; }
  .pb-md-n45 {
    padding-bottom: -45px !important; }
  .pb-md-50 {
    padding-bottom: 50px !important; }
  .pb-md-n50 {
    padding-bottom: -50px !important; }
  .pb-md-55 {
    padding-bottom: 55px !important; }
  .pb-md-n55 {
    padding-bottom: -55px !important; }
  .pb-md-60 {
    padding-bottom: 60px !important; }
  .pb-md-n60 {
    padding-bottom: -60px !important; }
  .pb-md-65 {
    padding-bottom: 65px !important; }
  .pb-md-n65 {
    padding-bottom: -65px !important; }
  .pb-md-70 {
    padding-bottom: 70px !important; }
  .pb-md-n70 {
    padding-bottom: -70px !important; }
  .pb-md-75 {
    padding-bottom: 75px !important; }
  .pb-md-n75 {
    padding-bottom: -75px !important; }
  .pb-md-80 {
    padding-bottom: 80px !important; }
  .pb-md-n80 {
    padding-bottom: -80px !important; }
  .pb-md-85 {
    padding-bottom: 85px !important; }
  .pb-md-n85 {
    padding-bottom: -85px !important; }
  .pb-md-90 {
    padding-bottom: 90px !important; }
  .pb-md-n90 {
    padding-bottom: -90px !important; }
  .pb-md-95 {
    padding-bottom: 95px !important; }
  .pb-md-n95 {
    padding-bottom: -95px !important; }
  .pb-md-100 {
    padding-bottom: 100px !important; }
  .pb-md-n100 {
    padding-bottom: -100px !important; }
  .pb-md-105 {
    padding-bottom: 105px !important; }
  .pb-md-n105 {
    padding-bottom: -105px !important; }
  .pb-md-110 {
    padding-bottom: 110px !important; }
  .pb-md-n110 {
    padding-bottom: -110px !important; }
  .pb-md-115 {
    padding-bottom: 115px !important; }
  .pb-md-n115 {
    padding-bottom: -115px !important; }
  .pb-md-120 {
    padding-bottom: 120px !important; }
  .pb-md-n120 {
    padding-bottom: -120px !important; }
  .pb-md-125 {
    padding-bottom: 125px !important; }
  .pb-md-n125 {
    padding-bottom: -125px !important; }
  .pb-md-130 {
    padding-bottom: 130px !important; }
  .pb-md-n130 {
    padding-bottom: -130px !important; }
  .pb-md-135 {
    padding-bottom: 135px !important; }
  .pb-md-n135 {
    padding-bottom: -135px !important; }
  .pb-md-140 {
    padding-bottom: 140px !important; }
  .pb-md-n140 {
    padding-bottom: -140px !important; }
  .pb-md-145 {
    padding-bottom: 145px !important; }
  .pb-md-n145 {
    padding-bottom: -145px !important; }
  .pb-md-150 {
    padding-bottom: 150px !important; }
  .pb-md-n150 {
    padding-bottom: -150px !important; }
  .pb-md-155 {
    padding-bottom: 155px !important; }
  .pb-md-n155 {
    padding-bottom: -155px !important; }
  .pb-md-160 {
    padding-bottom: 160px !important; }
  .pb-md-n160 {
    padding-bottom: -160px !important; }
  .pb-md-165 {
    padding-bottom: 165px !important; }
  .pb-md-n165 {
    padding-bottom: -165px !important; }
  .pb-md-170 {
    padding-bottom: 170px !important; }
  .pb-md-n170 {
    padding-bottom: -170px !important; }
  .pb-md-175 {
    padding-bottom: 175px !important; }
  .pb-md-n175 {
    padding-bottom: -175px !important; }
  .pb-md-180 {
    padding-bottom: 180px !important; }
  .pb-md-n180 {
    padding-bottom: -180px !important; }
  .pb-md-185 {
    padding-bottom: 185px !important; }
  .pb-md-n185 {
    padding-bottom: -185px !important; }
  .pb-md-190 {
    padding-bottom: 190px !important; }
  .pb-md-n190 {
    padding-bottom: -190px !important; }
  .pb-md-195 {
    padding-bottom: 195px !important; }
  .pb-md-n195 {
    padding-bottom: -195px !important; }
  .pb-md-200 {
    padding-bottom: 200px !important; }
  .pb-md-n200 {
    padding-bottom: -200px !important; }
  .pb-md-205 {
    padding-bottom: 205px !important; }
  .pb-md-n205 {
    padding-bottom: -205px !important; }
  .pb-md-210 {
    padding-bottom: 210px !important; }
  .pb-md-n210 {
    padding-bottom: -210px !important; }
  .pb-md-215 {
    padding-bottom: 215px !important; }
  .pb-md-n215 {
    padding-bottom: -215px !important; }
  .pb-md-220 {
    padding-bottom: 220px !important; }
  .pb-md-n220 {
    padding-bottom: -220px !important; }
  .pb-md-225 {
    padding-bottom: 225px !important; }
  .pb-md-n225 {
    padding-bottom: -225px !important; }
  .pb-md-230 {
    padding-bottom: 230px !important; }
  .pb-md-n230 {
    padding-bottom: -230px !important; }
  .pb-md-235 {
    padding-bottom: 235px !important; }
  .pb-md-n235 {
    padding-bottom: -235px !important; }
  .pb-md-240 {
    padding-bottom: 240px !important; }
  .pb-md-n240 {
    padding-bottom: -240px !important; }
  .pb-md-245 {
    padding-bottom: 245px !important; }
  .pb-md-n245 {
    padding-bottom: -245px !important; }
  .pb-md-250 {
    padding-bottom: 250px !important; }
  .pb-md-n250 {
    padding-bottom: -250px !important; }
  .pl-md-0 {
    padding-left: 0px !important; }
  .pl-md-n0 {
    padding-left: 0px !important; }
  .pl-md-5 {
    padding-left: 5px !important; }
  .pl-md-n5 {
    padding-left: -5px !important; }
  .pl-md-10 {
    padding-left: 10px !important; }
  .pl-md-n10 {
    padding-left: -10px !important; }
  .pl-md-15 {
    padding-left: 15px !important; }
  .pl-md-n15 {
    padding-left: -15px !important; }
  .pl-md-20 {
    padding-left: 20px !important; }
  .pl-md-n20 {
    padding-left: -20px !important; }
  .pl-md-25 {
    padding-left: 25px !important; }
  .pl-md-n25 {
    padding-left: -25px !important; }
  .pl-md-30 {
    padding-left: 30px !important; }
  .pl-md-n30 {
    padding-left: -30px !important; }
  .pl-md-35 {
    padding-left: 35px !important; }
  .pl-md-n35 {
    padding-left: -35px !important; }
  .pl-md-40 {
    padding-left: 40px !important; }
  .pl-md-n40 {
    padding-left: -40px !important; }
  .pl-md-45 {
    padding-left: 45px !important; }
  .pl-md-n45 {
    padding-left: -45px !important; }
  .pl-md-50 {
    padding-left: 50px !important; }
  .pl-md-n50 {
    padding-left: -50px !important; }
  .pl-md-55 {
    padding-left: 55px !important; }
  .pl-md-n55 {
    padding-left: -55px !important; }
  .pl-md-60 {
    padding-left: 60px !important; }
  .pl-md-n60 {
    padding-left: -60px !important; }
  .pl-md-65 {
    padding-left: 65px !important; }
  .pl-md-n65 {
    padding-left: -65px !important; }
  .pl-md-70 {
    padding-left: 70px !important; }
  .pl-md-n70 {
    padding-left: -70px !important; }
  .pl-md-75 {
    padding-left: 75px !important; }
  .pl-md-n75 {
    padding-left: -75px !important; }
  .pl-md-80 {
    padding-left: 80px !important; }
  .pl-md-n80 {
    padding-left: -80px !important; }
  .pl-md-85 {
    padding-left: 85px !important; }
  .pl-md-n85 {
    padding-left: -85px !important; }
  .pl-md-90 {
    padding-left: 90px !important; }
  .pl-md-n90 {
    padding-left: -90px !important; }
  .pl-md-95 {
    padding-left: 95px !important; }
  .pl-md-n95 {
    padding-left: -95px !important; }
  .pl-md-100 {
    padding-left: 100px !important; }
  .pl-md-n100 {
    padding-left: -100px !important; }
  .pl-md-105 {
    padding-left: 105px !important; }
  .pl-md-n105 {
    padding-left: -105px !important; }
  .pl-md-110 {
    padding-left: 110px !important; }
  .pl-md-n110 {
    padding-left: -110px !important; }
  .pl-md-115 {
    padding-left: 115px !important; }
  .pl-md-n115 {
    padding-left: -115px !important; }
  .pl-md-120 {
    padding-left: 120px !important; }
  .pl-md-n120 {
    padding-left: -120px !important; }
  .pl-md-125 {
    padding-left: 125px !important; }
  .pl-md-n125 {
    padding-left: -125px !important; }
  .pl-md-130 {
    padding-left: 130px !important; }
  .pl-md-n130 {
    padding-left: -130px !important; }
  .pl-md-135 {
    padding-left: 135px !important; }
  .pl-md-n135 {
    padding-left: -135px !important; }
  .pl-md-140 {
    padding-left: 140px !important; }
  .pl-md-n140 {
    padding-left: -140px !important; }
  .pl-md-145 {
    padding-left: 145px !important; }
  .pl-md-n145 {
    padding-left: -145px !important; }
  .pl-md-150 {
    padding-left: 150px !important; }
  .pl-md-n150 {
    padding-left: -150px !important; }
  .pl-md-155 {
    padding-left: 155px !important; }
  .pl-md-n155 {
    padding-left: -155px !important; }
  .pl-md-160 {
    padding-left: 160px !important; }
  .pl-md-n160 {
    padding-left: -160px !important; }
  .pl-md-165 {
    padding-left: 165px !important; }
  .pl-md-n165 {
    padding-left: -165px !important; }
  .pl-md-170 {
    padding-left: 170px !important; }
  .pl-md-n170 {
    padding-left: -170px !important; }
  .pl-md-175 {
    padding-left: 175px !important; }
  .pl-md-n175 {
    padding-left: -175px !important; }
  .pl-md-180 {
    padding-left: 180px !important; }
  .pl-md-n180 {
    padding-left: -180px !important; }
  .pl-md-185 {
    padding-left: 185px !important; }
  .pl-md-n185 {
    padding-left: -185px !important; }
  .pl-md-190 {
    padding-left: 190px !important; }
  .pl-md-n190 {
    padding-left: -190px !important; }
  .pl-md-195 {
    padding-left: 195px !important; }
  .pl-md-n195 {
    padding-left: -195px !important; }
  .pl-md-200 {
    padding-left: 200px !important; }
  .pl-md-n200 {
    padding-left: -200px !important; }
  .pl-md-205 {
    padding-left: 205px !important; }
  .pl-md-n205 {
    padding-left: -205px !important; }
  .pl-md-210 {
    padding-left: 210px !important; }
  .pl-md-n210 {
    padding-left: -210px !important; }
  .pl-md-215 {
    padding-left: 215px !important; }
  .pl-md-n215 {
    padding-left: -215px !important; }
  .pl-md-220 {
    padding-left: 220px !important; }
  .pl-md-n220 {
    padding-left: -220px !important; }
  .pl-md-225 {
    padding-left: 225px !important; }
  .pl-md-n225 {
    padding-left: -225px !important; }
  .pl-md-230 {
    padding-left: 230px !important; }
  .pl-md-n230 {
    padding-left: -230px !important; }
  .pl-md-235 {
    padding-left: 235px !important; }
  .pl-md-n235 {
    padding-left: -235px !important; }
  .pl-md-240 {
    padding-left: 240px !important; }
  .pl-md-n240 {
    padding-left: -240px !important; }
  .pl-md-245 {
    padding-left: 245px !important; }
  .pl-md-n245 {
    padding-left: -245px !important; }
  .pl-md-250 {
    padding-left: 250px !important; }
  .pl-md-n250 {
    padding-left: -250px !important; } }

@media (min-width: 1000px) {
  .mx-lg-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-lg-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-lg-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-lg-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-lg-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-lg-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-lg-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-lg-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-lg-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-lg-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-lg-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-lg-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-lg-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-lg-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-lg-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-lg-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-lg-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-lg-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-lg-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-lg-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-lg-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-lg-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-lg-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-lg-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-lg-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-lg-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-lg-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-lg-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-lg-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-lg-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-lg-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-lg-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-lg-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-lg-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-lg-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-lg-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-lg-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-lg-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-lg-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-lg-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-lg-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-lg-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-lg-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-lg-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-lg-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-lg-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-lg-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-lg-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-lg-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-lg-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-lg-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-lg-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-lg-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-lg-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-lg-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-lg-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-lg-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-lg-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-lg-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-lg-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-lg-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-lg-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-lg-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-lg-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-lg-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-lg-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-lg-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-lg-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-lg-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-lg-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-lg-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-lg-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-lg-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-lg-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-lg-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-lg-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-lg-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-lg-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-lg-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-lg-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-lg-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-lg-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mx-lg-155 {
    margin-right: 155px !important;
    margin-left: 155px !important; }
  .mx-lg-n155 {
    margin-right: -155px !important;
    margin-left: -155px !important; }
  .my-lg-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important; }
  .my-lg-n155 {
    margin-top: -155px !important;
    margin-bottom: -155px !important; }
  .mx-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-lg-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-lg-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .mx-lg-165 {
    margin-right: 165px !important;
    margin-left: 165px !important; }
  .mx-lg-n165 {
    margin-right: -165px !important;
    margin-left: -165px !important; }
  .my-lg-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important; }
  .my-lg-n165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important; }
  .mx-lg-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-lg-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .my-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-lg-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .mx-lg-175 {
    margin-right: 175px !important;
    margin-left: 175px !important; }
  .mx-lg-n175 {
    margin-right: -175px !important;
    margin-left: -175px !important; }
  .my-lg-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important; }
  .my-lg-n175 {
    margin-top: -175px !important;
    margin-bottom: -175px !important; }
  .mx-lg-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-lg-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-lg-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .mx-lg-185 {
    margin-right: 185px !important;
    margin-left: 185px !important; }
  .mx-lg-n185 {
    margin-right: -185px !important;
    margin-left: -185px !important; }
  .my-lg-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important; }
  .my-lg-n185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important; }
  .mx-lg-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-lg-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .my-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-lg-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .mx-lg-195 {
    margin-right: 195px !important;
    margin-left: 195px !important; }
  .mx-lg-n195 {
    margin-right: -195px !important;
    margin-left: -195px !important; }
  .my-lg-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important; }
  .my-lg-n195 {
    margin-top: -195px !important;
    margin-bottom: -195px !important; }
  .mx-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-lg-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-lg-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .mx-lg-205 {
    margin-right: 205px !important;
    margin-left: 205px !important; }
  .mx-lg-n205 {
    margin-right: -205px !important;
    margin-left: -205px !important; }
  .my-lg-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important; }
  .my-lg-n205 {
    margin-top: -205px !important;
    margin-bottom: -205px !important; }
  .mx-lg-210 {
    margin-right: 210px !important;
    margin-left: 210px !important; }
  .mx-lg-n210 {
    margin-right: -210px !important;
    margin-left: -210px !important; }
  .my-lg-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important; }
  .my-lg-n210 {
    margin-top: -210px !important;
    margin-bottom: -210px !important; }
  .mx-lg-215 {
    margin-right: 215px !important;
    margin-left: 215px !important; }
  .mx-lg-n215 {
    margin-right: -215px !important;
    margin-left: -215px !important; }
  .my-lg-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important; }
  .my-lg-n215 {
    margin-top: -215px !important;
    margin-bottom: -215px !important; }
  .mx-lg-220 {
    margin-right: 220px !important;
    margin-left: 220px !important; }
  .mx-lg-n220 {
    margin-right: -220px !important;
    margin-left: -220px !important; }
  .my-lg-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important; }
  .my-lg-n220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important; }
  .mx-lg-225 {
    margin-right: 225px !important;
    margin-left: 225px !important; }
  .mx-lg-n225 {
    margin-right: -225px !important;
    margin-left: -225px !important; }
  .my-lg-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important; }
  .my-lg-n225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important; }
  .mx-lg-230 {
    margin-right: 230px !important;
    margin-left: 230px !important; }
  .mx-lg-n230 {
    margin-right: -230px !important;
    margin-left: -230px !important; }
  .my-lg-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important; }
  .my-lg-n230 {
    margin-top: -230px !important;
    margin-bottom: -230px !important; }
  .mx-lg-235 {
    margin-right: 235px !important;
    margin-left: 235px !important; }
  .mx-lg-n235 {
    margin-right: -235px !important;
    margin-left: -235px !important; }
  .my-lg-235 {
    margin-top: 235px !important;
    margin-bottom: 235px !important; }
  .my-lg-n235 {
    margin-top: -235px !important;
    margin-bottom: -235px !important; }
  .mx-lg-240 {
    margin-right: 240px !important;
    margin-left: 240px !important; }
  .mx-lg-n240 {
    margin-right: -240px !important;
    margin-left: -240px !important; }
  .my-lg-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important; }
  .my-lg-n240 {
    margin-top: -240px !important;
    margin-bottom: -240px !important; }
  .mx-lg-245 {
    margin-right: 245px !important;
    margin-left: 245px !important; }
  .mx-lg-n245 {
    margin-right: -245px !important;
    margin-left: -245px !important; }
  .my-lg-245 {
    margin-top: 245px !important;
    margin-bottom: 245px !important; }
  .my-lg-n245 {
    margin-top: -245px !important;
    margin-bottom: -245px !important; }
  .mx-lg-250 {
    margin-right: 250px !important;
    margin-left: 250px !important; }
  .mx-lg-n250 {
    margin-right: -250px !important;
    margin-left: -250px !important; }
  .my-lg-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important; }
  .my-lg-n250 {
    margin-top: -250px !important;
    margin-bottom: -250px !important; }
  .m-lg-0 {
    margin: 0px !important; }
  .m-lg-n0 {
    margin: 0px !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .m-lg-n5 {
    margin: -5px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .m-lg-n10 {
    margin: -10px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .m-lg-n15 {
    margin: -15px !important; }
  .m-lg-20 {
    margin: 20px !important; }
  .m-lg-n20 {
    margin: -20px !important; }
  .m-lg-25 {
    margin: 25px !important; }
  .m-lg-n25 {
    margin: -25px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .m-lg-n30 {
    margin: -30px !important; }
  .m-lg-35 {
    margin: 35px !important; }
  .m-lg-n35 {
    margin: -35px !important; }
  .m-lg-40 {
    margin: 40px !important; }
  .m-lg-n40 {
    margin: -40px !important; }
  .m-lg-45 {
    margin: 45px !important; }
  .m-lg-n45 {
    margin: -45px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .m-lg-n50 {
    margin: -50px !important; }
  .m-lg-55 {
    margin: 55px !important; }
  .m-lg-n55 {
    margin: -55px !important; }
  .m-lg-60 {
    margin: 60px !important; }
  .m-lg-n60 {
    margin: -60px !important; }
  .m-lg-65 {
    margin: 65px !important; }
  .m-lg-n65 {
    margin: -65px !important; }
  .m-lg-70 {
    margin: 70px !important; }
  .m-lg-n70 {
    margin: -70px !important; }
  .m-lg-75 {
    margin: 75px !important; }
  .m-lg-n75 {
    margin: -75px !important; }
  .m-lg-80 {
    margin: 80px !important; }
  .m-lg-n80 {
    margin: -80px !important; }
  .m-lg-85 {
    margin: 85px !important; }
  .m-lg-n85 {
    margin: -85px !important; }
  .m-lg-90 {
    margin: 90px !important; }
  .m-lg-n90 {
    margin: -90px !important; }
  .m-lg-95 {
    margin: 95px !important; }
  .m-lg-n95 {
    margin: -95px !important; }
  .m-lg-100 {
    margin: 100px !important; }
  .m-lg-n100 {
    margin: -100px !important; }
  .m-lg-105 {
    margin: 105px !important; }
  .m-lg-n105 {
    margin: -105px !important; }
  .m-lg-110 {
    margin: 110px !important; }
  .m-lg-n110 {
    margin: -110px !important; }
  .m-lg-115 {
    margin: 115px !important; }
  .m-lg-n115 {
    margin: -115px !important; }
  .m-lg-120 {
    margin: 120px !important; }
  .m-lg-n120 {
    margin: -120px !important; }
  .m-lg-125 {
    margin: 125px !important; }
  .m-lg-n125 {
    margin: -125px !important; }
  .m-lg-130 {
    margin: 130px !important; }
  .m-lg-n130 {
    margin: -130px !important; }
  .m-lg-135 {
    margin: 135px !important; }
  .m-lg-n135 {
    margin: -135px !important; }
  .m-lg-140 {
    margin: 140px !important; }
  .m-lg-n140 {
    margin: -140px !important; }
  .m-lg-145 {
    margin: 145px !important; }
  .m-lg-n145 {
    margin: -145px !important; }
  .m-lg-150 {
    margin: 150px !important; }
  .m-lg-n150 {
    margin: -150px !important; }
  .m-lg-155 {
    margin: 155px !important; }
  .m-lg-n155 {
    margin: -155px !important; }
  .m-lg-160 {
    margin: 160px !important; }
  .m-lg-n160 {
    margin: -160px !important; }
  .m-lg-165 {
    margin: 165px !important; }
  .m-lg-n165 {
    margin: -165px !important; }
  .m-lg-170 {
    margin: 170px !important; }
  .m-lg-n170 {
    margin: -170px !important; }
  .m-lg-175 {
    margin: 175px !important; }
  .m-lg-n175 {
    margin: -175px !important; }
  .m-lg-180 {
    margin: 180px !important; }
  .m-lg-n180 {
    margin: -180px !important; }
  .m-lg-185 {
    margin: 185px !important; }
  .m-lg-n185 {
    margin: -185px !important; }
  .m-lg-190 {
    margin: 190px !important; }
  .m-lg-n190 {
    margin: -190px !important; }
  .m-lg-195 {
    margin: 195px !important; }
  .m-lg-n195 {
    margin: -195px !important; }
  .m-lg-200 {
    margin: 200px !important; }
  .m-lg-n200 {
    margin: -200px !important; }
  .m-lg-205 {
    margin: 205px !important; }
  .m-lg-n205 {
    margin: -205px !important; }
  .m-lg-210 {
    margin: 210px !important; }
  .m-lg-n210 {
    margin: -210px !important; }
  .m-lg-215 {
    margin: 215px !important; }
  .m-lg-n215 {
    margin: -215px !important; }
  .m-lg-220 {
    margin: 220px !important; }
  .m-lg-n220 {
    margin: -220px !important; }
  .m-lg-225 {
    margin: 225px !important; }
  .m-lg-n225 {
    margin: -225px !important; }
  .m-lg-230 {
    margin: 230px !important; }
  .m-lg-n230 {
    margin: -230px !important; }
  .m-lg-235 {
    margin: 235px !important; }
  .m-lg-n235 {
    margin: -235px !important; }
  .m-lg-240 {
    margin: 240px !important; }
  .m-lg-n240 {
    margin: -240px !important; }
  .m-lg-245 {
    margin: 245px !important; }
  .m-lg-n245 {
    margin: -245px !important; }
  .m-lg-250 {
    margin: 250px !important; }
  .m-lg-n250 {
    margin: -250px !important; }
  .mt-lg-0 {
    margin-top: 0px !important; }
  .mt-lg-n0 {
    margin-top: 0px !important; }
  .mt-lg-5 {
    margin-top: 5px !important; }
  .mt-lg-n5 {
    margin-top: -5px !important; }
  .mt-lg-10 {
    margin-top: 10px !important; }
  .mt-lg-n10 {
    margin-top: -10px !important; }
  .mt-lg-15 {
    margin-top: 15px !important; }
  .mt-lg-n15 {
    margin-top: -15px !important; }
  .mt-lg-20 {
    margin-top: 20px !important; }
  .mt-lg-n20 {
    margin-top: -20px !important; }
  .mt-lg-25 {
    margin-top: 25px !important; }
  .mt-lg-n25 {
    margin-top: -25px !important; }
  .mt-lg-30 {
    margin-top: 30px !important; }
  .mt-lg-n30 {
    margin-top: -30px !important; }
  .mt-lg-35 {
    margin-top: 35px !important; }
  .mt-lg-n35 {
    margin-top: -35px !important; }
  .mt-lg-40 {
    margin-top: 40px !important; }
  .mt-lg-n40 {
    margin-top: -40px !important; }
  .mt-lg-45 {
    margin-top: 45px !important; }
  .mt-lg-n45 {
    margin-top: -45px !important; }
  .mt-lg-50 {
    margin-top: 50px !important; }
  .mt-lg-n50 {
    margin-top: -50px !important; }
  .mt-lg-55 {
    margin-top: 55px !important; }
  .mt-lg-n55 {
    margin-top: -55px !important; }
  .mt-lg-60 {
    margin-top: 60px !important; }
  .mt-lg-n60 {
    margin-top: -60px !important; }
  .mt-lg-65 {
    margin-top: 65px !important; }
  .mt-lg-n65 {
    margin-top: -65px !important; }
  .mt-lg-70 {
    margin-top: 70px !important; }
  .mt-lg-n70 {
    margin-top: -70px !important; }
  .mt-lg-75 {
    margin-top: 75px !important; }
  .mt-lg-n75 {
    margin-top: -75px !important; }
  .mt-lg-80 {
    margin-top: 80px !important; }
  .mt-lg-n80 {
    margin-top: -80px !important; }
  .mt-lg-85 {
    margin-top: 85px !important; }
  .mt-lg-n85 {
    margin-top: -85px !important; }
  .mt-lg-90 {
    margin-top: 90px !important; }
  .mt-lg-n90 {
    margin-top: -90px !important; }
  .mt-lg-95 {
    margin-top: 95px !important; }
  .mt-lg-n95 {
    margin-top: -95px !important; }
  .mt-lg-100 {
    margin-top: 100px !important; }
  .mt-lg-n100 {
    margin-top: -100px !important; }
  .mt-lg-105 {
    margin-top: 105px !important; }
  .mt-lg-n105 {
    margin-top: -105px !important; }
  .mt-lg-110 {
    margin-top: 110px !important; }
  .mt-lg-n110 {
    margin-top: -110px !important; }
  .mt-lg-115 {
    margin-top: 115px !important; }
  .mt-lg-n115 {
    margin-top: -115px !important; }
  .mt-lg-120 {
    margin-top: 120px !important; }
  .mt-lg-n120 {
    margin-top: -120px !important; }
  .mt-lg-125 {
    margin-top: 125px !important; }
  .mt-lg-n125 {
    margin-top: -125px !important; }
  .mt-lg-130 {
    margin-top: 130px !important; }
  .mt-lg-n130 {
    margin-top: -130px !important; }
  .mt-lg-135 {
    margin-top: 135px !important; }
  .mt-lg-n135 {
    margin-top: -135px !important; }
  .mt-lg-140 {
    margin-top: 140px !important; }
  .mt-lg-n140 {
    margin-top: -140px !important; }
  .mt-lg-145 {
    margin-top: 145px !important; }
  .mt-lg-n145 {
    margin-top: -145px !important; }
  .mt-lg-150 {
    margin-top: 150px !important; }
  .mt-lg-n150 {
    margin-top: -150px !important; }
  .mt-lg-155 {
    margin-top: 155px !important; }
  .mt-lg-n155 {
    margin-top: -155px !important; }
  .mt-lg-160 {
    margin-top: 160px !important; }
  .mt-lg-n160 {
    margin-top: -160px !important; }
  .mt-lg-165 {
    margin-top: 165px !important; }
  .mt-lg-n165 {
    margin-top: -165px !important; }
  .mt-lg-170 {
    margin-top: 170px !important; }
  .mt-lg-n170 {
    margin-top: -170px !important; }
  .mt-lg-175 {
    margin-top: 175px !important; }
  .mt-lg-n175 {
    margin-top: -175px !important; }
  .mt-lg-180 {
    margin-top: 180px !important; }
  .mt-lg-n180 {
    margin-top: -180px !important; }
  .mt-lg-185 {
    margin-top: 185px !important; }
  .mt-lg-n185 {
    margin-top: -185px !important; }
  .mt-lg-190 {
    margin-top: 190px !important; }
  .mt-lg-n190 {
    margin-top: -190px !important; }
  .mt-lg-195 {
    margin-top: 195px !important; }
  .mt-lg-n195 {
    margin-top: -195px !important; }
  .mt-lg-200 {
    margin-top: 200px !important; }
  .mt-lg-n200 {
    margin-top: -200px !important; }
  .mt-lg-205 {
    margin-top: 205px !important; }
  .mt-lg-n205 {
    margin-top: -205px !important; }
  .mt-lg-210 {
    margin-top: 210px !important; }
  .mt-lg-n210 {
    margin-top: -210px !important; }
  .mt-lg-215 {
    margin-top: 215px !important; }
  .mt-lg-n215 {
    margin-top: -215px !important; }
  .mt-lg-220 {
    margin-top: 220px !important; }
  .mt-lg-n220 {
    margin-top: -220px !important; }
  .mt-lg-225 {
    margin-top: 225px !important; }
  .mt-lg-n225 {
    margin-top: -225px !important; }
  .mt-lg-230 {
    margin-top: 230px !important; }
  .mt-lg-n230 {
    margin-top: -230px !important; }
  .mt-lg-235 {
    margin-top: 235px !important; }
  .mt-lg-n235 {
    margin-top: -235px !important; }
  .mt-lg-240 {
    margin-top: 240px !important; }
  .mt-lg-n240 {
    margin-top: -240px !important; }
  .mt-lg-245 {
    margin-top: 245px !important; }
  .mt-lg-n245 {
    margin-top: -245px !important; }
  .mt-lg-250 {
    margin-top: 250px !important; }
  .mt-lg-n250 {
    margin-top: -250px !important; }
  .mr-lg-0 {
    margin-right: 0px !important; }
  .mr-lg-n0 {
    margin-right: 0px !important; }
  .mr-lg-5 {
    margin-right: 5px !important; }
  .mr-lg-n5 {
    margin-right: -5px !important; }
  .mr-lg-10 {
    margin-right: 10px !important; }
  .mr-lg-n10 {
    margin-right: -10px !important; }
  .mr-lg-15 {
    margin-right: 15px !important; }
  .mr-lg-n15 {
    margin-right: -15px !important; }
  .mr-lg-20 {
    margin-right: 20px !important; }
  .mr-lg-n20 {
    margin-right: -20px !important; }
  .mr-lg-25 {
    margin-right: 25px !important; }
  .mr-lg-n25 {
    margin-right: -25px !important; }
  .mr-lg-30 {
    margin-right: 30px !important; }
  .mr-lg-n30 {
    margin-right: -30px !important; }
  .mr-lg-35 {
    margin-right: 35px !important; }
  .mr-lg-n35 {
    margin-right: -35px !important; }
  .mr-lg-40 {
    margin-right: 40px !important; }
  .mr-lg-n40 {
    margin-right: -40px !important; }
  .mr-lg-45 {
    margin-right: 45px !important; }
  .mr-lg-n45 {
    margin-right: -45px !important; }
  .mr-lg-50 {
    margin-right: 50px !important; }
  .mr-lg-n50 {
    margin-right: -50px !important; }
  .mr-lg-55 {
    margin-right: 55px !important; }
  .mr-lg-n55 {
    margin-right: -55px !important; }
  .mr-lg-60 {
    margin-right: 60px !important; }
  .mr-lg-n60 {
    margin-right: -60px !important; }
  .mr-lg-65 {
    margin-right: 65px !important; }
  .mr-lg-n65 {
    margin-right: -65px !important; }
  .mr-lg-70 {
    margin-right: 70px !important; }
  .mr-lg-n70 {
    margin-right: -70px !important; }
  .mr-lg-75 {
    margin-right: 75px !important; }
  .mr-lg-n75 {
    margin-right: -75px !important; }
  .mr-lg-80 {
    margin-right: 80px !important; }
  .mr-lg-n80 {
    margin-right: -80px !important; }
  .mr-lg-85 {
    margin-right: 85px !important; }
  .mr-lg-n85 {
    margin-right: -85px !important; }
  .mr-lg-90 {
    margin-right: 90px !important; }
  .mr-lg-n90 {
    margin-right: -90px !important; }
  .mr-lg-95 {
    margin-right: 95px !important; }
  .mr-lg-n95 {
    margin-right: -95px !important; }
  .mr-lg-100 {
    margin-right: 100px !important; }
  .mr-lg-n100 {
    margin-right: -100px !important; }
  .mr-lg-105 {
    margin-right: 105px !important; }
  .mr-lg-n105 {
    margin-right: -105px !important; }
  .mr-lg-110 {
    margin-right: 110px !important; }
  .mr-lg-n110 {
    margin-right: -110px !important; }
  .mr-lg-115 {
    margin-right: 115px !important; }
  .mr-lg-n115 {
    margin-right: -115px !important; }
  .mr-lg-120 {
    margin-right: 120px !important; }
  .mr-lg-n120 {
    margin-right: -120px !important; }
  .mr-lg-125 {
    margin-right: 125px !important; }
  .mr-lg-n125 {
    margin-right: -125px !important; }
  .mr-lg-130 {
    margin-right: 130px !important; }
  .mr-lg-n130 {
    margin-right: -130px !important; }
  .mr-lg-135 {
    margin-right: 135px !important; }
  .mr-lg-n135 {
    margin-right: -135px !important; }
  .mr-lg-140 {
    margin-right: 140px !important; }
  .mr-lg-n140 {
    margin-right: -140px !important; }
  .mr-lg-145 {
    margin-right: 145px !important; }
  .mr-lg-n145 {
    margin-right: -145px !important; }
  .mr-lg-150 {
    margin-right: 150px !important; }
  .mr-lg-n150 {
    margin-right: -150px !important; }
  .mr-lg-155 {
    margin-right: 155px !important; }
  .mr-lg-n155 {
    margin-right: -155px !important; }
  .mr-lg-160 {
    margin-right: 160px !important; }
  .mr-lg-n160 {
    margin-right: -160px !important; }
  .mr-lg-165 {
    margin-right: 165px !important; }
  .mr-lg-n165 {
    margin-right: -165px !important; }
  .mr-lg-170 {
    margin-right: 170px !important; }
  .mr-lg-n170 {
    margin-right: -170px !important; }
  .mr-lg-175 {
    margin-right: 175px !important; }
  .mr-lg-n175 {
    margin-right: -175px !important; }
  .mr-lg-180 {
    margin-right: 180px !important; }
  .mr-lg-n180 {
    margin-right: -180px !important; }
  .mr-lg-185 {
    margin-right: 185px !important; }
  .mr-lg-n185 {
    margin-right: -185px !important; }
  .mr-lg-190 {
    margin-right: 190px !important; }
  .mr-lg-n190 {
    margin-right: -190px !important; }
  .mr-lg-195 {
    margin-right: 195px !important; }
  .mr-lg-n195 {
    margin-right: -195px !important; }
  .mr-lg-200 {
    margin-right: 200px !important; }
  .mr-lg-n200 {
    margin-right: -200px !important; }
  .mr-lg-205 {
    margin-right: 205px !important; }
  .mr-lg-n205 {
    margin-right: -205px !important; }
  .mr-lg-210 {
    margin-right: 210px !important; }
  .mr-lg-n210 {
    margin-right: -210px !important; }
  .mr-lg-215 {
    margin-right: 215px !important; }
  .mr-lg-n215 {
    margin-right: -215px !important; }
  .mr-lg-220 {
    margin-right: 220px !important; }
  .mr-lg-n220 {
    margin-right: -220px !important; }
  .mr-lg-225 {
    margin-right: 225px !important; }
  .mr-lg-n225 {
    margin-right: -225px !important; }
  .mr-lg-230 {
    margin-right: 230px !important; }
  .mr-lg-n230 {
    margin-right: -230px !important; }
  .mr-lg-235 {
    margin-right: 235px !important; }
  .mr-lg-n235 {
    margin-right: -235px !important; }
  .mr-lg-240 {
    margin-right: 240px !important; }
  .mr-lg-n240 {
    margin-right: -240px !important; }
  .mr-lg-245 {
    margin-right: 245px !important; }
  .mr-lg-n245 {
    margin-right: -245px !important; }
  .mr-lg-250 {
    margin-right: 250px !important; }
  .mr-lg-n250 {
    margin-right: -250px !important; }
  .mb-lg-0 {
    margin-bottom: 0px !important; }
  .mb-lg-n0 {
    margin-bottom: 0px !important; }
  .mb-lg-5 {
    margin-bottom: 5px !important; }
  .mb-lg-n5 {
    margin-bottom: -5px !important; }
  .mb-lg-10 {
    margin-bottom: 10px !important; }
  .mb-lg-n10 {
    margin-bottom: -10px !important; }
  .mb-lg-15 {
    margin-bottom: 15px !important; }
  .mb-lg-n15 {
    margin-bottom: -15px !important; }
  .mb-lg-20 {
    margin-bottom: 20px !important; }
  .mb-lg-n20 {
    margin-bottom: -20px !important; }
  .mb-lg-25 {
    margin-bottom: 25px !important; }
  .mb-lg-n25 {
    margin-bottom: -25px !important; }
  .mb-lg-30 {
    margin-bottom: 30px !important; }
  .mb-lg-n30 {
    margin-bottom: -30px !important; }
  .mb-lg-35 {
    margin-bottom: 35px !important; }
  .mb-lg-n35 {
    margin-bottom: -35px !important; }
  .mb-lg-40 {
    margin-bottom: 40px !important; }
  .mb-lg-n40 {
    margin-bottom: -40px !important; }
  .mb-lg-45 {
    margin-bottom: 45px !important; }
  .mb-lg-n45 {
    margin-bottom: -45px !important; }
  .mb-lg-50 {
    margin-bottom: 50px !important; }
  .mb-lg-n50 {
    margin-bottom: -50px !important; }
  .mb-lg-55 {
    margin-bottom: 55px !important; }
  .mb-lg-n55 {
    margin-bottom: -55px !important; }
  .mb-lg-60 {
    margin-bottom: 60px !important; }
  .mb-lg-n60 {
    margin-bottom: -60px !important; }
  .mb-lg-65 {
    margin-bottom: 65px !important; }
  .mb-lg-n65 {
    margin-bottom: -65px !important; }
  .mb-lg-70 {
    margin-bottom: 70px !important; }
  .mb-lg-n70 {
    margin-bottom: -70px !important; }
  .mb-lg-75 {
    margin-bottom: 75px !important; }
  .mb-lg-n75 {
    margin-bottom: -75px !important; }
  .mb-lg-80 {
    margin-bottom: 80px !important; }
  .mb-lg-n80 {
    margin-bottom: -80px !important; }
  .mb-lg-85 {
    margin-bottom: 85px !important; }
  .mb-lg-n85 {
    margin-bottom: -85px !important; }
  .mb-lg-90 {
    margin-bottom: 90px !important; }
  .mb-lg-n90 {
    margin-bottom: -90px !important; }
  .mb-lg-95 {
    margin-bottom: 95px !important; }
  .mb-lg-n95 {
    margin-bottom: -95px !important; }
  .mb-lg-100 {
    margin-bottom: 100px !important; }
  .mb-lg-n100 {
    margin-bottom: -100px !important; }
  .mb-lg-105 {
    margin-bottom: 105px !important; }
  .mb-lg-n105 {
    margin-bottom: -105px !important; }
  .mb-lg-110 {
    margin-bottom: 110px !important; }
  .mb-lg-n110 {
    margin-bottom: -110px !important; }
  .mb-lg-115 {
    margin-bottom: 115px !important; }
  .mb-lg-n115 {
    margin-bottom: -115px !important; }
  .mb-lg-120 {
    margin-bottom: 120px !important; }
  .mb-lg-n120 {
    margin-bottom: -120px !important; }
  .mb-lg-125 {
    margin-bottom: 125px !important; }
  .mb-lg-n125 {
    margin-bottom: -125px !important; }
  .mb-lg-130 {
    margin-bottom: 130px !important; }
  .mb-lg-n130 {
    margin-bottom: -130px !important; }
  .mb-lg-135 {
    margin-bottom: 135px !important; }
  .mb-lg-n135 {
    margin-bottom: -135px !important; }
  .mb-lg-140 {
    margin-bottom: 140px !important; }
  .mb-lg-n140 {
    margin-bottom: -140px !important; }
  .mb-lg-145 {
    margin-bottom: 145px !important; }
  .mb-lg-n145 {
    margin-bottom: -145px !important; }
  .mb-lg-150 {
    margin-bottom: 150px !important; }
  .mb-lg-n150 {
    margin-bottom: -150px !important; }
  .mb-lg-155 {
    margin-bottom: 155px !important; }
  .mb-lg-n155 {
    margin-bottom: -155px !important; }
  .mb-lg-160 {
    margin-bottom: 160px !important; }
  .mb-lg-n160 {
    margin-bottom: -160px !important; }
  .mb-lg-165 {
    margin-bottom: 165px !important; }
  .mb-lg-n165 {
    margin-bottom: -165px !important; }
  .mb-lg-170 {
    margin-bottom: 170px !important; }
  .mb-lg-n170 {
    margin-bottom: -170px !important; }
  .mb-lg-175 {
    margin-bottom: 175px !important; }
  .mb-lg-n175 {
    margin-bottom: -175px !important; }
  .mb-lg-180 {
    margin-bottom: 180px !important; }
  .mb-lg-n180 {
    margin-bottom: -180px !important; }
  .mb-lg-185 {
    margin-bottom: 185px !important; }
  .mb-lg-n185 {
    margin-bottom: -185px !important; }
  .mb-lg-190 {
    margin-bottom: 190px !important; }
  .mb-lg-n190 {
    margin-bottom: -190px !important; }
  .mb-lg-195 {
    margin-bottom: 195px !important; }
  .mb-lg-n195 {
    margin-bottom: -195px !important; }
  .mb-lg-200 {
    margin-bottom: 200px !important; }
  .mb-lg-n200 {
    margin-bottom: -200px !important; }
  .mb-lg-205 {
    margin-bottom: 205px !important; }
  .mb-lg-n205 {
    margin-bottom: -205px !important; }
  .mb-lg-210 {
    margin-bottom: 210px !important; }
  .mb-lg-n210 {
    margin-bottom: -210px !important; }
  .mb-lg-215 {
    margin-bottom: 215px !important; }
  .mb-lg-n215 {
    margin-bottom: -215px !important; }
  .mb-lg-220 {
    margin-bottom: 220px !important; }
  .mb-lg-n220 {
    margin-bottom: -220px !important; }
  .mb-lg-225 {
    margin-bottom: 225px !important; }
  .mb-lg-n225 {
    margin-bottom: -225px !important; }
  .mb-lg-230 {
    margin-bottom: 230px !important; }
  .mb-lg-n230 {
    margin-bottom: -230px !important; }
  .mb-lg-235 {
    margin-bottom: 235px !important; }
  .mb-lg-n235 {
    margin-bottom: -235px !important; }
  .mb-lg-240 {
    margin-bottom: 240px !important; }
  .mb-lg-n240 {
    margin-bottom: -240px !important; }
  .mb-lg-245 {
    margin-bottom: 245px !important; }
  .mb-lg-n245 {
    margin-bottom: -245px !important; }
  .mb-lg-250 {
    margin-bottom: 250px !important; }
  .mb-lg-n250 {
    margin-bottom: -250px !important; }
  .ml-lg-0 {
    margin-left: 0px !important; }
  .ml-lg-n0 {
    margin-left: 0px !important; }
  .ml-lg-5 {
    margin-left: 5px !important; }
  .ml-lg-n5 {
    margin-left: -5px !important; }
  .ml-lg-10 {
    margin-left: 10px !important; }
  .ml-lg-n10 {
    margin-left: -10px !important; }
  .ml-lg-15 {
    margin-left: 15px !important; }
  .ml-lg-n15 {
    margin-left: -15px !important; }
  .ml-lg-20 {
    margin-left: 20px !important; }
  .ml-lg-n20 {
    margin-left: -20px !important; }
  .ml-lg-25 {
    margin-left: 25px !important; }
  .ml-lg-n25 {
    margin-left: -25px !important; }
  .ml-lg-30 {
    margin-left: 30px !important; }
  .ml-lg-n30 {
    margin-left: -30px !important; }
  .ml-lg-35 {
    margin-left: 35px !important; }
  .ml-lg-n35 {
    margin-left: -35px !important; }
  .ml-lg-40 {
    margin-left: 40px !important; }
  .ml-lg-n40 {
    margin-left: -40px !important; }
  .ml-lg-45 {
    margin-left: 45px !important; }
  .ml-lg-n45 {
    margin-left: -45px !important; }
  .ml-lg-50 {
    margin-left: 50px !important; }
  .ml-lg-n50 {
    margin-left: -50px !important; }
  .ml-lg-55 {
    margin-left: 55px !important; }
  .ml-lg-n55 {
    margin-left: -55px !important; }
  .ml-lg-60 {
    margin-left: 60px !important; }
  .ml-lg-n60 {
    margin-left: -60px !important; }
  .ml-lg-65 {
    margin-left: 65px !important; }
  .ml-lg-n65 {
    margin-left: -65px !important; }
  .ml-lg-70 {
    margin-left: 70px !important; }
  .ml-lg-n70 {
    margin-left: -70px !important; }
  .ml-lg-75 {
    margin-left: 75px !important; }
  .ml-lg-n75 {
    margin-left: -75px !important; }
  .ml-lg-80 {
    margin-left: 80px !important; }
  .ml-lg-n80 {
    margin-left: -80px !important; }
  .ml-lg-85 {
    margin-left: 85px !important; }
  .ml-lg-n85 {
    margin-left: -85px !important; }
  .ml-lg-90 {
    margin-left: 90px !important; }
  .ml-lg-n90 {
    margin-left: -90px !important; }
  .ml-lg-95 {
    margin-left: 95px !important; }
  .ml-lg-n95 {
    margin-left: -95px !important; }
  .ml-lg-100 {
    margin-left: 100px !important; }
  .ml-lg-n100 {
    margin-left: -100px !important; }
  .ml-lg-105 {
    margin-left: 105px !important; }
  .ml-lg-n105 {
    margin-left: -105px !important; }
  .ml-lg-110 {
    margin-left: 110px !important; }
  .ml-lg-n110 {
    margin-left: -110px !important; }
  .ml-lg-115 {
    margin-left: 115px !important; }
  .ml-lg-n115 {
    margin-left: -115px !important; }
  .ml-lg-120 {
    margin-left: 120px !important; }
  .ml-lg-n120 {
    margin-left: -120px !important; }
  .ml-lg-125 {
    margin-left: 125px !important; }
  .ml-lg-n125 {
    margin-left: -125px !important; }
  .ml-lg-130 {
    margin-left: 130px !important; }
  .ml-lg-n130 {
    margin-left: -130px !important; }
  .ml-lg-135 {
    margin-left: 135px !important; }
  .ml-lg-n135 {
    margin-left: -135px !important; }
  .ml-lg-140 {
    margin-left: 140px !important; }
  .ml-lg-n140 {
    margin-left: -140px !important; }
  .ml-lg-145 {
    margin-left: 145px !important; }
  .ml-lg-n145 {
    margin-left: -145px !important; }
  .ml-lg-150 {
    margin-left: 150px !important; }
  .ml-lg-n150 {
    margin-left: -150px !important; }
  .ml-lg-155 {
    margin-left: 155px !important; }
  .ml-lg-n155 {
    margin-left: -155px !important; }
  .ml-lg-160 {
    margin-left: 160px !important; }
  .ml-lg-n160 {
    margin-left: -160px !important; }
  .ml-lg-165 {
    margin-left: 165px !important; }
  .ml-lg-n165 {
    margin-left: -165px !important; }
  .ml-lg-170 {
    margin-left: 170px !important; }
  .ml-lg-n170 {
    margin-left: -170px !important; }
  .ml-lg-175 {
    margin-left: 175px !important; }
  .ml-lg-n175 {
    margin-left: -175px !important; }
  .ml-lg-180 {
    margin-left: 180px !important; }
  .ml-lg-n180 {
    margin-left: -180px !important; }
  .ml-lg-185 {
    margin-left: 185px !important; }
  .ml-lg-n185 {
    margin-left: -185px !important; }
  .ml-lg-190 {
    margin-left: 190px !important; }
  .ml-lg-n190 {
    margin-left: -190px !important; }
  .ml-lg-195 {
    margin-left: 195px !important; }
  .ml-lg-n195 {
    margin-left: -195px !important; }
  .ml-lg-200 {
    margin-left: 200px !important; }
  .ml-lg-n200 {
    margin-left: -200px !important; }
  .ml-lg-205 {
    margin-left: 205px !important; }
  .ml-lg-n205 {
    margin-left: -205px !important; }
  .ml-lg-210 {
    margin-left: 210px !important; }
  .ml-lg-n210 {
    margin-left: -210px !important; }
  .ml-lg-215 {
    margin-left: 215px !important; }
  .ml-lg-n215 {
    margin-left: -215px !important; }
  .ml-lg-220 {
    margin-left: 220px !important; }
  .ml-lg-n220 {
    margin-left: -220px !important; }
  .ml-lg-225 {
    margin-left: 225px !important; }
  .ml-lg-n225 {
    margin-left: -225px !important; }
  .ml-lg-230 {
    margin-left: 230px !important; }
  .ml-lg-n230 {
    margin-left: -230px !important; }
  .ml-lg-235 {
    margin-left: 235px !important; }
  .ml-lg-n235 {
    margin-left: -235px !important; }
  .ml-lg-240 {
    margin-left: 240px !important; }
  .ml-lg-n240 {
    margin-left: -240px !important; }
  .ml-lg-245 {
    margin-left: 245px !important; }
  .ml-lg-n245 {
    margin-left: -245px !important; }
  .ml-lg-250 {
    margin-left: 250px !important; }
  .ml-lg-n250 {
    margin-left: -250px !important; }
  .px-lg-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-lg-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-lg-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-lg-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-lg-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-lg-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-lg-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-lg-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-lg-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-lg-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-lg-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-lg-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-lg-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-lg-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-lg-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-lg-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-lg-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-lg-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-lg-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-lg-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-lg-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-lg-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-lg-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-lg-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-lg-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-lg-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-lg-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-lg-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-lg-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-lg-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-lg-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-lg-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-lg-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-lg-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-lg-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-lg-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-lg-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-lg-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-lg-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-lg-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-lg-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-lg-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-lg-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-lg-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-lg-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-lg-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-lg-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-lg-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-lg-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-lg-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-lg-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-lg-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-lg-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-lg-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-lg-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-lg-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-lg-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-lg-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-lg-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-lg-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-lg-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-lg-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-lg-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-lg-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-lg-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-lg-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-lg-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-lg-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-lg-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-lg-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-lg-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-lg-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-lg-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-lg-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-lg-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-lg-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-lg-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-lg-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-lg-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-lg-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-lg-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .px-lg-155 {
    padding-right: 155px !important;
    padding-left: 155px !important; }
  .px-lg-n155 {
    padding-right: -155px !important;
    padding-left: -155px !important; }
  .py-lg-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; }
  .py-lg-n155 {
    padding-top: -155px !important;
    padding-bottom: -155px !important; }
  .px-lg-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-lg-n160 {
    padding-right: -160px !important;
    padding-left: -160px !important; }
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-lg-n160 {
    padding-top: -160px !important;
    padding-bottom: -160px !important; }
  .px-lg-165 {
    padding-right: 165px !important;
    padding-left: 165px !important; }
  .px-lg-n165 {
    padding-right: -165px !important;
    padding-left: -165px !important; }
  .py-lg-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; }
  .py-lg-n165 {
    padding-top: -165px !important;
    padding-bottom: -165px !important; }
  .px-lg-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-lg-n170 {
    padding-right: -170px !important;
    padding-left: -170px !important; }
  .py-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-lg-n170 {
    padding-top: -170px !important;
    padding-bottom: -170px !important; }
  .px-lg-175 {
    padding-right: 175px !important;
    padding-left: 175px !important; }
  .px-lg-n175 {
    padding-right: -175px !important;
    padding-left: -175px !important; }
  .py-lg-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; }
  .py-lg-n175 {
    padding-top: -175px !important;
    padding-bottom: -175px !important; }
  .px-lg-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-lg-n180 {
    padding-right: -180px !important;
    padding-left: -180px !important; }
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-lg-n180 {
    padding-top: -180px !important;
    padding-bottom: -180px !important; }
  .px-lg-185 {
    padding-right: 185px !important;
    padding-left: 185px !important; }
  .px-lg-n185 {
    padding-right: -185px !important;
    padding-left: -185px !important; }
  .py-lg-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; }
  .py-lg-n185 {
    padding-top: -185px !important;
    padding-bottom: -185px !important; }
  .px-lg-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-lg-n190 {
    padding-right: -190px !important;
    padding-left: -190px !important; }
  .py-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-lg-n190 {
    padding-top: -190px !important;
    padding-bottom: -190px !important; }
  .px-lg-195 {
    padding-right: 195px !important;
    padding-left: 195px !important; }
  .px-lg-n195 {
    padding-right: -195px !important;
    padding-left: -195px !important; }
  .py-lg-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; }
  .py-lg-n195 {
    padding-top: -195px !important;
    padding-bottom: -195px !important; }
  .px-lg-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .px-lg-n200 {
    padding-right: -200px !important;
    padding-left: -200px !important; }
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .py-lg-n200 {
    padding-top: -200px !important;
    padding-bottom: -200px !important; }
  .px-lg-205 {
    padding-right: 205px !important;
    padding-left: 205px !important; }
  .px-lg-n205 {
    padding-right: -205px !important;
    padding-left: -205px !important; }
  .py-lg-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important; }
  .py-lg-n205 {
    padding-top: -205px !important;
    padding-bottom: -205px !important; }
  .px-lg-210 {
    padding-right: 210px !important;
    padding-left: 210px !important; }
  .px-lg-n210 {
    padding-right: -210px !important;
    padding-left: -210px !important; }
  .py-lg-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; }
  .py-lg-n210 {
    padding-top: -210px !important;
    padding-bottom: -210px !important; }
  .px-lg-215 {
    padding-right: 215px !important;
    padding-left: 215px !important; }
  .px-lg-n215 {
    padding-right: -215px !important;
    padding-left: -215px !important; }
  .py-lg-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important; }
  .py-lg-n215 {
    padding-top: -215px !important;
    padding-bottom: -215px !important; }
  .px-lg-220 {
    padding-right: 220px !important;
    padding-left: 220px !important; }
  .px-lg-n220 {
    padding-right: -220px !important;
    padding-left: -220px !important; }
  .py-lg-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; }
  .py-lg-n220 {
    padding-top: -220px !important;
    padding-bottom: -220px !important; }
  .px-lg-225 {
    padding-right: 225px !important;
    padding-left: 225px !important; }
  .px-lg-n225 {
    padding-right: -225px !important;
    padding-left: -225px !important; }
  .py-lg-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important; }
  .py-lg-n225 {
    padding-top: -225px !important;
    padding-bottom: -225px !important; }
  .px-lg-230 {
    padding-right: 230px !important;
    padding-left: 230px !important; }
  .px-lg-n230 {
    padding-right: -230px !important;
    padding-left: -230px !important; }
  .py-lg-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important; }
  .py-lg-n230 {
    padding-top: -230px !important;
    padding-bottom: -230px !important; }
  .px-lg-235 {
    padding-right: 235px !important;
    padding-left: 235px !important; }
  .px-lg-n235 {
    padding-right: -235px !important;
    padding-left: -235px !important; }
  .py-lg-235 {
    padding-top: 235px !important;
    padding-bottom: 235px !important; }
  .py-lg-n235 {
    padding-top: -235px !important;
    padding-bottom: -235px !important; }
  .px-lg-240 {
    padding-right: 240px !important;
    padding-left: 240px !important; }
  .px-lg-n240 {
    padding-right: -240px !important;
    padding-left: -240px !important; }
  .py-lg-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; }
  .py-lg-n240 {
    padding-top: -240px !important;
    padding-bottom: -240px !important; }
  .px-lg-245 {
    padding-right: 245px !important;
    padding-left: 245px !important; }
  .px-lg-n245 {
    padding-right: -245px !important;
    padding-left: -245px !important; }
  .py-lg-245 {
    padding-top: 245px !important;
    padding-bottom: 245px !important; }
  .py-lg-n245 {
    padding-top: -245px !important;
    padding-bottom: -245px !important; }
  .px-lg-250 {
    padding-right: 250px !important;
    padding-left: 250px !important; }
  .px-lg-n250 {
    padding-right: -250px !important;
    padding-left: -250px !important; }
  .py-lg-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important; }
  .py-lg-n250 {
    padding-top: -250px !important;
    padding-bottom: -250px !important; }
  .p-lg-0 {
    padding: 0px !important; }
  .p-lg-n0 {
    padding: 0px !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .p-lg-n5 {
    padding: -5px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .p-lg-n10 {
    padding: -10px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .p-lg-n15 {
    padding: -15px !important; }
  .p-lg-20 {
    padding: 20px !important; }
  .p-lg-n20 {
    padding: -20px !important; }
  .p-lg-25 {
    padding: 25px !important; }
  .p-lg-n25 {
    padding: -25px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .p-lg-n30 {
    padding: -30px !important; }
  .p-lg-35 {
    padding: 35px !important; }
  .p-lg-n35 {
    padding: -35px !important; }
  .p-lg-40 {
    padding: 40px !important; }
  .p-lg-n40 {
    padding: -40px !important; }
  .p-lg-45 {
    padding: 45px !important; }
  .p-lg-n45 {
    padding: -45px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .p-lg-n50 {
    padding: -50px !important; }
  .p-lg-55 {
    padding: 55px !important; }
  .p-lg-n55 {
    padding: -55px !important; }
  .p-lg-60 {
    padding: 60px !important; }
  .p-lg-n60 {
    padding: -60px !important; }
  .p-lg-65 {
    padding: 65px !important; }
  .p-lg-n65 {
    padding: -65px !important; }
  .p-lg-70 {
    padding: 70px !important; }
  .p-lg-n70 {
    padding: -70px !important; }
  .p-lg-75 {
    padding: 75px !important; }
  .p-lg-n75 {
    padding: -75px !important; }
  .p-lg-80 {
    padding: 80px !important; }
  .p-lg-n80 {
    padding: -80px !important; }
  .p-lg-85 {
    padding: 85px !important; }
  .p-lg-n85 {
    padding: -85px !important; }
  .p-lg-90 {
    padding: 90px !important; }
  .p-lg-n90 {
    padding: -90px !important; }
  .p-lg-95 {
    padding: 95px !important; }
  .p-lg-n95 {
    padding: -95px !important; }
  .p-lg-100 {
    padding: 100px !important; }
  .p-lg-n100 {
    padding: -100px !important; }
  .p-lg-105 {
    padding: 105px !important; }
  .p-lg-n105 {
    padding: -105px !important; }
  .p-lg-110 {
    padding: 110px !important; }
  .p-lg-n110 {
    padding: -110px !important; }
  .p-lg-115 {
    padding: 115px !important; }
  .p-lg-n115 {
    padding: -115px !important; }
  .p-lg-120 {
    padding: 120px !important; }
  .p-lg-n120 {
    padding: -120px !important; }
  .p-lg-125 {
    padding: 125px !important; }
  .p-lg-n125 {
    padding: -125px !important; }
  .p-lg-130 {
    padding: 130px !important; }
  .p-lg-n130 {
    padding: -130px !important; }
  .p-lg-135 {
    padding: 135px !important; }
  .p-lg-n135 {
    padding: -135px !important; }
  .p-lg-140 {
    padding: 140px !important; }
  .p-lg-n140 {
    padding: -140px !important; }
  .p-lg-145 {
    padding: 145px !important; }
  .p-lg-n145 {
    padding: -145px !important; }
  .p-lg-150 {
    padding: 150px !important; }
  .p-lg-n150 {
    padding: -150px !important; }
  .p-lg-155 {
    padding: 155px !important; }
  .p-lg-n155 {
    padding: -155px !important; }
  .p-lg-160 {
    padding: 160px !important; }
  .p-lg-n160 {
    padding: -160px !important; }
  .p-lg-165 {
    padding: 165px !important; }
  .p-lg-n165 {
    padding: -165px !important; }
  .p-lg-170 {
    padding: 170px !important; }
  .p-lg-n170 {
    padding: -170px !important; }
  .p-lg-175 {
    padding: 175px !important; }
  .p-lg-n175 {
    padding: -175px !important; }
  .p-lg-180 {
    padding: 180px !important; }
  .p-lg-n180 {
    padding: -180px !important; }
  .p-lg-185 {
    padding: 185px !important; }
  .p-lg-n185 {
    padding: -185px !important; }
  .p-lg-190 {
    padding: 190px !important; }
  .p-lg-n190 {
    padding: -190px !important; }
  .p-lg-195 {
    padding: 195px !important; }
  .p-lg-n195 {
    padding: -195px !important; }
  .p-lg-200 {
    padding: 200px !important; }
  .p-lg-n200 {
    padding: -200px !important; }
  .p-lg-205 {
    padding: 205px !important; }
  .p-lg-n205 {
    padding: -205px !important; }
  .p-lg-210 {
    padding: 210px !important; }
  .p-lg-n210 {
    padding: -210px !important; }
  .p-lg-215 {
    padding: 215px !important; }
  .p-lg-n215 {
    padding: -215px !important; }
  .p-lg-220 {
    padding: 220px !important; }
  .p-lg-n220 {
    padding: -220px !important; }
  .p-lg-225 {
    padding: 225px !important; }
  .p-lg-n225 {
    padding: -225px !important; }
  .p-lg-230 {
    padding: 230px !important; }
  .p-lg-n230 {
    padding: -230px !important; }
  .p-lg-235 {
    padding: 235px !important; }
  .p-lg-n235 {
    padding: -235px !important; }
  .p-lg-240 {
    padding: 240px !important; }
  .p-lg-n240 {
    padding: -240px !important; }
  .p-lg-245 {
    padding: 245px !important; }
  .p-lg-n245 {
    padding: -245px !important; }
  .p-lg-250 {
    padding: 250px !important; }
  .p-lg-n250 {
    padding: -250px !important; }
  .pt-lg-0 {
    padding-top: 0px !important; }
  .pt-lg-n0 {
    padding-top: 0px !important; }
  .pt-lg-5 {
    padding-top: 5px !important; }
  .pt-lg-n5 {
    padding-top: -5px !important; }
  .pt-lg-10 {
    padding-top: 10px !important; }
  .pt-lg-n10 {
    padding-top: -10px !important; }
  .pt-lg-15 {
    padding-top: 15px !important; }
  .pt-lg-n15 {
    padding-top: -15px !important; }
  .pt-lg-20 {
    padding-top: 20px !important; }
  .pt-lg-n20 {
    padding-top: -20px !important; }
  .pt-lg-25 {
    padding-top: 25px !important; }
  .pt-lg-n25 {
    padding-top: -25px !important; }
  .pt-lg-30 {
    padding-top: 30px !important; }
  .pt-lg-n30 {
    padding-top: -30px !important; }
  .pt-lg-35 {
    padding-top: 35px !important; }
  .pt-lg-n35 {
    padding-top: -35px !important; }
  .pt-lg-40 {
    padding-top: 40px !important; }
  .pt-lg-n40 {
    padding-top: -40px !important; }
  .pt-lg-45 {
    padding-top: 45px !important; }
  .pt-lg-n45 {
    padding-top: -45px !important; }
  .pt-lg-50 {
    padding-top: 50px !important; }
  .pt-lg-n50 {
    padding-top: -50px !important; }
  .pt-lg-55 {
    padding-top: 55px !important; }
  .pt-lg-n55 {
    padding-top: -55px !important; }
  .pt-lg-60 {
    padding-top: 60px !important; }
  .pt-lg-n60 {
    padding-top: -60px !important; }
  .pt-lg-65 {
    padding-top: 65px !important; }
  .pt-lg-n65 {
    padding-top: -65px !important; }
  .pt-lg-70 {
    padding-top: 70px !important; }
  .pt-lg-n70 {
    padding-top: -70px !important; }
  .pt-lg-75 {
    padding-top: 75px !important; }
  .pt-lg-n75 {
    padding-top: -75px !important; }
  .pt-lg-80 {
    padding-top: 80px !important; }
  .pt-lg-n80 {
    padding-top: -80px !important; }
  .pt-lg-85 {
    padding-top: 85px !important; }
  .pt-lg-n85 {
    padding-top: -85px !important; }
  .pt-lg-90 {
    padding-top: 90px !important; }
  .pt-lg-n90 {
    padding-top: -90px !important; }
  .pt-lg-95 {
    padding-top: 95px !important; }
  .pt-lg-n95 {
    padding-top: -95px !important; }
  .pt-lg-100 {
    padding-top: 100px !important; }
  .pt-lg-n100 {
    padding-top: -100px !important; }
  .pt-lg-105 {
    padding-top: 105px !important; }
  .pt-lg-n105 {
    padding-top: -105px !important; }
  .pt-lg-110 {
    padding-top: 110px !important; }
  .pt-lg-n110 {
    padding-top: -110px !important; }
  .pt-lg-115 {
    padding-top: 115px !important; }
  .pt-lg-n115 {
    padding-top: -115px !important; }
  .pt-lg-120 {
    padding-top: 120px !important; }
  .pt-lg-n120 {
    padding-top: -120px !important; }
  .pt-lg-125 {
    padding-top: 125px !important; }
  .pt-lg-n125 {
    padding-top: -125px !important; }
  .pt-lg-130 {
    padding-top: 130px !important; }
  .pt-lg-n130 {
    padding-top: -130px !important; }
  .pt-lg-135 {
    padding-top: 135px !important; }
  .pt-lg-n135 {
    padding-top: -135px !important; }
  .pt-lg-140 {
    padding-top: 140px !important; }
  .pt-lg-n140 {
    padding-top: -140px !important; }
  .pt-lg-145 {
    padding-top: 145px !important; }
  .pt-lg-n145 {
    padding-top: -145px !important; }
  .pt-lg-150 {
    padding-top: 150px !important; }
  .pt-lg-n150 {
    padding-top: -150px !important; }
  .pt-lg-155 {
    padding-top: 155px !important; }
  .pt-lg-n155 {
    padding-top: -155px !important; }
  .pt-lg-160 {
    padding-top: 160px !important; }
  .pt-lg-n160 {
    padding-top: -160px !important; }
  .pt-lg-165 {
    padding-top: 165px !important; }
  .pt-lg-n165 {
    padding-top: -165px !important; }
  .pt-lg-170 {
    padding-top: 170px !important; }
  .pt-lg-n170 {
    padding-top: -170px !important; }
  .pt-lg-175 {
    padding-top: 175px !important; }
  .pt-lg-n175 {
    padding-top: -175px !important; }
  .pt-lg-180 {
    padding-top: 180px !important; }
  .pt-lg-n180 {
    padding-top: -180px !important; }
  .pt-lg-185 {
    padding-top: 185px !important; }
  .pt-lg-n185 {
    padding-top: -185px !important; }
  .pt-lg-190 {
    padding-top: 190px !important; }
  .pt-lg-n190 {
    padding-top: -190px !important; }
  .pt-lg-195 {
    padding-top: 195px !important; }
  .pt-lg-n195 {
    padding-top: -195px !important; }
  .pt-lg-200 {
    padding-top: 200px !important; }
  .pt-lg-n200 {
    padding-top: -200px !important; }
  .pt-lg-205 {
    padding-top: 205px !important; }
  .pt-lg-n205 {
    padding-top: -205px !important; }
  .pt-lg-210 {
    padding-top: 210px !important; }
  .pt-lg-n210 {
    padding-top: -210px !important; }
  .pt-lg-215 {
    padding-top: 215px !important; }
  .pt-lg-n215 {
    padding-top: -215px !important; }
  .pt-lg-220 {
    padding-top: 220px !important; }
  .pt-lg-n220 {
    padding-top: -220px !important; }
  .pt-lg-225 {
    padding-top: 225px !important; }
  .pt-lg-n225 {
    padding-top: -225px !important; }
  .pt-lg-230 {
    padding-top: 230px !important; }
  .pt-lg-n230 {
    padding-top: -230px !important; }
  .pt-lg-235 {
    padding-top: 235px !important; }
  .pt-lg-n235 {
    padding-top: -235px !important; }
  .pt-lg-240 {
    padding-top: 240px !important; }
  .pt-lg-n240 {
    padding-top: -240px !important; }
  .pt-lg-245 {
    padding-top: 245px !important; }
  .pt-lg-n245 {
    padding-top: -245px !important; }
  .pt-lg-250 {
    padding-top: 250px !important; }
  .pt-lg-n250 {
    padding-top: -250px !important; }
  .pr-lg-0 {
    padding-right: 0px !important; }
  .pr-lg-n0 {
    padding-right: 0px !important; }
  .pr-lg-5 {
    padding-right: 5px !important; }
  .pr-lg-n5 {
    padding-right: -5px !important; }
  .pr-lg-10 {
    padding-right: 10px !important; }
  .pr-lg-n10 {
    padding-right: -10px !important; }
  .pr-lg-15 {
    padding-right: 15px !important; }
  .pr-lg-n15 {
    padding-right: -15px !important; }
  .pr-lg-20 {
    padding-right: 20px !important; }
  .pr-lg-n20 {
    padding-right: -20px !important; }
  .pr-lg-25 {
    padding-right: 25px !important; }
  .pr-lg-n25 {
    padding-right: -25px !important; }
  .pr-lg-30 {
    padding-right: 30px !important; }
  .pr-lg-n30 {
    padding-right: -30px !important; }
  .pr-lg-35 {
    padding-right: 35px !important; }
  .pr-lg-n35 {
    padding-right: -35px !important; }
  .pr-lg-40 {
    padding-right: 40px !important; }
  .pr-lg-n40 {
    padding-right: -40px !important; }
  .pr-lg-45 {
    padding-right: 45px !important; }
  .pr-lg-n45 {
    padding-right: -45px !important; }
  .pr-lg-50 {
    padding-right: 50px !important; }
  .pr-lg-n50 {
    padding-right: -50px !important; }
  .pr-lg-55 {
    padding-right: 55px !important; }
  .pr-lg-n55 {
    padding-right: -55px !important; }
  .pr-lg-60 {
    padding-right: 60px !important; }
  .pr-lg-n60 {
    padding-right: -60px !important; }
  .pr-lg-65 {
    padding-right: 65px !important; }
  .pr-lg-n65 {
    padding-right: -65px !important; }
  .pr-lg-70 {
    padding-right: 70px !important; }
  .pr-lg-n70 {
    padding-right: -70px !important; }
  .pr-lg-75 {
    padding-right: 75px !important; }
  .pr-lg-n75 {
    padding-right: -75px !important; }
  .pr-lg-80 {
    padding-right: 80px !important; }
  .pr-lg-n80 {
    padding-right: -80px !important; }
  .pr-lg-85 {
    padding-right: 85px !important; }
  .pr-lg-n85 {
    padding-right: -85px !important; }
  .pr-lg-90 {
    padding-right: 90px !important; }
  .pr-lg-n90 {
    padding-right: -90px !important; }
  .pr-lg-95 {
    padding-right: 95px !important; }
  .pr-lg-n95 {
    padding-right: -95px !important; }
  .pr-lg-100 {
    padding-right: 100px !important; }
  .pr-lg-n100 {
    padding-right: -100px !important; }
  .pr-lg-105 {
    padding-right: 105px !important; }
  .pr-lg-n105 {
    padding-right: -105px !important; }
  .pr-lg-110 {
    padding-right: 110px !important; }
  .pr-lg-n110 {
    padding-right: -110px !important; }
  .pr-lg-115 {
    padding-right: 115px !important; }
  .pr-lg-n115 {
    padding-right: -115px !important; }
  .pr-lg-120 {
    padding-right: 120px !important; }
  .pr-lg-n120 {
    padding-right: -120px !important; }
  .pr-lg-125 {
    padding-right: 125px !important; }
  .pr-lg-n125 {
    padding-right: -125px !important; }
  .pr-lg-130 {
    padding-right: 130px !important; }
  .pr-lg-n130 {
    padding-right: -130px !important; }
  .pr-lg-135 {
    padding-right: 135px !important; }
  .pr-lg-n135 {
    padding-right: -135px !important; }
  .pr-lg-140 {
    padding-right: 140px !important; }
  .pr-lg-n140 {
    padding-right: -140px !important; }
  .pr-lg-145 {
    padding-right: 145px !important; }
  .pr-lg-n145 {
    padding-right: -145px !important; }
  .pr-lg-150 {
    padding-right: 150px !important; }
  .pr-lg-n150 {
    padding-right: -150px !important; }
  .pr-lg-155 {
    padding-right: 155px !important; }
  .pr-lg-n155 {
    padding-right: -155px !important; }
  .pr-lg-160 {
    padding-right: 160px !important; }
  .pr-lg-n160 {
    padding-right: -160px !important; }
  .pr-lg-165 {
    padding-right: 165px !important; }
  .pr-lg-n165 {
    padding-right: -165px !important; }
  .pr-lg-170 {
    padding-right: 170px !important; }
  .pr-lg-n170 {
    padding-right: -170px !important; }
  .pr-lg-175 {
    padding-right: 175px !important; }
  .pr-lg-n175 {
    padding-right: -175px !important; }
  .pr-lg-180 {
    padding-right: 180px !important; }
  .pr-lg-n180 {
    padding-right: -180px !important; }
  .pr-lg-185 {
    padding-right: 185px !important; }
  .pr-lg-n185 {
    padding-right: -185px !important; }
  .pr-lg-190 {
    padding-right: 190px !important; }
  .pr-lg-n190 {
    padding-right: -190px !important; }
  .pr-lg-195 {
    padding-right: 195px !important; }
  .pr-lg-n195 {
    padding-right: -195px !important; }
  .pr-lg-200 {
    padding-right: 200px !important; }
  .pr-lg-n200 {
    padding-right: -200px !important; }
  .pr-lg-205 {
    padding-right: 205px !important; }
  .pr-lg-n205 {
    padding-right: -205px !important; }
  .pr-lg-210 {
    padding-right: 210px !important; }
  .pr-lg-n210 {
    padding-right: -210px !important; }
  .pr-lg-215 {
    padding-right: 215px !important; }
  .pr-lg-n215 {
    padding-right: -215px !important; }
  .pr-lg-220 {
    padding-right: 220px !important; }
  .pr-lg-n220 {
    padding-right: -220px !important; }
  .pr-lg-225 {
    padding-right: 225px !important; }
  .pr-lg-n225 {
    padding-right: -225px !important; }
  .pr-lg-230 {
    padding-right: 230px !important; }
  .pr-lg-n230 {
    padding-right: -230px !important; }
  .pr-lg-235 {
    padding-right: 235px !important; }
  .pr-lg-n235 {
    padding-right: -235px !important; }
  .pr-lg-240 {
    padding-right: 240px !important; }
  .pr-lg-n240 {
    padding-right: -240px !important; }
  .pr-lg-245 {
    padding-right: 245px !important; }
  .pr-lg-n245 {
    padding-right: -245px !important; }
  .pr-lg-250 {
    padding-right: 250px !important; }
  .pr-lg-n250 {
    padding-right: -250px !important; }
  .pb-lg-0 {
    padding-bottom: 0px !important; }
  .pb-lg-n0 {
    padding-bottom: 0px !important; }
  .pb-lg-5 {
    padding-bottom: 5px !important; }
  .pb-lg-n5 {
    padding-bottom: -5px !important; }
  .pb-lg-10 {
    padding-bottom: 10px !important; }
  .pb-lg-n10 {
    padding-bottom: -10px !important; }
  .pb-lg-15 {
    padding-bottom: 15px !important; }
  .pb-lg-n15 {
    padding-bottom: -15px !important; }
  .pb-lg-20 {
    padding-bottom: 20px !important; }
  .pb-lg-n20 {
    padding-bottom: -20px !important; }
  .pb-lg-25 {
    padding-bottom: 25px !important; }
  .pb-lg-n25 {
    padding-bottom: -25px !important; }
  .pb-lg-30 {
    padding-bottom: 30px !important; }
  .pb-lg-n30 {
    padding-bottom: -30px !important; }
  .pb-lg-35 {
    padding-bottom: 35px !important; }
  .pb-lg-n35 {
    padding-bottom: -35px !important; }
  .pb-lg-40 {
    padding-bottom: 40px !important; }
  .pb-lg-n40 {
    padding-bottom: -40px !important; }
  .pb-lg-45 {
    padding-bottom: 45px !important; }
  .pb-lg-n45 {
    padding-bottom: -45px !important; }
  .pb-lg-50 {
    padding-bottom: 50px !important; }
  .pb-lg-n50 {
    padding-bottom: -50px !important; }
  .pb-lg-55 {
    padding-bottom: 55px !important; }
  .pb-lg-n55 {
    padding-bottom: -55px !important; }
  .pb-lg-60 {
    padding-bottom: 60px !important; }
  .pb-lg-n60 {
    padding-bottom: -60px !important; }
  .pb-lg-65 {
    padding-bottom: 65px !important; }
  .pb-lg-n65 {
    padding-bottom: -65px !important; }
  .pb-lg-70 {
    padding-bottom: 70px !important; }
  .pb-lg-n70 {
    padding-bottom: -70px !important; }
  .pb-lg-75 {
    padding-bottom: 75px !important; }
  .pb-lg-n75 {
    padding-bottom: -75px !important; }
  .pb-lg-80 {
    padding-bottom: 80px !important; }
  .pb-lg-n80 {
    padding-bottom: -80px !important; }
  .pb-lg-85 {
    padding-bottom: 85px !important; }
  .pb-lg-n85 {
    padding-bottom: -85px !important; }
  .pb-lg-90 {
    padding-bottom: 90px !important; }
  .pb-lg-n90 {
    padding-bottom: -90px !important; }
  .pb-lg-95 {
    padding-bottom: 95px !important; }
  .pb-lg-n95 {
    padding-bottom: -95px !important; }
  .pb-lg-100 {
    padding-bottom: 100px !important; }
  .pb-lg-n100 {
    padding-bottom: -100px !important; }
  .pb-lg-105 {
    padding-bottom: 105px !important; }
  .pb-lg-n105 {
    padding-bottom: -105px !important; }
  .pb-lg-110 {
    padding-bottom: 110px !important; }
  .pb-lg-n110 {
    padding-bottom: -110px !important; }
  .pb-lg-115 {
    padding-bottom: 115px !important; }
  .pb-lg-n115 {
    padding-bottom: -115px !important; }
  .pb-lg-120 {
    padding-bottom: 120px !important; }
  .pb-lg-n120 {
    padding-bottom: -120px !important; }
  .pb-lg-125 {
    padding-bottom: 125px !important; }
  .pb-lg-n125 {
    padding-bottom: -125px !important; }
  .pb-lg-130 {
    padding-bottom: 130px !important; }
  .pb-lg-n130 {
    padding-bottom: -130px !important; }
  .pb-lg-135 {
    padding-bottom: 135px !important; }
  .pb-lg-n135 {
    padding-bottom: -135px !important; }
  .pb-lg-140 {
    padding-bottom: 140px !important; }
  .pb-lg-n140 {
    padding-bottom: -140px !important; }
  .pb-lg-145 {
    padding-bottom: 145px !important; }
  .pb-lg-n145 {
    padding-bottom: -145px !important; }
  .pb-lg-150 {
    padding-bottom: 150px !important; }
  .pb-lg-n150 {
    padding-bottom: -150px !important; }
  .pb-lg-155 {
    padding-bottom: 155px !important; }
  .pb-lg-n155 {
    padding-bottom: -155px !important; }
  .pb-lg-160 {
    padding-bottom: 160px !important; }
  .pb-lg-n160 {
    padding-bottom: -160px !important; }
  .pb-lg-165 {
    padding-bottom: 165px !important; }
  .pb-lg-n165 {
    padding-bottom: -165px !important; }
  .pb-lg-170 {
    padding-bottom: 170px !important; }
  .pb-lg-n170 {
    padding-bottom: -170px !important; }
  .pb-lg-175 {
    padding-bottom: 175px !important; }
  .pb-lg-n175 {
    padding-bottom: -175px !important; }
  .pb-lg-180 {
    padding-bottom: 180px !important; }
  .pb-lg-n180 {
    padding-bottom: -180px !important; }
  .pb-lg-185 {
    padding-bottom: 185px !important; }
  .pb-lg-n185 {
    padding-bottom: -185px !important; }
  .pb-lg-190 {
    padding-bottom: 190px !important; }
  .pb-lg-n190 {
    padding-bottom: -190px !important; }
  .pb-lg-195 {
    padding-bottom: 195px !important; }
  .pb-lg-n195 {
    padding-bottom: -195px !important; }
  .pb-lg-200 {
    padding-bottom: 200px !important; }
  .pb-lg-n200 {
    padding-bottom: -200px !important; }
  .pb-lg-205 {
    padding-bottom: 205px !important; }
  .pb-lg-n205 {
    padding-bottom: -205px !important; }
  .pb-lg-210 {
    padding-bottom: 210px !important; }
  .pb-lg-n210 {
    padding-bottom: -210px !important; }
  .pb-lg-215 {
    padding-bottom: 215px !important; }
  .pb-lg-n215 {
    padding-bottom: -215px !important; }
  .pb-lg-220 {
    padding-bottom: 220px !important; }
  .pb-lg-n220 {
    padding-bottom: -220px !important; }
  .pb-lg-225 {
    padding-bottom: 225px !important; }
  .pb-lg-n225 {
    padding-bottom: -225px !important; }
  .pb-lg-230 {
    padding-bottom: 230px !important; }
  .pb-lg-n230 {
    padding-bottom: -230px !important; }
  .pb-lg-235 {
    padding-bottom: 235px !important; }
  .pb-lg-n235 {
    padding-bottom: -235px !important; }
  .pb-lg-240 {
    padding-bottom: 240px !important; }
  .pb-lg-n240 {
    padding-bottom: -240px !important; }
  .pb-lg-245 {
    padding-bottom: 245px !important; }
  .pb-lg-n245 {
    padding-bottom: -245px !important; }
  .pb-lg-250 {
    padding-bottom: 250px !important; }
  .pb-lg-n250 {
    padding-bottom: -250px !important; }
  .pl-lg-0 {
    padding-left: 0px !important; }
  .pl-lg-n0 {
    padding-left: 0px !important; }
  .pl-lg-5 {
    padding-left: 5px !important; }
  .pl-lg-n5 {
    padding-left: -5px !important; }
  .pl-lg-10 {
    padding-left: 10px !important; }
  .pl-lg-n10 {
    padding-left: -10px !important; }
  .pl-lg-15 {
    padding-left: 15px !important; }
  .pl-lg-n15 {
    padding-left: -15px !important; }
  .pl-lg-20 {
    padding-left: 20px !important; }
  .pl-lg-n20 {
    padding-left: -20px !important; }
  .pl-lg-25 {
    padding-left: 25px !important; }
  .pl-lg-n25 {
    padding-left: -25px !important; }
  .pl-lg-30 {
    padding-left: 30px !important; }
  .pl-lg-n30 {
    padding-left: -30px !important; }
  .pl-lg-35 {
    padding-left: 35px !important; }
  .pl-lg-n35 {
    padding-left: -35px !important; }
  .pl-lg-40 {
    padding-left: 40px !important; }
  .pl-lg-n40 {
    padding-left: -40px !important; }
  .pl-lg-45 {
    padding-left: 45px !important; }
  .pl-lg-n45 {
    padding-left: -45px !important; }
  .pl-lg-50 {
    padding-left: 50px !important; }
  .pl-lg-n50 {
    padding-left: -50px !important; }
  .pl-lg-55 {
    padding-left: 55px !important; }
  .pl-lg-n55 {
    padding-left: -55px !important; }
  .pl-lg-60 {
    padding-left: 60px !important; }
  .pl-lg-n60 {
    padding-left: -60px !important; }
  .pl-lg-65 {
    padding-left: 65px !important; }
  .pl-lg-n65 {
    padding-left: -65px !important; }
  .pl-lg-70 {
    padding-left: 70px !important; }
  .pl-lg-n70 {
    padding-left: -70px !important; }
  .pl-lg-75 {
    padding-left: 75px !important; }
  .pl-lg-n75 {
    padding-left: -75px !important; }
  .pl-lg-80 {
    padding-left: 80px !important; }
  .pl-lg-n80 {
    padding-left: -80px !important; }
  .pl-lg-85 {
    padding-left: 85px !important; }
  .pl-lg-n85 {
    padding-left: -85px !important; }
  .pl-lg-90 {
    padding-left: 90px !important; }
  .pl-lg-n90 {
    padding-left: -90px !important; }
  .pl-lg-95 {
    padding-left: 95px !important; }
  .pl-lg-n95 {
    padding-left: -95px !important; }
  .pl-lg-100 {
    padding-left: 100px !important; }
  .pl-lg-n100 {
    padding-left: -100px !important; }
  .pl-lg-105 {
    padding-left: 105px !important; }
  .pl-lg-n105 {
    padding-left: -105px !important; }
  .pl-lg-110 {
    padding-left: 110px !important; }
  .pl-lg-n110 {
    padding-left: -110px !important; }
  .pl-lg-115 {
    padding-left: 115px !important; }
  .pl-lg-n115 {
    padding-left: -115px !important; }
  .pl-lg-120 {
    padding-left: 120px !important; }
  .pl-lg-n120 {
    padding-left: -120px !important; }
  .pl-lg-125 {
    padding-left: 125px !important; }
  .pl-lg-n125 {
    padding-left: -125px !important; }
  .pl-lg-130 {
    padding-left: 130px !important; }
  .pl-lg-n130 {
    padding-left: -130px !important; }
  .pl-lg-135 {
    padding-left: 135px !important; }
  .pl-lg-n135 {
    padding-left: -135px !important; }
  .pl-lg-140 {
    padding-left: 140px !important; }
  .pl-lg-n140 {
    padding-left: -140px !important; }
  .pl-lg-145 {
    padding-left: 145px !important; }
  .pl-lg-n145 {
    padding-left: -145px !important; }
  .pl-lg-150 {
    padding-left: 150px !important; }
  .pl-lg-n150 {
    padding-left: -150px !important; }
  .pl-lg-155 {
    padding-left: 155px !important; }
  .pl-lg-n155 {
    padding-left: -155px !important; }
  .pl-lg-160 {
    padding-left: 160px !important; }
  .pl-lg-n160 {
    padding-left: -160px !important; }
  .pl-lg-165 {
    padding-left: 165px !important; }
  .pl-lg-n165 {
    padding-left: -165px !important; }
  .pl-lg-170 {
    padding-left: 170px !important; }
  .pl-lg-n170 {
    padding-left: -170px !important; }
  .pl-lg-175 {
    padding-left: 175px !important; }
  .pl-lg-n175 {
    padding-left: -175px !important; }
  .pl-lg-180 {
    padding-left: 180px !important; }
  .pl-lg-n180 {
    padding-left: -180px !important; }
  .pl-lg-185 {
    padding-left: 185px !important; }
  .pl-lg-n185 {
    padding-left: -185px !important; }
  .pl-lg-190 {
    padding-left: 190px !important; }
  .pl-lg-n190 {
    padding-left: -190px !important; }
  .pl-lg-195 {
    padding-left: 195px !important; }
  .pl-lg-n195 {
    padding-left: -195px !important; }
  .pl-lg-200 {
    padding-left: 200px !important; }
  .pl-lg-n200 {
    padding-left: -200px !important; }
  .pl-lg-205 {
    padding-left: 205px !important; }
  .pl-lg-n205 {
    padding-left: -205px !important; }
  .pl-lg-210 {
    padding-left: 210px !important; }
  .pl-lg-n210 {
    padding-left: -210px !important; }
  .pl-lg-215 {
    padding-left: 215px !important; }
  .pl-lg-n215 {
    padding-left: -215px !important; }
  .pl-lg-220 {
    padding-left: 220px !important; }
  .pl-lg-n220 {
    padding-left: -220px !important; }
  .pl-lg-225 {
    padding-left: 225px !important; }
  .pl-lg-n225 {
    padding-left: -225px !important; }
  .pl-lg-230 {
    padding-left: 230px !important; }
  .pl-lg-n230 {
    padding-left: -230px !important; }
  .pl-lg-235 {
    padding-left: 235px !important; }
  .pl-lg-n235 {
    padding-left: -235px !important; }
  .pl-lg-240 {
    padding-left: 240px !important; }
  .pl-lg-n240 {
    padding-left: -240px !important; }
  .pl-lg-245 {
    padding-left: 245px !important; }
  .pl-lg-n245 {
    padding-left: -245px !important; }
  .pl-lg-250 {
    padding-left: 250px !important; }
  .pl-lg-n250 {
    padding-left: -250px !important; } }

@media (min-width: 1280px) {
  .mx-xl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-xl-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-xl-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-xl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xl-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xl-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-xl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-xl-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-xl-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-xl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-xl-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-xl-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xl-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xl-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-xl-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-xl-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-xl-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-xl-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-xl-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-xl-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xl-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xl-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-xl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-xl-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-xl-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-xl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-xl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-xl-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-xl-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-xl-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-xl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-xl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-xl-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-xl-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-xl-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-xl-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-xl-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-xl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-xl-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-xl-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-xl-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-xl-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-xl-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-xl-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-xl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-xl-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-xl-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-xl-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-xl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-xl-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-xl-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-xl-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-xl-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-xl-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-xl-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-xl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-xl-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-xl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-xl-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-xl-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-xl-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-xl-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-xl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-xl-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-xl-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-xl-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xl-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mx-xl-155 {
    margin-right: 155px !important;
    margin-left: 155px !important; }
  .mx-xl-n155 {
    margin-right: -155px !important;
    margin-left: -155px !important; }
  .my-xl-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important; }
  .my-xl-n155 {
    margin-top: -155px !important;
    margin-bottom: -155px !important; }
  .mx-xl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-xl-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-xl-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .mx-xl-165 {
    margin-right: 165px !important;
    margin-left: 165px !important; }
  .mx-xl-n165 {
    margin-right: -165px !important;
    margin-left: -165px !important; }
  .my-xl-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important; }
  .my-xl-n165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important; }
  .mx-xl-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-xl-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .my-xl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-xl-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .mx-xl-175 {
    margin-right: 175px !important;
    margin-left: 175px !important; }
  .mx-xl-n175 {
    margin-right: -175px !important;
    margin-left: -175px !important; }
  .my-xl-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important; }
  .my-xl-n175 {
    margin-top: -175px !important;
    margin-bottom: -175px !important; }
  .mx-xl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-xl-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-xl-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .mx-xl-185 {
    margin-right: 185px !important;
    margin-left: 185px !important; }
  .mx-xl-n185 {
    margin-right: -185px !important;
    margin-left: -185px !important; }
  .my-xl-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important; }
  .my-xl-n185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important; }
  .mx-xl-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-xl-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .my-xl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-xl-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .mx-xl-195 {
    margin-right: 195px !important;
    margin-left: 195px !important; }
  .mx-xl-n195 {
    margin-right: -195px !important;
    margin-left: -195px !important; }
  .my-xl-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important; }
  .my-xl-n195 {
    margin-top: -195px !important;
    margin-bottom: -195px !important; }
  .mx-xl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-xl-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-xl-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .mx-xl-205 {
    margin-right: 205px !important;
    margin-left: 205px !important; }
  .mx-xl-n205 {
    margin-right: -205px !important;
    margin-left: -205px !important; }
  .my-xl-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important; }
  .my-xl-n205 {
    margin-top: -205px !important;
    margin-bottom: -205px !important; }
  .mx-xl-210 {
    margin-right: 210px !important;
    margin-left: 210px !important; }
  .mx-xl-n210 {
    margin-right: -210px !important;
    margin-left: -210px !important; }
  .my-xl-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important; }
  .my-xl-n210 {
    margin-top: -210px !important;
    margin-bottom: -210px !important; }
  .mx-xl-215 {
    margin-right: 215px !important;
    margin-left: 215px !important; }
  .mx-xl-n215 {
    margin-right: -215px !important;
    margin-left: -215px !important; }
  .my-xl-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important; }
  .my-xl-n215 {
    margin-top: -215px !important;
    margin-bottom: -215px !important; }
  .mx-xl-220 {
    margin-right: 220px !important;
    margin-left: 220px !important; }
  .mx-xl-n220 {
    margin-right: -220px !important;
    margin-left: -220px !important; }
  .my-xl-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important; }
  .my-xl-n220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important; }
  .mx-xl-225 {
    margin-right: 225px !important;
    margin-left: 225px !important; }
  .mx-xl-n225 {
    margin-right: -225px !important;
    margin-left: -225px !important; }
  .my-xl-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important; }
  .my-xl-n225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important; }
  .mx-xl-230 {
    margin-right: 230px !important;
    margin-left: 230px !important; }
  .mx-xl-n230 {
    margin-right: -230px !important;
    margin-left: -230px !important; }
  .my-xl-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important; }
  .my-xl-n230 {
    margin-top: -230px !important;
    margin-bottom: -230px !important; }
  .mx-xl-235 {
    margin-right: 235px !important;
    margin-left: 235px !important; }
  .mx-xl-n235 {
    margin-right: -235px !important;
    margin-left: -235px !important; }
  .my-xl-235 {
    margin-top: 235px !important;
    margin-bottom: 235px !important; }
  .my-xl-n235 {
    margin-top: -235px !important;
    margin-bottom: -235px !important; }
  .mx-xl-240 {
    margin-right: 240px !important;
    margin-left: 240px !important; }
  .mx-xl-n240 {
    margin-right: -240px !important;
    margin-left: -240px !important; }
  .my-xl-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important; }
  .my-xl-n240 {
    margin-top: -240px !important;
    margin-bottom: -240px !important; }
  .mx-xl-245 {
    margin-right: 245px !important;
    margin-left: 245px !important; }
  .mx-xl-n245 {
    margin-right: -245px !important;
    margin-left: -245px !important; }
  .my-xl-245 {
    margin-top: 245px !important;
    margin-bottom: 245px !important; }
  .my-xl-n245 {
    margin-top: -245px !important;
    margin-bottom: -245px !important; }
  .mx-xl-250 {
    margin-right: 250px !important;
    margin-left: 250px !important; }
  .mx-xl-n250 {
    margin-right: -250px !important;
    margin-left: -250px !important; }
  .my-xl-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important; }
  .my-xl-n250 {
    margin-top: -250px !important;
    margin-bottom: -250px !important; }
  .m-xl-0 {
    margin: 0px !important; }
  .m-xl-n0 {
    margin: 0px !important; }
  .m-xl-5 {
    margin: 5px !important; }
  .m-xl-n5 {
    margin: -5px !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .m-xl-n10 {
    margin: -10px !important; }
  .m-xl-15 {
    margin: 15px !important; }
  .m-xl-n15 {
    margin: -15px !important; }
  .m-xl-20 {
    margin: 20px !important; }
  .m-xl-n20 {
    margin: -20px !important; }
  .m-xl-25 {
    margin: 25px !important; }
  .m-xl-n25 {
    margin: -25px !important; }
  .m-xl-30 {
    margin: 30px !important; }
  .m-xl-n30 {
    margin: -30px !important; }
  .m-xl-35 {
    margin: 35px !important; }
  .m-xl-n35 {
    margin: -35px !important; }
  .m-xl-40 {
    margin: 40px !important; }
  .m-xl-n40 {
    margin: -40px !important; }
  .m-xl-45 {
    margin: 45px !important; }
  .m-xl-n45 {
    margin: -45px !important; }
  .m-xl-50 {
    margin: 50px !important; }
  .m-xl-n50 {
    margin: -50px !important; }
  .m-xl-55 {
    margin: 55px !important; }
  .m-xl-n55 {
    margin: -55px !important; }
  .m-xl-60 {
    margin: 60px !important; }
  .m-xl-n60 {
    margin: -60px !important; }
  .m-xl-65 {
    margin: 65px !important; }
  .m-xl-n65 {
    margin: -65px !important; }
  .m-xl-70 {
    margin: 70px !important; }
  .m-xl-n70 {
    margin: -70px !important; }
  .m-xl-75 {
    margin: 75px !important; }
  .m-xl-n75 {
    margin: -75px !important; }
  .m-xl-80 {
    margin: 80px !important; }
  .m-xl-n80 {
    margin: -80px !important; }
  .m-xl-85 {
    margin: 85px !important; }
  .m-xl-n85 {
    margin: -85px !important; }
  .m-xl-90 {
    margin: 90px !important; }
  .m-xl-n90 {
    margin: -90px !important; }
  .m-xl-95 {
    margin: 95px !important; }
  .m-xl-n95 {
    margin: -95px !important; }
  .m-xl-100 {
    margin: 100px !important; }
  .m-xl-n100 {
    margin: -100px !important; }
  .m-xl-105 {
    margin: 105px !important; }
  .m-xl-n105 {
    margin: -105px !important; }
  .m-xl-110 {
    margin: 110px !important; }
  .m-xl-n110 {
    margin: -110px !important; }
  .m-xl-115 {
    margin: 115px !important; }
  .m-xl-n115 {
    margin: -115px !important; }
  .m-xl-120 {
    margin: 120px !important; }
  .m-xl-n120 {
    margin: -120px !important; }
  .m-xl-125 {
    margin: 125px !important; }
  .m-xl-n125 {
    margin: -125px !important; }
  .m-xl-130 {
    margin: 130px !important; }
  .m-xl-n130 {
    margin: -130px !important; }
  .m-xl-135 {
    margin: 135px !important; }
  .m-xl-n135 {
    margin: -135px !important; }
  .m-xl-140 {
    margin: 140px !important; }
  .m-xl-n140 {
    margin: -140px !important; }
  .m-xl-145 {
    margin: 145px !important; }
  .m-xl-n145 {
    margin: -145px !important; }
  .m-xl-150 {
    margin: 150px !important; }
  .m-xl-n150 {
    margin: -150px !important; }
  .m-xl-155 {
    margin: 155px !important; }
  .m-xl-n155 {
    margin: -155px !important; }
  .m-xl-160 {
    margin: 160px !important; }
  .m-xl-n160 {
    margin: -160px !important; }
  .m-xl-165 {
    margin: 165px !important; }
  .m-xl-n165 {
    margin: -165px !important; }
  .m-xl-170 {
    margin: 170px !important; }
  .m-xl-n170 {
    margin: -170px !important; }
  .m-xl-175 {
    margin: 175px !important; }
  .m-xl-n175 {
    margin: -175px !important; }
  .m-xl-180 {
    margin: 180px !important; }
  .m-xl-n180 {
    margin: -180px !important; }
  .m-xl-185 {
    margin: 185px !important; }
  .m-xl-n185 {
    margin: -185px !important; }
  .m-xl-190 {
    margin: 190px !important; }
  .m-xl-n190 {
    margin: -190px !important; }
  .m-xl-195 {
    margin: 195px !important; }
  .m-xl-n195 {
    margin: -195px !important; }
  .m-xl-200 {
    margin: 200px !important; }
  .m-xl-n200 {
    margin: -200px !important; }
  .m-xl-205 {
    margin: 205px !important; }
  .m-xl-n205 {
    margin: -205px !important; }
  .m-xl-210 {
    margin: 210px !important; }
  .m-xl-n210 {
    margin: -210px !important; }
  .m-xl-215 {
    margin: 215px !important; }
  .m-xl-n215 {
    margin: -215px !important; }
  .m-xl-220 {
    margin: 220px !important; }
  .m-xl-n220 {
    margin: -220px !important; }
  .m-xl-225 {
    margin: 225px !important; }
  .m-xl-n225 {
    margin: -225px !important; }
  .m-xl-230 {
    margin: 230px !important; }
  .m-xl-n230 {
    margin: -230px !important; }
  .m-xl-235 {
    margin: 235px !important; }
  .m-xl-n235 {
    margin: -235px !important; }
  .m-xl-240 {
    margin: 240px !important; }
  .m-xl-n240 {
    margin: -240px !important; }
  .m-xl-245 {
    margin: 245px !important; }
  .m-xl-n245 {
    margin: -245px !important; }
  .m-xl-250 {
    margin: 250px !important; }
  .m-xl-n250 {
    margin: -250px !important; }
  .mt-xl-0 {
    margin-top: 0px !important; }
  .mt-xl-n0 {
    margin-top: 0px !important; }
  .mt-xl-5 {
    margin-top: 5px !important; }
  .mt-xl-n5 {
    margin-top: -5px !important; }
  .mt-xl-10 {
    margin-top: 10px !important; }
  .mt-xl-n10 {
    margin-top: -10px !important; }
  .mt-xl-15 {
    margin-top: 15px !important; }
  .mt-xl-n15 {
    margin-top: -15px !important; }
  .mt-xl-20 {
    margin-top: 20px !important; }
  .mt-xl-n20 {
    margin-top: -20px !important; }
  .mt-xl-25 {
    margin-top: 25px !important; }
  .mt-xl-n25 {
    margin-top: -25px !important; }
  .mt-xl-30 {
    margin-top: 30px !important; }
  .mt-xl-n30 {
    margin-top: -30px !important; }
  .mt-xl-35 {
    margin-top: 35px !important; }
  .mt-xl-n35 {
    margin-top: -35px !important; }
  .mt-xl-40 {
    margin-top: 40px !important; }
  .mt-xl-n40 {
    margin-top: -40px !important; }
  .mt-xl-45 {
    margin-top: 45px !important; }
  .mt-xl-n45 {
    margin-top: -45px !important; }
  .mt-xl-50 {
    margin-top: 50px !important; }
  .mt-xl-n50 {
    margin-top: -50px !important; }
  .mt-xl-55 {
    margin-top: 55px !important; }
  .mt-xl-n55 {
    margin-top: -55px !important; }
  .mt-xl-60 {
    margin-top: 60px !important; }
  .mt-xl-n60 {
    margin-top: -60px !important; }
  .mt-xl-65 {
    margin-top: 65px !important; }
  .mt-xl-n65 {
    margin-top: -65px !important; }
  .mt-xl-70 {
    margin-top: 70px !important; }
  .mt-xl-n70 {
    margin-top: -70px !important; }
  .mt-xl-75 {
    margin-top: 75px !important; }
  .mt-xl-n75 {
    margin-top: -75px !important; }
  .mt-xl-80 {
    margin-top: 80px !important; }
  .mt-xl-n80 {
    margin-top: -80px !important; }
  .mt-xl-85 {
    margin-top: 85px !important; }
  .mt-xl-n85 {
    margin-top: -85px !important; }
  .mt-xl-90 {
    margin-top: 90px !important; }
  .mt-xl-n90 {
    margin-top: -90px !important; }
  .mt-xl-95 {
    margin-top: 95px !important; }
  .mt-xl-n95 {
    margin-top: -95px !important; }
  .mt-xl-100 {
    margin-top: 100px !important; }
  .mt-xl-n100 {
    margin-top: -100px !important; }
  .mt-xl-105 {
    margin-top: 105px !important; }
  .mt-xl-n105 {
    margin-top: -105px !important; }
  .mt-xl-110 {
    margin-top: 110px !important; }
  .mt-xl-n110 {
    margin-top: -110px !important; }
  .mt-xl-115 {
    margin-top: 115px !important; }
  .mt-xl-n115 {
    margin-top: -115px !important; }
  .mt-xl-120 {
    margin-top: 120px !important; }
  .mt-xl-n120 {
    margin-top: -120px !important; }
  .mt-xl-125 {
    margin-top: 125px !important; }
  .mt-xl-n125 {
    margin-top: -125px !important; }
  .mt-xl-130 {
    margin-top: 130px !important; }
  .mt-xl-n130 {
    margin-top: -130px !important; }
  .mt-xl-135 {
    margin-top: 135px !important; }
  .mt-xl-n135 {
    margin-top: -135px !important; }
  .mt-xl-140 {
    margin-top: 140px !important; }
  .mt-xl-n140 {
    margin-top: -140px !important; }
  .mt-xl-145 {
    margin-top: 145px !important; }
  .mt-xl-n145 {
    margin-top: -145px !important; }
  .mt-xl-150 {
    margin-top: 150px !important; }
  .mt-xl-n150 {
    margin-top: -150px !important; }
  .mt-xl-155 {
    margin-top: 155px !important; }
  .mt-xl-n155 {
    margin-top: -155px !important; }
  .mt-xl-160 {
    margin-top: 160px !important; }
  .mt-xl-n160 {
    margin-top: -160px !important; }
  .mt-xl-165 {
    margin-top: 165px !important; }
  .mt-xl-n165 {
    margin-top: -165px !important; }
  .mt-xl-170 {
    margin-top: 170px !important; }
  .mt-xl-n170 {
    margin-top: -170px !important; }
  .mt-xl-175 {
    margin-top: 175px !important; }
  .mt-xl-n175 {
    margin-top: -175px !important; }
  .mt-xl-180 {
    margin-top: 180px !important; }
  .mt-xl-n180 {
    margin-top: -180px !important; }
  .mt-xl-185 {
    margin-top: 185px !important; }
  .mt-xl-n185 {
    margin-top: -185px !important; }
  .mt-xl-190 {
    margin-top: 190px !important; }
  .mt-xl-n190 {
    margin-top: -190px !important; }
  .mt-xl-195 {
    margin-top: 195px !important; }
  .mt-xl-n195 {
    margin-top: -195px !important; }
  .mt-xl-200 {
    margin-top: 200px !important; }
  .mt-xl-n200 {
    margin-top: -200px !important; }
  .mt-xl-205 {
    margin-top: 205px !important; }
  .mt-xl-n205 {
    margin-top: -205px !important; }
  .mt-xl-210 {
    margin-top: 210px !important; }
  .mt-xl-n210 {
    margin-top: -210px !important; }
  .mt-xl-215 {
    margin-top: 215px !important; }
  .mt-xl-n215 {
    margin-top: -215px !important; }
  .mt-xl-220 {
    margin-top: 220px !important; }
  .mt-xl-n220 {
    margin-top: -220px !important; }
  .mt-xl-225 {
    margin-top: 225px !important; }
  .mt-xl-n225 {
    margin-top: -225px !important; }
  .mt-xl-230 {
    margin-top: 230px !important; }
  .mt-xl-n230 {
    margin-top: -230px !important; }
  .mt-xl-235 {
    margin-top: 235px !important; }
  .mt-xl-n235 {
    margin-top: -235px !important; }
  .mt-xl-240 {
    margin-top: 240px !important; }
  .mt-xl-n240 {
    margin-top: -240px !important; }
  .mt-xl-245 {
    margin-top: 245px !important; }
  .mt-xl-n245 {
    margin-top: -245px !important; }
  .mt-xl-250 {
    margin-top: 250px !important; }
  .mt-xl-n250 {
    margin-top: -250px !important; }
  .mr-xl-0 {
    margin-right: 0px !important; }
  .mr-xl-n0 {
    margin-right: 0px !important; }
  .mr-xl-5 {
    margin-right: 5px !important; }
  .mr-xl-n5 {
    margin-right: -5px !important; }
  .mr-xl-10 {
    margin-right: 10px !important; }
  .mr-xl-n10 {
    margin-right: -10px !important; }
  .mr-xl-15 {
    margin-right: 15px !important; }
  .mr-xl-n15 {
    margin-right: -15px !important; }
  .mr-xl-20 {
    margin-right: 20px !important; }
  .mr-xl-n20 {
    margin-right: -20px !important; }
  .mr-xl-25 {
    margin-right: 25px !important; }
  .mr-xl-n25 {
    margin-right: -25px !important; }
  .mr-xl-30 {
    margin-right: 30px !important; }
  .mr-xl-n30 {
    margin-right: -30px !important; }
  .mr-xl-35 {
    margin-right: 35px !important; }
  .mr-xl-n35 {
    margin-right: -35px !important; }
  .mr-xl-40 {
    margin-right: 40px !important; }
  .mr-xl-n40 {
    margin-right: -40px !important; }
  .mr-xl-45 {
    margin-right: 45px !important; }
  .mr-xl-n45 {
    margin-right: -45px !important; }
  .mr-xl-50 {
    margin-right: 50px !important; }
  .mr-xl-n50 {
    margin-right: -50px !important; }
  .mr-xl-55 {
    margin-right: 55px !important; }
  .mr-xl-n55 {
    margin-right: -55px !important; }
  .mr-xl-60 {
    margin-right: 60px !important; }
  .mr-xl-n60 {
    margin-right: -60px !important; }
  .mr-xl-65 {
    margin-right: 65px !important; }
  .mr-xl-n65 {
    margin-right: -65px !important; }
  .mr-xl-70 {
    margin-right: 70px !important; }
  .mr-xl-n70 {
    margin-right: -70px !important; }
  .mr-xl-75 {
    margin-right: 75px !important; }
  .mr-xl-n75 {
    margin-right: -75px !important; }
  .mr-xl-80 {
    margin-right: 80px !important; }
  .mr-xl-n80 {
    margin-right: -80px !important; }
  .mr-xl-85 {
    margin-right: 85px !important; }
  .mr-xl-n85 {
    margin-right: -85px !important; }
  .mr-xl-90 {
    margin-right: 90px !important; }
  .mr-xl-n90 {
    margin-right: -90px !important; }
  .mr-xl-95 {
    margin-right: 95px !important; }
  .mr-xl-n95 {
    margin-right: -95px !important; }
  .mr-xl-100 {
    margin-right: 100px !important; }
  .mr-xl-n100 {
    margin-right: -100px !important; }
  .mr-xl-105 {
    margin-right: 105px !important; }
  .mr-xl-n105 {
    margin-right: -105px !important; }
  .mr-xl-110 {
    margin-right: 110px !important; }
  .mr-xl-n110 {
    margin-right: -110px !important; }
  .mr-xl-115 {
    margin-right: 115px !important; }
  .mr-xl-n115 {
    margin-right: -115px !important; }
  .mr-xl-120 {
    margin-right: 120px !important; }
  .mr-xl-n120 {
    margin-right: -120px !important; }
  .mr-xl-125 {
    margin-right: 125px !important; }
  .mr-xl-n125 {
    margin-right: -125px !important; }
  .mr-xl-130 {
    margin-right: 130px !important; }
  .mr-xl-n130 {
    margin-right: -130px !important; }
  .mr-xl-135 {
    margin-right: 135px !important; }
  .mr-xl-n135 {
    margin-right: -135px !important; }
  .mr-xl-140 {
    margin-right: 140px !important; }
  .mr-xl-n140 {
    margin-right: -140px !important; }
  .mr-xl-145 {
    margin-right: 145px !important; }
  .mr-xl-n145 {
    margin-right: -145px !important; }
  .mr-xl-150 {
    margin-right: 150px !important; }
  .mr-xl-n150 {
    margin-right: -150px !important; }
  .mr-xl-155 {
    margin-right: 155px !important; }
  .mr-xl-n155 {
    margin-right: -155px !important; }
  .mr-xl-160 {
    margin-right: 160px !important; }
  .mr-xl-n160 {
    margin-right: -160px !important; }
  .mr-xl-165 {
    margin-right: 165px !important; }
  .mr-xl-n165 {
    margin-right: -165px !important; }
  .mr-xl-170 {
    margin-right: 170px !important; }
  .mr-xl-n170 {
    margin-right: -170px !important; }
  .mr-xl-175 {
    margin-right: 175px !important; }
  .mr-xl-n175 {
    margin-right: -175px !important; }
  .mr-xl-180 {
    margin-right: 180px !important; }
  .mr-xl-n180 {
    margin-right: -180px !important; }
  .mr-xl-185 {
    margin-right: 185px !important; }
  .mr-xl-n185 {
    margin-right: -185px !important; }
  .mr-xl-190 {
    margin-right: 190px !important; }
  .mr-xl-n190 {
    margin-right: -190px !important; }
  .mr-xl-195 {
    margin-right: 195px !important; }
  .mr-xl-n195 {
    margin-right: -195px !important; }
  .mr-xl-200 {
    margin-right: 200px !important; }
  .mr-xl-n200 {
    margin-right: -200px !important; }
  .mr-xl-205 {
    margin-right: 205px !important; }
  .mr-xl-n205 {
    margin-right: -205px !important; }
  .mr-xl-210 {
    margin-right: 210px !important; }
  .mr-xl-n210 {
    margin-right: -210px !important; }
  .mr-xl-215 {
    margin-right: 215px !important; }
  .mr-xl-n215 {
    margin-right: -215px !important; }
  .mr-xl-220 {
    margin-right: 220px !important; }
  .mr-xl-n220 {
    margin-right: -220px !important; }
  .mr-xl-225 {
    margin-right: 225px !important; }
  .mr-xl-n225 {
    margin-right: -225px !important; }
  .mr-xl-230 {
    margin-right: 230px !important; }
  .mr-xl-n230 {
    margin-right: -230px !important; }
  .mr-xl-235 {
    margin-right: 235px !important; }
  .mr-xl-n235 {
    margin-right: -235px !important; }
  .mr-xl-240 {
    margin-right: 240px !important; }
  .mr-xl-n240 {
    margin-right: -240px !important; }
  .mr-xl-245 {
    margin-right: 245px !important; }
  .mr-xl-n245 {
    margin-right: -245px !important; }
  .mr-xl-250 {
    margin-right: 250px !important; }
  .mr-xl-n250 {
    margin-right: -250px !important; }
  .mb-xl-0 {
    margin-bottom: 0px !important; }
  .mb-xl-n0 {
    margin-bottom: 0px !important; }
  .mb-xl-5 {
    margin-bottom: 5px !important; }
  .mb-xl-n5 {
    margin-bottom: -5px !important; }
  .mb-xl-10 {
    margin-bottom: 10px !important; }
  .mb-xl-n10 {
    margin-bottom: -10px !important; }
  .mb-xl-15 {
    margin-bottom: 15px !important; }
  .mb-xl-n15 {
    margin-bottom: -15px !important; }
  .mb-xl-20 {
    margin-bottom: 20px !important; }
  .mb-xl-n20 {
    margin-bottom: -20px !important; }
  .mb-xl-25 {
    margin-bottom: 25px !important; }
  .mb-xl-n25 {
    margin-bottom: -25px !important; }
  .mb-xl-30 {
    margin-bottom: 30px !important; }
  .mb-xl-n30 {
    margin-bottom: -30px !important; }
  .mb-xl-35 {
    margin-bottom: 35px !important; }
  .mb-xl-n35 {
    margin-bottom: -35px !important; }
  .mb-xl-40 {
    margin-bottom: 40px !important; }
  .mb-xl-n40 {
    margin-bottom: -40px !important; }
  .mb-xl-45 {
    margin-bottom: 45px !important; }
  .mb-xl-n45 {
    margin-bottom: -45px !important; }
  .mb-xl-50 {
    margin-bottom: 50px !important; }
  .mb-xl-n50 {
    margin-bottom: -50px !important; }
  .mb-xl-55 {
    margin-bottom: 55px !important; }
  .mb-xl-n55 {
    margin-bottom: -55px !important; }
  .mb-xl-60 {
    margin-bottom: 60px !important; }
  .mb-xl-n60 {
    margin-bottom: -60px !important; }
  .mb-xl-65 {
    margin-bottom: 65px !important; }
  .mb-xl-n65 {
    margin-bottom: -65px !important; }
  .mb-xl-70 {
    margin-bottom: 70px !important; }
  .mb-xl-n70 {
    margin-bottom: -70px !important; }
  .mb-xl-75 {
    margin-bottom: 75px !important; }
  .mb-xl-n75 {
    margin-bottom: -75px !important; }
  .mb-xl-80 {
    margin-bottom: 80px !important; }
  .mb-xl-n80 {
    margin-bottom: -80px !important; }
  .mb-xl-85 {
    margin-bottom: 85px !important; }
  .mb-xl-n85 {
    margin-bottom: -85px !important; }
  .mb-xl-90 {
    margin-bottom: 90px !important; }
  .mb-xl-n90 {
    margin-bottom: -90px !important; }
  .mb-xl-95 {
    margin-bottom: 95px !important; }
  .mb-xl-n95 {
    margin-bottom: -95px !important; }
  .mb-xl-100 {
    margin-bottom: 100px !important; }
  .mb-xl-n100 {
    margin-bottom: -100px !important; }
  .mb-xl-105 {
    margin-bottom: 105px !important; }
  .mb-xl-n105 {
    margin-bottom: -105px !important; }
  .mb-xl-110 {
    margin-bottom: 110px !important; }
  .mb-xl-n110 {
    margin-bottom: -110px !important; }
  .mb-xl-115 {
    margin-bottom: 115px !important; }
  .mb-xl-n115 {
    margin-bottom: -115px !important; }
  .mb-xl-120 {
    margin-bottom: 120px !important; }
  .mb-xl-n120 {
    margin-bottom: -120px !important; }
  .mb-xl-125 {
    margin-bottom: 125px !important; }
  .mb-xl-n125 {
    margin-bottom: -125px !important; }
  .mb-xl-130 {
    margin-bottom: 130px !important; }
  .mb-xl-n130 {
    margin-bottom: -130px !important; }
  .mb-xl-135 {
    margin-bottom: 135px !important; }
  .mb-xl-n135 {
    margin-bottom: -135px !important; }
  .mb-xl-140 {
    margin-bottom: 140px !important; }
  .mb-xl-n140 {
    margin-bottom: -140px !important; }
  .mb-xl-145 {
    margin-bottom: 145px !important; }
  .mb-xl-n145 {
    margin-bottom: -145px !important; }
  .mb-xl-150 {
    margin-bottom: 150px !important; }
  .mb-xl-n150 {
    margin-bottom: -150px !important; }
  .mb-xl-155 {
    margin-bottom: 155px !important; }
  .mb-xl-n155 {
    margin-bottom: -155px !important; }
  .mb-xl-160 {
    margin-bottom: 160px !important; }
  .mb-xl-n160 {
    margin-bottom: -160px !important; }
  .mb-xl-165 {
    margin-bottom: 165px !important; }
  .mb-xl-n165 {
    margin-bottom: -165px !important; }
  .mb-xl-170 {
    margin-bottom: 170px !important; }
  .mb-xl-n170 {
    margin-bottom: -170px !important; }
  .mb-xl-175 {
    margin-bottom: 175px !important; }
  .mb-xl-n175 {
    margin-bottom: -175px !important; }
  .mb-xl-180 {
    margin-bottom: 180px !important; }
  .mb-xl-n180 {
    margin-bottom: -180px !important; }
  .mb-xl-185 {
    margin-bottom: 185px !important; }
  .mb-xl-n185 {
    margin-bottom: -185px !important; }
  .mb-xl-190 {
    margin-bottom: 190px !important; }
  .mb-xl-n190 {
    margin-bottom: -190px !important; }
  .mb-xl-195 {
    margin-bottom: 195px !important; }
  .mb-xl-n195 {
    margin-bottom: -195px !important; }
  .mb-xl-200 {
    margin-bottom: 200px !important; }
  .mb-xl-n200 {
    margin-bottom: -200px !important; }
  .mb-xl-205 {
    margin-bottom: 205px !important; }
  .mb-xl-n205 {
    margin-bottom: -205px !important; }
  .mb-xl-210 {
    margin-bottom: 210px !important; }
  .mb-xl-n210 {
    margin-bottom: -210px !important; }
  .mb-xl-215 {
    margin-bottom: 215px !important; }
  .mb-xl-n215 {
    margin-bottom: -215px !important; }
  .mb-xl-220 {
    margin-bottom: 220px !important; }
  .mb-xl-n220 {
    margin-bottom: -220px !important; }
  .mb-xl-225 {
    margin-bottom: 225px !important; }
  .mb-xl-n225 {
    margin-bottom: -225px !important; }
  .mb-xl-230 {
    margin-bottom: 230px !important; }
  .mb-xl-n230 {
    margin-bottom: -230px !important; }
  .mb-xl-235 {
    margin-bottom: 235px !important; }
  .mb-xl-n235 {
    margin-bottom: -235px !important; }
  .mb-xl-240 {
    margin-bottom: 240px !important; }
  .mb-xl-n240 {
    margin-bottom: -240px !important; }
  .mb-xl-245 {
    margin-bottom: 245px !important; }
  .mb-xl-n245 {
    margin-bottom: -245px !important; }
  .mb-xl-250 {
    margin-bottom: 250px !important; }
  .mb-xl-n250 {
    margin-bottom: -250px !important; }
  .ml-xl-0 {
    margin-left: 0px !important; }
  .ml-xl-n0 {
    margin-left: 0px !important; }
  .ml-xl-5 {
    margin-left: 5px !important; }
  .ml-xl-n5 {
    margin-left: -5px !important; }
  .ml-xl-10 {
    margin-left: 10px !important; }
  .ml-xl-n10 {
    margin-left: -10px !important; }
  .ml-xl-15 {
    margin-left: 15px !important; }
  .ml-xl-n15 {
    margin-left: -15px !important; }
  .ml-xl-20 {
    margin-left: 20px !important; }
  .ml-xl-n20 {
    margin-left: -20px !important; }
  .ml-xl-25 {
    margin-left: 25px !important; }
  .ml-xl-n25 {
    margin-left: -25px !important; }
  .ml-xl-30 {
    margin-left: 30px !important; }
  .ml-xl-n30 {
    margin-left: -30px !important; }
  .ml-xl-35 {
    margin-left: 35px !important; }
  .ml-xl-n35 {
    margin-left: -35px !important; }
  .ml-xl-40 {
    margin-left: 40px !important; }
  .ml-xl-n40 {
    margin-left: -40px !important; }
  .ml-xl-45 {
    margin-left: 45px !important; }
  .ml-xl-n45 {
    margin-left: -45px !important; }
  .ml-xl-50 {
    margin-left: 50px !important; }
  .ml-xl-n50 {
    margin-left: -50px !important; }
  .ml-xl-55 {
    margin-left: 55px !important; }
  .ml-xl-n55 {
    margin-left: -55px !important; }
  .ml-xl-60 {
    margin-left: 60px !important; }
  .ml-xl-n60 {
    margin-left: -60px !important; }
  .ml-xl-65 {
    margin-left: 65px !important; }
  .ml-xl-n65 {
    margin-left: -65px !important; }
  .ml-xl-70 {
    margin-left: 70px !important; }
  .ml-xl-n70 {
    margin-left: -70px !important; }
  .ml-xl-75 {
    margin-left: 75px !important; }
  .ml-xl-n75 {
    margin-left: -75px !important; }
  .ml-xl-80 {
    margin-left: 80px !important; }
  .ml-xl-n80 {
    margin-left: -80px !important; }
  .ml-xl-85 {
    margin-left: 85px !important; }
  .ml-xl-n85 {
    margin-left: -85px !important; }
  .ml-xl-90 {
    margin-left: 90px !important; }
  .ml-xl-n90 {
    margin-left: -90px !important; }
  .ml-xl-95 {
    margin-left: 95px !important; }
  .ml-xl-n95 {
    margin-left: -95px !important; }
  .ml-xl-100 {
    margin-left: 100px !important; }
  .ml-xl-n100 {
    margin-left: -100px !important; }
  .ml-xl-105 {
    margin-left: 105px !important; }
  .ml-xl-n105 {
    margin-left: -105px !important; }
  .ml-xl-110 {
    margin-left: 110px !important; }
  .ml-xl-n110 {
    margin-left: -110px !important; }
  .ml-xl-115 {
    margin-left: 115px !important; }
  .ml-xl-n115 {
    margin-left: -115px !important; }
  .ml-xl-120 {
    margin-left: 120px !important; }
  .ml-xl-n120 {
    margin-left: -120px !important; }
  .ml-xl-125 {
    margin-left: 125px !important; }
  .ml-xl-n125 {
    margin-left: -125px !important; }
  .ml-xl-130 {
    margin-left: 130px !important; }
  .ml-xl-n130 {
    margin-left: -130px !important; }
  .ml-xl-135 {
    margin-left: 135px !important; }
  .ml-xl-n135 {
    margin-left: -135px !important; }
  .ml-xl-140 {
    margin-left: 140px !important; }
  .ml-xl-n140 {
    margin-left: -140px !important; }
  .ml-xl-145 {
    margin-left: 145px !important; }
  .ml-xl-n145 {
    margin-left: -145px !important; }
  .ml-xl-150 {
    margin-left: 150px !important; }
  .ml-xl-n150 {
    margin-left: -150px !important; }
  .ml-xl-155 {
    margin-left: 155px !important; }
  .ml-xl-n155 {
    margin-left: -155px !important; }
  .ml-xl-160 {
    margin-left: 160px !important; }
  .ml-xl-n160 {
    margin-left: -160px !important; }
  .ml-xl-165 {
    margin-left: 165px !important; }
  .ml-xl-n165 {
    margin-left: -165px !important; }
  .ml-xl-170 {
    margin-left: 170px !important; }
  .ml-xl-n170 {
    margin-left: -170px !important; }
  .ml-xl-175 {
    margin-left: 175px !important; }
  .ml-xl-n175 {
    margin-left: -175px !important; }
  .ml-xl-180 {
    margin-left: 180px !important; }
  .ml-xl-n180 {
    margin-left: -180px !important; }
  .ml-xl-185 {
    margin-left: 185px !important; }
  .ml-xl-n185 {
    margin-left: -185px !important; }
  .ml-xl-190 {
    margin-left: 190px !important; }
  .ml-xl-n190 {
    margin-left: -190px !important; }
  .ml-xl-195 {
    margin-left: 195px !important; }
  .ml-xl-n195 {
    margin-left: -195px !important; }
  .ml-xl-200 {
    margin-left: 200px !important; }
  .ml-xl-n200 {
    margin-left: -200px !important; }
  .ml-xl-205 {
    margin-left: 205px !important; }
  .ml-xl-n205 {
    margin-left: -205px !important; }
  .ml-xl-210 {
    margin-left: 210px !important; }
  .ml-xl-n210 {
    margin-left: -210px !important; }
  .ml-xl-215 {
    margin-left: 215px !important; }
  .ml-xl-n215 {
    margin-left: -215px !important; }
  .ml-xl-220 {
    margin-left: 220px !important; }
  .ml-xl-n220 {
    margin-left: -220px !important; }
  .ml-xl-225 {
    margin-left: 225px !important; }
  .ml-xl-n225 {
    margin-left: -225px !important; }
  .ml-xl-230 {
    margin-left: 230px !important; }
  .ml-xl-n230 {
    margin-left: -230px !important; }
  .ml-xl-235 {
    margin-left: 235px !important; }
  .ml-xl-n235 {
    margin-left: -235px !important; }
  .ml-xl-240 {
    margin-left: 240px !important; }
  .ml-xl-n240 {
    margin-left: -240px !important; }
  .ml-xl-245 {
    margin-left: 245px !important; }
  .ml-xl-n245 {
    margin-left: -245px !important; }
  .ml-xl-250 {
    margin-left: 250px !important; }
  .ml-xl-n250 {
    margin-left: -250px !important; }
  .px-xl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-xl-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-xl-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xl-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xl-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xl-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xl-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-xl-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xl-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xl-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xl-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xl-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xl-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xl-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xl-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-xl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-xl-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-xl-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xl-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xl-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-xl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-xl-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-xl-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xl-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xl-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-xl-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-xl-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-xl-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xl-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xl-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-xl-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-xl-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-xl-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-xl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xl-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xl-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-xl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-xl-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-xl-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-xl-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-xl-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-xl-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-xl-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-xl-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-xl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-xl-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-xl-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-xl-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-xl-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-xl-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xl-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xl-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-xl-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-xl-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-xl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-xl-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-xl-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-xl-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-xl-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-xl-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-xl-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-xl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-xl-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xl-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xl-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-xl-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-xl-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-xl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-xl-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-xl-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-xl-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-xl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-xl-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-xl-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-xl-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-xl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-xl-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-xl-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-xl-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-xl-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-xl-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-xl-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-xl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-xl-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-xl-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-xl-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-xl-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .px-xl-155 {
    padding-right: 155px !important;
    padding-left: 155px !important; }
  .px-xl-n155 {
    padding-right: -155px !important;
    padding-left: -155px !important; }
  .py-xl-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; }
  .py-xl-n155 {
    padding-top: -155px !important;
    padding-bottom: -155px !important; }
  .px-xl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-xl-n160 {
    padding-right: -160px !important;
    padding-left: -160px !important; }
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-xl-n160 {
    padding-top: -160px !important;
    padding-bottom: -160px !important; }
  .px-xl-165 {
    padding-right: 165px !important;
    padding-left: 165px !important; }
  .px-xl-n165 {
    padding-right: -165px !important;
    padding-left: -165px !important; }
  .py-xl-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; }
  .py-xl-n165 {
    padding-top: -165px !important;
    padding-bottom: -165px !important; }
  .px-xl-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-xl-n170 {
    padding-right: -170px !important;
    padding-left: -170px !important; }
  .py-xl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-xl-n170 {
    padding-top: -170px !important;
    padding-bottom: -170px !important; }
  .px-xl-175 {
    padding-right: 175px !important;
    padding-left: 175px !important; }
  .px-xl-n175 {
    padding-right: -175px !important;
    padding-left: -175px !important; }
  .py-xl-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; }
  .py-xl-n175 {
    padding-top: -175px !important;
    padding-bottom: -175px !important; }
  .px-xl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-xl-n180 {
    padding-right: -180px !important;
    padding-left: -180px !important; }
  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-xl-n180 {
    padding-top: -180px !important;
    padding-bottom: -180px !important; }
  .px-xl-185 {
    padding-right: 185px !important;
    padding-left: 185px !important; }
  .px-xl-n185 {
    padding-right: -185px !important;
    padding-left: -185px !important; }
  .py-xl-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; }
  .py-xl-n185 {
    padding-top: -185px !important;
    padding-bottom: -185px !important; }
  .px-xl-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-xl-n190 {
    padding-right: -190px !important;
    padding-left: -190px !important; }
  .py-xl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-xl-n190 {
    padding-top: -190px !important;
    padding-bottom: -190px !important; }
  .px-xl-195 {
    padding-right: 195px !important;
    padding-left: 195px !important; }
  .px-xl-n195 {
    padding-right: -195px !important;
    padding-left: -195px !important; }
  .py-xl-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; }
  .py-xl-n195 {
    padding-top: -195px !important;
    padding-bottom: -195px !important; }
  .px-xl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .px-xl-n200 {
    padding-right: -200px !important;
    padding-left: -200px !important; }
  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .py-xl-n200 {
    padding-top: -200px !important;
    padding-bottom: -200px !important; }
  .px-xl-205 {
    padding-right: 205px !important;
    padding-left: 205px !important; }
  .px-xl-n205 {
    padding-right: -205px !important;
    padding-left: -205px !important; }
  .py-xl-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important; }
  .py-xl-n205 {
    padding-top: -205px !important;
    padding-bottom: -205px !important; }
  .px-xl-210 {
    padding-right: 210px !important;
    padding-left: 210px !important; }
  .px-xl-n210 {
    padding-right: -210px !important;
    padding-left: -210px !important; }
  .py-xl-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; }
  .py-xl-n210 {
    padding-top: -210px !important;
    padding-bottom: -210px !important; }
  .px-xl-215 {
    padding-right: 215px !important;
    padding-left: 215px !important; }
  .px-xl-n215 {
    padding-right: -215px !important;
    padding-left: -215px !important; }
  .py-xl-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important; }
  .py-xl-n215 {
    padding-top: -215px !important;
    padding-bottom: -215px !important; }
  .px-xl-220 {
    padding-right: 220px !important;
    padding-left: 220px !important; }
  .px-xl-n220 {
    padding-right: -220px !important;
    padding-left: -220px !important; }
  .py-xl-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; }
  .py-xl-n220 {
    padding-top: -220px !important;
    padding-bottom: -220px !important; }
  .px-xl-225 {
    padding-right: 225px !important;
    padding-left: 225px !important; }
  .px-xl-n225 {
    padding-right: -225px !important;
    padding-left: -225px !important; }
  .py-xl-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important; }
  .py-xl-n225 {
    padding-top: -225px !important;
    padding-bottom: -225px !important; }
  .px-xl-230 {
    padding-right: 230px !important;
    padding-left: 230px !important; }
  .px-xl-n230 {
    padding-right: -230px !important;
    padding-left: -230px !important; }
  .py-xl-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important; }
  .py-xl-n230 {
    padding-top: -230px !important;
    padding-bottom: -230px !important; }
  .px-xl-235 {
    padding-right: 235px !important;
    padding-left: 235px !important; }
  .px-xl-n235 {
    padding-right: -235px !important;
    padding-left: -235px !important; }
  .py-xl-235 {
    padding-top: 235px !important;
    padding-bottom: 235px !important; }
  .py-xl-n235 {
    padding-top: -235px !important;
    padding-bottom: -235px !important; }
  .px-xl-240 {
    padding-right: 240px !important;
    padding-left: 240px !important; }
  .px-xl-n240 {
    padding-right: -240px !important;
    padding-left: -240px !important; }
  .py-xl-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; }
  .py-xl-n240 {
    padding-top: -240px !important;
    padding-bottom: -240px !important; }
  .px-xl-245 {
    padding-right: 245px !important;
    padding-left: 245px !important; }
  .px-xl-n245 {
    padding-right: -245px !important;
    padding-left: -245px !important; }
  .py-xl-245 {
    padding-top: 245px !important;
    padding-bottom: 245px !important; }
  .py-xl-n245 {
    padding-top: -245px !important;
    padding-bottom: -245px !important; }
  .px-xl-250 {
    padding-right: 250px !important;
    padding-left: 250px !important; }
  .px-xl-n250 {
    padding-right: -250px !important;
    padding-left: -250px !important; }
  .py-xl-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important; }
  .py-xl-n250 {
    padding-top: -250px !important;
    padding-bottom: -250px !important; }
  .p-xl-0 {
    padding: 0px !important; }
  .p-xl-n0 {
    padding: 0px !important; }
  .p-xl-5 {
    padding: 5px !important; }
  .p-xl-n5 {
    padding: -5px !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .p-xl-n10 {
    padding: -10px !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .p-xl-n15 {
    padding: -15px !important; }
  .p-xl-20 {
    padding: 20px !important; }
  .p-xl-n20 {
    padding: -20px !important; }
  .p-xl-25 {
    padding: 25px !important; }
  .p-xl-n25 {
    padding: -25px !important; }
  .p-xl-30 {
    padding: 30px !important; }
  .p-xl-n30 {
    padding: -30px !important; }
  .p-xl-35 {
    padding: 35px !important; }
  .p-xl-n35 {
    padding: -35px !important; }
  .p-xl-40 {
    padding: 40px !important; }
  .p-xl-n40 {
    padding: -40px !important; }
  .p-xl-45 {
    padding: 45px !important; }
  .p-xl-n45 {
    padding: -45px !important; }
  .p-xl-50 {
    padding: 50px !important; }
  .p-xl-n50 {
    padding: -50px !important; }
  .p-xl-55 {
    padding: 55px !important; }
  .p-xl-n55 {
    padding: -55px !important; }
  .p-xl-60 {
    padding: 60px !important; }
  .p-xl-n60 {
    padding: -60px !important; }
  .p-xl-65 {
    padding: 65px !important; }
  .p-xl-n65 {
    padding: -65px !important; }
  .p-xl-70 {
    padding: 70px !important; }
  .p-xl-n70 {
    padding: -70px !important; }
  .p-xl-75 {
    padding: 75px !important; }
  .p-xl-n75 {
    padding: -75px !important; }
  .p-xl-80 {
    padding: 80px !important; }
  .p-xl-n80 {
    padding: -80px !important; }
  .p-xl-85 {
    padding: 85px !important; }
  .p-xl-n85 {
    padding: -85px !important; }
  .p-xl-90 {
    padding: 90px !important; }
  .p-xl-n90 {
    padding: -90px !important; }
  .p-xl-95 {
    padding: 95px !important; }
  .p-xl-n95 {
    padding: -95px !important; }
  .p-xl-100 {
    padding: 100px !important; }
  .p-xl-n100 {
    padding: -100px !important; }
  .p-xl-105 {
    padding: 105px !important; }
  .p-xl-n105 {
    padding: -105px !important; }
  .p-xl-110 {
    padding: 110px !important; }
  .p-xl-n110 {
    padding: -110px !important; }
  .p-xl-115 {
    padding: 115px !important; }
  .p-xl-n115 {
    padding: -115px !important; }
  .p-xl-120 {
    padding: 120px !important; }
  .p-xl-n120 {
    padding: -120px !important; }
  .p-xl-125 {
    padding: 125px !important; }
  .p-xl-n125 {
    padding: -125px !important; }
  .p-xl-130 {
    padding: 130px !important; }
  .p-xl-n130 {
    padding: -130px !important; }
  .p-xl-135 {
    padding: 135px !important; }
  .p-xl-n135 {
    padding: -135px !important; }
  .p-xl-140 {
    padding: 140px !important; }
  .p-xl-n140 {
    padding: -140px !important; }
  .p-xl-145 {
    padding: 145px !important; }
  .p-xl-n145 {
    padding: -145px !important; }
  .p-xl-150 {
    padding: 150px !important; }
  .p-xl-n150 {
    padding: -150px !important; }
  .p-xl-155 {
    padding: 155px !important; }
  .p-xl-n155 {
    padding: -155px !important; }
  .p-xl-160 {
    padding: 160px !important; }
  .p-xl-n160 {
    padding: -160px !important; }
  .p-xl-165 {
    padding: 165px !important; }
  .p-xl-n165 {
    padding: -165px !important; }
  .p-xl-170 {
    padding: 170px !important; }
  .p-xl-n170 {
    padding: -170px !important; }
  .p-xl-175 {
    padding: 175px !important; }
  .p-xl-n175 {
    padding: -175px !important; }
  .p-xl-180 {
    padding: 180px !important; }
  .p-xl-n180 {
    padding: -180px !important; }
  .p-xl-185 {
    padding: 185px !important; }
  .p-xl-n185 {
    padding: -185px !important; }
  .p-xl-190 {
    padding: 190px !important; }
  .p-xl-n190 {
    padding: -190px !important; }
  .p-xl-195 {
    padding: 195px !important; }
  .p-xl-n195 {
    padding: -195px !important; }
  .p-xl-200 {
    padding: 200px !important; }
  .p-xl-n200 {
    padding: -200px !important; }
  .p-xl-205 {
    padding: 205px !important; }
  .p-xl-n205 {
    padding: -205px !important; }
  .p-xl-210 {
    padding: 210px !important; }
  .p-xl-n210 {
    padding: -210px !important; }
  .p-xl-215 {
    padding: 215px !important; }
  .p-xl-n215 {
    padding: -215px !important; }
  .p-xl-220 {
    padding: 220px !important; }
  .p-xl-n220 {
    padding: -220px !important; }
  .p-xl-225 {
    padding: 225px !important; }
  .p-xl-n225 {
    padding: -225px !important; }
  .p-xl-230 {
    padding: 230px !important; }
  .p-xl-n230 {
    padding: -230px !important; }
  .p-xl-235 {
    padding: 235px !important; }
  .p-xl-n235 {
    padding: -235px !important; }
  .p-xl-240 {
    padding: 240px !important; }
  .p-xl-n240 {
    padding: -240px !important; }
  .p-xl-245 {
    padding: 245px !important; }
  .p-xl-n245 {
    padding: -245px !important; }
  .p-xl-250 {
    padding: 250px !important; }
  .p-xl-n250 {
    padding: -250px !important; }
  .pt-xl-0 {
    padding-top: 0px !important; }
  .pt-xl-n0 {
    padding-top: 0px !important; }
  .pt-xl-5 {
    padding-top: 5px !important; }
  .pt-xl-n5 {
    padding-top: -5px !important; }
  .pt-xl-10 {
    padding-top: 10px !important; }
  .pt-xl-n10 {
    padding-top: -10px !important; }
  .pt-xl-15 {
    padding-top: 15px !important; }
  .pt-xl-n15 {
    padding-top: -15px !important; }
  .pt-xl-20 {
    padding-top: 20px !important; }
  .pt-xl-n20 {
    padding-top: -20px !important; }
  .pt-xl-25 {
    padding-top: 25px !important; }
  .pt-xl-n25 {
    padding-top: -25px !important; }
  .pt-xl-30 {
    padding-top: 30px !important; }
  .pt-xl-n30 {
    padding-top: -30px !important; }
  .pt-xl-35 {
    padding-top: 35px !important; }
  .pt-xl-n35 {
    padding-top: -35px !important; }
  .pt-xl-40 {
    padding-top: 40px !important; }
  .pt-xl-n40 {
    padding-top: -40px !important; }
  .pt-xl-45 {
    padding-top: 45px !important; }
  .pt-xl-n45 {
    padding-top: -45px !important; }
  .pt-xl-50 {
    padding-top: 50px !important; }
  .pt-xl-n50 {
    padding-top: -50px !important; }
  .pt-xl-55 {
    padding-top: 55px !important; }
  .pt-xl-n55 {
    padding-top: -55px !important; }
  .pt-xl-60 {
    padding-top: 60px !important; }
  .pt-xl-n60 {
    padding-top: -60px !important; }
  .pt-xl-65 {
    padding-top: 65px !important; }
  .pt-xl-n65 {
    padding-top: -65px !important; }
  .pt-xl-70 {
    padding-top: 70px !important; }
  .pt-xl-n70 {
    padding-top: -70px !important; }
  .pt-xl-75 {
    padding-top: 75px !important; }
  .pt-xl-n75 {
    padding-top: -75px !important; }
  .pt-xl-80 {
    padding-top: 80px !important; }
  .pt-xl-n80 {
    padding-top: -80px !important; }
  .pt-xl-85 {
    padding-top: 85px !important; }
  .pt-xl-n85 {
    padding-top: -85px !important; }
  .pt-xl-90 {
    padding-top: 90px !important; }
  .pt-xl-n90 {
    padding-top: -90px !important; }
  .pt-xl-95 {
    padding-top: 95px !important; }
  .pt-xl-n95 {
    padding-top: -95px !important; }
  .pt-xl-100 {
    padding-top: 100px !important; }
  .pt-xl-n100 {
    padding-top: -100px !important; }
  .pt-xl-105 {
    padding-top: 105px !important; }
  .pt-xl-n105 {
    padding-top: -105px !important; }
  .pt-xl-110 {
    padding-top: 110px !important; }
  .pt-xl-n110 {
    padding-top: -110px !important; }
  .pt-xl-115 {
    padding-top: 115px !important; }
  .pt-xl-n115 {
    padding-top: -115px !important; }
  .pt-xl-120 {
    padding-top: 120px !important; }
  .pt-xl-n120 {
    padding-top: -120px !important; }
  .pt-xl-125 {
    padding-top: 125px !important; }
  .pt-xl-n125 {
    padding-top: -125px !important; }
  .pt-xl-130 {
    padding-top: 130px !important; }
  .pt-xl-n130 {
    padding-top: -130px !important; }
  .pt-xl-135 {
    padding-top: 135px !important; }
  .pt-xl-n135 {
    padding-top: -135px !important; }
  .pt-xl-140 {
    padding-top: 140px !important; }
  .pt-xl-n140 {
    padding-top: -140px !important; }
  .pt-xl-145 {
    padding-top: 145px !important; }
  .pt-xl-n145 {
    padding-top: -145px !important; }
  .pt-xl-150 {
    padding-top: 150px !important; }
  .pt-xl-n150 {
    padding-top: -150px !important; }
  .pt-xl-155 {
    padding-top: 155px !important; }
  .pt-xl-n155 {
    padding-top: -155px !important; }
  .pt-xl-160 {
    padding-top: 160px !important; }
  .pt-xl-n160 {
    padding-top: -160px !important; }
  .pt-xl-165 {
    padding-top: 165px !important; }
  .pt-xl-n165 {
    padding-top: -165px !important; }
  .pt-xl-170 {
    padding-top: 170px !important; }
  .pt-xl-n170 {
    padding-top: -170px !important; }
  .pt-xl-175 {
    padding-top: 175px !important; }
  .pt-xl-n175 {
    padding-top: -175px !important; }
  .pt-xl-180 {
    padding-top: 180px !important; }
  .pt-xl-n180 {
    padding-top: -180px !important; }
  .pt-xl-185 {
    padding-top: 185px !important; }
  .pt-xl-n185 {
    padding-top: -185px !important; }
  .pt-xl-190 {
    padding-top: 190px !important; }
  .pt-xl-n190 {
    padding-top: -190px !important; }
  .pt-xl-195 {
    padding-top: 195px !important; }
  .pt-xl-n195 {
    padding-top: -195px !important; }
  .pt-xl-200 {
    padding-top: 200px !important; }
  .pt-xl-n200 {
    padding-top: -200px !important; }
  .pt-xl-205 {
    padding-top: 205px !important; }
  .pt-xl-n205 {
    padding-top: -205px !important; }
  .pt-xl-210 {
    padding-top: 210px !important; }
  .pt-xl-n210 {
    padding-top: -210px !important; }
  .pt-xl-215 {
    padding-top: 215px !important; }
  .pt-xl-n215 {
    padding-top: -215px !important; }
  .pt-xl-220 {
    padding-top: 220px !important; }
  .pt-xl-n220 {
    padding-top: -220px !important; }
  .pt-xl-225 {
    padding-top: 225px !important; }
  .pt-xl-n225 {
    padding-top: -225px !important; }
  .pt-xl-230 {
    padding-top: 230px !important; }
  .pt-xl-n230 {
    padding-top: -230px !important; }
  .pt-xl-235 {
    padding-top: 235px !important; }
  .pt-xl-n235 {
    padding-top: -235px !important; }
  .pt-xl-240 {
    padding-top: 240px !important; }
  .pt-xl-n240 {
    padding-top: -240px !important; }
  .pt-xl-245 {
    padding-top: 245px !important; }
  .pt-xl-n245 {
    padding-top: -245px !important; }
  .pt-xl-250 {
    padding-top: 250px !important; }
  .pt-xl-n250 {
    padding-top: -250px !important; }
  .pr-xl-0 {
    padding-right: 0px !important; }
  .pr-xl-n0 {
    padding-right: 0px !important; }
  .pr-xl-5 {
    padding-right: 5px !important; }
  .pr-xl-n5 {
    padding-right: -5px !important; }
  .pr-xl-10 {
    padding-right: 10px !important; }
  .pr-xl-n10 {
    padding-right: -10px !important; }
  .pr-xl-15 {
    padding-right: 15px !important; }
  .pr-xl-n15 {
    padding-right: -15px !important; }
  .pr-xl-20 {
    padding-right: 20px !important; }
  .pr-xl-n20 {
    padding-right: -20px !important; }
  .pr-xl-25 {
    padding-right: 25px !important; }
  .pr-xl-n25 {
    padding-right: -25px !important; }
  .pr-xl-30 {
    padding-right: 30px !important; }
  .pr-xl-n30 {
    padding-right: -30px !important; }
  .pr-xl-35 {
    padding-right: 35px !important; }
  .pr-xl-n35 {
    padding-right: -35px !important; }
  .pr-xl-40 {
    padding-right: 40px !important; }
  .pr-xl-n40 {
    padding-right: -40px !important; }
  .pr-xl-45 {
    padding-right: 45px !important; }
  .pr-xl-n45 {
    padding-right: -45px !important; }
  .pr-xl-50 {
    padding-right: 50px !important; }
  .pr-xl-n50 {
    padding-right: -50px !important; }
  .pr-xl-55 {
    padding-right: 55px !important; }
  .pr-xl-n55 {
    padding-right: -55px !important; }
  .pr-xl-60 {
    padding-right: 60px !important; }
  .pr-xl-n60 {
    padding-right: -60px !important; }
  .pr-xl-65 {
    padding-right: 65px !important; }
  .pr-xl-n65 {
    padding-right: -65px !important; }
  .pr-xl-70 {
    padding-right: 70px !important; }
  .pr-xl-n70 {
    padding-right: -70px !important; }
  .pr-xl-75 {
    padding-right: 75px !important; }
  .pr-xl-n75 {
    padding-right: -75px !important; }
  .pr-xl-80 {
    padding-right: 80px !important; }
  .pr-xl-n80 {
    padding-right: -80px !important; }
  .pr-xl-85 {
    padding-right: 85px !important; }
  .pr-xl-n85 {
    padding-right: -85px !important; }
  .pr-xl-90 {
    padding-right: 90px !important; }
  .pr-xl-n90 {
    padding-right: -90px !important; }
  .pr-xl-95 {
    padding-right: 95px !important; }
  .pr-xl-n95 {
    padding-right: -95px !important; }
  .pr-xl-100 {
    padding-right: 100px !important; }
  .pr-xl-n100 {
    padding-right: -100px !important; }
  .pr-xl-105 {
    padding-right: 105px !important; }
  .pr-xl-n105 {
    padding-right: -105px !important; }
  .pr-xl-110 {
    padding-right: 110px !important; }
  .pr-xl-n110 {
    padding-right: -110px !important; }
  .pr-xl-115 {
    padding-right: 115px !important; }
  .pr-xl-n115 {
    padding-right: -115px !important; }
  .pr-xl-120 {
    padding-right: 120px !important; }
  .pr-xl-n120 {
    padding-right: -120px !important; }
  .pr-xl-125 {
    padding-right: 125px !important; }
  .pr-xl-n125 {
    padding-right: -125px !important; }
  .pr-xl-130 {
    padding-right: 130px !important; }
  .pr-xl-n130 {
    padding-right: -130px !important; }
  .pr-xl-135 {
    padding-right: 135px !important; }
  .pr-xl-n135 {
    padding-right: -135px !important; }
  .pr-xl-140 {
    padding-right: 140px !important; }
  .pr-xl-n140 {
    padding-right: -140px !important; }
  .pr-xl-145 {
    padding-right: 145px !important; }
  .pr-xl-n145 {
    padding-right: -145px !important; }
  .pr-xl-150 {
    padding-right: 150px !important; }
  .pr-xl-n150 {
    padding-right: -150px !important; }
  .pr-xl-155 {
    padding-right: 155px !important; }
  .pr-xl-n155 {
    padding-right: -155px !important; }
  .pr-xl-160 {
    padding-right: 160px !important; }
  .pr-xl-n160 {
    padding-right: -160px !important; }
  .pr-xl-165 {
    padding-right: 165px !important; }
  .pr-xl-n165 {
    padding-right: -165px !important; }
  .pr-xl-170 {
    padding-right: 170px !important; }
  .pr-xl-n170 {
    padding-right: -170px !important; }
  .pr-xl-175 {
    padding-right: 175px !important; }
  .pr-xl-n175 {
    padding-right: -175px !important; }
  .pr-xl-180 {
    padding-right: 180px !important; }
  .pr-xl-n180 {
    padding-right: -180px !important; }
  .pr-xl-185 {
    padding-right: 185px !important; }
  .pr-xl-n185 {
    padding-right: -185px !important; }
  .pr-xl-190 {
    padding-right: 190px !important; }
  .pr-xl-n190 {
    padding-right: -190px !important; }
  .pr-xl-195 {
    padding-right: 195px !important; }
  .pr-xl-n195 {
    padding-right: -195px !important; }
  .pr-xl-200 {
    padding-right: 200px !important; }
  .pr-xl-n200 {
    padding-right: -200px !important; }
  .pr-xl-205 {
    padding-right: 205px !important; }
  .pr-xl-n205 {
    padding-right: -205px !important; }
  .pr-xl-210 {
    padding-right: 210px !important; }
  .pr-xl-n210 {
    padding-right: -210px !important; }
  .pr-xl-215 {
    padding-right: 215px !important; }
  .pr-xl-n215 {
    padding-right: -215px !important; }
  .pr-xl-220 {
    padding-right: 220px !important; }
  .pr-xl-n220 {
    padding-right: -220px !important; }
  .pr-xl-225 {
    padding-right: 225px !important; }
  .pr-xl-n225 {
    padding-right: -225px !important; }
  .pr-xl-230 {
    padding-right: 230px !important; }
  .pr-xl-n230 {
    padding-right: -230px !important; }
  .pr-xl-235 {
    padding-right: 235px !important; }
  .pr-xl-n235 {
    padding-right: -235px !important; }
  .pr-xl-240 {
    padding-right: 240px !important; }
  .pr-xl-n240 {
    padding-right: -240px !important; }
  .pr-xl-245 {
    padding-right: 245px !important; }
  .pr-xl-n245 {
    padding-right: -245px !important; }
  .pr-xl-250 {
    padding-right: 250px !important; }
  .pr-xl-n250 {
    padding-right: -250px !important; }
  .pb-xl-0 {
    padding-bottom: 0px !important; }
  .pb-xl-n0 {
    padding-bottom: 0px !important; }
  .pb-xl-5 {
    padding-bottom: 5px !important; }
  .pb-xl-n5 {
    padding-bottom: -5px !important; }
  .pb-xl-10 {
    padding-bottom: 10px !important; }
  .pb-xl-n10 {
    padding-bottom: -10px !important; }
  .pb-xl-15 {
    padding-bottom: 15px !important; }
  .pb-xl-n15 {
    padding-bottom: -15px !important; }
  .pb-xl-20 {
    padding-bottom: 20px !important; }
  .pb-xl-n20 {
    padding-bottom: -20px !important; }
  .pb-xl-25 {
    padding-bottom: 25px !important; }
  .pb-xl-n25 {
    padding-bottom: -25px !important; }
  .pb-xl-30 {
    padding-bottom: 30px !important; }
  .pb-xl-n30 {
    padding-bottom: -30px !important; }
  .pb-xl-35 {
    padding-bottom: 35px !important; }
  .pb-xl-n35 {
    padding-bottom: -35px !important; }
  .pb-xl-40 {
    padding-bottom: 40px !important; }
  .pb-xl-n40 {
    padding-bottom: -40px !important; }
  .pb-xl-45 {
    padding-bottom: 45px !important; }
  .pb-xl-n45 {
    padding-bottom: -45px !important; }
  .pb-xl-50 {
    padding-bottom: 50px !important; }
  .pb-xl-n50 {
    padding-bottom: -50px !important; }
  .pb-xl-55 {
    padding-bottom: 55px !important; }
  .pb-xl-n55 {
    padding-bottom: -55px !important; }
  .pb-xl-60 {
    padding-bottom: 60px !important; }
  .pb-xl-n60 {
    padding-bottom: -60px !important; }
  .pb-xl-65 {
    padding-bottom: 65px !important; }
  .pb-xl-n65 {
    padding-bottom: -65px !important; }
  .pb-xl-70 {
    padding-bottom: 70px !important; }
  .pb-xl-n70 {
    padding-bottom: -70px !important; }
  .pb-xl-75 {
    padding-bottom: 75px !important; }
  .pb-xl-n75 {
    padding-bottom: -75px !important; }
  .pb-xl-80 {
    padding-bottom: 80px !important; }
  .pb-xl-n80 {
    padding-bottom: -80px !important; }
  .pb-xl-85 {
    padding-bottom: 85px !important; }
  .pb-xl-n85 {
    padding-bottom: -85px !important; }
  .pb-xl-90 {
    padding-bottom: 90px !important; }
  .pb-xl-n90 {
    padding-bottom: -90px !important; }
  .pb-xl-95 {
    padding-bottom: 95px !important; }
  .pb-xl-n95 {
    padding-bottom: -95px !important; }
  .pb-xl-100 {
    padding-bottom: 100px !important; }
  .pb-xl-n100 {
    padding-bottom: -100px !important; }
  .pb-xl-105 {
    padding-bottom: 105px !important; }
  .pb-xl-n105 {
    padding-bottom: -105px !important; }
  .pb-xl-110 {
    padding-bottom: 110px !important; }
  .pb-xl-n110 {
    padding-bottom: -110px !important; }
  .pb-xl-115 {
    padding-bottom: 115px !important; }
  .pb-xl-n115 {
    padding-bottom: -115px !important; }
  .pb-xl-120 {
    padding-bottom: 120px !important; }
  .pb-xl-n120 {
    padding-bottom: -120px !important; }
  .pb-xl-125 {
    padding-bottom: 125px !important; }
  .pb-xl-n125 {
    padding-bottom: -125px !important; }
  .pb-xl-130 {
    padding-bottom: 130px !important; }
  .pb-xl-n130 {
    padding-bottom: -130px !important; }
  .pb-xl-135 {
    padding-bottom: 135px !important; }
  .pb-xl-n135 {
    padding-bottom: -135px !important; }
  .pb-xl-140 {
    padding-bottom: 140px !important; }
  .pb-xl-n140 {
    padding-bottom: -140px !important; }
  .pb-xl-145 {
    padding-bottom: 145px !important; }
  .pb-xl-n145 {
    padding-bottom: -145px !important; }
  .pb-xl-150 {
    padding-bottom: 150px !important; }
  .pb-xl-n150 {
    padding-bottom: -150px !important; }
  .pb-xl-155 {
    padding-bottom: 155px !important; }
  .pb-xl-n155 {
    padding-bottom: -155px !important; }
  .pb-xl-160 {
    padding-bottom: 160px !important; }
  .pb-xl-n160 {
    padding-bottom: -160px !important; }
  .pb-xl-165 {
    padding-bottom: 165px !important; }
  .pb-xl-n165 {
    padding-bottom: -165px !important; }
  .pb-xl-170 {
    padding-bottom: 170px !important; }
  .pb-xl-n170 {
    padding-bottom: -170px !important; }
  .pb-xl-175 {
    padding-bottom: 175px !important; }
  .pb-xl-n175 {
    padding-bottom: -175px !important; }
  .pb-xl-180 {
    padding-bottom: 180px !important; }
  .pb-xl-n180 {
    padding-bottom: -180px !important; }
  .pb-xl-185 {
    padding-bottom: 185px !important; }
  .pb-xl-n185 {
    padding-bottom: -185px !important; }
  .pb-xl-190 {
    padding-bottom: 190px !important; }
  .pb-xl-n190 {
    padding-bottom: -190px !important; }
  .pb-xl-195 {
    padding-bottom: 195px !important; }
  .pb-xl-n195 {
    padding-bottom: -195px !important; }
  .pb-xl-200 {
    padding-bottom: 200px !important; }
  .pb-xl-n200 {
    padding-bottom: -200px !important; }
  .pb-xl-205 {
    padding-bottom: 205px !important; }
  .pb-xl-n205 {
    padding-bottom: -205px !important; }
  .pb-xl-210 {
    padding-bottom: 210px !important; }
  .pb-xl-n210 {
    padding-bottom: -210px !important; }
  .pb-xl-215 {
    padding-bottom: 215px !important; }
  .pb-xl-n215 {
    padding-bottom: -215px !important; }
  .pb-xl-220 {
    padding-bottom: 220px !important; }
  .pb-xl-n220 {
    padding-bottom: -220px !important; }
  .pb-xl-225 {
    padding-bottom: 225px !important; }
  .pb-xl-n225 {
    padding-bottom: -225px !important; }
  .pb-xl-230 {
    padding-bottom: 230px !important; }
  .pb-xl-n230 {
    padding-bottom: -230px !important; }
  .pb-xl-235 {
    padding-bottom: 235px !important; }
  .pb-xl-n235 {
    padding-bottom: -235px !important; }
  .pb-xl-240 {
    padding-bottom: 240px !important; }
  .pb-xl-n240 {
    padding-bottom: -240px !important; }
  .pb-xl-245 {
    padding-bottom: 245px !important; }
  .pb-xl-n245 {
    padding-bottom: -245px !important; }
  .pb-xl-250 {
    padding-bottom: 250px !important; }
  .pb-xl-n250 {
    padding-bottom: -250px !important; }
  .pl-xl-0 {
    padding-left: 0px !important; }
  .pl-xl-n0 {
    padding-left: 0px !important; }
  .pl-xl-5 {
    padding-left: 5px !important; }
  .pl-xl-n5 {
    padding-left: -5px !important; }
  .pl-xl-10 {
    padding-left: 10px !important; }
  .pl-xl-n10 {
    padding-left: -10px !important; }
  .pl-xl-15 {
    padding-left: 15px !important; }
  .pl-xl-n15 {
    padding-left: -15px !important; }
  .pl-xl-20 {
    padding-left: 20px !important; }
  .pl-xl-n20 {
    padding-left: -20px !important; }
  .pl-xl-25 {
    padding-left: 25px !important; }
  .pl-xl-n25 {
    padding-left: -25px !important; }
  .pl-xl-30 {
    padding-left: 30px !important; }
  .pl-xl-n30 {
    padding-left: -30px !important; }
  .pl-xl-35 {
    padding-left: 35px !important; }
  .pl-xl-n35 {
    padding-left: -35px !important; }
  .pl-xl-40 {
    padding-left: 40px !important; }
  .pl-xl-n40 {
    padding-left: -40px !important; }
  .pl-xl-45 {
    padding-left: 45px !important; }
  .pl-xl-n45 {
    padding-left: -45px !important; }
  .pl-xl-50 {
    padding-left: 50px !important; }
  .pl-xl-n50 {
    padding-left: -50px !important; }
  .pl-xl-55 {
    padding-left: 55px !important; }
  .pl-xl-n55 {
    padding-left: -55px !important; }
  .pl-xl-60 {
    padding-left: 60px !important; }
  .pl-xl-n60 {
    padding-left: -60px !important; }
  .pl-xl-65 {
    padding-left: 65px !important; }
  .pl-xl-n65 {
    padding-left: -65px !important; }
  .pl-xl-70 {
    padding-left: 70px !important; }
  .pl-xl-n70 {
    padding-left: -70px !important; }
  .pl-xl-75 {
    padding-left: 75px !important; }
  .pl-xl-n75 {
    padding-left: -75px !important; }
  .pl-xl-80 {
    padding-left: 80px !important; }
  .pl-xl-n80 {
    padding-left: -80px !important; }
  .pl-xl-85 {
    padding-left: 85px !important; }
  .pl-xl-n85 {
    padding-left: -85px !important; }
  .pl-xl-90 {
    padding-left: 90px !important; }
  .pl-xl-n90 {
    padding-left: -90px !important; }
  .pl-xl-95 {
    padding-left: 95px !important; }
  .pl-xl-n95 {
    padding-left: -95px !important; }
  .pl-xl-100 {
    padding-left: 100px !important; }
  .pl-xl-n100 {
    padding-left: -100px !important; }
  .pl-xl-105 {
    padding-left: 105px !important; }
  .pl-xl-n105 {
    padding-left: -105px !important; }
  .pl-xl-110 {
    padding-left: 110px !important; }
  .pl-xl-n110 {
    padding-left: -110px !important; }
  .pl-xl-115 {
    padding-left: 115px !important; }
  .pl-xl-n115 {
    padding-left: -115px !important; }
  .pl-xl-120 {
    padding-left: 120px !important; }
  .pl-xl-n120 {
    padding-left: -120px !important; }
  .pl-xl-125 {
    padding-left: 125px !important; }
  .pl-xl-n125 {
    padding-left: -125px !important; }
  .pl-xl-130 {
    padding-left: 130px !important; }
  .pl-xl-n130 {
    padding-left: -130px !important; }
  .pl-xl-135 {
    padding-left: 135px !important; }
  .pl-xl-n135 {
    padding-left: -135px !important; }
  .pl-xl-140 {
    padding-left: 140px !important; }
  .pl-xl-n140 {
    padding-left: -140px !important; }
  .pl-xl-145 {
    padding-left: 145px !important; }
  .pl-xl-n145 {
    padding-left: -145px !important; }
  .pl-xl-150 {
    padding-left: 150px !important; }
  .pl-xl-n150 {
    padding-left: -150px !important; }
  .pl-xl-155 {
    padding-left: 155px !important; }
  .pl-xl-n155 {
    padding-left: -155px !important; }
  .pl-xl-160 {
    padding-left: 160px !important; }
  .pl-xl-n160 {
    padding-left: -160px !important; }
  .pl-xl-165 {
    padding-left: 165px !important; }
  .pl-xl-n165 {
    padding-left: -165px !important; }
  .pl-xl-170 {
    padding-left: 170px !important; }
  .pl-xl-n170 {
    padding-left: -170px !important; }
  .pl-xl-175 {
    padding-left: 175px !important; }
  .pl-xl-n175 {
    padding-left: -175px !important; }
  .pl-xl-180 {
    padding-left: 180px !important; }
  .pl-xl-n180 {
    padding-left: -180px !important; }
  .pl-xl-185 {
    padding-left: 185px !important; }
  .pl-xl-n185 {
    padding-left: -185px !important; }
  .pl-xl-190 {
    padding-left: 190px !important; }
  .pl-xl-n190 {
    padding-left: -190px !important; }
  .pl-xl-195 {
    padding-left: 195px !important; }
  .pl-xl-n195 {
    padding-left: -195px !important; }
  .pl-xl-200 {
    padding-left: 200px !important; }
  .pl-xl-n200 {
    padding-left: -200px !important; }
  .pl-xl-205 {
    padding-left: 205px !important; }
  .pl-xl-n205 {
    padding-left: -205px !important; }
  .pl-xl-210 {
    padding-left: 210px !important; }
  .pl-xl-n210 {
    padding-left: -210px !important; }
  .pl-xl-215 {
    padding-left: 215px !important; }
  .pl-xl-n215 {
    padding-left: -215px !important; }
  .pl-xl-220 {
    padding-left: 220px !important; }
  .pl-xl-n220 {
    padding-left: -220px !important; }
  .pl-xl-225 {
    padding-left: 225px !important; }
  .pl-xl-n225 {
    padding-left: -225px !important; }
  .pl-xl-230 {
    padding-left: 230px !important; }
  .pl-xl-n230 {
    padding-left: -230px !important; }
  .pl-xl-235 {
    padding-left: 235px !important; }
  .pl-xl-n235 {
    padding-left: -235px !important; }
  .pl-xl-240 {
    padding-left: 240px !important; }
  .pl-xl-n240 {
    padding-left: -240px !important; }
  .pl-xl-245 {
    padding-left: 245px !important; }
  .pl-xl-n245 {
    padding-left: -245px !important; }
  .pl-xl-250 {
    padding-left: 250px !important; }
  .pl-xl-n250 {
    padding-left: -250px !important; } }

@media (min-width: 1478px) {
  .mx-xxl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-xxl-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-xxl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-xxl-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-xxl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xxl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xxl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-xxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xxl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xxl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-xxl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-xxl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xxl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xxl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xxl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-xxl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xxl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xxl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-xxl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xxl-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xxl-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-xxl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-xxl-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-xxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-xxl-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-xxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xxl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xxl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-xxl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-xxl-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-xxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-xxl-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-xxl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xxl-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xxl-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-xxl-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-xxl-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-xxl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-xxl-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-xxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xxl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xxl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-xxl-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-xxl-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-xxl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-xxl-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-xxl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xxl-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-xxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xxl-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-xxl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-xxl-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-xxl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-xxl-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-xxl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-xxl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-xxl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-xxl-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-xxl-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-xxl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-xxl-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-xxl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-xxl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-xxl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-xxl-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-xxl-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-xxl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-xxl-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-xxl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xxl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xxl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-xxl-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-xxl-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-xxl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-xxl-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-xxl-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-xxl-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-xxl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-xxl-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-xxl-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-xxl-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-xxl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-xxl-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-xxl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xxl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-xxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xxl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-xxl-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-xxl-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-xxl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-xxl-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-xxl-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-xxl-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-xxl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-xxl-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-xxl-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-xxl-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-xxl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-xxl-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-xxl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-xxl-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-xxl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-xxl-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-xxl-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-xxl-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-xxl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-xxl-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-xxl-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-xxl-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-xxl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xxl-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mx-xxl-155 {
    margin-right: 155px !important;
    margin-left: 155px !important; }
  .mx-xxl-n155 {
    margin-right: -155px !important;
    margin-left: -155px !important; }
  .my-xxl-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important; }
  .my-xxl-n155 {
    margin-top: -155px !important;
    margin-bottom: -155px !important; }
  .mx-xxl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-xxl-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .my-xxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-xxl-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .mx-xxl-165 {
    margin-right: 165px !important;
    margin-left: 165px !important; }
  .mx-xxl-n165 {
    margin-right: -165px !important;
    margin-left: -165px !important; }
  .my-xxl-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important; }
  .my-xxl-n165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important; }
  .mx-xxl-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-xxl-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .my-xxl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-xxl-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .mx-xxl-175 {
    margin-right: 175px !important;
    margin-left: 175px !important; }
  .mx-xxl-n175 {
    margin-right: -175px !important;
    margin-left: -175px !important; }
  .my-xxl-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important; }
  .my-xxl-n175 {
    margin-top: -175px !important;
    margin-bottom: -175px !important; }
  .mx-xxl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-xxl-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .my-xxl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-xxl-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .mx-xxl-185 {
    margin-right: 185px !important;
    margin-left: 185px !important; }
  .mx-xxl-n185 {
    margin-right: -185px !important;
    margin-left: -185px !important; }
  .my-xxl-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important; }
  .my-xxl-n185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important; }
  .mx-xxl-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-xxl-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .my-xxl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-xxl-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .mx-xxl-195 {
    margin-right: 195px !important;
    margin-left: 195px !important; }
  .mx-xxl-n195 {
    margin-right: -195px !important;
    margin-left: -195px !important; }
  .my-xxl-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important; }
  .my-xxl-n195 {
    margin-top: -195px !important;
    margin-bottom: -195px !important; }
  .mx-xxl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-xxl-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .my-xxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-xxl-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .mx-xxl-205 {
    margin-right: 205px !important;
    margin-left: 205px !important; }
  .mx-xxl-n205 {
    margin-right: -205px !important;
    margin-left: -205px !important; }
  .my-xxl-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important; }
  .my-xxl-n205 {
    margin-top: -205px !important;
    margin-bottom: -205px !important; }
  .mx-xxl-210 {
    margin-right: 210px !important;
    margin-left: 210px !important; }
  .mx-xxl-n210 {
    margin-right: -210px !important;
    margin-left: -210px !important; }
  .my-xxl-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important; }
  .my-xxl-n210 {
    margin-top: -210px !important;
    margin-bottom: -210px !important; }
  .mx-xxl-215 {
    margin-right: 215px !important;
    margin-left: 215px !important; }
  .mx-xxl-n215 {
    margin-right: -215px !important;
    margin-left: -215px !important; }
  .my-xxl-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important; }
  .my-xxl-n215 {
    margin-top: -215px !important;
    margin-bottom: -215px !important; }
  .mx-xxl-220 {
    margin-right: 220px !important;
    margin-left: 220px !important; }
  .mx-xxl-n220 {
    margin-right: -220px !important;
    margin-left: -220px !important; }
  .my-xxl-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important; }
  .my-xxl-n220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important; }
  .mx-xxl-225 {
    margin-right: 225px !important;
    margin-left: 225px !important; }
  .mx-xxl-n225 {
    margin-right: -225px !important;
    margin-left: -225px !important; }
  .my-xxl-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important; }
  .my-xxl-n225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important; }
  .mx-xxl-230 {
    margin-right: 230px !important;
    margin-left: 230px !important; }
  .mx-xxl-n230 {
    margin-right: -230px !important;
    margin-left: -230px !important; }
  .my-xxl-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important; }
  .my-xxl-n230 {
    margin-top: -230px !important;
    margin-bottom: -230px !important; }
  .mx-xxl-235 {
    margin-right: 235px !important;
    margin-left: 235px !important; }
  .mx-xxl-n235 {
    margin-right: -235px !important;
    margin-left: -235px !important; }
  .my-xxl-235 {
    margin-top: 235px !important;
    margin-bottom: 235px !important; }
  .my-xxl-n235 {
    margin-top: -235px !important;
    margin-bottom: -235px !important; }
  .mx-xxl-240 {
    margin-right: 240px !important;
    margin-left: 240px !important; }
  .mx-xxl-n240 {
    margin-right: -240px !important;
    margin-left: -240px !important; }
  .my-xxl-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important; }
  .my-xxl-n240 {
    margin-top: -240px !important;
    margin-bottom: -240px !important; }
  .mx-xxl-245 {
    margin-right: 245px !important;
    margin-left: 245px !important; }
  .mx-xxl-n245 {
    margin-right: -245px !important;
    margin-left: -245px !important; }
  .my-xxl-245 {
    margin-top: 245px !important;
    margin-bottom: 245px !important; }
  .my-xxl-n245 {
    margin-top: -245px !important;
    margin-bottom: -245px !important; }
  .mx-xxl-250 {
    margin-right: 250px !important;
    margin-left: 250px !important; }
  .mx-xxl-n250 {
    margin-right: -250px !important;
    margin-left: -250px !important; }
  .my-xxl-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important; }
  .my-xxl-n250 {
    margin-top: -250px !important;
    margin-bottom: -250px !important; }
  .m-xxl-0 {
    margin: 0px !important; }
  .m-xxl-n0 {
    margin: 0px !important; }
  .m-xxl-5 {
    margin: 5px !important; }
  .m-xxl-n5 {
    margin: -5px !important; }
  .m-xxl-10 {
    margin: 10px !important; }
  .m-xxl-n10 {
    margin: -10px !important; }
  .m-xxl-15 {
    margin: 15px !important; }
  .m-xxl-n15 {
    margin: -15px !important; }
  .m-xxl-20 {
    margin: 20px !important; }
  .m-xxl-n20 {
    margin: -20px !important; }
  .m-xxl-25 {
    margin: 25px !important; }
  .m-xxl-n25 {
    margin: -25px !important; }
  .m-xxl-30 {
    margin: 30px !important; }
  .m-xxl-n30 {
    margin: -30px !important; }
  .m-xxl-35 {
    margin: 35px !important; }
  .m-xxl-n35 {
    margin: -35px !important; }
  .m-xxl-40 {
    margin: 40px !important; }
  .m-xxl-n40 {
    margin: -40px !important; }
  .m-xxl-45 {
    margin: 45px !important; }
  .m-xxl-n45 {
    margin: -45px !important; }
  .m-xxl-50 {
    margin: 50px !important; }
  .m-xxl-n50 {
    margin: -50px !important; }
  .m-xxl-55 {
    margin: 55px !important; }
  .m-xxl-n55 {
    margin: -55px !important; }
  .m-xxl-60 {
    margin: 60px !important; }
  .m-xxl-n60 {
    margin: -60px !important; }
  .m-xxl-65 {
    margin: 65px !important; }
  .m-xxl-n65 {
    margin: -65px !important; }
  .m-xxl-70 {
    margin: 70px !important; }
  .m-xxl-n70 {
    margin: -70px !important; }
  .m-xxl-75 {
    margin: 75px !important; }
  .m-xxl-n75 {
    margin: -75px !important; }
  .m-xxl-80 {
    margin: 80px !important; }
  .m-xxl-n80 {
    margin: -80px !important; }
  .m-xxl-85 {
    margin: 85px !important; }
  .m-xxl-n85 {
    margin: -85px !important; }
  .m-xxl-90 {
    margin: 90px !important; }
  .m-xxl-n90 {
    margin: -90px !important; }
  .m-xxl-95 {
    margin: 95px !important; }
  .m-xxl-n95 {
    margin: -95px !important; }
  .m-xxl-100 {
    margin: 100px !important; }
  .m-xxl-n100 {
    margin: -100px !important; }
  .m-xxl-105 {
    margin: 105px !important; }
  .m-xxl-n105 {
    margin: -105px !important; }
  .m-xxl-110 {
    margin: 110px !important; }
  .m-xxl-n110 {
    margin: -110px !important; }
  .m-xxl-115 {
    margin: 115px !important; }
  .m-xxl-n115 {
    margin: -115px !important; }
  .m-xxl-120 {
    margin: 120px !important; }
  .m-xxl-n120 {
    margin: -120px !important; }
  .m-xxl-125 {
    margin: 125px !important; }
  .m-xxl-n125 {
    margin: -125px !important; }
  .m-xxl-130 {
    margin: 130px !important; }
  .m-xxl-n130 {
    margin: -130px !important; }
  .m-xxl-135 {
    margin: 135px !important; }
  .m-xxl-n135 {
    margin: -135px !important; }
  .m-xxl-140 {
    margin: 140px !important; }
  .m-xxl-n140 {
    margin: -140px !important; }
  .m-xxl-145 {
    margin: 145px !important; }
  .m-xxl-n145 {
    margin: -145px !important; }
  .m-xxl-150 {
    margin: 150px !important; }
  .m-xxl-n150 {
    margin: -150px !important; }
  .m-xxl-155 {
    margin: 155px !important; }
  .m-xxl-n155 {
    margin: -155px !important; }
  .m-xxl-160 {
    margin: 160px !important; }
  .m-xxl-n160 {
    margin: -160px !important; }
  .m-xxl-165 {
    margin: 165px !important; }
  .m-xxl-n165 {
    margin: -165px !important; }
  .m-xxl-170 {
    margin: 170px !important; }
  .m-xxl-n170 {
    margin: -170px !important; }
  .m-xxl-175 {
    margin: 175px !important; }
  .m-xxl-n175 {
    margin: -175px !important; }
  .m-xxl-180 {
    margin: 180px !important; }
  .m-xxl-n180 {
    margin: -180px !important; }
  .m-xxl-185 {
    margin: 185px !important; }
  .m-xxl-n185 {
    margin: -185px !important; }
  .m-xxl-190 {
    margin: 190px !important; }
  .m-xxl-n190 {
    margin: -190px !important; }
  .m-xxl-195 {
    margin: 195px !important; }
  .m-xxl-n195 {
    margin: -195px !important; }
  .m-xxl-200 {
    margin: 200px !important; }
  .m-xxl-n200 {
    margin: -200px !important; }
  .m-xxl-205 {
    margin: 205px !important; }
  .m-xxl-n205 {
    margin: -205px !important; }
  .m-xxl-210 {
    margin: 210px !important; }
  .m-xxl-n210 {
    margin: -210px !important; }
  .m-xxl-215 {
    margin: 215px !important; }
  .m-xxl-n215 {
    margin: -215px !important; }
  .m-xxl-220 {
    margin: 220px !important; }
  .m-xxl-n220 {
    margin: -220px !important; }
  .m-xxl-225 {
    margin: 225px !important; }
  .m-xxl-n225 {
    margin: -225px !important; }
  .m-xxl-230 {
    margin: 230px !important; }
  .m-xxl-n230 {
    margin: -230px !important; }
  .m-xxl-235 {
    margin: 235px !important; }
  .m-xxl-n235 {
    margin: -235px !important; }
  .m-xxl-240 {
    margin: 240px !important; }
  .m-xxl-n240 {
    margin: -240px !important; }
  .m-xxl-245 {
    margin: 245px !important; }
  .m-xxl-n245 {
    margin: -245px !important; }
  .m-xxl-250 {
    margin: 250px !important; }
  .m-xxl-n250 {
    margin: -250px !important; }
  .mt-xxl-0 {
    margin-top: 0px !important; }
  .mt-xxl-n0 {
    margin-top: 0px !important; }
  .mt-xxl-5 {
    margin-top: 5px !important; }
  .mt-xxl-n5 {
    margin-top: -5px !important; }
  .mt-xxl-10 {
    margin-top: 10px !important; }
  .mt-xxl-n10 {
    margin-top: -10px !important; }
  .mt-xxl-15 {
    margin-top: 15px !important; }
  .mt-xxl-n15 {
    margin-top: -15px !important; }
  .mt-xxl-20 {
    margin-top: 20px !important; }
  .mt-xxl-n20 {
    margin-top: -20px !important; }
  .mt-xxl-25 {
    margin-top: 25px !important; }
  .mt-xxl-n25 {
    margin-top: -25px !important; }
  .mt-xxl-30 {
    margin-top: 30px !important; }
  .mt-xxl-n30 {
    margin-top: -30px !important; }
  .mt-xxl-35 {
    margin-top: 35px !important; }
  .mt-xxl-n35 {
    margin-top: -35px !important; }
  .mt-xxl-40 {
    margin-top: 40px !important; }
  .mt-xxl-n40 {
    margin-top: -40px !important; }
  .mt-xxl-45 {
    margin-top: 45px !important; }
  .mt-xxl-n45 {
    margin-top: -45px !important; }
  .mt-xxl-50 {
    margin-top: 50px !important; }
  .mt-xxl-n50 {
    margin-top: -50px !important; }
  .mt-xxl-55 {
    margin-top: 55px !important; }
  .mt-xxl-n55 {
    margin-top: -55px !important; }
  .mt-xxl-60 {
    margin-top: 60px !important; }
  .mt-xxl-n60 {
    margin-top: -60px !important; }
  .mt-xxl-65 {
    margin-top: 65px !important; }
  .mt-xxl-n65 {
    margin-top: -65px !important; }
  .mt-xxl-70 {
    margin-top: 70px !important; }
  .mt-xxl-n70 {
    margin-top: -70px !important; }
  .mt-xxl-75 {
    margin-top: 75px !important; }
  .mt-xxl-n75 {
    margin-top: -75px !important; }
  .mt-xxl-80 {
    margin-top: 80px !important; }
  .mt-xxl-n80 {
    margin-top: -80px !important; }
  .mt-xxl-85 {
    margin-top: 85px !important; }
  .mt-xxl-n85 {
    margin-top: -85px !important; }
  .mt-xxl-90 {
    margin-top: 90px !important; }
  .mt-xxl-n90 {
    margin-top: -90px !important; }
  .mt-xxl-95 {
    margin-top: 95px !important; }
  .mt-xxl-n95 {
    margin-top: -95px !important; }
  .mt-xxl-100 {
    margin-top: 100px !important; }
  .mt-xxl-n100 {
    margin-top: -100px !important; }
  .mt-xxl-105 {
    margin-top: 105px !important; }
  .mt-xxl-n105 {
    margin-top: -105px !important; }
  .mt-xxl-110 {
    margin-top: 110px !important; }
  .mt-xxl-n110 {
    margin-top: -110px !important; }
  .mt-xxl-115 {
    margin-top: 115px !important; }
  .mt-xxl-n115 {
    margin-top: -115px !important; }
  .mt-xxl-120 {
    margin-top: 120px !important; }
  .mt-xxl-n120 {
    margin-top: -120px !important; }
  .mt-xxl-125 {
    margin-top: 125px !important; }
  .mt-xxl-n125 {
    margin-top: -125px !important; }
  .mt-xxl-130 {
    margin-top: 130px !important; }
  .mt-xxl-n130 {
    margin-top: -130px !important; }
  .mt-xxl-135 {
    margin-top: 135px !important; }
  .mt-xxl-n135 {
    margin-top: -135px !important; }
  .mt-xxl-140 {
    margin-top: 140px !important; }
  .mt-xxl-n140 {
    margin-top: -140px !important; }
  .mt-xxl-145 {
    margin-top: 145px !important; }
  .mt-xxl-n145 {
    margin-top: -145px !important; }
  .mt-xxl-150 {
    margin-top: 150px !important; }
  .mt-xxl-n150 {
    margin-top: -150px !important; }
  .mt-xxl-155 {
    margin-top: 155px !important; }
  .mt-xxl-n155 {
    margin-top: -155px !important; }
  .mt-xxl-160 {
    margin-top: 160px !important; }
  .mt-xxl-n160 {
    margin-top: -160px !important; }
  .mt-xxl-165 {
    margin-top: 165px !important; }
  .mt-xxl-n165 {
    margin-top: -165px !important; }
  .mt-xxl-170 {
    margin-top: 170px !important; }
  .mt-xxl-n170 {
    margin-top: -170px !important; }
  .mt-xxl-175 {
    margin-top: 175px !important; }
  .mt-xxl-n175 {
    margin-top: -175px !important; }
  .mt-xxl-180 {
    margin-top: 180px !important; }
  .mt-xxl-n180 {
    margin-top: -180px !important; }
  .mt-xxl-185 {
    margin-top: 185px !important; }
  .mt-xxl-n185 {
    margin-top: -185px !important; }
  .mt-xxl-190 {
    margin-top: 190px !important; }
  .mt-xxl-n190 {
    margin-top: -190px !important; }
  .mt-xxl-195 {
    margin-top: 195px !important; }
  .mt-xxl-n195 {
    margin-top: -195px !important; }
  .mt-xxl-200 {
    margin-top: 200px !important; }
  .mt-xxl-n200 {
    margin-top: -200px !important; }
  .mt-xxl-205 {
    margin-top: 205px !important; }
  .mt-xxl-n205 {
    margin-top: -205px !important; }
  .mt-xxl-210 {
    margin-top: 210px !important; }
  .mt-xxl-n210 {
    margin-top: -210px !important; }
  .mt-xxl-215 {
    margin-top: 215px !important; }
  .mt-xxl-n215 {
    margin-top: -215px !important; }
  .mt-xxl-220 {
    margin-top: 220px !important; }
  .mt-xxl-n220 {
    margin-top: -220px !important; }
  .mt-xxl-225 {
    margin-top: 225px !important; }
  .mt-xxl-n225 {
    margin-top: -225px !important; }
  .mt-xxl-230 {
    margin-top: 230px !important; }
  .mt-xxl-n230 {
    margin-top: -230px !important; }
  .mt-xxl-235 {
    margin-top: 235px !important; }
  .mt-xxl-n235 {
    margin-top: -235px !important; }
  .mt-xxl-240 {
    margin-top: 240px !important; }
  .mt-xxl-n240 {
    margin-top: -240px !important; }
  .mt-xxl-245 {
    margin-top: 245px !important; }
  .mt-xxl-n245 {
    margin-top: -245px !important; }
  .mt-xxl-250 {
    margin-top: 250px !important; }
  .mt-xxl-n250 {
    margin-top: -250px !important; }
  .mr-xxl-0 {
    margin-right: 0px !important; }
  .mr-xxl-n0 {
    margin-right: 0px !important; }
  .mr-xxl-5 {
    margin-right: 5px !important; }
  .mr-xxl-n5 {
    margin-right: -5px !important; }
  .mr-xxl-10 {
    margin-right: 10px !important; }
  .mr-xxl-n10 {
    margin-right: -10px !important; }
  .mr-xxl-15 {
    margin-right: 15px !important; }
  .mr-xxl-n15 {
    margin-right: -15px !important; }
  .mr-xxl-20 {
    margin-right: 20px !important; }
  .mr-xxl-n20 {
    margin-right: -20px !important; }
  .mr-xxl-25 {
    margin-right: 25px !important; }
  .mr-xxl-n25 {
    margin-right: -25px !important; }
  .mr-xxl-30 {
    margin-right: 30px !important; }
  .mr-xxl-n30 {
    margin-right: -30px !important; }
  .mr-xxl-35 {
    margin-right: 35px !important; }
  .mr-xxl-n35 {
    margin-right: -35px !important; }
  .mr-xxl-40 {
    margin-right: 40px !important; }
  .mr-xxl-n40 {
    margin-right: -40px !important; }
  .mr-xxl-45 {
    margin-right: 45px !important; }
  .mr-xxl-n45 {
    margin-right: -45px !important; }
  .mr-xxl-50 {
    margin-right: 50px !important; }
  .mr-xxl-n50 {
    margin-right: -50px !important; }
  .mr-xxl-55 {
    margin-right: 55px !important; }
  .mr-xxl-n55 {
    margin-right: -55px !important; }
  .mr-xxl-60 {
    margin-right: 60px !important; }
  .mr-xxl-n60 {
    margin-right: -60px !important; }
  .mr-xxl-65 {
    margin-right: 65px !important; }
  .mr-xxl-n65 {
    margin-right: -65px !important; }
  .mr-xxl-70 {
    margin-right: 70px !important; }
  .mr-xxl-n70 {
    margin-right: -70px !important; }
  .mr-xxl-75 {
    margin-right: 75px !important; }
  .mr-xxl-n75 {
    margin-right: -75px !important; }
  .mr-xxl-80 {
    margin-right: 80px !important; }
  .mr-xxl-n80 {
    margin-right: -80px !important; }
  .mr-xxl-85 {
    margin-right: 85px !important; }
  .mr-xxl-n85 {
    margin-right: -85px !important; }
  .mr-xxl-90 {
    margin-right: 90px !important; }
  .mr-xxl-n90 {
    margin-right: -90px !important; }
  .mr-xxl-95 {
    margin-right: 95px !important; }
  .mr-xxl-n95 {
    margin-right: -95px !important; }
  .mr-xxl-100 {
    margin-right: 100px !important; }
  .mr-xxl-n100 {
    margin-right: -100px !important; }
  .mr-xxl-105 {
    margin-right: 105px !important; }
  .mr-xxl-n105 {
    margin-right: -105px !important; }
  .mr-xxl-110 {
    margin-right: 110px !important; }
  .mr-xxl-n110 {
    margin-right: -110px !important; }
  .mr-xxl-115 {
    margin-right: 115px !important; }
  .mr-xxl-n115 {
    margin-right: -115px !important; }
  .mr-xxl-120 {
    margin-right: 120px !important; }
  .mr-xxl-n120 {
    margin-right: -120px !important; }
  .mr-xxl-125 {
    margin-right: 125px !important; }
  .mr-xxl-n125 {
    margin-right: -125px !important; }
  .mr-xxl-130 {
    margin-right: 130px !important; }
  .mr-xxl-n130 {
    margin-right: -130px !important; }
  .mr-xxl-135 {
    margin-right: 135px !important; }
  .mr-xxl-n135 {
    margin-right: -135px !important; }
  .mr-xxl-140 {
    margin-right: 140px !important; }
  .mr-xxl-n140 {
    margin-right: -140px !important; }
  .mr-xxl-145 {
    margin-right: 145px !important; }
  .mr-xxl-n145 {
    margin-right: -145px !important; }
  .mr-xxl-150 {
    margin-right: 150px !important; }
  .mr-xxl-n150 {
    margin-right: -150px !important; }
  .mr-xxl-155 {
    margin-right: 155px !important; }
  .mr-xxl-n155 {
    margin-right: -155px !important; }
  .mr-xxl-160 {
    margin-right: 160px !important; }
  .mr-xxl-n160 {
    margin-right: -160px !important; }
  .mr-xxl-165 {
    margin-right: 165px !important; }
  .mr-xxl-n165 {
    margin-right: -165px !important; }
  .mr-xxl-170 {
    margin-right: 170px !important; }
  .mr-xxl-n170 {
    margin-right: -170px !important; }
  .mr-xxl-175 {
    margin-right: 175px !important; }
  .mr-xxl-n175 {
    margin-right: -175px !important; }
  .mr-xxl-180 {
    margin-right: 180px !important; }
  .mr-xxl-n180 {
    margin-right: -180px !important; }
  .mr-xxl-185 {
    margin-right: 185px !important; }
  .mr-xxl-n185 {
    margin-right: -185px !important; }
  .mr-xxl-190 {
    margin-right: 190px !important; }
  .mr-xxl-n190 {
    margin-right: -190px !important; }
  .mr-xxl-195 {
    margin-right: 195px !important; }
  .mr-xxl-n195 {
    margin-right: -195px !important; }
  .mr-xxl-200 {
    margin-right: 200px !important; }
  .mr-xxl-n200 {
    margin-right: -200px !important; }
  .mr-xxl-205 {
    margin-right: 205px !important; }
  .mr-xxl-n205 {
    margin-right: -205px !important; }
  .mr-xxl-210 {
    margin-right: 210px !important; }
  .mr-xxl-n210 {
    margin-right: -210px !important; }
  .mr-xxl-215 {
    margin-right: 215px !important; }
  .mr-xxl-n215 {
    margin-right: -215px !important; }
  .mr-xxl-220 {
    margin-right: 220px !important; }
  .mr-xxl-n220 {
    margin-right: -220px !important; }
  .mr-xxl-225 {
    margin-right: 225px !important; }
  .mr-xxl-n225 {
    margin-right: -225px !important; }
  .mr-xxl-230 {
    margin-right: 230px !important; }
  .mr-xxl-n230 {
    margin-right: -230px !important; }
  .mr-xxl-235 {
    margin-right: 235px !important; }
  .mr-xxl-n235 {
    margin-right: -235px !important; }
  .mr-xxl-240 {
    margin-right: 240px !important; }
  .mr-xxl-n240 {
    margin-right: -240px !important; }
  .mr-xxl-245 {
    margin-right: 245px !important; }
  .mr-xxl-n245 {
    margin-right: -245px !important; }
  .mr-xxl-250 {
    margin-right: 250px !important; }
  .mr-xxl-n250 {
    margin-right: -250px !important; }
  .mb-xxl-0 {
    margin-bottom: 0px !important; }
  .mb-xxl-n0 {
    margin-bottom: 0px !important; }
  .mb-xxl-5 {
    margin-bottom: 5px !important; }
  .mb-xxl-n5 {
    margin-bottom: -5px !important; }
  .mb-xxl-10 {
    margin-bottom: 10px !important; }
  .mb-xxl-n10 {
    margin-bottom: -10px !important; }
  .mb-xxl-15 {
    margin-bottom: 15px !important; }
  .mb-xxl-n15 {
    margin-bottom: -15px !important; }
  .mb-xxl-20 {
    margin-bottom: 20px !important; }
  .mb-xxl-n20 {
    margin-bottom: -20px !important; }
  .mb-xxl-25 {
    margin-bottom: 25px !important; }
  .mb-xxl-n25 {
    margin-bottom: -25px !important; }
  .mb-xxl-30 {
    margin-bottom: 30px !important; }
  .mb-xxl-n30 {
    margin-bottom: -30px !important; }
  .mb-xxl-35 {
    margin-bottom: 35px !important; }
  .mb-xxl-n35 {
    margin-bottom: -35px !important; }
  .mb-xxl-40 {
    margin-bottom: 40px !important; }
  .mb-xxl-n40 {
    margin-bottom: -40px !important; }
  .mb-xxl-45 {
    margin-bottom: 45px !important; }
  .mb-xxl-n45 {
    margin-bottom: -45px !important; }
  .mb-xxl-50 {
    margin-bottom: 50px !important; }
  .mb-xxl-n50 {
    margin-bottom: -50px !important; }
  .mb-xxl-55 {
    margin-bottom: 55px !important; }
  .mb-xxl-n55 {
    margin-bottom: -55px !important; }
  .mb-xxl-60 {
    margin-bottom: 60px !important; }
  .mb-xxl-n60 {
    margin-bottom: -60px !important; }
  .mb-xxl-65 {
    margin-bottom: 65px !important; }
  .mb-xxl-n65 {
    margin-bottom: -65px !important; }
  .mb-xxl-70 {
    margin-bottom: 70px !important; }
  .mb-xxl-n70 {
    margin-bottom: -70px !important; }
  .mb-xxl-75 {
    margin-bottom: 75px !important; }
  .mb-xxl-n75 {
    margin-bottom: -75px !important; }
  .mb-xxl-80 {
    margin-bottom: 80px !important; }
  .mb-xxl-n80 {
    margin-bottom: -80px !important; }
  .mb-xxl-85 {
    margin-bottom: 85px !important; }
  .mb-xxl-n85 {
    margin-bottom: -85px !important; }
  .mb-xxl-90 {
    margin-bottom: 90px !important; }
  .mb-xxl-n90 {
    margin-bottom: -90px !important; }
  .mb-xxl-95 {
    margin-bottom: 95px !important; }
  .mb-xxl-n95 {
    margin-bottom: -95px !important; }
  .mb-xxl-100 {
    margin-bottom: 100px !important; }
  .mb-xxl-n100 {
    margin-bottom: -100px !important; }
  .mb-xxl-105 {
    margin-bottom: 105px !important; }
  .mb-xxl-n105 {
    margin-bottom: -105px !important; }
  .mb-xxl-110 {
    margin-bottom: 110px !important; }
  .mb-xxl-n110 {
    margin-bottom: -110px !important; }
  .mb-xxl-115 {
    margin-bottom: 115px !important; }
  .mb-xxl-n115 {
    margin-bottom: -115px !important; }
  .mb-xxl-120 {
    margin-bottom: 120px !important; }
  .mb-xxl-n120 {
    margin-bottom: -120px !important; }
  .mb-xxl-125 {
    margin-bottom: 125px !important; }
  .mb-xxl-n125 {
    margin-bottom: -125px !important; }
  .mb-xxl-130 {
    margin-bottom: 130px !important; }
  .mb-xxl-n130 {
    margin-bottom: -130px !important; }
  .mb-xxl-135 {
    margin-bottom: 135px !important; }
  .mb-xxl-n135 {
    margin-bottom: -135px !important; }
  .mb-xxl-140 {
    margin-bottom: 140px !important; }
  .mb-xxl-n140 {
    margin-bottom: -140px !important; }
  .mb-xxl-145 {
    margin-bottom: 145px !important; }
  .mb-xxl-n145 {
    margin-bottom: -145px !important; }
  .mb-xxl-150 {
    margin-bottom: 150px !important; }
  .mb-xxl-n150 {
    margin-bottom: -150px !important; }
  .mb-xxl-155 {
    margin-bottom: 155px !important; }
  .mb-xxl-n155 {
    margin-bottom: -155px !important; }
  .mb-xxl-160 {
    margin-bottom: 160px !important; }
  .mb-xxl-n160 {
    margin-bottom: -160px !important; }
  .mb-xxl-165 {
    margin-bottom: 165px !important; }
  .mb-xxl-n165 {
    margin-bottom: -165px !important; }
  .mb-xxl-170 {
    margin-bottom: 170px !important; }
  .mb-xxl-n170 {
    margin-bottom: -170px !important; }
  .mb-xxl-175 {
    margin-bottom: 175px !important; }
  .mb-xxl-n175 {
    margin-bottom: -175px !important; }
  .mb-xxl-180 {
    margin-bottom: 180px !important; }
  .mb-xxl-n180 {
    margin-bottom: -180px !important; }
  .mb-xxl-185 {
    margin-bottom: 185px !important; }
  .mb-xxl-n185 {
    margin-bottom: -185px !important; }
  .mb-xxl-190 {
    margin-bottom: 190px !important; }
  .mb-xxl-n190 {
    margin-bottom: -190px !important; }
  .mb-xxl-195 {
    margin-bottom: 195px !important; }
  .mb-xxl-n195 {
    margin-bottom: -195px !important; }
  .mb-xxl-200 {
    margin-bottom: 200px !important; }
  .mb-xxl-n200 {
    margin-bottom: -200px !important; }
  .mb-xxl-205 {
    margin-bottom: 205px !important; }
  .mb-xxl-n205 {
    margin-bottom: -205px !important; }
  .mb-xxl-210 {
    margin-bottom: 210px !important; }
  .mb-xxl-n210 {
    margin-bottom: -210px !important; }
  .mb-xxl-215 {
    margin-bottom: 215px !important; }
  .mb-xxl-n215 {
    margin-bottom: -215px !important; }
  .mb-xxl-220 {
    margin-bottom: 220px !important; }
  .mb-xxl-n220 {
    margin-bottom: -220px !important; }
  .mb-xxl-225 {
    margin-bottom: 225px !important; }
  .mb-xxl-n225 {
    margin-bottom: -225px !important; }
  .mb-xxl-230 {
    margin-bottom: 230px !important; }
  .mb-xxl-n230 {
    margin-bottom: -230px !important; }
  .mb-xxl-235 {
    margin-bottom: 235px !important; }
  .mb-xxl-n235 {
    margin-bottom: -235px !important; }
  .mb-xxl-240 {
    margin-bottom: 240px !important; }
  .mb-xxl-n240 {
    margin-bottom: -240px !important; }
  .mb-xxl-245 {
    margin-bottom: 245px !important; }
  .mb-xxl-n245 {
    margin-bottom: -245px !important; }
  .mb-xxl-250 {
    margin-bottom: 250px !important; }
  .mb-xxl-n250 {
    margin-bottom: -250px !important; }
  .ml-xxl-0 {
    margin-left: 0px !important; }
  .ml-xxl-n0 {
    margin-left: 0px !important; }
  .ml-xxl-5 {
    margin-left: 5px !important; }
  .ml-xxl-n5 {
    margin-left: -5px !important; }
  .ml-xxl-10 {
    margin-left: 10px !important; }
  .ml-xxl-n10 {
    margin-left: -10px !important; }
  .ml-xxl-15 {
    margin-left: 15px !important; }
  .ml-xxl-n15 {
    margin-left: -15px !important; }
  .ml-xxl-20 {
    margin-left: 20px !important; }
  .ml-xxl-n20 {
    margin-left: -20px !important; }
  .ml-xxl-25 {
    margin-left: 25px !important; }
  .ml-xxl-n25 {
    margin-left: -25px !important; }
  .ml-xxl-30 {
    margin-left: 30px !important; }
  .ml-xxl-n30 {
    margin-left: -30px !important; }
  .ml-xxl-35 {
    margin-left: 35px !important; }
  .ml-xxl-n35 {
    margin-left: -35px !important; }
  .ml-xxl-40 {
    margin-left: 40px !important; }
  .ml-xxl-n40 {
    margin-left: -40px !important; }
  .ml-xxl-45 {
    margin-left: 45px !important; }
  .ml-xxl-n45 {
    margin-left: -45px !important; }
  .ml-xxl-50 {
    margin-left: 50px !important; }
  .ml-xxl-n50 {
    margin-left: -50px !important; }
  .ml-xxl-55 {
    margin-left: 55px !important; }
  .ml-xxl-n55 {
    margin-left: -55px !important; }
  .ml-xxl-60 {
    margin-left: 60px !important; }
  .ml-xxl-n60 {
    margin-left: -60px !important; }
  .ml-xxl-65 {
    margin-left: 65px !important; }
  .ml-xxl-n65 {
    margin-left: -65px !important; }
  .ml-xxl-70 {
    margin-left: 70px !important; }
  .ml-xxl-n70 {
    margin-left: -70px !important; }
  .ml-xxl-75 {
    margin-left: 75px !important; }
  .ml-xxl-n75 {
    margin-left: -75px !important; }
  .ml-xxl-80 {
    margin-left: 80px !important; }
  .ml-xxl-n80 {
    margin-left: -80px !important; }
  .ml-xxl-85 {
    margin-left: 85px !important; }
  .ml-xxl-n85 {
    margin-left: -85px !important; }
  .ml-xxl-90 {
    margin-left: 90px !important; }
  .ml-xxl-n90 {
    margin-left: -90px !important; }
  .ml-xxl-95 {
    margin-left: 95px !important; }
  .ml-xxl-n95 {
    margin-left: -95px !important; }
  .ml-xxl-100 {
    margin-left: 100px !important; }
  .ml-xxl-n100 {
    margin-left: -100px !important; }
  .ml-xxl-105 {
    margin-left: 105px !important; }
  .ml-xxl-n105 {
    margin-left: -105px !important; }
  .ml-xxl-110 {
    margin-left: 110px !important; }
  .ml-xxl-n110 {
    margin-left: -110px !important; }
  .ml-xxl-115 {
    margin-left: 115px !important; }
  .ml-xxl-n115 {
    margin-left: -115px !important; }
  .ml-xxl-120 {
    margin-left: 120px !important; }
  .ml-xxl-n120 {
    margin-left: -120px !important; }
  .ml-xxl-125 {
    margin-left: 125px !important; }
  .ml-xxl-n125 {
    margin-left: -125px !important; }
  .ml-xxl-130 {
    margin-left: 130px !important; }
  .ml-xxl-n130 {
    margin-left: -130px !important; }
  .ml-xxl-135 {
    margin-left: 135px !important; }
  .ml-xxl-n135 {
    margin-left: -135px !important; }
  .ml-xxl-140 {
    margin-left: 140px !important; }
  .ml-xxl-n140 {
    margin-left: -140px !important; }
  .ml-xxl-145 {
    margin-left: 145px !important; }
  .ml-xxl-n145 {
    margin-left: -145px !important; }
  .ml-xxl-150 {
    margin-left: 150px !important; }
  .ml-xxl-n150 {
    margin-left: -150px !important; }
  .ml-xxl-155 {
    margin-left: 155px !important; }
  .ml-xxl-n155 {
    margin-left: -155px !important; }
  .ml-xxl-160 {
    margin-left: 160px !important; }
  .ml-xxl-n160 {
    margin-left: -160px !important; }
  .ml-xxl-165 {
    margin-left: 165px !important; }
  .ml-xxl-n165 {
    margin-left: -165px !important; }
  .ml-xxl-170 {
    margin-left: 170px !important; }
  .ml-xxl-n170 {
    margin-left: -170px !important; }
  .ml-xxl-175 {
    margin-left: 175px !important; }
  .ml-xxl-n175 {
    margin-left: -175px !important; }
  .ml-xxl-180 {
    margin-left: 180px !important; }
  .ml-xxl-n180 {
    margin-left: -180px !important; }
  .ml-xxl-185 {
    margin-left: 185px !important; }
  .ml-xxl-n185 {
    margin-left: -185px !important; }
  .ml-xxl-190 {
    margin-left: 190px !important; }
  .ml-xxl-n190 {
    margin-left: -190px !important; }
  .ml-xxl-195 {
    margin-left: 195px !important; }
  .ml-xxl-n195 {
    margin-left: -195px !important; }
  .ml-xxl-200 {
    margin-left: 200px !important; }
  .ml-xxl-n200 {
    margin-left: -200px !important; }
  .ml-xxl-205 {
    margin-left: 205px !important; }
  .ml-xxl-n205 {
    margin-left: -205px !important; }
  .ml-xxl-210 {
    margin-left: 210px !important; }
  .ml-xxl-n210 {
    margin-left: -210px !important; }
  .ml-xxl-215 {
    margin-left: 215px !important; }
  .ml-xxl-n215 {
    margin-left: -215px !important; }
  .ml-xxl-220 {
    margin-left: 220px !important; }
  .ml-xxl-n220 {
    margin-left: -220px !important; }
  .ml-xxl-225 {
    margin-left: 225px !important; }
  .ml-xxl-n225 {
    margin-left: -225px !important; }
  .ml-xxl-230 {
    margin-left: 230px !important; }
  .ml-xxl-n230 {
    margin-left: -230px !important; }
  .ml-xxl-235 {
    margin-left: 235px !important; }
  .ml-xxl-n235 {
    margin-left: -235px !important; }
  .ml-xxl-240 {
    margin-left: 240px !important; }
  .ml-xxl-n240 {
    margin-left: -240px !important; }
  .ml-xxl-245 {
    margin-left: 245px !important; }
  .ml-xxl-n245 {
    margin-left: -245px !important; }
  .ml-xxl-250 {
    margin-left: 250px !important; }
  .ml-xxl-n250 {
    margin-left: -250px !important; }
  .px-xxl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-xxl-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-xxl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-xxl-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-xxl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xxl-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xxl-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-xxl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xxl-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xxl-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-xxl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-xxl-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xxl-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-xxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xxl-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xxl-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-xxl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xxl-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xxl-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-xxl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xxl-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-xxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xxl-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-xxl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-xxl-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-xxl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-xxl-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-xxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xxl-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xxl-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-xxl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-xxl-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-xxl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-xxl-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-xxl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xxl-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xxl-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-xxl-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-xxl-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-xxl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-xxl-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-xxl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xxl-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xxl-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-xxl-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-xxl-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-xxl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-xxl-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-xxl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xxl-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-xxl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xxl-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-xxl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-xxl-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-xxl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-xxl-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-xxl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-xxl-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-xxl-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-xxl-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-xxl-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-xxl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-xxl-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-xxl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-xxl-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-xxl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-xxl-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-xxl-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-xxl-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-xxl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-xxl-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-xxl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xxl-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xxl-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-xxl-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-xxl-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-xxl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-xxl-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-xxl-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-xxl-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-xxl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-xxl-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-xxl-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-xxl-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-xxl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-xxl-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-xxl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xxl-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-xxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xxl-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-xxl-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-xxl-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-xxl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-xxl-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-xxl-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-xxl-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-xxl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-xxl-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-xxl-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-xxl-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-xxl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-xxl-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-xxl-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-xxl-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-xxl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-xxl-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-xxl-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-xxl-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-xxl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-xxl-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-xxl-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-xxl-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-xxl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-xxl-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .px-xxl-155 {
    padding-right: 155px !important;
    padding-left: 155px !important; }
  .px-xxl-n155 {
    padding-right: -155px !important;
    padding-left: -155px !important; }
  .py-xxl-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; }
  .py-xxl-n155 {
    padding-top: -155px !important;
    padding-bottom: -155px !important; }
  .px-xxl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-xxl-n160 {
    padding-right: -160px !important;
    padding-left: -160px !important; }
  .py-xxl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-xxl-n160 {
    padding-top: -160px !important;
    padding-bottom: -160px !important; }
  .px-xxl-165 {
    padding-right: 165px !important;
    padding-left: 165px !important; }
  .px-xxl-n165 {
    padding-right: -165px !important;
    padding-left: -165px !important; }
  .py-xxl-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; }
  .py-xxl-n165 {
    padding-top: -165px !important;
    padding-bottom: -165px !important; }
  .px-xxl-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-xxl-n170 {
    padding-right: -170px !important;
    padding-left: -170px !important; }
  .py-xxl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-xxl-n170 {
    padding-top: -170px !important;
    padding-bottom: -170px !important; }
  .px-xxl-175 {
    padding-right: 175px !important;
    padding-left: 175px !important; }
  .px-xxl-n175 {
    padding-right: -175px !important;
    padding-left: -175px !important; }
  .py-xxl-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; }
  .py-xxl-n175 {
    padding-top: -175px !important;
    padding-bottom: -175px !important; }
  .px-xxl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-xxl-n180 {
    padding-right: -180px !important;
    padding-left: -180px !important; }
  .py-xxl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-xxl-n180 {
    padding-top: -180px !important;
    padding-bottom: -180px !important; }
  .px-xxl-185 {
    padding-right: 185px !important;
    padding-left: 185px !important; }
  .px-xxl-n185 {
    padding-right: -185px !important;
    padding-left: -185px !important; }
  .py-xxl-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; }
  .py-xxl-n185 {
    padding-top: -185px !important;
    padding-bottom: -185px !important; }
  .px-xxl-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-xxl-n190 {
    padding-right: -190px !important;
    padding-left: -190px !important; }
  .py-xxl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-xxl-n190 {
    padding-top: -190px !important;
    padding-bottom: -190px !important; }
  .px-xxl-195 {
    padding-right: 195px !important;
    padding-left: 195px !important; }
  .px-xxl-n195 {
    padding-right: -195px !important;
    padding-left: -195px !important; }
  .py-xxl-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; }
  .py-xxl-n195 {
    padding-top: -195px !important;
    padding-bottom: -195px !important; }
  .px-xxl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .px-xxl-n200 {
    padding-right: -200px !important;
    padding-left: -200px !important; }
  .py-xxl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .py-xxl-n200 {
    padding-top: -200px !important;
    padding-bottom: -200px !important; }
  .px-xxl-205 {
    padding-right: 205px !important;
    padding-left: 205px !important; }
  .px-xxl-n205 {
    padding-right: -205px !important;
    padding-left: -205px !important; }
  .py-xxl-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important; }
  .py-xxl-n205 {
    padding-top: -205px !important;
    padding-bottom: -205px !important; }
  .px-xxl-210 {
    padding-right: 210px !important;
    padding-left: 210px !important; }
  .px-xxl-n210 {
    padding-right: -210px !important;
    padding-left: -210px !important; }
  .py-xxl-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; }
  .py-xxl-n210 {
    padding-top: -210px !important;
    padding-bottom: -210px !important; }
  .px-xxl-215 {
    padding-right: 215px !important;
    padding-left: 215px !important; }
  .px-xxl-n215 {
    padding-right: -215px !important;
    padding-left: -215px !important; }
  .py-xxl-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important; }
  .py-xxl-n215 {
    padding-top: -215px !important;
    padding-bottom: -215px !important; }
  .px-xxl-220 {
    padding-right: 220px !important;
    padding-left: 220px !important; }
  .px-xxl-n220 {
    padding-right: -220px !important;
    padding-left: -220px !important; }
  .py-xxl-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; }
  .py-xxl-n220 {
    padding-top: -220px !important;
    padding-bottom: -220px !important; }
  .px-xxl-225 {
    padding-right: 225px !important;
    padding-left: 225px !important; }
  .px-xxl-n225 {
    padding-right: -225px !important;
    padding-left: -225px !important; }
  .py-xxl-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important; }
  .py-xxl-n225 {
    padding-top: -225px !important;
    padding-bottom: -225px !important; }
  .px-xxl-230 {
    padding-right: 230px !important;
    padding-left: 230px !important; }
  .px-xxl-n230 {
    padding-right: -230px !important;
    padding-left: -230px !important; }
  .py-xxl-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important; }
  .py-xxl-n230 {
    padding-top: -230px !important;
    padding-bottom: -230px !important; }
  .px-xxl-235 {
    padding-right: 235px !important;
    padding-left: 235px !important; }
  .px-xxl-n235 {
    padding-right: -235px !important;
    padding-left: -235px !important; }
  .py-xxl-235 {
    padding-top: 235px !important;
    padding-bottom: 235px !important; }
  .py-xxl-n235 {
    padding-top: -235px !important;
    padding-bottom: -235px !important; }
  .px-xxl-240 {
    padding-right: 240px !important;
    padding-left: 240px !important; }
  .px-xxl-n240 {
    padding-right: -240px !important;
    padding-left: -240px !important; }
  .py-xxl-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; }
  .py-xxl-n240 {
    padding-top: -240px !important;
    padding-bottom: -240px !important; }
  .px-xxl-245 {
    padding-right: 245px !important;
    padding-left: 245px !important; }
  .px-xxl-n245 {
    padding-right: -245px !important;
    padding-left: -245px !important; }
  .py-xxl-245 {
    padding-top: 245px !important;
    padding-bottom: 245px !important; }
  .py-xxl-n245 {
    padding-top: -245px !important;
    padding-bottom: -245px !important; }
  .px-xxl-250 {
    padding-right: 250px !important;
    padding-left: 250px !important; }
  .px-xxl-n250 {
    padding-right: -250px !important;
    padding-left: -250px !important; }
  .py-xxl-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important; }
  .py-xxl-n250 {
    padding-top: -250px !important;
    padding-bottom: -250px !important; }
  .p-xxl-0 {
    padding: 0px !important; }
  .p-xxl-n0 {
    padding: 0px !important; }
  .p-xxl-5 {
    padding: 5px !important; }
  .p-xxl-n5 {
    padding: -5px !important; }
  .p-xxl-10 {
    padding: 10px !important; }
  .p-xxl-n10 {
    padding: -10px !important; }
  .p-xxl-15 {
    padding: 15px !important; }
  .p-xxl-n15 {
    padding: -15px !important; }
  .p-xxl-20 {
    padding: 20px !important; }
  .p-xxl-n20 {
    padding: -20px !important; }
  .p-xxl-25 {
    padding: 25px !important; }
  .p-xxl-n25 {
    padding: -25px !important; }
  .p-xxl-30 {
    padding: 30px !important; }
  .p-xxl-n30 {
    padding: -30px !important; }
  .p-xxl-35 {
    padding: 35px !important; }
  .p-xxl-n35 {
    padding: -35px !important; }
  .p-xxl-40 {
    padding: 40px !important; }
  .p-xxl-n40 {
    padding: -40px !important; }
  .p-xxl-45 {
    padding: 45px !important; }
  .p-xxl-n45 {
    padding: -45px !important; }
  .p-xxl-50 {
    padding: 50px !important; }
  .p-xxl-n50 {
    padding: -50px !important; }
  .p-xxl-55 {
    padding: 55px !important; }
  .p-xxl-n55 {
    padding: -55px !important; }
  .p-xxl-60 {
    padding: 60px !important; }
  .p-xxl-n60 {
    padding: -60px !important; }
  .p-xxl-65 {
    padding: 65px !important; }
  .p-xxl-n65 {
    padding: -65px !important; }
  .p-xxl-70 {
    padding: 70px !important; }
  .p-xxl-n70 {
    padding: -70px !important; }
  .p-xxl-75 {
    padding: 75px !important; }
  .p-xxl-n75 {
    padding: -75px !important; }
  .p-xxl-80 {
    padding: 80px !important; }
  .p-xxl-n80 {
    padding: -80px !important; }
  .p-xxl-85 {
    padding: 85px !important; }
  .p-xxl-n85 {
    padding: -85px !important; }
  .p-xxl-90 {
    padding: 90px !important; }
  .p-xxl-n90 {
    padding: -90px !important; }
  .p-xxl-95 {
    padding: 95px !important; }
  .p-xxl-n95 {
    padding: -95px !important; }
  .p-xxl-100 {
    padding: 100px !important; }
  .p-xxl-n100 {
    padding: -100px !important; }
  .p-xxl-105 {
    padding: 105px !important; }
  .p-xxl-n105 {
    padding: -105px !important; }
  .p-xxl-110 {
    padding: 110px !important; }
  .p-xxl-n110 {
    padding: -110px !important; }
  .p-xxl-115 {
    padding: 115px !important; }
  .p-xxl-n115 {
    padding: -115px !important; }
  .p-xxl-120 {
    padding: 120px !important; }
  .p-xxl-n120 {
    padding: -120px !important; }
  .p-xxl-125 {
    padding: 125px !important; }
  .p-xxl-n125 {
    padding: -125px !important; }
  .p-xxl-130 {
    padding: 130px !important; }
  .p-xxl-n130 {
    padding: -130px !important; }
  .p-xxl-135 {
    padding: 135px !important; }
  .p-xxl-n135 {
    padding: -135px !important; }
  .p-xxl-140 {
    padding: 140px !important; }
  .p-xxl-n140 {
    padding: -140px !important; }
  .p-xxl-145 {
    padding: 145px !important; }
  .p-xxl-n145 {
    padding: -145px !important; }
  .p-xxl-150 {
    padding: 150px !important; }
  .p-xxl-n150 {
    padding: -150px !important; }
  .p-xxl-155 {
    padding: 155px !important; }
  .p-xxl-n155 {
    padding: -155px !important; }
  .p-xxl-160 {
    padding: 160px !important; }
  .p-xxl-n160 {
    padding: -160px !important; }
  .p-xxl-165 {
    padding: 165px !important; }
  .p-xxl-n165 {
    padding: -165px !important; }
  .p-xxl-170 {
    padding: 170px !important; }
  .p-xxl-n170 {
    padding: -170px !important; }
  .p-xxl-175 {
    padding: 175px !important; }
  .p-xxl-n175 {
    padding: -175px !important; }
  .p-xxl-180 {
    padding: 180px !important; }
  .p-xxl-n180 {
    padding: -180px !important; }
  .p-xxl-185 {
    padding: 185px !important; }
  .p-xxl-n185 {
    padding: -185px !important; }
  .p-xxl-190 {
    padding: 190px !important; }
  .p-xxl-n190 {
    padding: -190px !important; }
  .p-xxl-195 {
    padding: 195px !important; }
  .p-xxl-n195 {
    padding: -195px !important; }
  .p-xxl-200 {
    padding: 200px !important; }
  .p-xxl-n200 {
    padding: -200px !important; }
  .p-xxl-205 {
    padding: 205px !important; }
  .p-xxl-n205 {
    padding: -205px !important; }
  .p-xxl-210 {
    padding: 210px !important; }
  .p-xxl-n210 {
    padding: -210px !important; }
  .p-xxl-215 {
    padding: 215px !important; }
  .p-xxl-n215 {
    padding: -215px !important; }
  .p-xxl-220 {
    padding: 220px !important; }
  .p-xxl-n220 {
    padding: -220px !important; }
  .p-xxl-225 {
    padding: 225px !important; }
  .p-xxl-n225 {
    padding: -225px !important; }
  .p-xxl-230 {
    padding: 230px !important; }
  .p-xxl-n230 {
    padding: -230px !important; }
  .p-xxl-235 {
    padding: 235px !important; }
  .p-xxl-n235 {
    padding: -235px !important; }
  .p-xxl-240 {
    padding: 240px !important; }
  .p-xxl-n240 {
    padding: -240px !important; }
  .p-xxl-245 {
    padding: 245px !important; }
  .p-xxl-n245 {
    padding: -245px !important; }
  .p-xxl-250 {
    padding: 250px !important; }
  .p-xxl-n250 {
    padding: -250px !important; }
  .pt-xxl-0 {
    padding-top: 0px !important; }
  .pt-xxl-n0 {
    padding-top: 0px !important; }
  .pt-xxl-5 {
    padding-top: 5px !important; }
  .pt-xxl-n5 {
    padding-top: -5px !important; }
  .pt-xxl-10 {
    padding-top: 10px !important; }
  .pt-xxl-n10 {
    padding-top: -10px !important; }
  .pt-xxl-15 {
    padding-top: 15px !important; }
  .pt-xxl-n15 {
    padding-top: -15px !important; }
  .pt-xxl-20 {
    padding-top: 20px !important; }
  .pt-xxl-n20 {
    padding-top: -20px !important; }
  .pt-xxl-25 {
    padding-top: 25px !important; }
  .pt-xxl-n25 {
    padding-top: -25px !important; }
  .pt-xxl-30 {
    padding-top: 30px !important; }
  .pt-xxl-n30 {
    padding-top: -30px !important; }
  .pt-xxl-35 {
    padding-top: 35px !important; }
  .pt-xxl-n35 {
    padding-top: -35px !important; }
  .pt-xxl-40 {
    padding-top: 40px !important; }
  .pt-xxl-n40 {
    padding-top: -40px !important; }
  .pt-xxl-45 {
    padding-top: 45px !important; }
  .pt-xxl-n45 {
    padding-top: -45px !important; }
  .pt-xxl-50 {
    padding-top: 50px !important; }
  .pt-xxl-n50 {
    padding-top: -50px !important; }
  .pt-xxl-55 {
    padding-top: 55px !important; }
  .pt-xxl-n55 {
    padding-top: -55px !important; }
  .pt-xxl-60 {
    padding-top: 60px !important; }
  .pt-xxl-n60 {
    padding-top: -60px !important; }
  .pt-xxl-65 {
    padding-top: 65px !important; }
  .pt-xxl-n65 {
    padding-top: -65px !important; }
  .pt-xxl-70 {
    padding-top: 70px !important; }
  .pt-xxl-n70 {
    padding-top: -70px !important; }
  .pt-xxl-75 {
    padding-top: 75px !important; }
  .pt-xxl-n75 {
    padding-top: -75px !important; }
  .pt-xxl-80 {
    padding-top: 80px !important; }
  .pt-xxl-n80 {
    padding-top: -80px !important; }
  .pt-xxl-85 {
    padding-top: 85px !important; }
  .pt-xxl-n85 {
    padding-top: -85px !important; }
  .pt-xxl-90 {
    padding-top: 90px !important; }
  .pt-xxl-n90 {
    padding-top: -90px !important; }
  .pt-xxl-95 {
    padding-top: 95px !important; }
  .pt-xxl-n95 {
    padding-top: -95px !important; }
  .pt-xxl-100 {
    padding-top: 100px !important; }
  .pt-xxl-n100 {
    padding-top: -100px !important; }
  .pt-xxl-105 {
    padding-top: 105px !important; }
  .pt-xxl-n105 {
    padding-top: -105px !important; }
  .pt-xxl-110 {
    padding-top: 110px !important; }
  .pt-xxl-n110 {
    padding-top: -110px !important; }
  .pt-xxl-115 {
    padding-top: 115px !important; }
  .pt-xxl-n115 {
    padding-top: -115px !important; }
  .pt-xxl-120 {
    padding-top: 120px !important; }
  .pt-xxl-n120 {
    padding-top: -120px !important; }
  .pt-xxl-125 {
    padding-top: 125px !important; }
  .pt-xxl-n125 {
    padding-top: -125px !important; }
  .pt-xxl-130 {
    padding-top: 130px !important; }
  .pt-xxl-n130 {
    padding-top: -130px !important; }
  .pt-xxl-135 {
    padding-top: 135px !important; }
  .pt-xxl-n135 {
    padding-top: -135px !important; }
  .pt-xxl-140 {
    padding-top: 140px !important; }
  .pt-xxl-n140 {
    padding-top: -140px !important; }
  .pt-xxl-145 {
    padding-top: 145px !important; }
  .pt-xxl-n145 {
    padding-top: -145px !important; }
  .pt-xxl-150 {
    padding-top: 150px !important; }
  .pt-xxl-n150 {
    padding-top: -150px !important; }
  .pt-xxl-155 {
    padding-top: 155px !important; }
  .pt-xxl-n155 {
    padding-top: -155px !important; }
  .pt-xxl-160 {
    padding-top: 160px !important; }
  .pt-xxl-n160 {
    padding-top: -160px !important; }
  .pt-xxl-165 {
    padding-top: 165px !important; }
  .pt-xxl-n165 {
    padding-top: -165px !important; }
  .pt-xxl-170 {
    padding-top: 170px !important; }
  .pt-xxl-n170 {
    padding-top: -170px !important; }
  .pt-xxl-175 {
    padding-top: 175px !important; }
  .pt-xxl-n175 {
    padding-top: -175px !important; }
  .pt-xxl-180 {
    padding-top: 180px !important; }
  .pt-xxl-n180 {
    padding-top: -180px !important; }
  .pt-xxl-185 {
    padding-top: 185px !important; }
  .pt-xxl-n185 {
    padding-top: -185px !important; }
  .pt-xxl-190 {
    padding-top: 190px !important; }
  .pt-xxl-n190 {
    padding-top: -190px !important; }
  .pt-xxl-195 {
    padding-top: 195px !important; }
  .pt-xxl-n195 {
    padding-top: -195px !important; }
  .pt-xxl-200 {
    padding-top: 200px !important; }
  .pt-xxl-n200 {
    padding-top: -200px !important; }
  .pt-xxl-205 {
    padding-top: 205px !important; }
  .pt-xxl-n205 {
    padding-top: -205px !important; }
  .pt-xxl-210 {
    padding-top: 210px !important; }
  .pt-xxl-n210 {
    padding-top: -210px !important; }
  .pt-xxl-215 {
    padding-top: 215px !important; }
  .pt-xxl-n215 {
    padding-top: -215px !important; }
  .pt-xxl-220 {
    padding-top: 220px !important; }
  .pt-xxl-n220 {
    padding-top: -220px !important; }
  .pt-xxl-225 {
    padding-top: 225px !important; }
  .pt-xxl-n225 {
    padding-top: -225px !important; }
  .pt-xxl-230 {
    padding-top: 230px !important; }
  .pt-xxl-n230 {
    padding-top: -230px !important; }
  .pt-xxl-235 {
    padding-top: 235px !important; }
  .pt-xxl-n235 {
    padding-top: -235px !important; }
  .pt-xxl-240 {
    padding-top: 240px !important; }
  .pt-xxl-n240 {
    padding-top: -240px !important; }
  .pt-xxl-245 {
    padding-top: 245px !important; }
  .pt-xxl-n245 {
    padding-top: -245px !important; }
  .pt-xxl-250 {
    padding-top: 250px !important; }
  .pt-xxl-n250 {
    padding-top: -250px !important; }
  .pr-xxl-0 {
    padding-right: 0px !important; }
  .pr-xxl-n0 {
    padding-right: 0px !important; }
  .pr-xxl-5 {
    padding-right: 5px !important; }
  .pr-xxl-n5 {
    padding-right: -5px !important; }
  .pr-xxl-10 {
    padding-right: 10px !important; }
  .pr-xxl-n10 {
    padding-right: -10px !important; }
  .pr-xxl-15 {
    padding-right: 15px !important; }
  .pr-xxl-n15 {
    padding-right: -15px !important; }
  .pr-xxl-20 {
    padding-right: 20px !important; }
  .pr-xxl-n20 {
    padding-right: -20px !important; }
  .pr-xxl-25 {
    padding-right: 25px !important; }
  .pr-xxl-n25 {
    padding-right: -25px !important; }
  .pr-xxl-30 {
    padding-right: 30px !important; }
  .pr-xxl-n30 {
    padding-right: -30px !important; }
  .pr-xxl-35 {
    padding-right: 35px !important; }
  .pr-xxl-n35 {
    padding-right: -35px !important; }
  .pr-xxl-40 {
    padding-right: 40px !important; }
  .pr-xxl-n40 {
    padding-right: -40px !important; }
  .pr-xxl-45 {
    padding-right: 45px !important; }
  .pr-xxl-n45 {
    padding-right: -45px !important; }
  .pr-xxl-50 {
    padding-right: 50px !important; }
  .pr-xxl-n50 {
    padding-right: -50px !important; }
  .pr-xxl-55 {
    padding-right: 55px !important; }
  .pr-xxl-n55 {
    padding-right: -55px !important; }
  .pr-xxl-60 {
    padding-right: 60px !important; }
  .pr-xxl-n60 {
    padding-right: -60px !important; }
  .pr-xxl-65 {
    padding-right: 65px !important; }
  .pr-xxl-n65 {
    padding-right: -65px !important; }
  .pr-xxl-70 {
    padding-right: 70px !important; }
  .pr-xxl-n70 {
    padding-right: -70px !important; }
  .pr-xxl-75 {
    padding-right: 75px !important; }
  .pr-xxl-n75 {
    padding-right: -75px !important; }
  .pr-xxl-80 {
    padding-right: 80px !important; }
  .pr-xxl-n80 {
    padding-right: -80px !important; }
  .pr-xxl-85 {
    padding-right: 85px !important; }
  .pr-xxl-n85 {
    padding-right: -85px !important; }
  .pr-xxl-90 {
    padding-right: 90px !important; }
  .pr-xxl-n90 {
    padding-right: -90px !important; }
  .pr-xxl-95 {
    padding-right: 95px !important; }
  .pr-xxl-n95 {
    padding-right: -95px !important; }
  .pr-xxl-100 {
    padding-right: 100px !important; }
  .pr-xxl-n100 {
    padding-right: -100px !important; }
  .pr-xxl-105 {
    padding-right: 105px !important; }
  .pr-xxl-n105 {
    padding-right: -105px !important; }
  .pr-xxl-110 {
    padding-right: 110px !important; }
  .pr-xxl-n110 {
    padding-right: -110px !important; }
  .pr-xxl-115 {
    padding-right: 115px !important; }
  .pr-xxl-n115 {
    padding-right: -115px !important; }
  .pr-xxl-120 {
    padding-right: 120px !important; }
  .pr-xxl-n120 {
    padding-right: -120px !important; }
  .pr-xxl-125 {
    padding-right: 125px !important; }
  .pr-xxl-n125 {
    padding-right: -125px !important; }
  .pr-xxl-130 {
    padding-right: 130px !important; }
  .pr-xxl-n130 {
    padding-right: -130px !important; }
  .pr-xxl-135 {
    padding-right: 135px !important; }
  .pr-xxl-n135 {
    padding-right: -135px !important; }
  .pr-xxl-140 {
    padding-right: 140px !important; }
  .pr-xxl-n140 {
    padding-right: -140px !important; }
  .pr-xxl-145 {
    padding-right: 145px !important; }
  .pr-xxl-n145 {
    padding-right: -145px !important; }
  .pr-xxl-150 {
    padding-right: 150px !important; }
  .pr-xxl-n150 {
    padding-right: -150px !important; }
  .pr-xxl-155 {
    padding-right: 155px !important; }
  .pr-xxl-n155 {
    padding-right: -155px !important; }
  .pr-xxl-160 {
    padding-right: 160px !important; }
  .pr-xxl-n160 {
    padding-right: -160px !important; }
  .pr-xxl-165 {
    padding-right: 165px !important; }
  .pr-xxl-n165 {
    padding-right: -165px !important; }
  .pr-xxl-170 {
    padding-right: 170px !important; }
  .pr-xxl-n170 {
    padding-right: -170px !important; }
  .pr-xxl-175 {
    padding-right: 175px !important; }
  .pr-xxl-n175 {
    padding-right: -175px !important; }
  .pr-xxl-180 {
    padding-right: 180px !important; }
  .pr-xxl-n180 {
    padding-right: -180px !important; }
  .pr-xxl-185 {
    padding-right: 185px !important; }
  .pr-xxl-n185 {
    padding-right: -185px !important; }
  .pr-xxl-190 {
    padding-right: 190px !important; }
  .pr-xxl-n190 {
    padding-right: -190px !important; }
  .pr-xxl-195 {
    padding-right: 195px !important; }
  .pr-xxl-n195 {
    padding-right: -195px !important; }
  .pr-xxl-200 {
    padding-right: 200px !important; }
  .pr-xxl-n200 {
    padding-right: -200px !important; }
  .pr-xxl-205 {
    padding-right: 205px !important; }
  .pr-xxl-n205 {
    padding-right: -205px !important; }
  .pr-xxl-210 {
    padding-right: 210px !important; }
  .pr-xxl-n210 {
    padding-right: -210px !important; }
  .pr-xxl-215 {
    padding-right: 215px !important; }
  .pr-xxl-n215 {
    padding-right: -215px !important; }
  .pr-xxl-220 {
    padding-right: 220px !important; }
  .pr-xxl-n220 {
    padding-right: -220px !important; }
  .pr-xxl-225 {
    padding-right: 225px !important; }
  .pr-xxl-n225 {
    padding-right: -225px !important; }
  .pr-xxl-230 {
    padding-right: 230px !important; }
  .pr-xxl-n230 {
    padding-right: -230px !important; }
  .pr-xxl-235 {
    padding-right: 235px !important; }
  .pr-xxl-n235 {
    padding-right: -235px !important; }
  .pr-xxl-240 {
    padding-right: 240px !important; }
  .pr-xxl-n240 {
    padding-right: -240px !important; }
  .pr-xxl-245 {
    padding-right: 245px !important; }
  .pr-xxl-n245 {
    padding-right: -245px !important; }
  .pr-xxl-250 {
    padding-right: 250px !important; }
  .pr-xxl-n250 {
    padding-right: -250px !important; }
  .pb-xxl-0 {
    padding-bottom: 0px !important; }
  .pb-xxl-n0 {
    padding-bottom: 0px !important; }
  .pb-xxl-5 {
    padding-bottom: 5px !important; }
  .pb-xxl-n5 {
    padding-bottom: -5px !important; }
  .pb-xxl-10 {
    padding-bottom: 10px !important; }
  .pb-xxl-n10 {
    padding-bottom: -10px !important; }
  .pb-xxl-15 {
    padding-bottom: 15px !important; }
  .pb-xxl-n15 {
    padding-bottom: -15px !important; }
  .pb-xxl-20 {
    padding-bottom: 20px !important; }
  .pb-xxl-n20 {
    padding-bottom: -20px !important; }
  .pb-xxl-25 {
    padding-bottom: 25px !important; }
  .pb-xxl-n25 {
    padding-bottom: -25px !important; }
  .pb-xxl-30 {
    padding-bottom: 30px !important; }
  .pb-xxl-n30 {
    padding-bottom: -30px !important; }
  .pb-xxl-35 {
    padding-bottom: 35px !important; }
  .pb-xxl-n35 {
    padding-bottom: -35px !important; }
  .pb-xxl-40 {
    padding-bottom: 40px !important; }
  .pb-xxl-n40 {
    padding-bottom: -40px !important; }
  .pb-xxl-45 {
    padding-bottom: 45px !important; }
  .pb-xxl-n45 {
    padding-bottom: -45px !important; }
  .pb-xxl-50 {
    padding-bottom: 50px !important; }
  .pb-xxl-n50 {
    padding-bottom: -50px !important; }
  .pb-xxl-55 {
    padding-bottom: 55px !important; }
  .pb-xxl-n55 {
    padding-bottom: -55px !important; }
  .pb-xxl-60 {
    padding-bottom: 60px !important; }
  .pb-xxl-n60 {
    padding-bottom: -60px !important; }
  .pb-xxl-65 {
    padding-bottom: 65px !important; }
  .pb-xxl-n65 {
    padding-bottom: -65px !important; }
  .pb-xxl-70 {
    padding-bottom: 70px !important; }
  .pb-xxl-n70 {
    padding-bottom: -70px !important; }
  .pb-xxl-75 {
    padding-bottom: 75px !important; }
  .pb-xxl-n75 {
    padding-bottom: -75px !important; }
  .pb-xxl-80 {
    padding-bottom: 80px !important; }
  .pb-xxl-n80 {
    padding-bottom: -80px !important; }
  .pb-xxl-85 {
    padding-bottom: 85px !important; }
  .pb-xxl-n85 {
    padding-bottom: -85px !important; }
  .pb-xxl-90 {
    padding-bottom: 90px !important; }
  .pb-xxl-n90 {
    padding-bottom: -90px !important; }
  .pb-xxl-95 {
    padding-bottom: 95px !important; }
  .pb-xxl-n95 {
    padding-bottom: -95px !important; }
  .pb-xxl-100 {
    padding-bottom: 100px !important; }
  .pb-xxl-n100 {
    padding-bottom: -100px !important; }
  .pb-xxl-105 {
    padding-bottom: 105px !important; }
  .pb-xxl-n105 {
    padding-bottom: -105px !important; }
  .pb-xxl-110 {
    padding-bottom: 110px !important; }
  .pb-xxl-n110 {
    padding-bottom: -110px !important; }
  .pb-xxl-115 {
    padding-bottom: 115px !important; }
  .pb-xxl-n115 {
    padding-bottom: -115px !important; }
  .pb-xxl-120 {
    padding-bottom: 120px !important; }
  .pb-xxl-n120 {
    padding-bottom: -120px !important; }
  .pb-xxl-125 {
    padding-bottom: 125px !important; }
  .pb-xxl-n125 {
    padding-bottom: -125px !important; }
  .pb-xxl-130 {
    padding-bottom: 130px !important; }
  .pb-xxl-n130 {
    padding-bottom: -130px !important; }
  .pb-xxl-135 {
    padding-bottom: 135px !important; }
  .pb-xxl-n135 {
    padding-bottom: -135px !important; }
  .pb-xxl-140 {
    padding-bottom: 140px !important; }
  .pb-xxl-n140 {
    padding-bottom: -140px !important; }
  .pb-xxl-145 {
    padding-bottom: 145px !important; }
  .pb-xxl-n145 {
    padding-bottom: -145px !important; }
  .pb-xxl-150 {
    padding-bottom: 150px !important; }
  .pb-xxl-n150 {
    padding-bottom: -150px !important; }
  .pb-xxl-155 {
    padding-bottom: 155px !important; }
  .pb-xxl-n155 {
    padding-bottom: -155px !important; }
  .pb-xxl-160 {
    padding-bottom: 160px !important; }
  .pb-xxl-n160 {
    padding-bottom: -160px !important; }
  .pb-xxl-165 {
    padding-bottom: 165px !important; }
  .pb-xxl-n165 {
    padding-bottom: -165px !important; }
  .pb-xxl-170 {
    padding-bottom: 170px !important; }
  .pb-xxl-n170 {
    padding-bottom: -170px !important; }
  .pb-xxl-175 {
    padding-bottom: 175px !important; }
  .pb-xxl-n175 {
    padding-bottom: -175px !important; }
  .pb-xxl-180 {
    padding-bottom: 180px !important; }
  .pb-xxl-n180 {
    padding-bottom: -180px !important; }
  .pb-xxl-185 {
    padding-bottom: 185px !important; }
  .pb-xxl-n185 {
    padding-bottom: -185px !important; }
  .pb-xxl-190 {
    padding-bottom: 190px !important; }
  .pb-xxl-n190 {
    padding-bottom: -190px !important; }
  .pb-xxl-195 {
    padding-bottom: 195px !important; }
  .pb-xxl-n195 {
    padding-bottom: -195px !important; }
  .pb-xxl-200 {
    padding-bottom: 200px !important; }
  .pb-xxl-n200 {
    padding-bottom: -200px !important; }
  .pb-xxl-205 {
    padding-bottom: 205px !important; }
  .pb-xxl-n205 {
    padding-bottom: -205px !important; }
  .pb-xxl-210 {
    padding-bottom: 210px !important; }
  .pb-xxl-n210 {
    padding-bottom: -210px !important; }
  .pb-xxl-215 {
    padding-bottom: 215px !important; }
  .pb-xxl-n215 {
    padding-bottom: -215px !important; }
  .pb-xxl-220 {
    padding-bottom: 220px !important; }
  .pb-xxl-n220 {
    padding-bottom: -220px !important; }
  .pb-xxl-225 {
    padding-bottom: 225px !important; }
  .pb-xxl-n225 {
    padding-bottom: -225px !important; }
  .pb-xxl-230 {
    padding-bottom: 230px !important; }
  .pb-xxl-n230 {
    padding-bottom: -230px !important; }
  .pb-xxl-235 {
    padding-bottom: 235px !important; }
  .pb-xxl-n235 {
    padding-bottom: -235px !important; }
  .pb-xxl-240 {
    padding-bottom: 240px !important; }
  .pb-xxl-n240 {
    padding-bottom: -240px !important; }
  .pb-xxl-245 {
    padding-bottom: 245px !important; }
  .pb-xxl-n245 {
    padding-bottom: -245px !important; }
  .pb-xxl-250 {
    padding-bottom: 250px !important; }
  .pb-xxl-n250 {
    padding-bottom: -250px !important; }
  .pl-xxl-0 {
    padding-left: 0px !important; }
  .pl-xxl-n0 {
    padding-left: 0px !important; }
  .pl-xxl-5 {
    padding-left: 5px !important; }
  .pl-xxl-n5 {
    padding-left: -5px !important; }
  .pl-xxl-10 {
    padding-left: 10px !important; }
  .pl-xxl-n10 {
    padding-left: -10px !important; }
  .pl-xxl-15 {
    padding-left: 15px !important; }
  .pl-xxl-n15 {
    padding-left: -15px !important; }
  .pl-xxl-20 {
    padding-left: 20px !important; }
  .pl-xxl-n20 {
    padding-left: -20px !important; }
  .pl-xxl-25 {
    padding-left: 25px !important; }
  .pl-xxl-n25 {
    padding-left: -25px !important; }
  .pl-xxl-30 {
    padding-left: 30px !important; }
  .pl-xxl-n30 {
    padding-left: -30px !important; }
  .pl-xxl-35 {
    padding-left: 35px !important; }
  .pl-xxl-n35 {
    padding-left: -35px !important; }
  .pl-xxl-40 {
    padding-left: 40px !important; }
  .pl-xxl-n40 {
    padding-left: -40px !important; }
  .pl-xxl-45 {
    padding-left: 45px !important; }
  .pl-xxl-n45 {
    padding-left: -45px !important; }
  .pl-xxl-50 {
    padding-left: 50px !important; }
  .pl-xxl-n50 {
    padding-left: -50px !important; }
  .pl-xxl-55 {
    padding-left: 55px !important; }
  .pl-xxl-n55 {
    padding-left: -55px !important; }
  .pl-xxl-60 {
    padding-left: 60px !important; }
  .pl-xxl-n60 {
    padding-left: -60px !important; }
  .pl-xxl-65 {
    padding-left: 65px !important; }
  .pl-xxl-n65 {
    padding-left: -65px !important; }
  .pl-xxl-70 {
    padding-left: 70px !important; }
  .pl-xxl-n70 {
    padding-left: -70px !important; }
  .pl-xxl-75 {
    padding-left: 75px !important; }
  .pl-xxl-n75 {
    padding-left: -75px !important; }
  .pl-xxl-80 {
    padding-left: 80px !important; }
  .pl-xxl-n80 {
    padding-left: -80px !important; }
  .pl-xxl-85 {
    padding-left: 85px !important; }
  .pl-xxl-n85 {
    padding-left: -85px !important; }
  .pl-xxl-90 {
    padding-left: 90px !important; }
  .pl-xxl-n90 {
    padding-left: -90px !important; }
  .pl-xxl-95 {
    padding-left: 95px !important; }
  .pl-xxl-n95 {
    padding-left: -95px !important; }
  .pl-xxl-100 {
    padding-left: 100px !important; }
  .pl-xxl-n100 {
    padding-left: -100px !important; }
  .pl-xxl-105 {
    padding-left: 105px !important; }
  .pl-xxl-n105 {
    padding-left: -105px !important; }
  .pl-xxl-110 {
    padding-left: 110px !important; }
  .pl-xxl-n110 {
    padding-left: -110px !important; }
  .pl-xxl-115 {
    padding-left: 115px !important; }
  .pl-xxl-n115 {
    padding-left: -115px !important; }
  .pl-xxl-120 {
    padding-left: 120px !important; }
  .pl-xxl-n120 {
    padding-left: -120px !important; }
  .pl-xxl-125 {
    padding-left: 125px !important; }
  .pl-xxl-n125 {
    padding-left: -125px !important; }
  .pl-xxl-130 {
    padding-left: 130px !important; }
  .pl-xxl-n130 {
    padding-left: -130px !important; }
  .pl-xxl-135 {
    padding-left: 135px !important; }
  .pl-xxl-n135 {
    padding-left: -135px !important; }
  .pl-xxl-140 {
    padding-left: 140px !important; }
  .pl-xxl-n140 {
    padding-left: -140px !important; }
  .pl-xxl-145 {
    padding-left: 145px !important; }
  .pl-xxl-n145 {
    padding-left: -145px !important; }
  .pl-xxl-150 {
    padding-left: 150px !important; }
  .pl-xxl-n150 {
    padding-left: -150px !important; }
  .pl-xxl-155 {
    padding-left: 155px !important; }
  .pl-xxl-n155 {
    padding-left: -155px !important; }
  .pl-xxl-160 {
    padding-left: 160px !important; }
  .pl-xxl-n160 {
    padding-left: -160px !important; }
  .pl-xxl-165 {
    padding-left: 165px !important; }
  .pl-xxl-n165 {
    padding-left: -165px !important; }
  .pl-xxl-170 {
    padding-left: 170px !important; }
  .pl-xxl-n170 {
    padding-left: -170px !important; }
  .pl-xxl-175 {
    padding-left: 175px !important; }
  .pl-xxl-n175 {
    padding-left: -175px !important; }
  .pl-xxl-180 {
    padding-left: 180px !important; }
  .pl-xxl-n180 {
    padding-left: -180px !important; }
  .pl-xxl-185 {
    padding-left: 185px !important; }
  .pl-xxl-n185 {
    padding-left: -185px !important; }
  .pl-xxl-190 {
    padding-left: 190px !important; }
  .pl-xxl-n190 {
    padding-left: -190px !important; }
  .pl-xxl-195 {
    padding-left: 195px !important; }
  .pl-xxl-n195 {
    padding-left: -195px !important; }
  .pl-xxl-200 {
    padding-left: 200px !important; }
  .pl-xxl-n200 {
    padding-left: -200px !important; }
  .pl-xxl-205 {
    padding-left: 205px !important; }
  .pl-xxl-n205 {
    padding-left: -205px !important; }
  .pl-xxl-210 {
    padding-left: 210px !important; }
  .pl-xxl-n210 {
    padding-left: -210px !important; }
  .pl-xxl-215 {
    padding-left: 215px !important; }
  .pl-xxl-n215 {
    padding-left: -215px !important; }
  .pl-xxl-220 {
    padding-left: 220px !important; }
  .pl-xxl-n220 {
    padding-left: -220px !important; }
  .pl-xxl-225 {
    padding-left: 225px !important; }
  .pl-xxl-n225 {
    padding-left: -225px !important; }
  .pl-xxl-230 {
    padding-left: 230px !important; }
  .pl-xxl-n230 {
    padding-left: -230px !important; }
  .pl-xxl-235 {
    padding-left: 235px !important; }
  .pl-xxl-n235 {
    padding-left: -235px !important; }
  .pl-xxl-240 {
    padding-left: 240px !important; }
  .pl-xxl-n240 {
    padding-left: -240px !important; }
  .pl-xxl-245 {
    padding-left: 245px !important; }
  .pl-xxl-n245 {
    padding-left: -245px !important; }
  .pl-xxl-250 {
    padding-left: 250px !important; }
  .pl-xxl-n250 {
    padding-left: -250px !important; } }

@media (max-width: 767.98px) {
  .m-sp-0 {
    margin: 0px !important; }
  .m-sp-n0 {
    margin: 0px !important; }
  .m-sp-5 {
    margin: 5px !important; }
  .m-sp-n5 {
    margin: -5px !important; }
  .m-sp-10 {
    margin: 10px !important; }
  .m-sp-n10 {
    margin: -10px !important; }
  .m-sp-15 {
    margin: 15px !important; }
  .m-sp-n15 {
    margin: -15px !important; }
  .m-sp-20 {
    margin: 20px !important; }
  .m-sp-n20 {
    margin: -20px !important; }
  .m-sp-25 {
    margin: 25px !important; }
  .m-sp-n25 {
    margin: -25px !important; }
  .m-sp-30 {
    margin: 30px !important; }
  .m-sp-n30 {
    margin: -30px !important; }
  .m-sp-35 {
    margin: 35px !important; }
  .m-sp-n35 {
    margin: -35px !important; }
  .m-sp-40 {
    margin: 40px !important; }
  .m-sp-n40 {
    margin: -40px !important; }
  .m-sp-45 {
    margin: 45px !important; }
  .m-sp-n45 {
    margin: -45px !important; }
  .m-sp-50 {
    margin: 50px !important; }
  .m-sp-n50 {
    margin: -50px !important; }
  .m-sp-55 {
    margin: 55px !important; }
  .m-sp-n55 {
    margin: -55px !important; }
  .m-sp-60 {
    margin: 60px !important; }
  .m-sp-n60 {
    margin: -60px !important; }
  .m-sp-65 {
    margin: 65px !important; }
  .m-sp-n65 {
    margin: -65px !important; }
  .m-sp-70 {
    margin: 70px !important; }
  .m-sp-n70 {
    margin: -70px !important; }
  .m-sp-75 {
    margin: 75px !important; }
  .m-sp-n75 {
    margin: -75px !important; }
  .m-sp-80 {
    margin: 80px !important; }
  .m-sp-n80 {
    margin: -80px !important; }
  .m-sp-85 {
    margin: 85px !important; }
  .m-sp-n85 {
    margin: -85px !important; }
  .m-sp-90 {
    margin: 90px !important; }
  .m-sp-n90 {
    margin: -90px !important; }
  .m-sp-95 {
    margin: 95px !important; }
  .m-sp-n95 {
    margin: -95px !important; }
  .m-sp-100 {
    margin: 100px !important; }
  .m-sp-n100 {
    margin: -100px !important; }
  .m-sp-105 {
    margin: 105px !important; }
  .m-sp-n105 {
    margin: -105px !important; }
  .m-sp-110 {
    margin: 110px !important; }
  .m-sp-n110 {
    margin: -110px !important; }
  .m-sp-115 {
    margin: 115px !important; }
  .m-sp-n115 {
    margin: -115px !important; }
  .m-sp-120 {
    margin: 120px !important; }
  .m-sp-n120 {
    margin: -120px !important; }
  .m-sp-125 {
    margin: 125px !important; }
  .m-sp-n125 {
    margin: -125px !important; }
  .m-sp-130 {
    margin: 130px !important; }
  .m-sp-n130 {
    margin: -130px !important; }
  .m-sp-135 {
    margin: 135px !important; }
  .m-sp-n135 {
    margin: -135px !important; }
  .m-sp-140 {
    margin: 140px !important; }
  .m-sp-n140 {
    margin: -140px !important; }
  .m-sp-145 {
    margin: 145px !important; }
  .m-sp-n145 {
    margin: -145px !important; }
  .m-sp-150 {
    margin: 150px !important; }
  .m-sp-n150 {
    margin: -150px !important; }
  .m-sp-155 {
    margin: 155px !important; }
  .m-sp-n155 {
    margin: -155px !important; }
  .m-sp-160 {
    margin: 160px !important; }
  .m-sp-n160 {
    margin: -160px !important; }
  .m-sp-165 {
    margin: 165px !important; }
  .m-sp-n165 {
    margin: -165px !important; }
  .m-sp-170 {
    margin: 170px !important; }
  .m-sp-n170 {
    margin: -170px !important; }
  .m-sp-175 {
    margin: 175px !important; }
  .m-sp-n175 {
    margin: -175px !important; }
  .m-sp-180 {
    margin: 180px !important; }
  .m-sp-n180 {
    margin: -180px !important; }
  .m-sp-185 {
    margin: 185px !important; }
  .m-sp-n185 {
    margin: -185px !important; }
  .m-sp-190 {
    margin: 190px !important; }
  .m-sp-n190 {
    margin: -190px !important; }
  .m-sp-195 {
    margin: 195px !important; }
  .m-sp-n195 {
    margin: -195px !important; }
  .m-sp-200 {
    margin: 200px !important; }
  .m-sp-n200 {
    margin: -200px !important; }
  .m-sp-205 {
    margin: 205px !important; }
  .m-sp-n205 {
    margin: -205px !important; }
  .m-sp-210 {
    margin: 210px !important; }
  .m-sp-n210 {
    margin: -210px !important; }
  .m-sp-215 {
    margin: 215px !important; }
  .m-sp-n215 {
    margin: -215px !important; }
  .m-sp-220 {
    margin: 220px !important; }
  .m-sp-n220 {
    margin: -220px !important; }
  .m-sp-225 {
    margin: 225px !important; }
  .m-sp-n225 {
    margin: -225px !important; }
  .m-sp-230 {
    margin: 230px !important; }
  .m-sp-n230 {
    margin: -230px !important; }
  .m-sp-235 {
    margin: 235px !important; }
  .m-sp-n235 {
    margin: -235px !important; }
  .m-sp-240 {
    margin: 240px !important; }
  .m-sp-n240 {
    margin: -240px !important; }
  .m-sp-245 {
    margin: 245px !important; }
  .m-sp-n245 {
    margin: -245px !important; }
  .m-sp-250 {
    margin: 250px !important; }
  .m-sp-n250 {
    margin: -250px !important; }
  .mt-sp-0 {
    margin-top: 0px !important; }
  .mt-sp-n0 {
    margin-top: 0px !important; }
  .mt-sp-5 {
    margin-top: 5px !important; }
  .mt-sp-n5 {
    margin-top: -5px !important; }
  .mt-sp-10 {
    margin-top: 10px !important; }
  .mt-sp-n10 {
    margin-top: -10px !important; }
  .mt-sp-15 {
    margin-top: 15px !important; }
  .mt-sp-n15 {
    margin-top: -15px !important; }
  .mt-sp-20 {
    margin-top: 20px !important; }
  .mt-sp-n20 {
    margin-top: -20px !important; }
  .mt-sp-25 {
    margin-top: 25px !important; }
  .mt-sp-n25 {
    margin-top: -25px !important; }
  .mt-sp-30 {
    margin-top: 30px !important; }
  .mt-sp-n30 {
    margin-top: -30px !important; }
  .mt-sp-35 {
    margin-top: 35px !important; }
  .mt-sp-n35 {
    margin-top: -35px !important; }
  .mt-sp-40 {
    margin-top: 40px !important; }
  .mt-sp-n40 {
    margin-top: -40px !important; }
  .mt-sp-45 {
    margin-top: 45px !important; }
  .mt-sp-n45 {
    margin-top: -45px !important; }
  .mt-sp-50 {
    margin-top: 50px !important; }
  .mt-sp-n50 {
    margin-top: -50px !important; }
  .mt-sp-55 {
    margin-top: 55px !important; }
  .mt-sp-n55 {
    margin-top: -55px !important; }
  .mt-sp-60 {
    margin-top: 60px !important; }
  .mt-sp-n60 {
    margin-top: -60px !important; }
  .mt-sp-65 {
    margin-top: 65px !important; }
  .mt-sp-n65 {
    margin-top: -65px !important; }
  .mt-sp-70 {
    margin-top: 70px !important; }
  .mt-sp-n70 {
    margin-top: -70px !important; }
  .mt-sp-75 {
    margin-top: 75px !important; }
  .mt-sp-n75 {
    margin-top: -75px !important; }
  .mt-sp-80 {
    margin-top: 80px !important; }
  .mt-sp-n80 {
    margin-top: -80px !important; }
  .mt-sp-85 {
    margin-top: 85px !important; }
  .mt-sp-n85 {
    margin-top: -85px !important; }
  .mt-sp-90 {
    margin-top: 90px !important; }
  .mt-sp-n90 {
    margin-top: -90px !important; }
  .mt-sp-95 {
    margin-top: 95px !important; }
  .mt-sp-n95 {
    margin-top: -95px !important; }
  .mt-sp-100 {
    margin-top: 100px !important; }
  .mt-sp-n100 {
    margin-top: -100px !important; }
  .mt-sp-105 {
    margin-top: 105px !important; }
  .mt-sp-n105 {
    margin-top: -105px !important; }
  .mt-sp-110 {
    margin-top: 110px !important; }
  .mt-sp-n110 {
    margin-top: -110px !important; }
  .mt-sp-115 {
    margin-top: 115px !important; }
  .mt-sp-n115 {
    margin-top: -115px !important; }
  .mt-sp-120 {
    margin-top: 120px !important; }
  .mt-sp-n120 {
    margin-top: -120px !important; }
  .mt-sp-125 {
    margin-top: 125px !important; }
  .mt-sp-n125 {
    margin-top: -125px !important; }
  .mt-sp-130 {
    margin-top: 130px !important; }
  .mt-sp-n130 {
    margin-top: -130px !important; }
  .mt-sp-135 {
    margin-top: 135px !important; }
  .mt-sp-n135 {
    margin-top: -135px !important; }
  .mt-sp-140 {
    margin-top: 140px !important; }
  .mt-sp-n140 {
    margin-top: -140px !important; }
  .mt-sp-145 {
    margin-top: 145px !important; }
  .mt-sp-n145 {
    margin-top: -145px !important; }
  .mt-sp-150 {
    margin-top: 150px !important; }
  .mt-sp-n150 {
    margin-top: -150px !important; }
  .mt-sp-155 {
    margin-top: 155px !important; }
  .mt-sp-n155 {
    margin-top: -155px !important; }
  .mt-sp-160 {
    margin-top: 160px !important; }
  .mt-sp-n160 {
    margin-top: -160px !important; }
  .mt-sp-165 {
    margin-top: 165px !important; }
  .mt-sp-n165 {
    margin-top: -165px !important; }
  .mt-sp-170 {
    margin-top: 170px !important; }
  .mt-sp-n170 {
    margin-top: -170px !important; }
  .mt-sp-175 {
    margin-top: 175px !important; }
  .mt-sp-n175 {
    margin-top: -175px !important; }
  .mt-sp-180 {
    margin-top: 180px !important; }
  .mt-sp-n180 {
    margin-top: -180px !important; }
  .mt-sp-185 {
    margin-top: 185px !important; }
  .mt-sp-n185 {
    margin-top: -185px !important; }
  .mt-sp-190 {
    margin-top: 190px !important; }
  .mt-sp-n190 {
    margin-top: -190px !important; }
  .mt-sp-195 {
    margin-top: 195px !important; }
  .mt-sp-n195 {
    margin-top: -195px !important; }
  .mt-sp-200 {
    margin-top: 200px !important; }
  .mt-sp-n200 {
    margin-top: -200px !important; }
  .mt-sp-205 {
    margin-top: 205px !important; }
  .mt-sp-n205 {
    margin-top: -205px !important; }
  .mt-sp-210 {
    margin-top: 210px !important; }
  .mt-sp-n210 {
    margin-top: -210px !important; }
  .mt-sp-215 {
    margin-top: 215px !important; }
  .mt-sp-n215 {
    margin-top: -215px !important; }
  .mt-sp-220 {
    margin-top: 220px !important; }
  .mt-sp-n220 {
    margin-top: -220px !important; }
  .mt-sp-225 {
    margin-top: 225px !important; }
  .mt-sp-n225 {
    margin-top: -225px !important; }
  .mt-sp-230 {
    margin-top: 230px !important; }
  .mt-sp-n230 {
    margin-top: -230px !important; }
  .mt-sp-235 {
    margin-top: 235px !important; }
  .mt-sp-n235 {
    margin-top: -235px !important; }
  .mt-sp-240 {
    margin-top: 240px !important; }
  .mt-sp-n240 {
    margin-top: -240px !important; }
  .mt-sp-245 {
    margin-top: 245px !important; }
  .mt-sp-n245 {
    margin-top: -245px !important; }
  .mt-sp-250 {
    margin-top: 250px !important; }
  .mt-sp-n250 {
    margin-top: -250px !important; }
  .mr-sp-0 {
    margin-right: 0px !important; }
  .mr-sp-n0 {
    margin-right: 0px !important; }
  .mr-sp-5 {
    margin-right: 5px !important; }
  .mr-sp-n5 {
    margin-right: -5px !important; }
  .mr-sp-10 {
    margin-right: 10px !important; }
  .mr-sp-n10 {
    margin-right: -10px !important; }
  .mr-sp-15 {
    margin-right: 15px !important; }
  .mr-sp-n15 {
    margin-right: -15px !important; }
  .mr-sp-20 {
    margin-right: 20px !important; }
  .mr-sp-n20 {
    margin-right: -20px !important; }
  .mr-sp-25 {
    margin-right: 25px !important; }
  .mr-sp-n25 {
    margin-right: -25px !important; }
  .mr-sp-30 {
    margin-right: 30px !important; }
  .mr-sp-n30 {
    margin-right: -30px !important; }
  .mr-sp-35 {
    margin-right: 35px !important; }
  .mr-sp-n35 {
    margin-right: -35px !important; }
  .mr-sp-40 {
    margin-right: 40px !important; }
  .mr-sp-n40 {
    margin-right: -40px !important; }
  .mr-sp-45 {
    margin-right: 45px !important; }
  .mr-sp-n45 {
    margin-right: -45px !important; }
  .mr-sp-50 {
    margin-right: 50px !important; }
  .mr-sp-n50 {
    margin-right: -50px !important; }
  .mr-sp-55 {
    margin-right: 55px !important; }
  .mr-sp-n55 {
    margin-right: -55px !important; }
  .mr-sp-60 {
    margin-right: 60px !important; }
  .mr-sp-n60 {
    margin-right: -60px !important; }
  .mr-sp-65 {
    margin-right: 65px !important; }
  .mr-sp-n65 {
    margin-right: -65px !important; }
  .mr-sp-70 {
    margin-right: 70px !important; }
  .mr-sp-n70 {
    margin-right: -70px !important; }
  .mr-sp-75 {
    margin-right: 75px !important; }
  .mr-sp-n75 {
    margin-right: -75px !important; }
  .mr-sp-80 {
    margin-right: 80px !important; }
  .mr-sp-n80 {
    margin-right: -80px !important; }
  .mr-sp-85 {
    margin-right: 85px !important; }
  .mr-sp-n85 {
    margin-right: -85px !important; }
  .mr-sp-90 {
    margin-right: 90px !important; }
  .mr-sp-n90 {
    margin-right: -90px !important; }
  .mr-sp-95 {
    margin-right: 95px !important; }
  .mr-sp-n95 {
    margin-right: -95px !important; }
  .mr-sp-100 {
    margin-right: 100px !important; }
  .mr-sp-n100 {
    margin-right: -100px !important; }
  .mr-sp-105 {
    margin-right: 105px !important; }
  .mr-sp-n105 {
    margin-right: -105px !important; }
  .mr-sp-110 {
    margin-right: 110px !important; }
  .mr-sp-n110 {
    margin-right: -110px !important; }
  .mr-sp-115 {
    margin-right: 115px !important; }
  .mr-sp-n115 {
    margin-right: -115px !important; }
  .mr-sp-120 {
    margin-right: 120px !important; }
  .mr-sp-n120 {
    margin-right: -120px !important; }
  .mr-sp-125 {
    margin-right: 125px !important; }
  .mr-sp-n125 {
    margin-right: -125px !important; }
  .mr-sp-130 {
    margin-right: 130px !important; }
  .mr-sp-n130 {
    margin-right: -130px !important; }
  .mr-sp-135 {
    margin-right: 135px !important; }
  .mr-sp-n135 {
    margin-right: -135px !important; }
  .mr-sp-140 {
    margin-right: 140px !important; }
  .mr-sp-n140 {
    margin-right: -140px !important; }
  .mr-sp-145 {
    margin-right: 145px !important; }
  .mr-sp-n145 {
    margin-right: -145px !important; }
  .mr-sp-150 {
    margin-right: 150px !important; }
  .mr-sp-n150 {
    margin-right: -150px !important; }
  .mr-sp-155 {
    margin-right: 155px !important; }
  .mr-sp-n155 {
    margin-right: -155px !important; }
  .mr-sp-160 {
    margin-right: 160px !important; }
  .mr-sp-n160 {
    margin-right: -160px !important; }
  .mr-sp-165 {
    margin-right: 165px !important; }
  .mr-sp-n165 {
    margin-right: -165px !important; }
  .mr-sp-170 {
    margin-right: 170px !important; }
  .mr-sp-n170 {
    margin-right: -170px !important; }
  .mr-sp-175 {
    margin-right: 175px !important; }
  .mr-sp-n175 {
    margin-right: -175px !important; }
  .mr-sp-180 {
    margin-right: 180px !important; }
  .mr-sp-n180 {
    margin-right: -180px !important; }
  .mr-sp-185 {
    margin-right: 185px !important; }
  .mr-sp-n185 {
    margin-right: -185px !important; }
  .mr-sp-190 {
    margin-right: 190px !important; }
  .mr-sp-n190 {
    margin-right: -190px !important; }
  .mr-sp-195 {
    margin-right: 195px !important; }
  .mr-sp-n195 {
    margin-right: -195px !important; }
  .mr-sp-200 {
    margin-right: 200px !important; }
  .mr-sp-n200 {
    margin-right: -200px !important; }
  .mr-sp-205 {
    margin-right: 205px !important; }
  .mr-sp-n205 {
    margin-right: -205px !important; }
  .mr-sp-210 {
    margin-right: 210px !important; }
  .mr-sp-n210 {
    margin-right: -210px !important; }
  .mr-sp-215 {
    margin-right: 215px !important; }
  .mr-sp-n215 {
    margin-right: -215px !important; }
  .mr-sp-220 {
    margin-right: 220px !important; }
  .mr-sp-n220 {
    margin-right: -220px !important; }
  .mr-sp-225 {
    margin-right: 225px !important; }
  .mr-sp-n225 {
    margin-right: -225px !important; }
  .mr-sp-230 {
    margin-right: 230px !important; }
  .mr-sp-n230 {
    margin-right: -230px !important; }
  .mr-sp-235 {
    margin-right: 235px !important; }
  .mr-sp-n235 {
    margin-right: -235px !important; }
  .mr-sp-240 {
    margin-right: 240px !important; }
  .mr-sp-n240 {
    margin-right: -240px !important; }
  .mr-sp-245 {
    margin-right: 245px !important; }
  .mr-sp-n245 {
    margin-right: -245px !important; }
  .mr-sp-250 {
    margin-right: 250px !important; }
  .mr-sp-n250 {
    margin-right: -250px !important; }
  .mb-sp-0 {
    margin-bottom: 0px !important; }
  .mb-sp-n0 {
    margin-bottom: 0px !important; }
  .mb-sp-5 {
    margin-bottom: 5px !important; }
  .mb-sp-n5 {
    margin-bottom: -5px !important; }
  .mb-sp-10 {
    margin-bottom: 10px !important; }
  .mb-sp-n10 {
    margin-bottom: -10px !important; }
  .mb-sp-15 {
    margin-bottom: 15px !important; }
  .mb-sp-n15 {
    margin-bottom: -15px !important; }
  .mb-sp-20 {
    margin-bottom: 20px !important; }
  .mb-sp-n20 {
    margin-bottom: -20px !important; }
  .mb-sp-25 {
    margin-bottom: 25px !important; }
  .mb-sp-n25 {
    margin-bottom: -25px !important; }
  .mb-sp-30 {
    margin-bottom: 30px !important; }
  .mb-sp-n30 {
    margin-bottom: -30px !important; }
  .mb-sp-35 {
    margin-bottom: 35px !important; }
  .mb-sp-n35 {
    margin-bottom: -35px !important; }
  .mb-sp-40 {
    margin-bottom: 40px !important; }
  .mb-sp-n40 {
    margin-bottom: -40px !important; }
  .mb-sp-45 {
    margin-bottom: 45px !important; }
  .mb-sp-n45 {
    margin-bottom: -45px !important; }
  .mb-sp-50 {
    margin-bottom: 50px !important; }
  .mb-sp-n50 {
    margin-bottom: -50px !important; }
  .mb-sp-55 {
    margin-bottom: 55px !important; }
  .mb-sp-n55 {
    margin-bottom: -55px !important; }
  .mb-sp-60 {
    margin-bottom: 60px !important; }
  .mb-sp-n60 {
    margin-bottom: -60px !important; }
  .mb-sp-65 {
    margin-bottom: 65px !important; }
  .mb-sp-n65 {
    margin-bottom: -65px !important; }
  .mb-sp-70 {
    margin-bottom: 70px !important; }
  .mb-sp-n70 {
    margin-bottom: -70px !important; }
  .mb-sp-75 {
    margin-bottom: 75px !important; }
  .mb-sp-n75 {
    margin-bottom: -75px !important; }
  .mb-sp-80 {
    margin-bottom: 80px !important; }
  .mb-sp-n80 {
    margin-bottom: -80px !important; }
  .mb-sp-85 {
    margin-bottom: 85px !important; }
  .mb-sp-n85 {
    margin-bottom: -85px !important; }
  .mb-sp-90 {
    margin-bottom: 90px !important; }
  .mb-sp-n90 {
    margin-bottom: -90px !important; }
  .mb-sp-95 {
    margin-bottom: 95px !important; }
  .mb-sp-n95 {
    margin-bottom: -95px !important; }
  .mb-sp-100 {
    margin-bottom: 100px !important; }
  .mb-sp-n100 {
    margin-bottom: -100px !important; }
  .mb-sp-105 {
    margin-bottom: 105px !important; }
  .mb-sp-n105 {
    margin-bottom: -105px !important; }
  .mb-sp-110 {
    margin-bottom: 110px !important; }
  .mb-sp-n110 {
    margin-bottom: -110px !important; }
  .mb-sp-115 {
    margin-bottom: 115px !important; }
  .mb-sp-n115 {
    margin-bottom: -115px !important; }
  .mb-sp-120 {
    margin-bottom: 120px !important; }
  .mb-sp-n120 {
    margin-bottom: -120px !important; }
  .mb-sp-125 {
    margin-bottom: 125px !important; }
  .mb-sp-n125 {
    margin-bottom: -125px !important; }
  .mb-sp-130 {
    margin-bottom: 130px !important; }
  .mb-sp-n130 {
    margin-bottom: -130px !important; }
  .mb-sp-135 {
    margin-bottom: 135px !important; }
  .mb-sp-n135 {
    margin-bottom: -135px !important; }
  .mb-sp-140 {
    margin-bottom: 140px !important; }
  .mb-sp-n140 {
    margin-bottom: -140px !important; }
  .mb-sp-145 {
    margin-bottom: 145px !important; }
  .mb-sp-n145 {
    margin-bottom: -145px !important; }
  .mb-sp-150 {
    margin-bottom: 150px !important; }
  .mb-sp-n150 {
    margin-bottom: -150px !important; }
  .mb-sp-155 {
    margin-bottom: 155px !important; }
  .mb-sp-n155 {
    margin-bottom: -155px !important; }
  .mb-sp-160 {
    margin-bottom: 160px !important; }
  .mb-sp-n160 {
    margin-bottom: -160px !important; }
  .mb-sp-165 {
    margin-bottom: 165px !important; }
  .mb-sp-n165 {
    margin-bottom: -165px !important; }
  .mb-sp-170 {
    margin-bottom: 170px !important; }
  .mb-sp-n170 {
    margin-bottom: -170px !important; }
  .mb-sp-175 {
    margin-bottom: 175px !important; }
  .mb-sp-n175 {
    margin-bottom: -175px !important; }
  .mb-sp-180 {
    margin-bottom: 180px !important; }
  .mb-sp-n180 {
    margin-bottom: -180px !important; }
  .mb-sp-185 {
    margin-bottom: 185px !important; }
  .mb-sp-n185 {
    margin-bottom: -185px !important; }
  .mb-sp-190 {
    margin-bottom: 190px !important; }
  .mb-sp-n190 {
    margin-bottom: -190px !important; }
  .mb-sp-195 {
    margin-bottom: 195px !important; }
  .mb-sp-n195 {
    margin-bottom: -195px !important; }
  .mb-sp-200 {
    margin-bottom: 200px !important; }
  .mb-sp-n200 {
    margin-bottom: -200px !important; }
  .mb-sp-205 {
    margin-bottom: 205px !important; }
  .mb-sp-n205 {
    margin-bottom: -205px !important; }
  .mb-sp-210 {
    margin-bottom: 210px !important; }
  .mb-sp-n210 {
    margin-bottom: -210px !important; }
  .mb-sp-215 {
    margin-bottom: 215px !important; }
  .mb-sp-n215 {
    margin-bottom: -215px !important; }
  .mb-sp-220 {
    margin-bottom: 220px !important; }
  .mb-sp-n220 {
    margin-bottom: -220px !important; }
  .mb-sp-225 {
    margin-bottom: 225px !important; }
  .mb-sp-n225 {
    margin-bottom: -225px !important; }
  .mb-sp-230 {
    margin-bottom: 230px !important; }
  .mb-sp-n230 {
    margin-bottom: -230px !important; }
  .mb-sp-235 {
    margin-bottom: 235px !important; }
  .mb-sp-n235 {
    margin-bottom: -235px !important; }
  .mb-sp-240 {
    margin-bottom: 240px !important; }
  .mb-sp-n240 {
    margin-bottom: -240px !important; }
  .mb-sp-245 {
    margin-bottom: 245px !important; }
  .mb-sp-n245 {
    margin-bottom: -245px !important; }
  .mb-sp-250 {
    margin-bottom: 250px !important; }
  .mb-sp-n250 {
    margin-bottom: -250px !important; }
  .ml-sp-0 {
    margin-left: 0px !important; }
  .ml-sp-n0 {
    margin-left: 0px !important; }
  .ml-sp-5 {
    margin-left: 5px !important; }
  .ml-sp-n5 {
    margin-left: -5px !important; }
  .ml-sp-10 {
    margin-left: 10px !important; }
  .ml-sp-n10 {
    margin-left: -10px !important; }
  .ml-sp-15 {
    margin-left: 15px !important; }
  .ml-sp-n15 {
    margin-left: -15px !important; }
  .ml-sp-20 {
    margin-left: 20px !important; }
  .ml-sp-n20 {
    margin-left: -20px !important; }
  .ml-sp-25 {
    margin-left: 25px !important; }
  .ml-sp-n25 {
    margin-left: -25px !important; }
  .ml-sp-30 {
    margin-left: 30px !important; }
  .ml-sp-n30 {
    margin-left: -30px !important; }
  .ml-sp-35 {
    margin-left: 35px !important; }
  .ml-sp-n35 {
    margin-left: -35px !important; }
  .ml-sp-40 {
    margin-left: 40px !important; }
  .ml-sp-n40 {
    margin-left: -40px !important; }
  .ml-sp-45 {
    margin-left: 45px !important; }
  .ml-sp-n45 {
    margin-left: -45px !important; }
  .ml-sp-50 {
    margin-left: 50px !important; }
  .ml-sp-n50 {
    margin-left: -50px !important; }
  .ml-sp-55 {
    margin-left: 55px !important; }
  .ml-sp-n55 {
    margin-left: -55px !important; }
  .ml-sp-60 {
    margin-left: 60px !important; }
  .ml-sp-n60 {
    margin-left: -60px !important; }
  .ml-sp-65 {
    margin-left: 65px !important; }
  .ml-sp-n65 {
    margin-left: -65px !important; }
  .ml-sp-70 {
    margin-left: 70px !important; }
  .ml-sp-n70 {
    margin-left: -70px !important; }
  .ml-sp-75 {
    margin-left: 75px !important; }
  .ml-sp-n75 {
    margin-left: -75px !important; }
  .ml-sp-80 {
    margin-left: 80px !important; }
  .ml-sp-n80 {
    margin-left: -80px !important; }
  .ml-sp-85 {
    margin-left: 85px !important; }
  .ml-sp-n85 {
    margin-left: -85px !important; }
  .ml-sp-90 {
    margin-left: 90px !important; }
  .ml-sp-n90 {
    margin-left: -90px !important; }
  .ml-sp-95 {
    margin-left: 95px !important; }
  .ml-sp-n95 {
    margin-left: -95px !important; }
  .ml-sp-100 {
    margin-left: 100px !important; }
  .ml-sp-n100 {
    margin-left: -100px !important; }
  .ml-sp-105 {
    margin-left: 105px !important; }
  .ml-sp-n105 {
    margin-left: -105px !important; }
  .ml-sp-110 {
    margin-left: 110px !important; }
  .ml-sp-n110 {
    margin-left: -110px !important; }
  .ml-sp-115 {
    margin-left: 115px !important; }
  .ml-sp-n115 {
    margin-left: -115px !important; }
  .ml-sp-120 {
    margin-left: 120px !important; }
  .ml-sp-n120 {
    margin-left: -120px !important; }
  .ml-sp-125 {
    margin-left: 125px !important; }
  .ml-sp-n125 {
    margin-left: -125px !important; }
  .ml-sp-130 {
    margin-left: 130px !important; }
  .ml-sp-n130 {
    margin-left: -130px !important; }
  .ml-sp-135 {
    margin-left: 135px !important; }
  .ml-sp-n135 {
    margin-left: -135px !important; }
  .ml-sp-140 {
    margin-left: 140px !important; }
  .ml-sp-n140 {
    margin-left: -140px !important; }
  .ml-sp-145 {
    margin-left: 145px !important; }
  .ml-sp-n145 {
    margin-left: -145px !important; }
  .ml-sp-150 {
    margin-left: 150px !important; }
  .ml-sp-n150 {
    margin-left: -150px !important; }
  .ml-sp-155 {
    margin-left: 155px !important; }
  .ml-sp-n155 {
    margin-left: -155px !important; }
  .ml-sp-160 {
    margin-left: 160px !important; }
  .ml-sp-n160 {
    margin-left: -160px !important; }
  .ml-sp-165 {
    margin-left: 165px !important; }
  .ml-sp-n165 {
    margin-left: -165px !important; }
  .ml-sp-170 {
    margin-left: 170px !important; }
  .ml-sp-n170 {
    margin-left: -170px !important; }
  .ml-sp-175 {
    margin-left: 175px !important; }
  .ml-sp-n175 {
    margin-left: -175px !important; }
  .ml-sp-180 {
    margin-left: 180px !important; }
  .ml-sp-n180 {
    margin-left: -180px !important; }
  .ml-sp-185 {
    margin-left: 185px !important; }
  .ml-sp-n185 {
    margin-left: -185px !important; }
  .ml-sp-190 {
    margin-left: 190px !important; }
  .ml-sp-n190 {
    margin-left: -190px !important; }
  .ml-sp-195 {
    margin-left: 195px !important; }
  .ml-sp-n195 {
    margin-left: -195px !important; }
  .ml-sp-200 {
    margin-left: 200px !important; }
  .ml-sp-n200 {
    margin-left: -200px !important; }
  .ml-sp-205 {
    margin-left: 205px !important; }
  .ml-sp-n205 {
    margin-left: -205px !important; }
  .ml-sp-210 {
    margin-left: 210px !important; }
  .ml-sp-n210 {
    margin-left: -210px !important; }
  .ml-sp-215 {
    margin-left: 215px !important; }
  .ml-sp-n215 {
    margin-left: -215px !important; }
  .ml-sp-220 {
    margin-left: 220px !important; }
  .ml-sp-n220 {
    margin-left: -220px !important; }
  .ml-sp-225 {
    margin-left: 225px !important; }
  .ml-sp-n225 {
    margin-left: -225px !important; }
  .ml-sp-230 {
    margin-left: 230px !important; }
  .ml-sp-n230 {
    margin-left: -230px !important; }
  .ml-sp-235 {
    margin-left: 235px !important; }
  .ml-sp-n235 {
    margin-left: -235px !important; }
  .ml-sp-240 {
    margin-left: 240px !important; }
  .ml-sp-n240 {
    margin-left: -240px !important; }
  .ml-sp-245 {
    margin-left: 245px !important; }
  .ml-sp-n245 {
    margin-left: -245px !important; }
  .ml-sp-250 {
    margin-left: 250px !important; }
  .ml-sp-n250 {
    margin-left: -250px !important; }
  .mx-sp-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-sp-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-sp-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-sp-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-sp-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-sp-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-sp-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-sp-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-sp-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-sp-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-sp-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-sp-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-sp-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-sp-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-sp-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-sp-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-sp-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-sp-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-sp-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-sp-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-sp-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-sp-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-sp-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-sp-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-sp-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-sp-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-sp-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-sp-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-sp-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-sp-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-sp-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-sp-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-sp-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-sp-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-sp-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-sp-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-sp-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-sp-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-sp-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-sp-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-sp-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-sp-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-sp-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-sp-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-sp-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-sp-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-sp-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-sp-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-sp-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-sp-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-sp-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-sp-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-sp-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-sp-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-sp-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-sp-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-sp-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-sp-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-sp-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-sp-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-sp-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-sp-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-sp-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-sp-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-sp-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-sp-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-sp-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-sp-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-sp-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-sp-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-sp-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-sp-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-sp-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-sp-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-sp-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-sp-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-sp-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-sp-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-sp-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-sp-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-sp-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-sp-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-sp-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-sp-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-sp-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-sp-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-sp-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-sp-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-sp-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-sp-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-sp-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-sp-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-sp-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-sp-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-sp-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-sp-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-sp-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-sp-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-sp-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-sp-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-sp-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-sp-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-sp-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-sp-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-sp-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-sp-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-sp-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-sp-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-sp-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-sp-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-sp-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-sp-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-sp-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-sp-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-sp-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-sp-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-sp-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-sp-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-sp-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-sp-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-sp-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-sp-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-sp-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-sp-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mx-sp-155 {
    margin-right: 155px !important;
    margin-left: 155px !important; }
  .mx-sp-n155 {
    margin-right: -155px !important;
    margin-left: -155px !important; }
  .my-sp-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important; }
  .my-sp-n155 {
    margin-top: -155px !important;
    margin-bottom: -155px !important; }
  .mx-sp-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-sp-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .my-sp-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-sp-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .mx-sp-165 {
    margin-right: 165px !important;
    margin-left: 165px !important; }
  .mx-sp-n165 {
    margin-right: -165px !important;
    margin-left: -165px !important; }
  .my-sp-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important; }
  .my-sp-n165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important; }
  .mx-sp-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-sp-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .my-sp-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-sp-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .mx-sp-175 {
    margin-right: 175px !important;
    margin-left: 175px !important; }
  .mx-sp-n175 {
    margin-right: -175px !important;
    margin-left: -175px !important; }
  .my-sp-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important; }
  .my-sp-n175 {
    margin-top: -175px !important;
    margin-bottom: -175px !important; }
  .mx-sp-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-sp-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .my-sp-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-sp-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .mx-sp-185 {
    margin-right: 185px !important;
    margin-left: 185px !important; }
  .mx-sp-n185 {
    margin-right: -185px !important;
    margin-left: -185px !important; }
  .my-sp-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important; }
  .my-sp-n185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important; }
  .mx-sp-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-sp-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .my-sp-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-sp-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .mx-sp-195 {
    margin-right: 195px !important;
    margin-left: 195px !important; }
  .mx-sp-n195 {
    margin-right: -195px !important;
    margin-left: -195px !important; }
  .my-sp-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important; }
  .my-sp-n195 {
    margin-top: -195px !important;
    margin-bottom: -195px !important; }
  .mx-sp-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-sp-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .my-sp-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-sp-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .mx-sp-205 {
    margin-right: 205px !important;
    margin-left: 205px !important; }
  .mx-sp-n205 {
    margin-right: -205px !important;
    margin-left: -205px !important; }
  .my-sp-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important; }
  .my-sp-n205 {
    margin-top: -205px !important;
    margin-bottom: -205px !important; }
  .mx-sp-210 {
    margin-right: 210px !important;
    margin-left: 210px !important; }
  .mx-sp-n210 {
    margin-right: -210px !important;
    margin-left: -210px !important; }
  .my-sp-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important; }
  .my-sp-n210 {
    margin-top: -210px !important;
    margin-bottom: -210px !important; }
  .mx-sp-215 {
    margin-right: 215px !important;
    margin-left: 215px !important; }
  .mx-sp-n215 {
    margin-right: -215px !important;
    margin-left: -215px !important; }
  .my-sp-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important; }
  .my-sp-n215 {
    margin-top: -215px !important;
    margin-bottom: -215px !important; }
  .mx-sp-220 {
    margin-right: 220px !important;
    margin-left: 220px !important; }
  .mx-sp-n220 {
    margin-right: -220px !important;
    margin-left: -220px !important; }
  .my-sp-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important; }
  .my-sp-n220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important; }
  .mx-sp-225 {
    margin-right: 225px !important;
    margin-left: 225px !important; }
  .mx-sp-n225 {
    margin-right: -225px !important;
    margin-left: -225px !important; }
  .my-sp-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important; }
  .my-sp-n225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important; }
  .mx-sp-230 {
    margin-right: 230px !important;
    margin-left: 230px !important; }
  .mx-sp-n230 {
    margin-right: -230px !important;
    margin-left: -230px !important; }
  .my-sp-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important; }
  .my-sp-n230 {
    margin-top: -230px !important;
    margin-bottom: -230px !important; }
  .mx-sp-235 {
    margin-right: 235px !important;
    margin-left: 235px !important; }
  .mx-sp-n235 {
    margin-right: -235px !important;
    margin-left: -235px !important; }
  .my-sp-235 {
    margin-top: 235px !important;
    margin-bottom: 235px !important; }
  .my-sp-n235 {
    margin-top: -235px !important;
    margin-bottom: -235px !important; }
  .mx-sp-240 {
    margin-right: 240px !important;
    margin-left: 240px !important; }
  .mx-sp-n240 {
    margin-right: -240px !important;
    margin-left: -240px !important; }
  .my-sp-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important; }
  .my-sp-n240 {
    margin-top: -240px !important;
    margin-bottom: -240px !important; }
  .mx-sp-245 {
    margin-right: 245px !important;
    margin-left: 245px !important; }
  .mx-sp-n245 {
    margin-right: -245px !important;
    margin-left: -245px !important; }
  .my-sp-245 {
    margin-top: 245px !important;
    margin-bottom: 245px !important; }
  .my-sp-n245 {
    margin-top: -245px !important;
    margin-bottom: -245px !important; }
  .mx-sp-250 {
    margin-right: 250px !important;
    margin-left: 250px !important; }
  .mx-sp-n250 {
    margin-right: -250px !important;
    margin-left: -250px !important; }
  .my-sp-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important; }
  .my-sp-n250 {
    margin-top: -250px !important;
    margin-bottom: -250px !important; }
  .p-sp-0 {
    padding: 0px !important; }
  .p-sp-n0 {
    padding: 0px !important; }
  .p-sp-5 {
    padding: 5px !important; }
  .p-sp-n5 {
    padding: -5px !important; }
  .p-sp-10 {
    padding: 10px !important; }
  .p-sp-n10 {
    padding: -10px !important; }
  .p-sp-15 {
    padding: 15px !important; }
  .p-sp-n15 {
    padding: -15px !important; }
  .p-sp-20 {
    padding: 20px !important; }
  .p-sp-n20 {
    padding: -20px !important; }
  .p-sp-25 {
    padding: 25px !important; }
  .p-sp-n25 {
    padding: -25px !important; }
  .p-sp-30 {
    padding: 30px !important; }
  .p-sp-n30 {
    padding: -30px !important; }
  .p-sp-35 {
    padding: 35px !important; }
  .p-sp-n35 {
    padding: -35px !important; }
  .p-sp-40 {
    padding: 40px !important; }
  .p-sp-n40 {
    padding: -40px !important; }
  .p-sp-45 {
    padding: 45px !important; }
  .p-sp-n45 {
    padding: -45px !important; }
  .p-sp-50 {
    padding: 50px !important; }
  .p-sp-n50 {
    padding: -50px !important; }
  .p-sp-55 {
    padding: 55px !important; }
  .p-sp-n55 {
    padding: -55px !important; }
  .p-sp-60 {
    padding: 60px !important; }
  .p-sp-n60 {
    padding: -60px !important; }
  .p-sp-65 {
    padding: 65px !important; }
  .p-sp-n65 {
    padding: -65px !important; }
  .p-sp-70 {
    padding: 70px !important; }
  .p-sp-n70 {
    padding: -70px !important; }
  .p-sp-75 {
    padding: 75px !important; }
  .p-sp-n75 {
    padding: -75px !important; }
  .p-sp-80 {
    padding: 80px !important; }
  .p-sp-n80 {
    padding: -80px !important; }
  .p-sp-85 {
    padding: 85px !important; }
  .p-sp-n85 {
    padding: -85px !important; }
  .p-sp-90 {
    padding: 90px !important; }
  .p-sp-n90 {
    padding: -90px !important; }
  .p-sp-95 {
    padding: 95px !important; }
  .p-sp-n95 {
    padding: -95px !important; }
  .p-sp-100 {
    padding: 100px !important; }
  .p-sp-n100 {
    padding: -100px !important; }
  .p-sp-105 {
    padding: 105px !important; }
  .p-sp-n105 {
    padding: -105px !important; }
  .p-sp-110 {
    padding: 110px !important; }
  .p-sp-n110 {
    padding: -110px !important; }
  .p-sp-115 {
    padding: 115px !important; }
  .p-sp-n115 {
    padding: -115px !important; }
  .p-sp-120 {
    padding: 120px !important; }
  .p-sp-n120 {
    padding: -120px !important; }
  .p-sp-125 {
    padding: 125px !important; }
  .p-sp-n125 {
    padding: -125px !important; }
  .p-sp-130 {
    padding: 130px !important; }
  .p-sp-n130 {
    padding: -130px !important; }
  .p-sp-135 {
    padding: 135px !important; }
  .p-sp-n135 {
    padding: -135px !important; }
  .p-sp-140 {
    padding: 140px !important; }
  .p-sp-n140 {
    padding: -140px !important; }
  .p-sp-145 {
    padding: 145px !important; }
  .p-sp-n145 {
    padding: -145px !important; }
  .p-sp-150 {
    padding: 150px !important; }
  .p-sp-n150 {
    padding: -150px !important; }
  .p-sp-155 {
    padding: 155px !important; }
  .p-sp-n155 {
    padding: -155px !important; }
  .p-sp-160 {
    padding: 160px !important; }
  .p-sp-n160 {
    padding: -160px !important; }
  .p-sp-165 {
    padding: 165px !important; }
  .p-sp-n165 {
    padding: -165px !important; }
  .p-sp-170 {
    padding: 170px !important; }
  .p-sp-n170 {
    padding: -170px !important; }
  .p-sp-175 {
    padding: 175px !important; }
  .p-sp-n175 {
    padding: -175px !important; }
  .p-sp-180 {
    padding: 180px !important; }
  .p-sp-n180 {
    padding: -180px !important; }
  .p-sp-185 {
    padding: 185px !important; }
  .p-sp-n185 {
    padding: -185px !important; }
  .p-sp-190 {
    padding: 190px !important; }
  .p-sp-n190 {
    padding: -190px !important; }
  .p-sp-195 {
    padding: 195px !important; }
  .p-sp-n195 {
    padding: -195px !important; }
  .p-sp-200 {
    padding: 200px !important; }
  .p-sp-n200 {
    padding: -200px !important; }
  .p-sp-205 {
    padding: 205px !important; }
  .p-sp-n205 {
    padding: -205px !important; }
  .p-sp-210 {
    padding: 210px !important; }
  .p-sp-n210 {
    padding: -210px !important; }
  .p-sp-215 {
    padding: 215px !important; }
  .p-sp-n215 {
    padding: -215px !important; }
  .p-sp-220 {
    padding: 220px !important; }
  .p-sp-n220 {
    padding: -220px !important; }
  .p-sp-225 {
    padding: 225px !important; }
  .p-sp-n225 {
    padding: -225px !important; }
  .p-sp-230 {
    padding: 230px !important; }
  .p-sp-n230 {
    padding: -230px !important; }
  .p-sp-235 {
    padding: 235px !important; }
  .p-sp-n235 {
    padding: -235px !important; }
  .p-sp-240 {
    padding: 240px !important; }
  .p-sp-n240 {
    padding: -240px !important; }
  .p-sp-245 {
    padding: 245px !important; }
  .p-sp-n245 {
    padding: -245px !important; }
  .p-sp-250 {
    padding: 250px !important; }
  .p-sp-n250 {
    padding: -250px !important; }
  .pt-sp-0 {
    padding-top: 0px !important; }
  .pt-sp-n0 {
    padding-top: 0px !important; }
  .pt-sp-5 {
    padding-top: 5px !important; }
  .pt-sp-n5 {
    padding-top: -5px !important; }
  .pt-sp-10 {
    padding-top: 10px !important; }
  .pt-sp-n10 {
    padding-top: -10px !important; }
  .pt-sp-15 {
    padding-top: 15px !important; }
  .pt-sp-n15 {
    padding-top: -15px !important; }
  .pt-sp-20 {
    padding-top: 20px !important; }
  .pt-sp-n20 {
    padding-top: -20px !important; }
  .pt-sp-25 {
    padding-top: 25px !important; }
  .pt-sp-n25 {
    padding-top: -25px !important; }
  .pt-sp-30 {
    padding-top: 30px !important; }
  .pt-sp-n30 {
    padding-top: -30px !important; }
  .pt-sp-35 {
    padding-top: 35px !important; }
  .pt-sp-n35 {
    padding-top: -35px !important; }
  .pt-sp-40 {
    padding-top: 40px !important; }
  .pt-sp-n40 {
    padding-top: -40px !important; }
  .pt-sp-45 {
    padding-top: 45px !important; }
  .pt-sp-n45 {
    padding-top: -45px !important; }
  .pt-sp-50 {
    padding-top: 50px !important; }
  .pt-sp-n50 {
    padding-top: -50px !important; }
  .pt-sp-55 {
    padding-top: 55px !important; }
  .pt-sp-n55 {
    padding-top: -55px !important; }
  .pt-sp-60 {
    padding-top: 60px !important; }
  .pt-sp-n60 {
    padding-top: -60px !important; }
  .pt-sp-65 {
    padding-top: 65px !important; }
  .pt-sp-n65 {
    padding-top: -65px !important; }
  .pt-sp-70 {
    padding-top: 70px !important; }
  .pt-sp-n70 {
    padding-top: -70px !important; }
  .pt-sp-75 {
    padding-top: 75px !important; }
  .pt-sp-n75 {
    padding-top: -75px !important; }
  .pt-sp-80 {
    padding-top: 80px !important; }
  .pt-sp-n80 {
    padding-top: -80px !important; }
  .pt-sp-85 {
    padding-top: 85px !important; }
  .pt-sp-n85 {
    padding-top: -85px !important; }
  .pt-sp-90 {
    padding-top: 90px !important; }
  .pt-sp-n90 {
    padding-top: -90px !important; }
  .pt-sp-95 {
    padding-top: 95px !important; }
  .pt-sp-n95 {
    padding-top: -95px !important; }
  .pt-sp-100 {
    padding-top: 100px !important; }
  .pt-sp-n100 {
    padding-top: -100px !important; }
  .pt-sp-105 {
    padding-top: 105px !important; }
  .pt-sp-n105 {
    padding-top: -105px !important; }
  .pt-sp-110 {
    padding-top: 110px !important; }
  .pt-sp-n110 {
    padding-top: -110px !important; }
  .pt-sp-115 {
    padding-top: 115px !important; }
  .pt-sp-n115 {
    padding-top: -115px !important; }
  .pt-sp-120 {
    padding-top: 120px !important; }
  .pt-sp-n120 {
    padding-top: -120px !important; }
  .pt-sp-125 {
    padding-top: 125px !important; }
  .pt-sp-n125 {
    padding-top: -125px !important; }
  .pt-sp-130 {
    padding-top: 130px !important; }
  .pt-sp-n130 {
    padding-top: -130px !important; }
  .pt-sp-135 {
    padding-top: 135px !important; }
  .pt-sp-n135 {
    padding-top: -135px !important; }
  .pt-sp-140 {
    padding-top: 140px !important; }
  .pt-sp-n140 {
    padding-top: -140px !important; }
  .pt-sp-145 {
    padding-top: 145px !important; }
  .pt-sp-n145 {
    padding-top: -145px !important; }
  .pt-sp-150 {
    padding-top: 150px !important; }
  .pt-sp-n150 {
    padding-top: -150px !important; }
  .pt-sp-155 {
    padding-top: 155px !important; }
  .pt-sp-n155 {
    padding-top: -155px !important; }
  .pt-sp-160 {
    padding-top: 160px !important; }
  .pt-sp-n160 {
    padding-top: -160px !important; }
  .pt-sp-165 {
    padding-top: 165px !important; }
  .pt-sp-n165 {
    padding-top: -165px !important; }
  .pt-sp-170 {
    padding-top: 170px !important; }
  .pt-sp-n170 {
    padding-top: -170px !important; }
  .pt-sp-175 {
    padding-top: 175px !important; }
  .pt-sp-n175 {
    padding-top: -175px !important; }
  .pt-sp-180 {
    padding-top: 180px !important; }
  .pt-sp-n180 {
    padding-top: -180px !important; }
  .pt-sp-185 {
    padding-top: 185px !important; }
  .pt-sp-n185 {
    padding-top: -185px !important; }
  .pt-sp-190 {
    padding-top: 190px !important; }
  .pt-sp-n190 {
    padding-top: -190px !important; }
  .pt-sp-195 {
    padding-top: 195px !important; }
  .pt-sp-n195 {
    padding-top: -195px !important; }
  .pt-sp-200 {
    padding-top: 200px !important; }
  .pt-sp-n200 {
    padding-top: -200px !important; }
  .pt-sp-205 {
    padding-top: 205px !important; }
  .pt-sp-n205 {
    padding-top: -205px !important; }
  .pt-sp-210 {
    padding-top: 210px !important; }
  .pt-sp-n210 {
    padding-top: -210px !important; }
  .pt-sp-215 {
    padding-top: 215px !important; }
  .pt-sp-n215 {
    padding-top: -215px !important; }
  .pt-sp-220 {
    padding-top: 220px !important; }
  .pt-sp-n220 {
    padding-top: -220px !important; }
  .pt-sp-225 {
    padding-top: 225px !important; }
  .pt-sp-n225 {
    padding-top: -225px !important; }
  .pt-sp-230 {
    padding-top: 230px !important; }
  .pt-sp-n230 {
    padding-top: -230px !important; }
  .pt-sp-235 {
    padding-top: 235px !important; }
  .pt-sp-n235 {
    padding-top: -235px !important; }
  .pt-sp-240 {
    padding-top: 240px !important; }
  .pt-sp-n240 {
    padding-top: -240px !important; }
  .pt-sp-245 {
    padding-top: 245px !important; }
  .pt-sp-n245 {
    padding-top: -245px !important; }
  .pt-sp-250 {
    padding-top: 250px !important; }
  .pt-sp-n250 {
    padding-top: -250px !important; }
  .pr-sp-0 {
    padding-right: 0px !important; }
  .pr-sp-n0 {
    padding-right: 0px !important; }
  .pr-sp-5 {
    padding-right: 5px !important; }
  .pr-sp-n5 {
    padding-right: -5px !important; }
  .pr-sp-10 {
    padding-right: 10px !important; }
  .pr-sp-n10 {
    padding-right: -10px !important; }
  .pr-sp-15 {
    padding-right: 15px !important; }
  .pr-sp-n15 {
    padding-right: -15px !important; }
  .pr-sp-20 {
    padding-right: 20px !important; }
  .pr-sp-n20 {
    padding-right: -20px !important; }
  .pr-sp-25 {
    padding-right: 25px !important; }
  .pr-sp-n25 {
    padding-right: -25px !important; }
  .pr-sp-30 {
    padding-right: 30px !important; }
  .pr-sp-n30 {
    padding-right: -30px !important; }
  .pr-sp-35 {
    padding-right: 35px !important; }
  .pr-sp-n35 {
    padding-right: -35px !important; }
  .pr-sp-40 {
    padding-right: 40px !important; }
  .pr-sp-n40 {
    padding-right: -40px !important; }
  .pr-sp-45 {
    padding-right: 45px !important; }
  .pr-sp-n45 {
    padding-right: -45px !important; }
  .pr-sp-50 {
    padding-right: 50px !important; }
  .pr-sp-n50 {
    padding-right: -50px !important; }
  .pr-sp-55 {
    padding-right: 55px !important; }
  .pr-sp-n55 {
    padding-right: -55px !important; }
  .pr-sp-60 {
    padding-right: 60px !important; }
  .pr-sp-n60 {
    padding-right: -60px !important; }
  .pr-sp-65 {
    padding-right: 65px !important; }
  .pr-sp-n65 {
    padding-right: -65px !important; }
  .pr-sp-70 {
    padding-right: 70px !important; }
  .pr-sp-n70 {
    padding-right: -70px !important; }
  .pr-sp-75 {
    padding-right: 75px !important; }
  .pr-sp-n75 {
    padding-right: -75px !important; }
  .pr-sp-80 {
    padding-right: 80px !important; }
  .pr-sp-n80 {
    padding-right: -80px !important; }
  .pr-sp-85 {
    padding-right: 85px !important; }
  .pr-sp-n85 {
    padding-right: -85px !important; }
  .pr-sp-90 {
    padding-right: 90px !important; }
  .pr-sp-n90 {
    padding-right: -90px !important; }
  .pr-sp-95 {
    padding-right: 95px !important; }
  .pr-sp-n95 {
    padding-right: -95px !important; }
  .pr-sp-100 {
    padding-right: 100px !important; }
  .pr-sp-n100 {
    padding-right: -100px !important; }
  .pr-sp-105 {
    padding-right: 105px !important; }
  .pr-sp-n105 {
    padding-right: -105px !important; }
  .pr-sp-110 {
    padding-right: 110px !important; }
  .pr-sp-n110 {
    padding-right: -110px !important; }
  .pr-sp-115 {
    padding-right: 115px !important; }
  .pr-sp-n115 {
    padding-right: -115px !important; }
  .pr-sp-120 {
    padding-right: 120px !important; }
  .pr-sp-n120 {
    padding-right: -120px !important; }
  .pr-sp-125 {
    padding-right: 125px !important; }
  .pr-sp-n125 {
    padding-right: -125px !important; }
  .pr-sp-130 {
    padding-right: 130px !important; }
  .pr-sp-n130 {
    padding-right: -130px !important; }
  .pr-sp-135 {
    padding-right: 135px !important; }
  .pr-sp-n135 {
    padding-right: -135px !important; }
  .pr-sp-140 {
    padding-right: 140px !important; }
  .pr-sp-n140 {
    padding-right: -140px !important; }
  .pr-sp-145 {
    padding-right: 145px !important; }
  .pr-sp-n145 {
    padding-right: -145px !important; }
  .pr-sp-150 {
    padding-right: 150px !important; }
  .pr-sp-n150 {
    padding-right: -150px !important; }
  .pr-sp-155 {
    padding-right: 155px !important; }
  .pr-sp-n155 {
    padding-right: -155px !important; }
  .pr-sp-160 {
    padding-right: 160px !important; }
  .pr-sp-n160 {
    padding-right: -160px !important; }
  .pr-sp-165 {
    padding-right: 165px !important; }
  .pr-sp-n165 {
    padding-right: -165px !important; }
  .pr-sp-170 {
    padding-right: 170px !important; }
  .pr-sp-n170 {
    padding-right: -170px !important; }
  .pr-sp-175 {
    padding-right: 175px !important; }
  .pr-sp-n175 {
    padding-right: -175px !important; }
  .pr-sp-180 {
    padding-right: 180px !important; }
  .pr-sp-n180 {
    padding-right: -180px !important; }
  .pr-sp-185 {
    padding-right: 185px !important; }
  .pr-sp-n185 {
    padding-right: -185px !important; }
  .pr-sp-190 {
    padding-right: 190px !important; }
  .pr-sp-n190 {
    padding-right: -190px !important; }
  .pr-sp-195 {
    padding-right: 195px !important; }
  .pr-sp-n195 {
    padding-right: -195px !important; }
  .pr-sp-200 {
    padding-right: 200px !important; }
  .pr-sp-n200 {
    padding-right: -200px !important; }
  .pr-sp-205 {
    padding-right: 205px !important; }
  .pr-sp-n205 {
    padding-right: -205px !important; }
  .pr-sp-210 {
    padding-right: 210px !important; }
  .pr-sp-n210 {
    padding-right: -210px !important; }
  .pr-sp-215 {
    padding-right: 215px !important; }
  .pr-sp-n215 {
    padding-right: -215px !important; }
  .pr-sp-220 {
    padding-right: 220px !important; }
  .pr-sp-n220 {
    padding-right: -220px !important; }
  .pr-sp-225 {
    padding-right: 225px !important; }
  .pr-sp-n225 {
    padding-right: -225px !important; }
  .pr-sp-230 {
    padding-right: 230px !important; }
  .pr-sp-n230 {
    padding-right: -230px !important; }
  .pr-sp-235 {
    padding-right: 235px !important; }
  .pr-sp-n235 {
    padding-right: -235px !important; }
  .pr-sp-240 {
    padding-right: 240px !important; }
  .pr-sp-n240 {
    padding-right: -240px !important; }
  .pr-sp-245 {
    padding-right: 245px !important; }
  .pr-sp-n245 {
    padding-right: -245px !important; }
  .pr-sp-250 {
    padding-right: 250px !important; }
  .pr-sp-n250 {
    padding-right: -250px !important; }
  .pb-sp-0 {
    padding-bottom: 0px !important; }
  .pb-sp-n0 {
    padding-bottom: 0px !important; }
  .pb-sp-5 {
    padding-bottom: 5px !important; }
  .pb-sp-n5 {
    padding-bottom: -5px !important; }
  .pb-sp-10 {
    padding-bottom: 10px !important; }
  .pb-sp-n10 {
    padding-bottom: -10px !important; }
  .pb-sp-15 {
    padding-bottom: 15px !important; }
  .pb-sp-n15 {
    padding-bottom: -15px !important; }
  .pb-sp-20 {
    padding-bottom: 20px !important; }
  .pb-sp-n20 {
    padding-bottom: -20px !important; }
  .pb-sp-25 {
    padding-bottom: 25px !important; }
  .pb-sp-n25 {
    padding-bottom: -25px !important; }
  .pb-sp-30 {
    padding-bottom: 30px !important; }
  .pb-sp-n30 {
    padding-bottom: -30px !important; }
  .pb-sp-35 {
    padding-bottom: 35px !important; }
  .pb-sp-n35 {
    padding-bottom: -35px !important; }
  .pb-sp-40 {
    padding-bottom: 40px !important; }
  .pb-sp-n40 {
    padding-bottom: -40px !important; }
  .pb-sp-45 {
    padding-bottom: 45px !important; }
  .pb-sp-n45 {
    padding-bottom: -45px !important; }
  .pb-sp-50 {
    padding-bottom: 50px !important; }
  .pb-sp-n50 {
    padding-bottom: -50px !important; }
  .pb-sp-55 {
    padding-bottom: 55px !important; }
  .pb-sp-n55 {
    padding-bottom: -55px !important; }
  .pb-sp-60 {
    padding-bottom: 60px !important; }
  .pb-sp-n60 {
    padding-bottom: -60px !important; }
  .pb-sp-65 {
    padding-bottom: 65px !important; }
  .pb-sp-n65 {
    padding-bottom: -65px !important; }
  .pb-sp-70 {
    padding-bottom: 70px !important; }
  .pb-sp-n70 {
    padding-bottom: -70px !important; }
  .pb-sp-75 {
    padding-bottom: 75px !important; }
  .pb-sp-n75 {
    padding-bottom: -75px !important; }
  .pb-sp-80 {
    padding-bottom: 80px !important; }
  .pb-sp-n80 {
    padding-bottom: -80px !important; }
  .pb-sp-85 {
    padding-bottom: 85px !important; }
  .pb-sp-n85 {
    padding-bottom: -85px !important; }
  .pb-sp-90 {
    padding-bottom: 90px !important; }
  .pb-sp-n90 {
    padding-bottom: -90px !important; }
  .pb-sp-95 {
    padding-bottom: 95px !important; }
  .pb-sp-n95 {
    padding-bottom: -95px !important; }
  .pb-sp-100 {
    padding-bottom: 100px !important; }
  .pb-sp-n100 {
    padding-bottom: -100px !important; }
  .pb-sp-105 {
    padding-bottom: 105px !important; }
  .pb-sp-n105 {
    padding-bottom: -105px !important; }
  .pb-sp-110 {
    padding-bottom: 110px !important; }
  .pb-sp-n110 {
    padding-bottom: -110px !important; }
  .pb-sp-115 {
    padding-bottom: 115px !important; }
  .pb-sp-n115 {
    padding-bottom: -115px !important; }
  .pb-sp-120 {
    padding-bottom: 120px !important; }
  .pb-sp-n120 {
    padding-bottom: -120px !important; }
  .pb-sp-125 {
    padding-bottom: 125px !important; }
  .pb-sp-n125 {
    padding-bottom: -125px !important; }
  .pb-sp-130 {
    padding-bottom: 130px !important; }
  .pb-sp-n130 {
    padding-bottom: -130px !important; }
  .pb-sp-135 {
    padding-bottom: 135px !important; }
  .pb-sp-n135 {
    padding-bottom: -135px !important; }
  .pb-sp-140 {
    padding-bottom: 140px !important; }
  .pb-sp-n140 {
    padding-bottom: -140px !important; }
  .pb-sp-145 {
    padding-bottom: 145px !important; }
  .pb-sp-n145 {
    padding-bottom: -145px !important; }
  .pb-sp-150 {
    padding-bottom: 150px !important; }
  .pb-sp-n150 {
    padding-bottom: -150px !important; }
  .pb-sp-155 {
    padding-bottom: 155px !important; }
  .pb-sp-n155 {
    padding-bottom: -155px !important; }
  .pb-sp-160 {
    padding-bottom: 160px !important; }
  .pb-sp-n160 {
    padding-bottom: -160px !important; }
  .pb-sp-165 {
    padding-bottom: 165px !important; }
  .pb-sp-n165 {
    padding-bottom: -165px !important; }
  .pb-sp-170 {
    padding-bottom: 170px !important; }
  .pb-sp-n170 {
    padding-bottom: -170px !important; }
  .pb-sp-175 {
    padding-bottom: 175px !important; }
  .pb-sp-n175 {
    padding-bottom: -175px !important; }
  .pb-sp-180 {
    padding-bottom: 180px !important; }
  .pb-sp-n180 {
    padding-bottom: -180px !important; }
  .pb-sp-185 {
    padding-bottom: 185px !important; }
  .pb-sp-n185 {
    padding-bottom: -185px !important; }
  .pb-sp-190 {
    padding-bottom: 190px !important; }
  .pb-sp-n190 {
    padding-bottom: -190px !important; }
  .pb-sp-195 {
    padding-bottom: 195px !important; }
  .pb-sp-n195 {
    padding-bottom: -195px !important; }
  .pb-sp-200 {
    padding-bottom: 200px !important; }
  .pb-sp-n200 {
    padding-bottom: -200px !important; }
  .pb-sp-205 {
    padding-bottom: 205px !important; }
  .pb-sp-n205 {
    padding-bottom: -205px !important; }
  .pb-sp-210 {
    padding-bottom: 210px !important; }
  .pb-sp-n210 {
    padding-bottom: -210px !important; }
  .pb-sp-215 {
    padding-bottom: 215px !important; }
  .pb-sp-n215 {
    padding-bottom: -215px !important; }
  .pb-sp-220 {
    padding-bottom: 220px !important; }
  .pb-sp-n220 {
    padding-bottom: -220px !important; }
  .pb-sp-225 {
    padding-bottom: 225px !important; }
  .pb-sp-n225 {
    padding-bottom: -225px !important; }
  .pb-sp-230 {
    padding-bottom: 230px !important; }
  .pb-sp-n230 {
    padding-bottom: -230px !important; }
  .pb-sp-235 {
    padding-bottom: 235px !important; }
  .pb-sp-n235 {
    padding-bottom: -235px !important; }
  .pb-sp-240 {
    padding-bottom: 240px !important; }
  .pb-sp-n240 {
    padding-bottom: -240px !important; }
  .pb-sp-245 {
    padding-bottom: 245px !important; }
  .pb-sp-n245 {
    padding-bottom: -245px !important; }
  .pb-sp-250 {
    padding-bottom: 250px !important; }
  .pb-sp-n250 {
    padding-bottom: -250px !important; }
  .pl-sp-0 {
    padding-left: 0px !important; }
  .pl-sp-n0 {
    padding-left: 0px !important; }
  .pl-sp-5 {
    padding-left: 5px !important; }
  .pl-sp-n5 {
    padding-left: -5px !important; }
  .pl-sp-10 {
    padding-left: 10px !important; }
  .pl-sp-n10 {
    padding-left: -10px !important; }
  .pl-sp-15 {
    padding-left: 15px !important; }
  .pl-sp-n15 {
    padding-left: -15px !important; }
  .pl-sp-20 {
    padding-left: 20px !important; }
  .pl-sp-n20 {
    padding-left: -20px !important; }
  .pl-sp-25 {
    padding-left: 25px !important; }
  .pl-sp-n25 {
    padding-left: -25px !important; }
  .pl-sp-30 {
    padding-left: 30px !important; }
  .pl-sp-n30 {
    padding-left: -30px !important; }
  .pl-sp-35 {
    padding-left: 35px !important; }
  .pl-sp-n35 {
    padding-left: -35px !important; }
  .pl-sp-40 {
    padding-left: 40px !important; }
  .pl-sp-n40 {
    padding-left: -40px !important; }
  .pl-sp-45 {
    padding-left: 45px !important; }
  .pl-sp-n45 {
    padding-left: -45px !important; }
  .pl-sp-50 {
    padding-left: 50px !important; }
  .pl-sp-n50 {
    padding-left: -50px !important; }
  .pl-sp-55 {
    padding-left: 55px !important; }
  .pl-sp-n55 {
    padding-left: -55px !important; }
  .pl-sp-60 {
    padding-left: 60px !important; }
  .pl-sp-n60 {
    padding-left: -60px !important; }
  .pl-sp-65 {
    padding-left: 65px !important; }
  .pl-sp-n65 {
    padding-left: -65px !important; }
  .pl-sp-70 {
    padding-left: 70px !important; }
  .pl-sp-n70 {
    padding-left: -70px !important; }
  .pl-sp-75 {
    padding-left: 75px !important; }
  .pl-sp-n75 {
    padding-left: -75px !important; }
  .pl-sp-80 {
    padding-left: 80px !important; }
  .pl-sp-n80 {
    padding-left: -80px !important; }
  .pl-sp-85 {
    padding-left: 85px !important; }
  .pl-sp-n85 {
    padding-left: -85px !important; }
  .pl-sp-90 {
    padding-left: 90px !important; }
  .pl-sp-n90 {
    padding-left: -90px !important; }
  .pl-sp-95 {
    padding-left: 95px !important; }
  .pl-sp-n95 {
    padding-left: -95px !important; }
  .pl-sp-100 {
    padding-left: 100px !important; }
  .pl-sp-n100 {
    padding-left: -100px !important; }
  .pl-sp-105 {
    padding-left: 105px !important; }
  .pl-sp-n105 {
    padding-left: -105px !important; }
  .pl-sp-110 {
    padding-left: 110px !important; }
  .pl-sp-n110 {
    padding-left: -110px !important; }
  .pl-sp-115 {
    padding-left: 115px !important; }
  .pl-sp-n115 {
    padding-left: -115px !important; }
  .pl-sp-120 {
    padding-left: 120px !important; }
  .pl-sp-n120 {
    padding-left: -120px !important; }
  .pl-sp-125 {
    padding-left: 125px !important; }
  .pl-sp-n125 {
    padding-left: -125px !important; }
  .pl-sp-130 {
    padding-left: 130px !important; }
  .pl-sp-n130 {
    padding-left: -130px !important; }
  .pl-sp-135 {
    padding-left: 135px !important; }
  .pl-sp-n135 {
    padding-left: -135px !important; }
  .pl-sp-140 {
    padding-left: 140px !important; }
  .pl-sp-n140 {
    padding-left: -140px !important; }
  .pl-sp-145 {
    padding-left: 145px !important; }
  .pl-sp-n145 {
    padding-left: -145px !important; }
  .pl-sp-150 {
    padding-left: 150px !important; }
  .pl-sp-n150 {
    padding-left: -150px !important; }
  .pl-sp-155 {
    padding-left: 155px !important; }
  .pl-sp-n155 {
    padding-left: -155px !important; }
  .pl-sp-160 {
    padding-left: 160px !important; }
  .pl-sp-n160 {
    padding-left: -160px !important; }
  .pl-sp-165 {
    padding-left: 165px !important; }
  .pl-sp-n165 {
    padding-left: -165px !important; }
  .pl-sp-170 {
    padding-left: 170px !important; }
  .pl-sp-n170 {
    padding-left: -170px !important; }
  .pl-sp-175 {
    padding-left: 175px !important; }
  .pl-sp-n175 {
    padding-left: -175px !important; }
  .pl-sp-180 {
    padding-left: 180px !important; }
  .pl-sp-n180 {
    padding-left: -180px !important; }
  .pl-sp-185 {
    padding-left: 185px !important; }
  .pl-sp-n185 {
    padding-left: -185px !important; }
  .pl-sp-190 {
    padding-left: 190px !important; }
  .pl-sp-n190 {
    padding-left: -190px !important; }
  .pl-sp-195 {
    padding-left: 195px !important; }
  .pl-sp-n195 {
    padding-left: -195px !important; }
  .pl-sp-200 {
    padding-left: 200px !important; }
  .pl-sp-n200 {
    padding-left: -200px !important; }
  .pl-sp-205 {
    padding-left: 205px !important; }
  .pl-sp-n205 {
    padding-left: -205px !important; }
  .pl-sp-210 {
    padding-left: 210px !important; }
  .pl-sp-n210 {
    padding-left: -210px !important; }
  .pl-sp-215 {
    padding-left: 215px !important; }
  .pl-sp-n215 {
    padding-left: -215px !important; }
  .pl-sp-220 {
    padding-left: 220px !important; }
  .pl-sp-n220 {
    padding-left: -220px !important; }
  .pl-sp-225 {
    padding-left: 225px !important; }
  .pl-sp-n225 {
    padding-left: -225px !important; }
  .pl-sp-230 {
    padding-left: 230px !important; }
  .pl-sp-n230 {
    padding-left: -230px !important; }
  .pl-sp-235 {
    padding-left: 235px !important; }
  .pl-sp-n235 {
    padding-left: -235px !important; }
  .pl-sp-240 {
    padding-left: 240px !important; }
  .pl-sp-n240 {
    padding-left: -240px !important; }
  .pl-sp-245 {
    padding-left: 245px !important; }
  .pl-sp-n245 {
    padding-left: -245px !important; }
  .pl-sp-250 {
    padding-left: 250px !important; }
  .pl-sp-n250 {
    padding-left: -250px !important; }
  .px-sp-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-sp-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-sp-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-sp-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-sp-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-sp-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-sp-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-sp-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-sp-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-sp-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-sp-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-sp-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-sp-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-sp-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-sp-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-sp-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-sp-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-sp-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-sp-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-sp-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-sp-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-sp-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-sp-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-sp-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-sp-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-sp-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-sp-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-sp-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-sp-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-sp-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-sp-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-sp-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-sp-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-sp-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-sp-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-sp-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-sp-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-sp-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-sp-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-sp-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-sp-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-sp-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-sp-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-sp-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-sp-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-sp-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-sp-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-sp-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-sp-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-sp-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-sp-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-sp-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-sp-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-sp-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-sp-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-sp-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-sp-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-sp-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-sp-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-sp-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-sp-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-sp-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-sp-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-sp-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-sp-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-sp-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-sp-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-sp-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-sp-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-sp-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-sp-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-sp-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-sp-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-sp-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-sp-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-sp-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-sp-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-sp-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-sp-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-sp-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-sp-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-sp-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-sp-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-sp-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-sp-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-sp-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-sp-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-sp-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-sp-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-sp-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-sp-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-sp-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-sp-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-sp-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-sp-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-sp-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-sp-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-sp-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-sp-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-sp-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-sp-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-sp-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-sp-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-sp-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-sp-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-sp-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-sp-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-sp-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-sp-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-sp-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-sp-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-sp-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-sp-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-sp-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-sp-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-sp-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-sp-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-sp-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-sp-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-sp-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-sp-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-sp-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-sp-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-sp-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .px-sp-155 {
    padding-right: 155px !important;
    padding-left: 155px !important; }
  .px-sp-n155 {
    padding-right: -155px !important;
    padding-left: -155px !important; }
  .py-sp-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; }
  .py-sp-n155 {
    padding-top: -155px !important;
    padding-bottom: -155px !important; }
  .px-sp-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-sp-n160 {
    padding-right: -160px !important;
    padding-left: -160px !important; }
  .py-sp-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-sp-n160 {
    padding-top: -160px !important;
    padding-bottom: -160px !important; }
  .px-sp-165 {
    padding-right: 165px !important;
    padding-left: 165px !important; }
  .px-sp-n165 {
    padding-right: -165px !important;
    padding-left: -165px !important; }
  .py-sp-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; }
  .py-sp-n165 {
    padding-top: -165px !important;
    padding-bottom: -165px !important; }
  .px-sp-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-sp-n170 {
    padding-right: -170px !important;
    padding-left: -170px !important; }
  .py-sp-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-sp-n170 {
    padding-top: -170px !important;
    padding-bottom: -170px !important; }
  .px-sp-175 {
    padding-right: 175px !important;
    padding-left: 175px !important; }
  .px-sp-n175 {
    padding-right: -175px !important;
    padding-left: -175px !important; }
  .py-sp-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; }
  .py-sp-n175 {
    padding-top: -175px !important;
    padding-bottom: -175px !important; }
  .px-sp-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-sp-n180 {
    padding-right: -180px !important;
    padding-left: -180px !important; }
  .py-sp-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-sp-n180 {
    padding-top: -180px !important;
    padding-bottom: -180px !important; }
  .px-sp-185 {
    padding-right: 185px !important;
    padding-left: 185px !important; }
  .px-sp-n185 {
    padding-right: -185px !important;
    padding-left: -185px !important; }
  .py-sp-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; }
  .py-sp-n185 {
    padding-top: -185px !important;
    padding-bottom: -185px !important; }
  .px-sp-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-sp-n190 {
    padding-right: -190px !important;
    padding-left: -190px !important; }
  .py-sp-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-sp-n190 {
    padding-top: -190px !important;
    padding-bottom: -190px !important; }
  .px-sp-195 {
    padding-right: 195px !important;
    padding-left: 195px !important; }
  .px-sp-n195 {
    padding-right: -195px !important;
    padding-left: -195px !important; }
  .py-sp-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; }
  .py-sp-n195 {
    padding-top: -195px !important;
    padding-bottom: -195px !important; }
  .px-sp-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .px-sp-n200 {
    padding-right: -200px !important;
    padding-left: -200px !important; }
  .py-sp-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .py-sp-n200 {
    padding-top: -200px !important;
    padding-bottom: -200px !important; }
  .px-sp-205 {
    padding-right: 205px !important;
    padding-left: 205px !important; }
  .px-sp-n205 {
    padding-right: -205px !important;
    padding-left: -205px !important; }
  .py-sp-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important; }
  .py-sp-n205 {
    padding-top: -205px !important;
    padding-bottom: -205px !important; }
  .px-sp-210 {
    padding-right: 210px !important;
    padding-left: 210px !important; }
  .px-sp-n210 {
    padding-right: -210px !important;
    padding-left: -210px !important; }
  .py-sp-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; }
  .py-sp-n210 {
    padding-top: -210px !important;
    padding-bottom: -210px !important; }
  .px-sp-215 {
    padding-right: 215px !important;
    padding-left: 215px !important; }
  .px-sp-n215 {
    padding-right: -215px !important;
    padding-left: -215px !important; }
  .py-sp-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important; }
  .py-sp-n215 {
    padding-top: -215px !important;
    padding-bottom: -215px !important; }
  .px-sp-220 {
    padding-right: 220px !important;
    padding-left: 220px !important; }
  .px-sp-n220 {
    padding-right: -220px !important;
    padding-left: -220px !important; }
  .py-sp-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; }
  .py-sp-n220 {
    padding-top: -220px !important;
    padding-bottom: -220px !important; }
  .px-sp-225 {
    padding-right: 225px !important;
    padding-left: 225px !important; }
  .px-sp-n225 {
    padding-right: -225px !important;
    padding-left: -225px !important; }
  .py-sp-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important; }
  .py-sp-n225 {
    padding-top: -225px !important;
    padding-bottom: -225px !important; }
  .px-sp-230 {
    padding-right: 230px !important;
    padding-left: 230px !important; }
  .px-sp-n230 {
    padding-right: -230px !important;
    padding-left: -230px !important; }
  .py-sp-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important; }
  .py-sp-n230 {
    padding-top: -230px !important;
    padding-bottom: -230px !important; }
  .px-sp-235 {
    padding-right: 235px !important;
    padding-left: 235px !important; }
  .px-sp-n235 {
    padding-right: -235px !important;
    padding-left: -235px !important; }
  .py-sp-235 {
    padding-top: 235px !important;
    padding-bottom: 235px !important; }
  .py-sp-n235 {
    padding-top: -235px !important;
    padding-bottom: -235px !important; }
  .px-sp-240 {
    padding-right: 240px !important;
    padding-left: 240px !important; }
  .px-sp-n240 {
    padding-right: -240px !important;
    padding-left: -240px !important; }
  .py-sp-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; }
  .py-sp-n240 {
    padding-top: -240px !important;
    padding-bottom: -240px !important; }
  .px-sp-245 {
    padding-right: 245px !important;
    padding-left: 245px !important; }
  .px-sp-n245 {
    padding-right: -245px !important;
    padding-left: -245px !important; }
  .py-sp-245 {
    padding-top: 245px !important;
    padding-bottom: 245px !important; }
  .py-sp-n245 {
    padding-top: -245px !important;
    padding-bottom: -245px !important; }
  .px-sp-250 {
    padding-right: 250px !important;
    padding-left: 250px !important; }
  .px-sp-n250 {
    padding-right: -250px !important;
    padding-left: -250px !important; }
  .py-sp-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important; }
  .py-sp-n250 {
    padding-top: -250px !important;
    padding-bottom: -250px !important; }
  .d-sp-none {
    display: none !important; }
  .d-sp-inline {
    display: inline !important; }
  .d-sp-inline-block {
    display: inline-block !important; }
  .d-sp-block {
    display: block !important; }
  .d-sp-table {
    display: table !important; }
  .d-sp-table-row {
    display: table-row !important; }
  .d-sp-table-cell {
    display: table-cell !important; }
  .d-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sp-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.wm-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1; }

@media (min-width: 576px) {
  .wm-sm-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1; } }

@media (min-width: 768px) {
  .wm-md-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1; } }

@media (min-width: 1000px) {
  .wm-lg-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1; } }

@media (min-width: 1280px) {
  .wm-xl-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1; } }

@media (min-width: 1478px) {
  .wm-xxl-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1; } }

.letter-spacing-normal {
  letter-spacing: normal; }

.text-black {
  color: var(--theme_black, #000); }

.text-indent {
  text-indent: 1em; }

.border-color-black {
  border-color: var(--theme_black, #000) !important; }

.border-color-white {
  border-color: #fff !important; }

.form-control {
  width: auto; }

.row.gutters-0 {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px; }
  .row.gutters-0 > .col,
  .row.gutters-0 > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px; }

@media (min-width: 768px) {
  .row.gutters-md-0 {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px; }
    .row.gutters-md-0 > .col,
    .row.gutters-md-0 > [class*="col-"] {
      padding-right: 0px;
      padding-left: 0px;
      margin-bottom: 0px; } }

.row.gutters-10 {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: -10px; }
  .row.gutters-10 > .col,
  .row.gutters-10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px; }

@media (min-width: 768px) {
  .row.gutters-md-10 {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: -10px; }
    .row.gutters-md-10 > .col,
    .row.gutters-md-10 > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px;
      margin-bottom: 10px; } }

.row.gutters-20 {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -20px; }
  .row.gutters-20 > .col,
  .row.gutters-20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px; }

@media (min-width: 768px) {
  .row.gutters-md-20 {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: -20px; }
    .row.gutters-md-20 > .col,
    .row.gutters-md-20 > [class*="col-"] {
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 20px; } }

.row.gutters-30 {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -30px; }
  .row.gutters-30 > .col,
  .row.gutters-30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px; }

@media (min-width: 768px) {
  .row.gutters-md-30 {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -30px; }
    .row.gutters-md-30 > .col,
    .row.gutters-md-30 > [class*="col-"] {
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 30px; } }

.row.gutters-40 {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -40px; }
  .row.gutters-40 > .col,
  .row.gutters-40 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px; }

@media (min-width: 768px) {
  .row.gutters-md-40 {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -40px; }
    .row.gutters-md-40 > .col,
    .row.gutters-md-40 > [class*="col-"] {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 40px; } }

.row.gutters-50 {
  margin-right: -25px;
  margin-left: -25px;
  margin-bottom: -50px; }
  .row.gutters-50 > .col,
  .row.gutters-50 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 50px; }

@media (min-width: 768px) {
  .row.gutters-md-50 {
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: -50px; }
    .row.gutters-md-50 > .col,
    .row.gutters-md-50 > [class*="col-"] {
      padding-right: 25px;
      padding-left: 25px;
      margin-bottom: 50px; } }

.row.gutters-60 {
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: -60px; }
  .row.gutters-60 > .col,
  .row.gutters-60 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 60px; }

@media (min-width: 768px) {
  .row.gutters-md-60 {
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -60px; }
    .row.gutters-md-60 > .col,
    .row.gutters-md-60 > [class*="col-"] {
      padding-right: 30px;
      padding-left: 30px;
      margin-bottom: 60px; } }

.row.gutters-70 {
  margin-right: -35px;
  margin-left: -35px;
  margin-bottom: -70px; }
  .row.gutters-70 > .col,
  .row.gutters-70 > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
    margin-bottom: 70px; }

@media (min-width: 768px) {
  .row.gutters-md-70 {
    margin-right: -35px;
    margin-left: -35px;
    margin-bottom: -70px; }
    .row.gutters-md-70 > .col,
    .row.gutters-md-70 > [class*="col-"] {
      padding-right: 35px;
      padding-left: 35px;
      margin-bottom: 70px; } }

.row.gutters-80 {
  margin-right: -40px;
  margin-left: -40px;
  margin-bottom: -80px; }
  .row.gutters-80 > .col,
  .row.gutters-80 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 80px; }

@media (min-width: 768px) {
  .row.gutters-md-80 {
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: -80px; }
    .row.gutters-md-80 > .col,
    .row.gutters-md-80 > [class*="col-"] {
      padding-right: 40px;
      padding-left: 40px;
      margin-bottom: 80px; } }

.row.gutters-90 {
  margin-right: -45px;
  margin-left: -45px;
  margin-bottom: -90px; }
  .row.gutters-90 > .col,
  .row.gutters-90 > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
    margin-bottom: 90px; }

@media (min-width: 768px) {
  .row.gutters-md-90 {
    margin-right: -45px;
    margin-left: -45px;
    margin-bottom: -90px; }
    .row.gutters-md-90 > .col,
    .row.gutters-md-90 > [class*="col-"] {
      padding-right: 45px;
      padding-left: 45px;
      margin-bottom: 90px; } }

.row.gutters-100 {
  margin-right: -50px;
  margin-left: -50px;
  margin-bottom: -100px; }
  .row.gutters-100 > .col,
  .row.gutters-100 > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px;
    margin-bottom: 100px; }

@media (min-width: 768px) {
  .row.gutters-md-100 {
    margin-right: -50px;
    margin-left: -50px;
    margin-bottom: -100px; }
    .row.gutters-md-100 > .col,
    .row.gutters-md-100 > [class*="col-"] {
      padding-right: 50px;
      padding-left: 50px;
      margin-bottom: 100px; } }

.row.gutters-x0 {
  margin-right: 0px;
  margin-left: 0px; }
  .row.gutters-x0 > .col,
  .row.gutters-x0 > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px; }

@media (min-width: 768px) {
  .row.gutters-md-x0 {
    margin-right: 0px;
    margin-left: 0px; }
    .row.gutters-md-x0 > .col,
    .row.gutters-md-x0 > [class*="col-"] {
      padding-right: 0px;
      padding-left: 0px; } }

.row.gutters-x10 {
  margin-right: -5px;
  margin-left: -5px; }
  .row.gutters-x10 > .col,
  .row.gutters-x10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

@media (min-width: 768px) {
  .row.gutters-md-x10 {
    margin-right: -5px;
    margin-left: -5px; }
    .row.gutters-md-x10 > .col,
    .row.gutters-md-x10 > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px; } }

.row.gutters-x20 {
  margin-right: -10px;
  margin-left: -10px; }
  .row.gutters-x20 > .col,
  .row.gutters-x20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

@media (min-width: 768px) {
  .row.gutters-md-x20 {
    margin-right: -10px;
    margin-left: -10px; }
    .row.gutters-md-x20 > .col,
    .row.gutters-md-x20 > [class*="col-"] {
      padding-right: 10px;
      padding-left: 10px; } }

.row.gutters-x30 {
  margin-right: -15px;
  margin-left: -15px; }
  .row.gutters-x30 > .col,
  .row.gutters-x30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px; }

@media (min-width: 768px) {
  .row.gutters-md-x30 {
    margin-right: -15px;
    margin-left: -15px; }
    .row.gutters-md-x30 > .col,
    .row.gutters-md-x30 > [class*="col-"] {
      padding-right: 15px;
      padding-left: 15px; } }

.row.gutters-x40 {
  margin-right: -20px;
  margin-left: -20px; }
  .row.gutters-x40 > .col,
  .row.gutters-x40 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px; }

@media (min-width: 768px) {
  .row.gutters-md-x40 {
    margin-right: -20px;
    margin-left: -20px; }
    .row.gutters-md-x40 > .col,
    .row.gutters-md-x40 > [class*="col-"] {
      padding-right: 20px;
      padding-left: 20px; } }

.row.gutters-x50 {
  margin-right: -25px;
  margin-left: -25px; }
  .row.gutters-x50 > .col,
  .row.gutters-x50 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px; }

@media (min-width: 768px) {
  .row.gutters-md-x50 {
    margin-right: -25px;
    margin-left: -25px; }
    .row.gutters-md-x50 > .col,
    .row.gutters-md-x50 > [class*="col-"] {
      padding-right: 25px;
      padding-left: 25px; } }

.row.gutters-x60 {
  margin-right: -30px;
  margin-left: -30px; }
  .row.gutters-x60 > .col,
  .row.gutters-x60 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px; }

@media (min-width: 768px) {
  .row.gutters-md-x60 {
    margin-right: -30px;
    margin-left: -30px; }
    .row.gutters-md-x60 > .col,
    .row.gutters-md-x60 > [class*="col-"] {
      padding-right: 30px;
      padding-left: 30px; } }

.row.gutters-x70 {
  margin-right: -35px;
  margin-left: -35px; }
  .row.gutters-x70 > .col,
  .row.gutters-x70 > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px; }

@media (min-width: 768px) {
  .row.gutters-md-x70 {
    margin-right: -35px;
    margin-left: -35px; }
    .row.gutters-md-x70 > .col,
    .row.gutters-md-x70 > [class*="col-"] {
      padding-right: 35px;
      padding-left: 35px; } }

.row.gutters-x80 {
  margin-right: -40px;
  margin-left: -40px; }
  .row.gutters-x80 > .col,
  .row.gutters-x80 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px; }

@media (min-width: 768px) {
  .row.gutters-md-x80 {
    margin-right: -40px;
    margin-left: -40px; }
    .row.gutters-md-x80 > .col,
    .row.gutters-md-x80 > [class*="col-"] {
      padding-right: 40px;
      padding-left: 40px; } }

.row.gutters-x90 {
  margin-right: -45px;
  margin-left: -45px; }
  .row.gutters-x90 > .col,
  .row.gutters-x90 > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px; }

@media (min-width: 768px) {
  .row.gutters-md-x90 {
    margin-right: -45px;
    margin-left: -45px; }
    .row.gutters-md-x90 > .col,
    .row.gutters-md-x90 > [class*="col-"] {
      padding-right: 45px;
      padding-left: 45px; } }

.row.gutters-x100 {
  margin-right: -50px;
  margin-left: -50px; }
  .row.gutters-x100 > .col,
  .row.gutters-x100 > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px; }

@media (min-width: 768px) {
  .row.gutters-md-x100 {
    margin-right: -50px;
    margin-left: -50px; }
    .row.gutters-md-x100 > .col,
    .row.gutters-md-x100 > [class*="col-"] {
      padding-right: 50px;
      padding-left: 50px; } }

.row.gutters-y0 {
  margin-bottom: 0px; }
  .row.gutters-y0 > .col,
  .row.gutters-y0 > [class*="col-"] {
    margin-bottom: 0px; }

@media (min-width: 768px) {
  .row.gutters-md-y0 {
    margin-bottom: 0px; }
    .row.gutters-md-y0 > .col,
    .row.gutters-md-y0 > [class*="col-"] {
      margin-bottom: 0px; } }

.row.gutters-y5 {
  margin-bottom: -5px; }
  .row.gutters-y5 > .col,
  .row.gutters-y5 > [class*="col-"] {
    margin-bottom: 5px; }

@media (min-width: 768px) {
  .row.gutters-md-y5 {
    margin-bottom: -5px; }
    .row.gutters-md-y5 > .col,
    .row.gutters-md-y5 > [class*="col-"] {
      margin-bottom: 5px; } }

.row.gutters-y10 {
  margin-bottom: -10px; }
  .row.gutters-y10 > .col,
  .row.gutters-y10 > [class*="col-"] {
    margin-bottom: 10px; }

@media (min-width: 768px) {
  .row.gutters-md-y10 {
    margin-bottom: -10px; }
    .row.gutters-md-y10 > .col,
    .row.gutters-md-y10 > [class*="col-"] {
      margin-bottom: 10px; } }

.row.gutters-y15 {
  margin-bottom: -15px; }
  .row.gutters-y15 > .col,
  .row.gutters-y15 > [class*="col-"] {
    margin-bottom: 15px; }

@media (min-width: 768px) {
  .row.gutters-md-y15 {
    margin-bottom: -15px; }
    .row.gutters-md-y15 > .col,
    .row.gutters-md-y15 > [class*="col-"] {
      margin-bottom: 15px; } }

.row.gutters-y20 {
  margin-bottom: -20px; }
  .row.gutters-y20 > .col,
  .row.gutters-y20 > [class*="col-"] {
    margin-bottom: 20px; }

@media (min-width: 768px) {
  .row.gutters-md-y20 {
    margin-bottom: -20px; }
    .row.gutters-md-y20 > .col,
    .row.gutters-md-y20 > [class*="col-"] {
      margin-bottom: 20px; } }

.row.gutters-y25 {
  margin-bottom: -25px; }
  .row.gutters-y25 > .col,
  .row.gutters-y25 > [class*="col-"] {
    margin-bottom: 25px; }

@media (min-width: 768px) {
  .row.gutters-md-y25 {
    margin-bottom: -25px; }
    .row.gutters-md-y25 > .col,
    .row.gutters-md-y25 > [class*="col-"] {
      margin-bottom: 25px; } }

.row.gutters-y30 {
  margin-bottom: -30px; }
  .row.gutters-y30 > .col,
  .row.gutters-y30 > [class*="col-"] {
    margin-bottom: 30px; }

@media (min-width: 768px) {
  .row.gutters-md-y30 {
    margin-bottom: -30px; }
    .row.gutters-md-y30 > .col,
    .row.gutters-md-y30 > [class*="col-"] {
      margin-bottom: 30px; } }

.row.gutters-y35 {
  margin-bottom: -35px; }
  .row.gutters-y35 > .col,
  .row.gutters-y35 > [class*="col-"] {
    margin-bottom: 35px; }

@media (min-width: 768px) {
  .row.gutters-md-y35 {
    margin-bottom: -35px; }
    .row.gutters-md-y35 > .col,
    .row.gutters-md-y35 > [class*="col-"] {
      margin-bottom: 35px; } }

.row.gutters-y40 {
  margin-bottom: -40px; }
  .row.gutters-y40 > .col,
  .row.gutters-y40 > [class*="col-"] {
    margin-bottom: 40px; }

@media (min-width: 768px) {
  .row.gutters-md-y40 {
    margin-bottom: -40px; }
    .row.gutters-md-y40 > .col,
    .row.gutters-md-y40 > [class*="col-"] {
      margin-bottom: 40px; } }

.row.gutters-y45 {
  margin-bottom: -45px; }
  .row.gutters-y45 > .col,
  .row.gutters-y45 > [class*="col-"] {
    margin-bottom: 45px; }

@media (min-width: 768px) {
  .row.gutters-md-y45 {
    margin-bottom: -45px; }
    .row.gutters-md-y45 > .col,
    .row.gutters-md-y45 > [class*="col-"] {
      margin-bottom: 45px; } }

.row.gutters-y50 {
  margin-bottom: -50px; }
  .row.gutters-y50 > .col,
  .row.gutters-y50 > [class*="col-"] {
    margin-bottom: 50px; }

@media (min-width: 768px) {
  .row.gutters-md-y50 {
    margin-bottom: -50px; }
    .row.gutters-md-y50 > .col,
    .row.gutters-md-y50 > [class*="col-"] {
      margin-bottom: 50px; } }

.row.gutters-y55 {
  margin-bottom: -55px; }
  .row.gutters-y55 > .col,
  .row.gutters-y55 > [class*="col-"] {
    margin-bottom: 55px; }

@media (min-width: 768px) {
  .row.gutters-md-y55 {
    margin-bottom: -55px; }
    .row.gutters-md-y55 > .col,
    .row.gutters-md-y55 > [class*="col-"] {
      margin-bottom: 55px; } }

.row.gutters-y60 {
  margin-bottom: -60px; }
  .row.gutters-y60 > .col,
  .row.gutters-y60 > [class*="col-"] {
    margin-bottom: 60px; }

@media (min-width: 768px) {
  .row.gutters-md-y60 {
    margin-bottom: -60px; }
    .row.gutters-md-y60 > .col,
    .row.gutters-md-y60 > [class*="col-"] {
      margin-bottom: 60px; } }

.fz__large {
  font-size: 120%;
  line-height: 1.4; }

.fz__small {
  font-size: 80%;
  line-height: 1.3; }

.ff__gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif; }

.ff__mincho, .cont-mv__ttl_t2 .cont-mv__ttl-cat {
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif; }

a[target="_blank"]:not(.noicon)::after {
  content: "\f08e";
  font-family: "FontAwesome"; }

a[href*=".pdf"]:not(.noicon)::after {
  content: "\f1c1";
  font-family: "FontAwesome";
  color: red; }

a[href*=".doc"]:not(.noicon)::after, a[href*=".docx"]:not(.noicon)::after {
  content: "\f1c2";
  font-family: "FontAwesome";
  color: blue; }

a[href*=".xls"]:not(.noicon)::after, a[href*=".xlsx"]:not(.noicon)::after {
  content: "\f1c3";
  font-family: "FontAwesome";
  color: green; }

#__bs_notify__ {
  display: none !important; }

@-ms-viewport {
  width: auto;
  initial-scale: 1; }

img {
  -webkit-backface-visibility: hidden; }

html {
  font-size: 62.5%; }

body {
  padding-top: 0;
  width: 100%;
  letter-spacing: 0.06em;
  color: #333;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    body {
      font-size: 1.6rem; } }

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

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1; }
  a:hover {
    opacity: 0.6; }

ol,
ul {
  padding-left: 1em; }
  ol li,
  ul li {
    padding-left: 0; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

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

.h1,
h1 {
  font-size: 3.52rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    .h1,
    h1 {
      font-size: 4.4rem; } }

.h2,
h2 {
  font-size: 2.56rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 768px) {
    .h2,
    h2 {
      font-size: 3.2rem;
      margin-bottom: 1em; } }

.h3,
h3 {
  font-size: 2.24rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 768px) {
    .h3,
    h3 {
      font-size: 2.8rem;
      margin-bottom: 1em; } }

.h4,
h4 {
  font-size: 1.768rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 768px) {
    .h4,
    h4 {
      font-size: 2.08rem;
      margin-bottom: 1em; } }

.h5,
h5 {
  font-size: 1.632rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 768px) {
    .h5,
    h5 {
      font-size: 1.92rem;
      margin-bottom: 1em; } }

figcaption {
  font-size: 90%;
  display: block;
  padding-top: 0.2em;
  text-align: left;
  color: var(--theme_black, #000); }

*:last-child {
  margin-bottom: 0; }

.fa-file-pdf-o {
  color: red; }

.fa-file-word-o {
  color: blue; }

.fa-file-excel-o {
  color: green; }

img + p {
  margin-top: 10px; }

dl + p:empty {
  margin-bottom: 0; }

@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none !important; } }

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

body {
  font-size: 1.6rem; }
  @media (max-width: 767.98px) {
    body {
      font-size: 1.4rem; } }

::-moz-selection {
  color: #fff;
  background: var(--theme_main, #4F157F); }

::selection {
  color: #fff;
  background: var(--theme_main, #4F157F); }

.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE対応 */ }
  .ofi_cover {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    /* IE対応 */ }
  .ofi_contain {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
    /* IE対応 */ }
  .ofi_scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    font-family: "object-fit: scale-down;";
    /* IE対応 */ }

.fz__large_200 {
  font-size: 200%;
  line-height: 1.4; }

.fz__large_140 {
  font-size: 140%;
  line-height: 1.4; }

.fz__small_60 {
  font-size: 60%;
  line-height: 1.3; }

.fz__small_90 {
  font-size: 90%;
  line-height: 1.5; }

.ff__en, .ptitle.ptitle_en1 .ptitle__title-en, .ptitle.ptitle_en2 .ptitle__title-en, .ptitle_en2.ptitle_tp1 .ptitle__title-en, .ptitle_en2.ptitle_tp2 .ptitle__title-en, .ptitle_en2.ptitle_tp3 .ptitle__title-en, .ptitle_en2.ptitle_tp4 .ptitle__title-en, .ptitle_en2.ptitle_tp5 .ptitle__title-en, .ptitle_en2.ptitle_tp6 .ptitle__title-en, .ptitle_en2.ptitle_tp7 .ptitle__title-en, .ptitle.ptitle_en3 .ptitle__title-en, .ptitle_en3.ptitle_tp1 .ptitle__title-en, .ptitle_en3.ptitle_tp2 .ptitle__title-en, .ptitle_en3.ptitle_tp3 .ptitle__title-en, .ptitle_en3.ptitle_tp4 .ptitle__title-en, .ptitle_en3.ptitle_tp5 .ptitle__title-en, .ptitle_en3.ptitle_tp6 .ptitle__title-en, .ptitle_en3.ptitle_tp7 .ptitle__title-en, .ptitle_en1.ptitle_tp1 .ptitle__title-en, .ptitle_tp1.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp2 .ptitle__title-en, .ptitle_tp2.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp3 .ptitle__title-en, .ptitle_tp3.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp4 .ptitle__title-en, .ptitle_tp4.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp5 .ptitle__title-en, .ptitle_tp5.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp6 .ptitle__title-en, .ptitle_tp6.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp7 .ptitle__title-en, .ptitle_tp7.ptitle_pt1 .ptitle__title-en, .ptitle.ptitle_pt1 .ptitle__title-en, .plist.plist_type_qa .plist__head::before, .plist.plist_type_qa_med .plist__head::before, .plist.plist_type_qa_hss .plist__head::before, .plist.plist_type_qa_nurs .plist__head::before, .plist.plist_type_qa_hsn .plist__head::before, .plist.plist_type_qa_ila .plist__head::before, .plist.plist_type_qa_hs .plist__head::before, .plist.plist_type_qa_ms .plist__head::before, .plist.plist_type_qa_hds .plist__head::before, .plist.plist_type_qa_grad .plist__head::before, .plist.plist_type_qa_base .plist__head::before, .plist.plist_type_qa .plist__body::before, .plist.plist_type_qa_med .plist__body::before, .plist.plist_type_qa_hss .plist__body::before, .plist.plist_type_qa_nurs .plist__body::before, .plist.plist_type_qa_hsn .plist__body::before, .plist.plist_type_qa_ila .plist__body::before, .plist.plist_type_qa_hs .plist__body::before, .plist.plist_type_qa_ms .plist__body::before, .plist.plist_type_qa_hds .plist__body::before, .plist.plist_type_qa_grad .plist__body::before, .plist.plist_type_qa_base .plist__body::before {
  font-family: "Barlow", sans-serif;
  font-weight: 400; }
  .ff__en-gothic {
    font-family: "Barlow", sans-serif;
    font-weight: 400; }
  .ff__en-mincho {
    font-family: serif;
    font-weight: 400; }

.ff__garamond {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400; }

.txt__maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--theme_main, #4F157F)));
  background: linear-gradient(transparent 60%, var(--theme_main, #4F157F) 60%); }

.wm__h-tb {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb; }

.wm__v-lr {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr; }

.wm__v-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }

.wm__s-lr {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr; }

.wm__s-rl {
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl; }

.color__main {
  color: var(--theme_main, #4F157F); }

.color__black {
  color: var(--theme_black, #000); }

.color__white {
  color: #fff; }

.color__red {
  color: #da212f; }

.color__text {
  color: #333; }

.color__gray {
  color: var(--theme_bggray, #efefef); }

.color__dark {
  color: var(--theme_black-light, #666); }

.bgc__main {
  color: var(--theme_main, #4F157F); }

.bgc__black {
  color: var(--theme_black, #000); }

.bgc__white {
  color: #fff; }

.bgc__red {
  color: #da212f; }

.bgc__text {
  color: #333; }

.bgc__gray {
  color: var(--theme_bggray, #efefef); }

.bgc__dark {
  color: var(--theme_black-light, #666); }

a[target="_blank"]:not(.noicon):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
  content: "\f08e";
  font-size: smaller;
  vertical-align: super;
  display: inline-block;
  margin-left: 0.2em; }
  .tnav a[target="_blank"]:not(.noicon):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .ft a[target="_blank"]:not(.noicon):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
    content: none; }

a[href^="mailto:"].plink_type_icon::after {
  display: inline-block;
  padding-left: 0.2em;
  content: "\f003";
  font-family: "FontAwesome"; }

a[href^="mailto:"]:not(.plink_type_box):not(.plink.plink_type_box_med):not(.plink.plink_type_box_hss):not(.plink.plink_type_box_nurs):not(.plink.plink_type_box_hsn):not(.plink.plink_type_box_ila):not(.plink.plink_type_box_hs):not(.plink.plink_type_box_ms):not(.plink.plink_type_box_hds):not(.plink.plink_type_box_grad):not(.plink.plink_type_box_base):not(.plink_type_inline):not(.sys-info__link):not(.faculty__item-link), a[href*=".pdf"]:not(.plink_type_box):not(.plink.plink_type_box_med):not(.plink.plink_type_box_hss):not(.plink.plink_type_box_nurs):not(.plink.plink_type_box_hsn):not(.plink.plink_type_box_ila):not(.plink.plink_type_box_hs):not(.plink.plink_type_box_ms):not(.plink.plink_type_box_hds):not(.plink.plink_type_box_grad):not(.plink.plink_type_box_base):not(.plink_type_inline):not(.sys-info__link):not(.faculty__item-link), a[href*=".doc"]:not(.plink_type_box):not(.plink.plink_type_box_med):not(.plink.plink_type_box_hss):not(.plink.plink_type_box_nurs):not(.plink.plink_type_box_hsn):not(.plink.plink_type_box_ila):not(.plink.plink_type_box_hs):not(.plink.plink_type_box_ms):not(.plink.plink_type_box_hds):not(.plink.plink_type_box_grad):not(.plink.plink_type_box_base):not(.plink_type_inline):not(.sys-info__link):not(.faculty__item-link), a[href*=".docx"]:not(.plink_type_box):not(.plink.plink_type_box_med):not(.plink.plink_type_box_hss):not(.plink.plink_type_box_nurs):not(.plink.plink_type_box_hsn):not(.plink.plink_type_box_ila):not(.plink.plink_type_box_hs):not(.plink.plink_type_box_ms):not(.plink.plink_type_box_hds):not(.plink.plink_type_box_grad):not(.plink.plink_type_box_base):not(.plink_type_inline):not(.sys-info__link):not(.faculty__item-link), a[href*=".xls"]:not(.plink_type_box):not(.plink.plink_type_box_med):not(.plink.plink_type_box_hss):not(.plink.plink_type_box_nurs):not(.plink.plink_type_box_hsn):not(.plink.plink_type_box_ila):not(.plink.plink_type_box_hs):not(.plink.plink_type_box_ms):not(.plink.plink_type_box_hds):not(.plink.plink_type_box_grad):not(.plink.plink_type_box_base):not(.plink_type_inline):not(.sys-info__link):not(.faculty__item-link), a[href*=".xlsx"]:not(.plink_type_box):not(.plink.plink_type_box_med):not(.plink.plink_type_box_hss):not(.plink.plink_type_box_nurs):not(.plink.plink_type_box_hsn):not(.plink.plink_type_box_ila):not(.plink.plink_type_box_hs):not(.plink.plink_type_box_ms):not(.plink.plink_type_box_hds):not(.plink.plink_type_box_grad):not(.plink.plink_type_box_base):not(.plink_type_inline):not(.sys-info__link):not(.faculty__item-link) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

a[href^="mailto:"]::after, a[href*=".pdf"]::after, a[href*=".doc"]::after, a[href*=".docx"]::after, a[href*=".xls"]::after, a[href*=".xlsx"]::after {
  padding-left: 0;
  padding-right: 0.2em; }

.editor__main a:not([class]):not([id]):not([name]),
.editor__main a.has-icon.is-target,
.editor__main a.nav-link:not(.dropdown-item):not(.scroll) {
  text-decoration: underline;
  color: currentColor; }

@media (max-width: 767.98px) {
  body {
    padding-top: 0px; } }

@media (min-width: 768px) {
  body {
    padding-top: 0px; } }

main.contents {
  position: relative; }
  @media (max-width: 767.98px) {
    main.contents > :last-child {
      margin-bottom: 0; }
      body.home main.contents > :last-child {
        margin-bottom: 0px; } }
  @media (min-width: 768px) {
    main.contents > :last-child {
      margin-bottom: 0; }
      body.home main.contents > :last-child {
        margin-bottom: 0px; } }

main.contents,
footer.g-footer {
  overflow: hidden; }
  @media (min-width: 768px) {
    main.contents,
    footer.g-footer {
      margin-left: auto;
      margin-right: auto; } }

main.contents > .inner,
footer.g-footer > .inner {
  padding-left: 0;
  padding-right: 0; }

.breadcrumb {
  font-size: 1.4rem;
  padding: 0; }
  .breadcrumb-item a {
    color: currentColor;
    text-decoration: none;
    white-space: nowrap; }
  .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 0.5em; }

.inner {
  max-width: none; }
  .inner_kuzu {
    margin: 1em auto 45px;
    padding: 0 !important; }
    .inner_kuzu .breadcrumb {
      padding: 0; }
  .inner_full {
    width: auto;
    max-width: none;
    margin: 0 -20px; }
    @media (min-width: 768px) {
      .inner_full_pc {
        width: auto;
        max-width: none;
        margin: 0 -20px; } }
  @media (min-width: 768px) {
    .inner_slim {
      max-width: 800px; }
    .inner_wide {
      max-width: 1340px; } }
  @media (max-width: 767.98px) {
    .inner {
      padding-left: 20px;
      padding-right: 20px; }
      .inner_full {
        padding-left: 0;
        padding-right: 0; } }

html.acc-bg_std {
  --theme_main:#4F157F;
  --theme_black:#000;
  --theme_bggray:#efefef; }

html.acc-bg_blk {
  --theme_main:#fff;
  --theme_black:#fff;
  --theme_bggray:#666;
  --theme_base:#fff;
  --theme_med:#fff;
  --theme_hss:#fff;
  --theme_nurs:#fff;
  --theme_hsn:#fff;
  --theme_ila:#fff;
  --theme_hs:#fff;
  --theme_ms:#fff;
  --theme_grad:#fff;
  --theme_black-light:#ccc; }
  html.acc-bg_blk body,
  html.acc-bg_blk .navbar, html.acc-bg_blk footer, html.acc-bg_blk .snav, html.acc-bg_blk .gnav-home, html.acc-bg_blk .cont-mv, html.acc-bg_blk .form-control, html.acc-bg_blk .dropdown, html.acc-bg_blk .dropdown-menu,
  html.acc-bg_blk .cont-mv__ttl-inner, html.acc-bg_blk .cont-mv__ttl-inner::before, html.acc-bg_blk .mfp-container.mfp-inline-holder .mfp-content,
  html.acc-bg_blk .plink.plink_type_box,
  html.acc-bg_blk .plink.plink_type_box_med,
  html.acc-bg_blk .plink.plink_type_box_hss,
  html.acc-bg_blk .plink.plink_type_box_nurs,
  html.acc-bg_blk .plink.plink_type_box_hsn,
  html.acc-bg_blk .plink.plink_type_box_ila,
  html.acc-bg_blk .plink.plink_type_box_hs,
  html.acc-bg_blk .plink.plink_type_box_ms,
  html.acc-bg_blk .plink.plink_type_box_hds,
  html.acc-bg_blk .plink.plink_type_box_grad,
  html.acc-bg_blk .plink.plink_type_box_base, html.acc-bg_blk .form-control, html.acc-bg_blk .fac-dlist_base {
    color: #fff;
    background: #000; }
  html.acc-bg_blk .ppager_ptn1 .ppager__link_active, html.acc-bg_blk .ppager_ptn1 .ppager__link:not(.ppager__link_arrow):hover, html.acc-bg_blk .plink.plink_type_box_flip:hover, html.acc-bg_blk .plink.plink_type_box_flip_med:hover, html.acc-bg_blk .plink.plink_type_box_flip_hss:hover, html.acc-bg_blk .plink.plink_type_box_flip_nurs:hover, html.acc-bg_blk .plink.plink_type_box_flip_hsn:hover, html.acc-bg_blk .plink.plink_type_box_flip_ila:hover, html.acc-bg_blk .plink.plink_type_box_flip_hs:hover, html.acc-bg_blk .plink.plink_type_box_flip_ms:hover, html.acc-bg_blk .plink.plink_type_box_flip_hds:hover, html.acc-bg_blk .plink.plink_type_box_flip_grad:hover, html.acc-bg_blk .plink.plink_type_box_flip_base:hover, html.acc-bg_blk .plink.plink_type_box_white:hover, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box:hover, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_flip, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_flip_med, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_flip_hss, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_flip_nurs, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_flip_hsn, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_flip_ila, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_flip_hs, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_flip_ms, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_flip_hds, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_flip_grad, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_flip_base, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_med:hover, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_hss:hover, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_nurs:hover, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_hsn:hover, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_ila:hover, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_hs:hover, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_ms:hover, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_hds:hover, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_grad:hover, html.acc-bg_blk .plink.plink_type_clr_black.plink_type_box_base:hover {
    color: #000;
    background: #fff; }
  html.acc-bg_blk .ptag__item_type_border, html.acc-bg_blk a.ptags_type_border, html.acc-bg_blk .home__gmenu .gmenu .gnav-home__news-tab .nav-link:not(.active), html.acc-bg_blk .gsc-search-button-v2 {
    background: #000 !important; }
  html.acc-bg_blk .pbox_clr_white, html.acc-bg_blk .pbox_clr_main, html.acc-bg_blk .pbox_clr_med, html.acc-bg_blk .pbox_clr_hss, html.acc-bg_blk .pbox_clr_nurs, html.acc-bg_blk .pbox_clr_hsn, html.acc-bg_blk .pbox_clr_ila, html.acc-bg_blk .pbox_clr_hs, html.acc-bg_blk .pbox_clr_ms, html.acc-bg_blk .pbox_clr_hds, html.acc-bg_blk .pbox_clr_grad, html.acc-bg_blk .pbox_clr_base, html.acc-bg_blk .pbox_clr_black, html.acc-bg_blk .pbox_clr_black-main, html.acc-bg_blk .pbox_clr_black-base, html.acc-bg_blk .pblock-kuzu,
  html.acc-bg_blk .gnav__ft, html.acc-bg_blk .gnav__news-tab .nav-link:not(.active), html.acc-bg_blk .gnav-home__news-tab .nav-link:not(.active), html.acc-bg_blk .gsc-control-cse {
    background: #000; }
  html.acc-bg_blk .navbar-toggler, html.acc-bg_blk .gnav-home__box {
    background-color: rgba(0, 0, 0, 0.7); }
  html.acc-bg_blk #logo-univ-name path, html.acc-bg_blk #logo-univ-name rect, html.acc-bg_blk #logo path, html.acc-bg_blk #logo rect, html.acc-bg_blk #ft_logo-univ-name path, html.acc-bg_blk #ft_logo-univ-name rect, html.acc-bg_blk #ft_logo path, html.acc-bg_blk #ft_logo rect, html.acc-bg_blk #icon_language path, html.acc-bg_blk #icon_language rect, html.acc-bg_blk #icon_language_pc path, html.acc-bg_blk #icon_language_pc rect, html.acc-bg_blk #logo_ghj path, html.acc-bg_blk #logo_ghj rect, html.acc-bg_blk #txt_ghj_lead path, html.acc-bg_blk #txt_ghj_lead rect, html.acc-bg_blk #icon_search path, html.acc-bg_blk #icon_search rect, html.acc-bg_blk #icon_search_pc path, html.acc-bg_blk #icon_search_pc rect, html.acc-bg_blk .gnav__slink1 path, html.acc-bg_blk .gnav__slink1 rect {
    fill: #fff; }
  html.acc-bg_blk .ppager_ptn1 .ppager__link:hover::after, html.acc-bg_blk .fac .navbar-toggler, html.acc-bg_blk .gsc-webResult.gsc-result, html.acc-bg_blk .gsc-control-cse {
    border-color: #000; }
  html.acc-bg_blk .panel__list2, html.acc-bg_blk .snav__ttl, html.acc-bg_blk .snav__ttl_med, html.acc-bg_blk .snav__ttl_hss, html.acc-bg_blk .snav__ttl_nurs, html.acc-bg_blk .snav__ttl_hsn, html.acc-bg_blk .snav__ttl_ila, html.acc-bg_blk .snav__ttl_hs, html.acc-bg_blk .snav__ttl_ms, html.acc-bg_blk .snav__ttl_hds, html.acc-bg_blk .snav__ttl_grad, html.acc-bg_blk .snav__ttl_base, html.acc-bg_blk .ptitle_t6, html.acc-bg_blk .ptitle_t7, html.acc-bg_blk .ptitle_t7_med, html.acc-bg_blk .ptitle_t7_hss, html.acc-bg_blk .ptitle_t7_nurs, html.acc-bg_blk .ptitle_t7_hsn, html.acc-bg_blk .ptitle_t7_ila, html.acc-bg_blk .ptitle_t7_hs, html.acc-bg_blk .ptitle_t7_ms, html.acc-bg_blk .ptitle_t7_hds, html.acc-bg_blk .ptitle_t7_grad, html.acc-bg_blk .ptitle_t7_base, html.acc-bg_blk .ptable thead th, html.acc-bg_blk .ptable_med thead th, html.acc-bg_blk .ptable_hss thead th, html.acc-bg_blk .ptable_nurs thead th, html.acc-bg_blk .ptable_hsn thead th, html.acc-bg_blk .ptable_ila thead th, html.acc-bg_blk .ptable_hs thead th, html.acc-bg_blk .ptable_ms thead th, html.acc-bg_blk .ptable_hds thead th, html.acc-bg_blk .ptable_grad thead th, html.acc-bg_blk .ptable_base thead th, html.acc-bg_blk .ptable th.main, html.acc-bg_blk .ptable_med th.main, html.acc-bg_blk .ptable_hss th.main, html.acc-bg_blk .ptable_nurs th.main, html.acc-bg_blk .ptable_hsn th.main, html.acc-bg_blk .ptable_ila th.main, html.acc-bg_blk .ptable_hs th.main, html.acc-bg_blk .ptable_ms th.main, html.acc-bg_blk .ptable_hds th.main, html.acc-bg_blk .ptable_grad th.main, html.acc-bg_blk .ptable_base th.main, html.acc-bg_blk .cont-mv__ttl-cat,
  html.acc-bg_blk .plink.plink_type_box_flip,
  html.acc-bg_blk .plink.plink_type_box_flip_med,
  html.acc-bg_blk .plink.plink_type_box_flip_hss,
  html.acc-bg_blk .plink.plink_type_box_flip_nurs,
  html.acc-bg_blk .plink.plink_type_box_flip_hsn,
  html.acc-bg_blk .plink.plink_type_box_flip_ila,
  html.acc-bg_blk .plink.plink_type_box_flip_hs,
  html.acc-bg_blk .plink.plink_type_box_flip_ms,
  html.acc-bg_blk .plink.plink_type_box_flip_hds,
  html.acc-bg_blk .plink.plink_type_box_flip_grad,
  html.acc-bg_blk .plink.plink_type_box_flip_base, html.acc-bg_blk .plist_type_order_circle > .plist__item::before, html.acc-bg_blk .plist.plist_type_order_circle_med > .plist__item::before, html.acc-bg_blk .plist.plist_type_order_circle_hss > .plist__item::before, html.acc-bg_blk .plist.plist_type_order_circle_nurs > .plist__item::before, html.acc-bg_blk .plist.plist_type_order_circle_hsn > .plist__item::before, html.acc-bg_blk .plist.plist_type_order_circle_ila > .plist__item::before, html.acc-bg_blk .plist.plist_type_order_circle_hs > .plist__item::before, html.acc-bg_blk .plist.plist_type_order_circle_ms > .plist__item::before, html.acc-bg_blk .plist.plist_type_order_circle_hds > .plist__item::before, html.acc-bg_blk .plist.plist_type_order_circle_grad > .plist__item::before, html.acc-bg_blk .plist.plist_type_order_circle_base > .plist__item::before, html.acc-bg_blk .plist_type_qa .plist__body::before, html.acc-bg_blk .plist.plist_type_qa_med .plist__body::before, html.acc-bg_blk .plist.plist_type_qa_hss .plist__body::before, html.acc-bg_blk .plist.plist_type_qa_nurs .plist__body::before, html.acc-bg_blk .plist.plist_type_qa_hsn .plist__body::before, html.acc-bg_blk .plist.plist_type_qa_ila .plist__body::before, html.acc-bg_blk .plist.plist_type_qa_hs .plist__body::before, html.acc-bg_blk .plist.plist_type_qa_ms .plist__body::before, html.acc-bg_blk .plist.plist_type_qa_hds .plist__body::before, html.acc-bg_blk .plist.plist_type_qa_grad .plist__body::before, html.acc-bg_blk .plist.plist_type_qa_base .plist__body::before,
  html.acc-bg_blk .gnav__fac-name, html.acc-bg_blk .gnav__news-tab .nav-link.active, html.acc-bg_blk .gnav-home__news-tab .nav-link.active, html.acc-bg_blk .dropdown-item:hover, html.acc-bg_blk .dropdown-item:focus,
  html.acc-bg_blk .gnav .navbar-toggler_fac, html.acc-bg_blk #___gcse_0 .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
    color: #000; }
  html.acc-bg_blk a.plink.plink_type_clr_black[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_med::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_hss::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_nurs::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_hsn::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_ila::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_hs::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_ms::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_hds::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_grad::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_base::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_med:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_hss:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_nurs:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_hsn:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_ila:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_hs:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_ms:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_hds:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_grad:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_base:hover::after, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_med::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_hss::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_nurs::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_hsn::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_ila::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_hs::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_ms::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_hds::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_grad::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_flip_base::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_med:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_hss:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_nurs:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_hsn:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_ila:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_hs:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_ms:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_hds:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_grad:hover::before, html.acc-bg_blk a.plink.plink_type_clr_black.plink_type_box_base:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ms[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hds[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_grad[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_base[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ms[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hds[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_grad[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_base[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ms[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hds[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_grad[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_base[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ms[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hds[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_grad[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_base[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ms[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hds[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_grad[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_base[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ms[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hds[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_grad[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_base[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ms[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hds[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_grad[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_base[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ms[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hds[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_grad[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_base[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ms[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hds[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_grad[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_base[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ms[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hds[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_grad[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_base[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ms[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hds[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_grad[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_base[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ms[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hds[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_grad[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_base[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ms[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hds[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_grad[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_base[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ms[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hds[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_grad[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_base[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_box_flip_med::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs::after, html.acc-bg_blk a.plink.plink_type_box_flip_ms::after, html.acc-bg_blk a.plink.plink_type_box_flip_hds::after, html.acc-bg_blk a.plink.plink_type_box_flip_grad::after, html.acc-bg_blk a.plink.plink_type_box_flip_base::after, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_med:hover::after, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_med:hover::after, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_hss:hover::after, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_nurs:hover::after, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_hsn:hover::after, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_ila:hover::after, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_base:hover::after, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_med:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_hss:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_nurs:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_hsn:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_ila:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_base:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_hss:hover::after, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_hss:hover::after, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_nurs:hover::after, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_hsn:hover::after, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_ila:hover::after, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_base:hover::after, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_hss:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_nurs:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_hsn:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_ila:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_base:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_nurs:hover::after, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_nurs:hover::after, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_hsn:hover::after, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_ila:hover::after, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_base:hover::after, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_nurs:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_hsn:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_ila:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_base:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_hsn:hover::after, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_hsn:hover::after, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_ila:hover::after, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_base:hover::after, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_hsn:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_ila:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_base:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_ila:hover::after, html.acc-bg_blk a.plink.plink_type_box_ila.plink_type_box_flip_ila:hover::after, html.acc-bg_blk a.plink.plink_type_box_ila.plink_type_box_flip_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_ila.plink_type_box_flip_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_ila.plink_type_box_flip_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_ila.plink_type_box_flip_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_ila.plink_type_box_flip_base:hover::after, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_ila:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila.plink_type_box_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila.plink_type_box_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila.plink_type_box_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila.plink_type_box_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ila.plink_type_box_base:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_hs.plink_type_box_flip_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_hs.plink_type_box_flip_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_hs.plink_type_box_flip_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_hs.plink_type_box_flip_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_hs.plink_type_box_flip_base:hover::after, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs.plink_type_box_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs.plink_type_box_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs.plink_type_box_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hs.plink_type_box_base:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_ms.plink_type_box_flip_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_ms.plink_type_box_flip_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_ms.plink_type_box_flip_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_ms.plink_type_box_flip_base:hover::after, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ms.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_box_flip_ms.plink_type_box_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ms.plink_type_box_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_ms.plink_type_box_base:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_hds.plink_type_box_flip_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_hds.plink_type_box_flip_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_hds.plink_type_box_flip_base:hover::after, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hds.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_box_flip_hds.plink_type_box_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_hds.plink_type_box_base:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_grad.plink_type_box_flip_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_grad.plink_type_box_flip_base:hover::after, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_grad.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_box_flip_grad.plink_type_box_base:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_base:hover::after, html.acc-bg_blk a.plink.plink_type_box_base.plink_type_box_flip_base:hover::after, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_base:hover::after, html.acc-bg_blk a.plink.plink_type_box_flip_base.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_box_flip_med::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs::before, html.acc-bg_blk a.plink.plink_type_box_flip_ms::before, html.acc-bg_blk a.plink.plink_type_box_flip_hds::before, html.acc-bg_blk a.plink.plink_type_box_flip_grad::before, html.acc-bg_blk a.plink.plink_type_box_flip_base::before, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_med:hover::before, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_med:hover::before, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_hss:hover::before, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_nurs:hover::before, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_hsn:hover::before, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_ila:hover::before, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_med.plink_type_box_flip_base:hover::before, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_med:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_hss:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_nurs:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_hsn:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_ila:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_med.plink_type_box_base:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_hss:hover::before, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_hss:hover::before, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_nurs:hover::before, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_hsn:hover::before, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_ila:hover::before, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_hss.plink_type_box_flip_base:hover::before, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_hss:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_nurs:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_hsn:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_ila:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hss.plink_type_box_base:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_nurs:hover::before, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_nurs:hover::before, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_hsn:hover::before, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_ila:hover::before, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_nurs.plink_type_box_flip_base:hover::before, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_nurs:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_hsn:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_ila:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_nurs.plink_type_box_base:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_hsn:hover::before, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_hsn:hover::before, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_ila:hover::before, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_hsn.plink_type_box_flip_base:hover::before, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_hsn:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_ila:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hsn.plink_type_box_base:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_ila:hover::before, html.acc-bg_blk a.plink.plink_type_box_ila.plink_type_box_flip_ila:hover::before, html.acc-bg_blk a.plink.plink_type_box_ila.plink_type_box_flip_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_ila.plink_type_box_flip_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_ila.plink_type_box_flip_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_ila.plink_type_box_flip_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_ila.plink_type_box_flip_base:hover::before, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_ila:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila.plink_type_box_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila.plink_type_box_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila.plink_type_box_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila.plink_type_box_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ila.plink_type_box_base:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_hs.plink_type_box_flip_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_hs.plink_type_box_flip_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_hs.plink_type_box_flip_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_hs.plink_type_box_flip_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_hs.plink_type_box_flip_base:hover::before, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs.plink_type_box_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs.plink_type_box_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs.plink_type_box_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hs.plink_type_box_base:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_ms.plink_type_box_flip_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_ms.plink_type_box_flip_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_ms.plink_type_box_flip_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_ms.plink_type_box_flip_base:hover::before, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ms.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_box_flip_ms.plink_type_box_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ms.plink_type_box_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_ms.plink_type_box_base:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_hds.plink_type_box_flip_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_hds.plink_type_box_flip_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_hds.plink_type_box_flip_base:hover::before, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hds.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_box_flip_hds.plink_type_box_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_hds.plink_type_box_base:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_grad.plink_type_box_flip_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_grad.plink_type_box_flip_base:hover::before, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_grad.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_box_flip_grad.plink_type_box_base:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip.plink_type_box_base:hover::before, html.acc-bg_blk a.plink.plink_type_box_base.plink_type_box_flip_base:hover::before, html.acc-bg_blk a.plink.plink_type_box.plink_type_box_flip_base:hover::before, html.acc-bg_blk a.plink.plink_type_box_flip_base.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_box_white[href^="mailto:"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_white[href^="mailto:"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_white[href*=".pdf"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_white[href*=".pdf"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_white[href*=".doc"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_white[href*=".doc"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_white[href*=".docx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_white[href*=".docx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_white[href*=".xls"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_white[href*=".xls"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_white[href*=".xlsx"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_white[href*=".xlsx"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_white[target="_blank"]:hover::after, html.acc-bg_blk a.plink.plink_type_box_white[target="_blank"]:hover::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box:hover::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_med::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_hss::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_nurs::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_hsn::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_ila::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_hs::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_ms::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_hds::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_grad::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_base::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_med:hover::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_hss:hover::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_nurs:hover::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_hsn:hover::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_ila:hover::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_hs:hover::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_ms:hover::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_hds:hover::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_grad:hover::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_base:hover::after, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box:hover::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_med::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_hss::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_nurs::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_hsn::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_ila::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_hs::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_ms::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_hds::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_grad::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_flip_base::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_med:hover::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_hss:hover::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_nurs:hover::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_hsn:hover::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_ila:hover::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_hs:hover::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_ms:hover::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_hds:hover::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_grad:hover::before, html.acc-bg_blk a.plink.plink_type_box_white.plink_type_box_base:hover::before {
    color: #000 !important; }
  html.acc-bg_blk .pbox_clr_gray {
    background: #333; }
  html.acc-bg_blk .breadcrumb-item.active {
    color: var(--theme_black-light, #666); }
  html.acc-bg_blk input::-webkit-input-placeholder {
    color: #fff !important; }
  html.acc-bg_blk input::-moz-placeholder {
    color: #fff !important; }
  html.acc-bg_blk input:-ms-input-placeholder {
    color: #fff !important; }
  html.acc-bg_blk input::-ms-input-placeholder {
    color: #fff !important; }
  html.acc-bg_blk .modal,
  html.acc-bg_blk .alt2txt,
  html.acc-bg_blk input::placeholder,
  html.acc-bg_blk a[href^="mailto:"]:after,
  html.acc-bg_blk a[href*=".pdf"]:after,
  html.acc-bg_blk a[href*=".doc"]:after,
  html.acc-bg_blk a[href*=".docx"]:after,
  html.acc-bg_blk a[href*=".xls"]:after,
  html.acc-bg_blk a[href*=".xlsx"]:after,
  html.acc-bg_blk .sys-info .sys-info__link[href*=".pdf"] .sys-info__text::before,
  html.acc-bg_blk a.plink.plink_type_box:hover::before,
  html.acc-bg_blk a.plink.plink_type_box_flip::before,
  html.acc-bg_blk a.plink.plink_type_box_flip_med::before,
  html.acc-bg_blk a.plink.plink_type_box_flip_hss::before,
  html.acc-bg_blk a.plink.plink_type_box_flip_nurs::before,
  html.acc-bg_blk a.plink.plink_type_box_flip_hsn::before,
  html.acc-bg_blk a.plink.plink_type_box_flip_ila::before,
  html.acc-bg_blk a.plink.plink_type_box_flip_hs::before,
  html.acc-bg_blk a.plink.plink_type_box_flip_ms::before,
  html.acc-bg_blk a.plink.plink_type_box_flip_hds::before,
  html.acc-bg_blk a.plink.plink_type_box_flip_grad::before,
  html.acc-bg_blk a.plink.plink_type_box_flip_base::before,
  html.acc-bg_blk a.plink.plink_type_box_med:hover::before,
  html.acc-bg_blk a.plink.plink_type_box_hss:hover::before,
  html.acc-bg_blk a.plink.plink_type_box_nurs:hover::before,
  html.acc-bg_blk a.plink.plink_type_box_hsn:hover::before,
  html.acc-bg_blk a.plink.plink_type_box_ila:hover::before,
  html.acc-bg_blk a.plink.plink_type_box_hs:hover::before,
  html.acc-bg_blk a.plink.plink_type_box_ms:hover::before,
  html.acc-bg_blk a.plink.plink_type_box_hds:hover::before,
  html.acc-bg_blk a.plink.plink_type_box_grad:hover::before,
  html.acc-bg_blk a.plink.plink_type_box_base:hover::before,
  html.acc-bg_blk a.plink.plink_type_box:hover::after,
  html.acc-bg_blk a.plink.plink_type_box_flip::after,
  html.acc-bg_blk a.plink.plink_type_box_flip_med::after,
  html.acc-bg_blk a.plink.plink_type_box_flip_hss::after,
  html.acc-bg_blk a.plink.plink_type_box_flip_nurs::after,
  html.acc-bg_blk a.plink.plink_type_box_flip_hsn::after,
  html.acc-bg_blk a.plink.plink_type_box_flip_ila::after,
  html.acc-bg_blk a.plink.plink_type_box_flip_hs::after,
  html.acc-bg_blk a.plink.plink_type_box_flip_ms::after,
  html.acc-bg_blk a.plink.plink_type_box_flip_hds::after,
  html.acc-bg_blk a.plink.plink_type_box_flip_grad::after,
  html.acc-bg_blk a.plink.plink_type_box_flip_base::after,
  html.acc-bg_blk a.plink.plink_type_box_med:hover::after,
  html.acc-bg_blk a.plink.plink_type_box_hss:hover::after,
  html.acc-bg_blk a.plink.plink_type_box_nurs:hover::after,
  html.acc-bg_blk a.plink.plink_type_box_hsn:hover::after,
  html.acc-bg_blk a.plink.plink_type_box_ila:hover::after,
  html.acc-bg_blk a.plink.plink_type_box_hs:hover::after,
  html.acc-bg_blk a.plink.plink_type_box_ms:hover::after,
  html.acc-bg_blk a.plink.plink_type_box_hds:hover::after,
  html.acc-bg_blk a.plink.plink_type_box_grad:hover::after,
  html.acc-bg_blk a.plink.plink_type_box_base:hover::after,
  html.acc-bg_blk .gs-result .gs-title, html.acc-bg_blk .gs-result .gs-title *, html.acc-bg_blk .gs-promotion .gs-visibleUrl,
  html.acc-bg_blk .gs-webResult .gs-visibleUrl, html.acc-bg_blk .gs-webResult .gs-snippet, html.acc-bg_blk .gs-fileFormatType, html.acc-bg_blk .gcsc-find-more-on-google, html.acc-bg_blk .gsc-results .gsc-cursor {
    color: #fff !important; }
  html.acc-bg_blk .gnav__logo-txt_en, html.acc-bg_blk .ft__logo-txt_en,
  html.acc-bg_blk .plink.plink_type_box_flip,
  html.acc-bg_blk .plink.plink_type_box_flip_med,
  html.acc-bg_blk .plink.plink_type_box_flip_hss,
  html.acc-bg_blk .plink.plink_type_box_flip_nurs,
  html.acc-bg_blk .plink.plink_type_box_flip_hsn,
  html.acc-bg_blk .plink.plink_type_box_flip_ila,
  html.acc-bg_blk .plink.plink_type_box_flip_hs,
  html.acc-bg_blk .plink.plink_type_box_flip_ms,
  html.acc-bg_blk .plink.plink_type_box_flip_hds,
  html.acc-bg_blk .plink.plink_type_box_flip_grad,
  html.acc-bg_blk .plink.plink_type_box_flip_base, html.acc-bg_blk a.ptags_type_border, html.acc-bg_blk .table_calendar, html.acc-bg_blk .table_calendar_med, html.acc-bg_blk .table_calendar_hss, html.acc-bg_blk .table_calendar_nurs, html.acc-bg_blk .table_calendar_hsn, html.acc-bg_blk .table_calendar_ila, html.acc-bg_blk .table_calendar_hs, html.acc-bg_blk .table_calendar_ms, html.acc-bg_blk .table_calendar_hds, html.acc-bg_blk .table_calendar_grad, html.acc-bg_blk .table_calendar_base {
    color: #fff; }
  html.acc-bg_blk .acc__item, html.acc-bg_blk .ptitle_tp6, html.acc-bg_blk .ptag__item_type_border, html.acc-bg_blk .plink_type_box_underline, html.acc-bg_blk .ppager_ptn1 .ppager__link,
  html.acc-bg_blk .ppager_ptn1 .ppager__link_arrow::after, html.acc-bg_blk a.ptags_type_border {
    border-color: #fff; }
  html.acc-bg_blk .ptitle_pt3::after, html.acc-bg_blk .ppager_ptn1 .ppager__link:hover {
    background-color: #fff; }
  html.acc-bg_blk .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='2.5' stroke-linecap='square' stroke-miterlimit='10' d='M1 4h28M1 15h28M1 26h28'/%3e%3c/svg%3e"); }
  html.acc-bg_blk .featured__bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2; }

.acc {
  font-size: 1.2rem;
  line-height: 1; }
  .acc-search {
    font-size: 1.5rem; }
    .acc-search.acc-search_type_icon .acc-search__txt {
      outline: none;
      border-right: none; }
    .acc-search.acc-search_type_icon .acc-search__btn {
      position: relative;
      color: transparent;
      background: #fff;
      border-top: 1px solid #d3d3d3;
      border-right: 1px solid #d3d3d3;
      border-bottom: 1px solid #d3d3d3; }
      .acc-search.acc-search_type_icon .acc-search__btn::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        width: 20px;
        height: 20px;
        background: url("data:image/svg+xml,%3csvg viewBox='0 0 11 11' xmlns='http://www.w3.org/2000/svg'%3e%3cline stroke='%23d3d3d3' stroke-width='2.2' stroke-linecap='round' stroke-miterlimit='10' x1='7.5' y1='7.5' x2='9.9' y2='9.9'/%3e%3ccircle fill='none' stroke='%23d3d3d3' stroke-width='1.7' stroke-miterlimit='10' cx='4.6' cy='4.6' r='3.7'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .acc-search.acc-search_category_reverse .acc-search__select {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-right: 0 !important;
      margin-left: 30px !important; }
    .acc-search.acc-search_category_reverse .acc-search__txt {
      outline: none;
      border-right: none; }
    .acc-search__form {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767.98px) {
        .acc-search__form {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 0; }
          .acc-search__form *:not(:last-child) {
            margin-right: 0;
            margin-bottom: 0; } }
    .acc-search__hidden {
      display: none; }
    .acc-search__select {
      min-width: 100px;
      margin-right: 30px !important;
      padding: 0.2em 0.5em;
      border: 1px solid #d3d3d3;
      outline: none; }
    .acc-search__txt {
      background-color: #fff;
      border: 1px solid #d3d3d3;
      border-radius: 0;
      padding: 0;
      min-width: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%;
      padding: 0.2em 0.5em; }
    .acc-search__btn {
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 0.6em;
      color: #fff;
      background: #1c395f;
      white-space: nowrap; }
      .acc-search__btn_icon {
        position: relative;
        background: transparent;
        border-top: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3; }
        .acc-search__btn_icon::before {
          content: "";
          position: absolute;
          display: block;
          width: 24px;
          height: 24px;
          background: url("data:image/svg+xml,%3csvg viewBox='0 0 11 11' xmlns='http://www.w3.org/2000/svg'%3e%3cline stroke='%23d3d3d3' stroke-width='2.2' stroke-linecap='round' stroke-miterlimit='10' x1='7.5' y1='7.5' x2='9.9' y2='9.9'/%3e%3ccircle fill='none' stroke='%23d3d3d3' stroke-width='1.7' stroke-miterlimit='10' cx='4.6' cy='4.6' r='3.7'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .acc__dlist, .acc__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .acc__dbox, .acc__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px; }
  .acc__dhead {
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.5em; }
  .acc__list {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .acc__list_w0 .acc__item {
      width: auto;
      white-space: nowrap;
      padding: 0 8px; }
    .acc__list_w1 .acc__item {
      width: 3em;
      padding: 0; }
    .acc__list_w2 .acc__item {
      width: 4em;
      width: auto;
      padding: 0; }
  .acc__item {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    border: 2px solid var(--theme_main, #4F157F);
    height: 3em;
    margin: 0 0.2em;
    padding: 0 1em;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
    .acc__item-img {
      margin-right: 0.2em; }
    .acc__item_std {
      border: 1px solid #999999;
      background-color: #fff;
      color: #000; }
    .acc__item_blk {
      border: 1px solid var(--theme_black, #000);
      background-color: #000;
      color: #fff; }
    .acc__item:hover {
      opacity: 0.6; }
  @media (min-width: 768px) {
    .acc__dbox {
      margin-right: 60px; } }
  @media (max-width: 767.98px) {
    .acc {
      font-size: 1.3rem; } }

.sns_type {
  text-align: center; }
  .sns_type_icon {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 0;
    color: transparent !important; }
    .sns_type_icon::after {
      content: none !important; }
  .sns_type_twitter {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='400px' height='400px' viewBox='0 0 400 400'%3e%3ccircle fill='%231DA1F2' cx='200' cy='200' r='200'/%3e%3cpath fill='%23FFFFFF' d='M163.4,305.5c88.7,0,137.2-73.5,137.2-137.2c0-2.1,0-4.2-0.1-6.2c9.4-6.8,17.6-15.3,24.1-25c-8.6,3.8-17.9,6.4-27.7,7.6c10-6,17.6-15.4,21.2-26.7c-9.3,5.5-19.6,9.5-30.6,11.7c-8.8-9.4-21.3-15.2-35.2-15.2c-26.6,0-48.2,21.6-48.2,48.2c0,3.8,0.4,7.5,1.3,11c-40.1-2-75.6-21.2-99.4-50.4c-4.1,7.1-6.5,15.4-6.5,24.2c0,16.7,8.5,31.5,21.5,40.1c-7.9-0.2-15.3-2.4-21.8-6c0,0.2,0,0.4,0,0.6c0,23.4,16.6,42.8,38.7,47.3c-4,1.1-8.3,1.7-12.7,1.7c-3.1,0-6.1-0.3-9.1-0.9c6.1,19.2,23.9,33.1,45,33.5c-16.5,12.9-37.3,20.6-59.9,20.6c-3.9,0-7.7-0.2-11.5-0.7C110.8,297.5,136.2,305.5,163.4,305.5'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_twitter_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='400px' height='400px' viewBox='0 0 400 400'%3e%3ccircle fill='%23d3d3d3' cx='200' cy='200' r='200'/%3e%3cpath fill='%23FFFFFF' d='M163.4,305.5c88.7,0,137.2-73.5,137.2-137.2c0-2.1,0-4.2-0.1-6.2c9.4-6.8,17.6-15.3,24.1-25c-8.6,3.8-17.9,6.4-27.7,7.6c10-6,17.6-15.4,21.2-26.7c-9.3,5.5-19.6,9.5-30.6,11.7c-8.8-9.4-21.3-15.2-35.2-15.2c-26.6,0-48.2,21.6-48.2,48.2c0,3.8,0.4,7.5,1.3,11c-40.1-2-75.6-21.2-99.4-50.4c-4.1,7.1-6.5,15.4-6.5,24.2c0,16.7,8.5,31.5,21.5,40.1c-7.9-0.2-15.3-2.4-21.8-6c0,0.2,0,0.4,0,0.6c0,23.4,16.6,42.8,38.7,47.3c-4,1.1-8.3,1.7-12.7,1.7c-3.1,0-6.1-0.3-9.1-0.9c6.1,19.2,23.9,33.1,45,33.5c-16.5,12.9-37.3,20.6-59.9,20.6c-3.9,0-7.7-0.2-11.5-0.7C110.8,297.5,136.2,305.5,163.4,305.5'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_twitter_w, html.acc-bg_blk .sns.sns_type_icon.sns_type_twitter {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='400px' height='400px' viewBox='0 0 400 400'%3e%3ccircle fill='%23ffffff' cx='200' cy='200' r='200'/%3e%3cpath fill-rule='evenodd' fill='FFFFFF' d='M163.4,305.5c88.7,0,137.2-73.5,137.2-137.2c0-2.1,0-4.2-0.1-6.2c9.4-6.8,17.6-15.3,24.1-25c-8.6,3.8-17.9,6.4-27.7,7.6c10-6,17.6-15.4,21.2-26.7c-9.3,5.5-19.6,9.5-30.6,11.7c-8.8-9.4-21.3-15.2-35.2-15.2c-26.6,0-48.2,21.6-48.2,48.2c0,3.8,0.4,7.5,1.3,11c-40.1-2-75.6-21.2-99.4-50.4c-4.1,7.1-6.5,15.4-6.5,24.2c0,16.7,8.5,31.5,21.5,40.1c-7.9-0.2-15.3-2.4-21.8-6c0,0.2,0,0.4,0,0.6c0,23.4,16.6,42.8,38.7,47.3c-4,1.1-8.3,1.7-12.7,1.7c-3.1,0-6.1-0.3-9.1-0.9c6.1,19.2,23.9,33.1,45,33.5c-16.5,12.9-37.3,20.6-59.9,20.6c-3.9,0-7.7-0.2-11.5-0.7C110.8,297.5,136.2,305.5,163.4,305.5'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_facebook {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cg%3e%3cpath fill='%231877F2' d='M1024,512C1024,229.2,794.8,0,512,0S0,229.2,0,512c0,255.6,187.2,467.4,432,505.8V660H302V512h130V399.2C432,270.9,508.4,200,625.4,200c56,0,114.6,10,114.6,10v126h-64.6c-63.6,0-83.4,39.5-83.4,80v96h142l-22.7,148H592v357.8C836.8,979.4,1024,767.6,1024,512z'/%3e%3cpath fill='%23FFFFFF' d='M711.3,660L734,512H592v-96c0-40.5,19.8-80,83.4-80H740V210c0,0-58.6-10-114.6-10c-117,0-193.4,70.9-193.4,199.2V512H302v148h130v357.8c26.1,4.1,52.8,6.2,80,6.2s53.9-2.1,80-6.2V660H711.3z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_facebook_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cg%3e%3cpath fill='%23d3d3d3' d='M1024,512C1024,229.2,794.8,0,512,0S0,229.2,0,512c0,255.6,187.2,467.4,432,505.8V660H302V512h130V399.2C432,270.9,508.4,200,625.4,200c56,0,114.6,10,114.6,10v126h-64.6c-63.6,0-83.4,39.5-83.4,80v96h142l-22.7,148H592v357.8C836.8,979.4,1024,767.6,1024,512z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_facebook_w, html.acc-bg_blk .sns.sns_type_icon.sns_type_facebook {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cg%3e%3cpath fill='%23ffffff' d='M1024,512C1024,229.2,794.8,0,512,0S0,229.2,0,512c0,255.6,187.2,467.4,432,505.8V660H302V512h130V399.2C432,270.9,508.4,200,625.4,200c56,0,114.6,10,114.6,10v126h-64.6c-63.6,0-83.4,39.5-83.4,80v96h142l-22.7,148H592v357.8C836.8,979.4,1024,767.6,1024,512z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_line {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%2300b900;%7D.b%7Bfill:%23ffffff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='60' cy='60' r='60'/%3e%3cpath class='b' d='M99.91,56.4C99.91,38.54,82,24,60,24S20.09,38.54,20.09,56.4c0,16,14.2,29.42,33.38,31.95,1.3.28,3.07.86,3.51,2a8,8,0,0,1,.13,3.61l-.57,3.41c-.17,1-.8,4,3.46,2.15S83,86,91.36,76.32h0C97.14,70,99.91,63.54,99.91,56.4'/%3e%3cpath class='a' d='M51.89,47.77h-2.8a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M71.16,47.77h-2.8a.78.78,0,0,0-.78.77V58.87l-8-10.76L59.55,48h0l0-.05h0s0,0,0,0h0l0,0h0l0,0h0l0,0H56.17a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78H59a.77.77,0,0,0,.77-.78V55.61l8,10.77a.89.89,0,0,0,.2.19h0l0,0h0l0,0h.06l.05,0h0a.64.64,0,0,0,.2,0h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M45.14,62.35h-7.6V48.54a.78.78,0,0,0-.78-.77H34a.78.78,0,0,0-.78.77V65.93h0a.8.8,0,0,0,.22.54h0a.76.76,0,0,0,.54.22H45.14a.78.78,0,0,0,.78-.78v-2.8a.78.78,0,0,0-.78-.78'/%3e%3cpath class='a' d='M86.62,52.12a.77.77,0,0,0,.77-.78V48.55a.77.77,0,0,0-.77-.78H75.43a.73.73,0,0,0-.53.22h0l0,0a.78.78,0,0,0-.21.53h0V65.93h0a.76.76,0,0,0,.22.54h0a.75.75,0,0,0,.53.22H86.62a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V59.42h7.61a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V52.12Z'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_line_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23d3d3d3;%7D.b%7Bfill:%23fff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='60' cy='60' r='60'/%3e%3cpath class='b' d='M99.91,56.4C99.91,38.54,82,24,60,24S20.09,38.54,20.09,56.4c0,16,14.2,29.42,33.38,31.95,1.3.28,3.07.86,3.51,2a8,8,0,0,1,.13,3.61l-.57,3.41c-.17,1-.8,4,3.46,2.15S83,86,91.36,76.32h0C97.14,70,99.91,63.54,99.91,56.4'/%3e%3cpath class='a' d='M51.89,47.77h-2.8a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M71.16,47.77h-2.8a.78.78,0,0,0-.78.77V58.87l-8-10.76L59.55,48h0l0-.05h0s0,0,0,0h0l0,0h0l0,0h0l0,0H56.17a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78H59a.77.77,0,0,0,.77-.78V55.61l8,10.77a.89.89,0,0,0,.2.19h0l0,0h0l0,0h.06l.05,0h0a.64.64,0,0,0,.2,0h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M45.14,62.35h-7.6V48.54a.78.78,0,0,0-.78-.77H34a.78.78,0,0,0-.78.77V65.93h0a.8.8,0,0,0,.22.54h0a.76.76,0,0,0,.54.22H45.14a.78.78,0,0,0,.78-.78v-2.8a.78.78,0,0,0-.78-.78'/%3e%3cpath class='a' d='M86.62,52.12a.77.77,0,0,0,.77-.78V48.55a.77.77,0,0,0-.77-.78H75.43a.73.73,0,0,0-.53.22h0l0,0a.78.78,0,0,0-.21.53h0V65.93h0a.76.76,0,0,0,.22.54h0a.75.75,0,0,0,.53.22H86.62a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V59.42h7.61a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V52.12Z'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_line_w, html.acc-bg_blk .sns.sns_type_icon.sns_type_line {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23ffffff;%7D.b%7Bfill:%23000000;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='60' cy='60' r='60'/%3e%3cpath class='b' d='M99.91,56.4C99.91,38.54,82,24,60,24S20.09,38.54,20.09,56.4c0,16,14.2,29.42,33.38,31.95,1.3.28,3.07.86,3.51,2a8,8,0,0,1,.13,3.61l-.57,3.41c-.17,1-.8,4,3.46,2.15S83,86,91.36,76.32h0C97.14,70,99.91,63.54,99.91,56.4'/%3e%3cpath class='a' d='M51.89,47.77h-2.8a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M71.16,47.77h-2.8a.78.78,0,0,0-.78.77V58.87l-8-10.76L59.55,48h0l0-.05h0s0,0,0,0h0l0,0h0l0,0h0l0,0H56.17a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78H59a.77.77,0,0,0,.77-.78V55.61l8,10.77a.89.89,0,0,0,.2.19h0l0,0h0l0,0h.06l.05,0h0a.64.64,0,0,0,.2,0h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M45.14,62.35h-7.6V48.54a.78.78,0,0,0-.78-.77H34a.78.78,0,0,0-.78.77V65.93h0a.8.8,0,0,0,.22.54h0a.76.76,0,0,0,.54.22H45.14a.78.78,0,0,0,.78-.78v-2.8a.78.78,0,0,0-.78-.78'/%3e%3cpath class='a' d='M86.62,52.12a.77.77,0,0,0,.77-.78V48.55a.77.77,0,0,0-.77-.78H75.43a.73.73,0,0,0-.53.22h0l0,0a.78.78,0,0,0-.21.53h0V65.93h0a.76.76,0,0,0,.22.54h0a.75.75,0,0,0,.53.22H86.62a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V59.42h7.61a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V52.12Z'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_instagram {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='756' height='756' viewBox='0 0 756 756'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23F00075;%7D.b%7Bfill:%23fff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='378' cy='378' r='378'/%3e%3cpath class='b' d='M378,171.47c67.27,0,75.23.26,101.8,1.47,24.56,1.12,37.9,5.22,46.78,8.67a83.51,83.51,0,0,1,47.81,47.81c3.45,8.88,7.55,22.22,8.67,46.78,1.21,26.57,1.47,34.53,1.47,101.8s-.26,75.23-1.47,101.8c-1.12,24.56-5.22,37.9-8.67,46.78a83.51,83.51,0,0,1-47.81,47.81c-8.88,3.45-22.22,7.55-46.78,8.67-26.56,1.21-34.53,1.47-101.8,1.47s-75.24-.26-101.8-1.47c-24.56-1.12-37.9-5.22-46.78-8.67a83.51,83.51,0,0,1-47.81-47.81c-3.45-8.88-7.55-22.22-8.67-46.78-1.21-26.57-1.47-34.53-1.47-101.8s.26-75.23,1.47-101.8c1.12-24.56,5.22-37.9,8.67-46.78a83.51,83.51,0,0,1,47.81-47.81c8.88-3.45,22.22-7.55,46.78-8.67,26.57-1.21,34.53-1.47,101.8-1.47m0-45.39c-68.42,0-77,.29-103.87,1.52S229,133.08,213,139.31A128.74,128.74,0,0,0,139.31,213c-6.23,16-10.49,34.34-11.71,61.15s-1.52,35.45-1.52,103.87.29,77,1.52,103.87S133.08,527,139.31,543A128.8,128.8,0,0,0,213,616.7c16,6.22,34.34,10.48,61.15,11.7s35.45,1.52,103.87,1.52,77-.29,103.87-1.52S527,622.92,543,616.7A128.85,128.85,0,0,0,616.7,543c6.22-16,10.48-34.34,11.7-61.15s1.52-35.45,1.52-103.87-.29-77-1.52-103.87S622.92,229,616.7,213A128.8,128.8,0,0,0,543,139.31c-16-6.23-34.34-10.49-61.15-11.71s-35.45-1.52-103.87-1.52Z'/%3e%3cpath class='b' d='M378,248.64A129.36,129.36,0,1,0,507.36,378,129.35,129.35,0,0,0,378,248.64ZM378,462a84,84,0,1,1,84-84A84,84,0,0,1,378,462Z'/%3e%3ccircle class='b' cx='512.48' cy='243.52' r='30.23'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_instagram_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='756' height='756' viewBox='0 0 756 756'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23d3d3d3;%7D.b%7Bfill:%23fff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='378' cy='378' r='378'/%3e%3cpath class='b' d='M378,171.47c67.27,0,75.23.26,101.8,1.47,24.56,1.12,37.9,5.22,46.78,8.67a83.51,83.51,0,0,1,47.81,47.81c3.45,8.88,7.55,22.22,8.67,46.78,1.21,26.57,1.47,34.53,1.47,101.8s-.26,75.23-1.47,101.8c-1.12,24.56-5.22,37.9-8.67,46.78a83.51,83.51,0,0,1-47.81,47.81c-8.88,3.45-22.22,7.55-46.78,8.67-26.56,1.21-34.53,1.47-101.8,1.47s-75.24-.26-101.8-1.47c-24.56-1.12-37.9-5.22-46.78-8.67a83.51,83.51,0,0,1-47.81-47.81c-3.45-8.88-7.55-22.22-8.67-46.78-1.21-26.57-1.47-34.53-1.47-101.8s.26-75.23,1.47-101.8c1.12-24.56,5.22-37.9,8.67-46.78a83.51,83.51,0,0,1,47.81-47.81c8.88-3.45,22.22-7.55,46.78-8.67,26.57-1.21,34.53-1.47,101.8-1.47m0-45.39c-68.42,0-77,.29-103.87,1.52S229,133.08,213,139.31A128.74,128.74,0,0,0,139.31,213c-6.23,16-10.49,34.34-11.71,61.15s-1.52,35.45-1.52,103.87.29,77,1.52,103.87S133.08,527,139.31,543A128.8,128.8,0,0,0,213,616.7c16,6.22,34.34,10.48,61.15,11.7s35.45,1.52,103.87,1.52,77-.29,103.87-1.52S527,622.92,543,616.7A128.85,128.85,0,0,0,616.7,543c6.22-16,10.48-34.34,11.7-61.15s1.52-35.45,1.52-103.87-.29-77-1.52-103.87S622.92,229,616.7,213A128.8,128.8,0,0,0,543,139.31c-16-6.23-34.34-10.49-61.15-11.71s-35.45-1.52-103.87-1.52Z'/%3e%3cpath class='b' d='M378,248.64A129.36,129.36,0,1,0,507.36,378,129.35,129.35,0,0,0,378,248.64ZM378,462a84,84,0,1,1,84-84A84,84,0,0,1,378,462Z'/%3e%3ccircle class='b' cx='512.48' cy='243.52' r='30.23'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_instagram_w, html.acc-bg_blk .sns.sns_type_icon.sns_type_instagram {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='756' height='756' viewBox='0 0 756 756'%3e%3cstyle%3e.st0%7Bfill:%23FFF;%7D%3c/style%3e%3ccircle class='st0' cx='378' cy='378' r='84'/%3e%3cpath class='st0' d='M574.4,229.4c-8.5-22-25.8-39.3-47.8-47.8c-8.9-3.5-22.2-7.5-46.8-8.7c-26.6-1.2-34.5-1.5-101.8-1.5h0c-67.3,0-75.2,0.3-101.8,1.5c-24.6,1.1-37.9,5.2-46.8,8.7c-22,8.5-39.3,25.8-47.8,47.8c-3.5,8.9-7.6,22.2-8.7,46.8c-1.2,26.6-1.5,34.5-1.5,101.8s0.3,75.2,1.5,101.8c1.1,24.6,5.2,37.9,8.7,46.8c8.5,22,25.8,39.3,47.8,47.8c8.9,3.5,22.2,7.5,46.8,8.7c26.6,1.2,34.5,1.5,101.8,1.5s75.2-0.3,101.8-1.5c24.6-1.1,37.9-5.2,46.8-8.7c22-8.5,39.3-25.8,47.8-47.8c3.5-8.9,7.5-22.2,8.7-46.8c1.2-26.6,1.5-34.5,1.5-101.8s-0.3-75.2-1.5-101.8C581.9,251.6,577.8,238.3,574.4,229.4z M378,507.4c-71.4,0-129.4-57.9-129.4-129.4S306.6,248.6,378,248.6c0,0,0,0,0,0c71.4,0,129.3,57.9,129.3,129.4C507.4,449.4,449.4,507.4,378,507.4z M512.5,273.8c-16.7,0-30.2-13.5-30.2-30.2c0-16.7,13.5-30.2,30.2-30.2s30.2,13.5,30.2,30.2C542.7,260.2,529.2,273.8,512.5,273.8z'/%3e%3cpath class='st0' d='M378,0C169.2,0,0,169.2,0,378s169.2,378,378,378s378-169.2,378-378S586.8,0,378,0z M628.4,481.8c-1.2,26.8-5.5,45.2-11.7,61.2c-13.1,33.8-39.9,60.6-73.7,73.7c-16,6.2-34.2,10.5-61.1,11.7s-35.5,1.5-103.9,1.5s-77.1-0.3-103.9-1.5s-45.2-5.5-61.2-11.7c-33.8-13.1-60.6-39.8-73.7-73.7c-6.2-16-10.5-34.2-11.7-61.1c-1.2-26.9-1.5-35.5-1.5-103.9s0.3-77.1,1.5-103.9c1.2-26.8,5.5-45.1,11.7-61.1c13.1-33.9,39.8-60.6,73.7-73.7c16-6.2,34.3-10.5,61.1-11.7c26.9-1.2,35.5-1.5,103.9-1.5l0,0c68.4,0,77.1,0.3,103.9,1.5c26.8,1.2,45.1,5.5,61.1,11.7c33.9,13.1,60.6,39.8,73.7,73.7c6.2,16,10.5,34.2,11.7,61.1s1.5,35.5,1.5,103.9S629.6,455,628.4,481.8z'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_youtube {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 192 192' enable-background='new 0 0 192 192' xml:space='preserve'%3e%3ccircle fill='%23FF0000' cx='96' cy='96' r='96'/%3e%3cg transform='translate(28.8 28.8) scale(0.7 0.7)'%3e%3cpath fill='%23FFFFFF' d='M180.3,53.4c-2-7.6-8-13.6-15.6-15.7C151,34,96,34,96,34s-55,0-68.8,3.7c-7.6,2-13.5,8-15.6,15.7C8,67.2,8,96,8,96s0,28.8,3.7,42.6c2,7.6,8,13.6,15.6,15.7C41,158,96,158,96,158s55,0,68.8-3.7c7.6-2,13.5-8,15.6-15.7C184,124.8,184,96,184,96S184,67.2,180.3,53.4z'/%3e%3cpolygon fill='%23FF0000' points='78,122.2 124,96 78,69.8'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_youtube_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 192 192' enable-background='new 0 0 192 192' xml:space='preserve'%3e%3ccircle fill='%23d3d3d3' cx='96' cy='96' r='96'/%3e%3cg transform='translate(28.8 28.8) scale(0.7 0.7)'%3e%3cpath fill='%23FFFFFF' d='M180.3,53.4c-2-7.6-8-13.6-15.6-15.7C151,34,96,34,96,34s-55,0-68.8,3.7c-7.6,2-13.5,8-15.6,15.7C8,67.2,8,96,8,96s0,28.8,3.7,42.6c2,7.6,8,13.6,15.6,15.7C41,158,96,158,96,158s55,0,68.8-3.7c7.6-2,13.5-8,15.6-15.7C184,124.8,184,96,184,96S184,67.2,180.3,53.4z'/%3e%3cpolygon fill='%23d3d3d3' points='78,122.2 124,96 78,69.8'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_youtube_w, html.acc-bg_blk .sns.sns_type_icon.sns_type_youtube {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 192 192' enable-background='new 0 0 192 192' xml:space='preserve'%3e%3ccircle fill='%23ffffff' cx='96' cy='96' r='96'/%3e%3cg transform='translate(28.8 28.8) scale(0.7 0.7)'%3e%3cpath fill='%23000000' d='M180.3,53.4c-2-7.6-8-13.6-15.6-15.7C151,34,96,34,96,34s-55,0-68.8,3.7c-7.6,2-13.5,8-15.6,15.7C8,67.2,8,96,8,96s0,28.8,3.7,42.6c2,7.6,8,13.6,15.6,15.7C41,158,96,158,96,158s55,0,68.8-3.7c7.6-2,13.5-8,15.6-15.7C184,124.8,184,96,184,96S184,67.2,180.3,53.4z'/%3e%3cpolygon fill='%23FFFFFF' points='78,122.2 124,96 78,69.8'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_hatena {
    border-radius: 50%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500' viewBox='0 0 500 500'%3e%3crect width='500' height='500' rx='101.9' ry='101.9' fill='%2300a4de'/%3e%3cg fill='%23fff'%3e%3cpath d='M278.2,258.1q-13.6-15.2-37.8-17c14.4-3.9,24.8-9.6,31.4-17.3s9.8-17.8,9.8-30.7A55,55,0,0,0,275,166a48.8,48.8,0,0,0-19.2-18.6c-7.3-4-16-6.9-26.2-8.6s-28.1-2.4-53.7-2.4H113.6V363.6h64.2q38.7,0,55.8-2.6c11.4-1.8,20.9-4.8,28.6-8.9a52.5,52.5,0,0,0,21.9-21.4c5.1-9.2,7.7-19.9,7.7-32.1C291.8,281.7,287.3,268.2,278.2,258.1Zm-107-71.4h13.3q23.1,0,31,5.2c5.3,3.5,7.9,9.5,7.9,18s-2.9,14-8.5,17.4-16.1,5-31.4,5H171.2V186.7Zm52.8,130.3c-6.1,3.7-16.5,5.5-31.1,5.5H171.2V273h22.6c15,0,25.4,1.9,30.9,5.7s8.4,10.4,8.4,20S230.1,313.4,223.9,317.1Z'/%3e%3cpath d='M357.6,306.1a28.8,28.8,0,1,0,28.8,28.8A28.8,28.8,0,0,0,357.6,306.1Z'/%3e%3crect x='332.6' y='136.4' width='50' height='151.52'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_hatena_g {
      border-radius: 50%;
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500' viewBox='0 0 500 500'%3e%3crect width='500' height='500' rx='101.9' ry='101.9' fill='%23d3d3d3'/%3e%3cg fill='%23fff'%3e%3cpath d='M278.2,258.1q-13.6-15.2-37.8-17c14.4-3.9,24.8-9.6,31.4-17.3s9.8-17.8,9.8-30.7A55,55,0,0,0,275,166a48.8,48.8,0,0,0-19.2-18.6c-7.3-4-16-6.9-26.2-8.6s-28.1-2.4-53.7-2.4H113.6V363.6h64.2q38.7,0,55.8-2.6c11.4-1.8,20.9-4.8,28.6-8.9a52.5,52.5,0,0,0,21.9-21.4c5.1-9.2,7.7-19.9,7.7-32.1C291.8,281.7,287.3,268.2,278.2,258.1Zm-107-71.4h13.3q23.1,0,31,5.2c5.3,3.5,7.9,9.5,7.9,18s-2.9,14-8.5,17.4-16.1,5-31.4,5H171.2V186.7Zm52.8,130.3c-6.1,3.7-16.5,5.5-31.1,5.5H171.2V273h22.6c15,0,25.4,1.9,30.9,5.7s8.4,10.4,8.4,20S230.1,313.4,223.9,317.1Z'/%3e%3cpath d='M357.6,306.1a28.8,28.8,0,1,0,28.8,28.8A28.8,28.8,0,0,0,357.6,306.1Z'/%3e%3crect x='332.6' y='136.4' width='50' height='151.52'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_hatena_w {
      border-radius: 50%;
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500' viewBox='0 0 500 500'%3e%3crect width='500' height='500' rx='101.9' ry='101.9' fill='%23ffffff'/%3e%3cg fill='%23000000'%3e%3cpath d='M278.2,258.1q-13.6-15.2-37.8-17c14.4-3.9,24.8-9.6,31.4-17.3s9.8-17.8,9.8-30.7A55,55,0,0,0,275,166a48.8,48.8,0,0,0-19.2-18.6c-7.3-4-16-6.9-26.2-8.6s-28.1-2.4-53.7-2.4H113.6V363.6h64.2q38.7,0,55.8-2.6c11.4-1.8,20.9-4.8,28.6-8.9a52.5,52.5,0,0,0,21.9-21.4c5.1-9.2,7.7-19.9,7.7-32.1C291.8,281.7,287.3,268.2,278.2,258.1Zm-107-71.4h13.3q23.1,0,31,5.2c5.3,3.5,7.9,9.5,7.9,18s-2.9,14-8.5,17.4-16.1,5-31.4,5H171.2V186.7Zm52.8,130.3c-6.1,3.7-16.5,5.5-31.1,5.5H171.2V273h22.6c15,0,25.4,1.9,30.9,5.7s8.4,10.4,8.4,20S230.1,313.4,223.9,317.1Z'/%3e%3cpath d='M357.6,306.1a28.8,28.8,0,1,0,28.8,28.8A28.8,28.8,0,0,0,357.6,306.1Z'/%3e%3crect x='332.6' y='136.4' width='50' height='151.52'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_linkedin {
    border-radius: 50%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 200 200' enable-background='new 0 0 200 200' xml:space='preserve'%3e%3ccircle fill='%230A66C2' cx='100' cy='100' r='100'/%3e%3cpath fill='%23ffffff' d='M99.9,164.1c-18.1,0-36.2-0.1-54.4,0c-4.8,0-8.9-3.3-9.5-7.9c-0.1-0.5-0.1-1-0.1-1.4c0-36.5,0-73,0-109.6c0-5.3,3.9-9.3,9.2-9.3c5.8,0,11.6,0,17.4,0c30.7,0,61.4,0,92,0c5,0,8.3,3.4,9.2,6.5c0.2,0.9,0.4,1.8,0.4,2.7c0,36.6,0,73.1,0,109.7c0,5.2-3.9,9.2-9.2,9.2c-6.8,0-13.7,0-20.5,0C122.9,164.1,111.4,164.1,99.9,164.1z M104.3,91.7c0-2.1,0-4.3,0-6.5c0-1-0.3-1.4-1.3-1.4c-5.3,0.1-10.6,0.1-15.8,0c-1.2,0-1.5,0.4-1.5,1.5c0,19.5,0,39,0,58.6c0,1.1,0.3,1.5,1.5,1.5c5.5,0,11,0,16.4,0c1.2,0,1.5-0.4,1.5-1.5c0-9.8-0.1-19.5,0-29.3c0-2.1,0.1-4.2,0.5-6.2c0.7-4.1,2.6-7.5,7-8.6c1.4-0.3,2.8-0.4,4.3-0.4c4.5,0.1,7.4,2.2,8.4,6.7c0.5,2.4,0.8,5,0.8,7.5c0.1,10.1,0,20.2,0,30.2c0,1.6,0,1.6,1.6,1.6c5.4,0,10.8,0,16.2,0c1.2,0,1.5-0.4,1.5-1.6c0-11.7,0.1-23.4-0.1-35c-0.1-3.9-0.6-7.8-1.5-11.6c-1.6-6.8-5.5-11.8-12.5-13.7c-2.4-0.7-4.9-0.9-7.4-1.1c-5.5-0.6-10.6,0.9-14.8,4.4C107.3,88.2,105.8,90.1,104.3,91.7z M54.7,114.6c0,9.8,0,19.5,0,29.3c0,1.2,0.4,1.5,1.5,1.5c5.5,0,11,0,16.4,0c1.1,0,1.5-0.3,1.5-1.4c0-19.6,0-39.2,0-58.8c0-1.2-0.4-1.4-1.5-1.4c-5.4,0-10.8,0-16.2,0c-1.7,0-1.7,0-1.7,1.7C54.7,95.2,54.7,104.9,54.7,114.6z M64.4,75.6c6.2,0,11.1-4.9,11.1-11.1c0-6.2-5-11.2-11.2-11.2c-6.2,0-11.1,5-11.1,11.2C53.2,70.7,58.2,75.6,64.4,75.6z'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_linkedin_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 200 200' enable-background='new 0 0 200 200' xml:space='preserve'%3e%3ccircle fill='%23d3d3d3' cx='100' cy='100' r='100'/%3e%3cpath fill='%23ffffff' d='M99.9,164.1c-18.1,0-36.2-0.1-54.4,0c-4.8,0-8.9-3.3-9.5-7.9c-0.1-0.5-0.1-1-0.1-1.4c0-36.5,0-73,0-109.6c0-5.3,3.9-9.3,9.2-9.3c5.8,0,11.6,0,17.4,0c30.7,0,61.4,0,92,0c5,0,8.3,3.4,9.2,6.5c0.2,0.9,0.4,1.8,0.4,2.7c0,36.6,0,73.1,0,109.7c0,5.2-3.9,9.2-9.2,9.2c-6.8,0-13.7,0-20.5,0C122.9,164.1,111.4,164.1,99.9,164.1z M104.3,91.7c0-2.1,0-4.3,0-6.5c0-1-0.3-1.4-1.3-1.4c-5.3,0.1-10.6,0.1-15.8,0c-1.2,0-1.5,0.4-1.5,1.5c0,19.5,0,39,0,58.6c0,1.1,0.3,1.5,1.5,1.5c5.5,0,11,0,16.4,0c1.2,0,1.5-0.4,1.5-1.5c0-9.8-0.1-19.5,0-29.3c0-2.1,0.1-4.2,0.5-6.2c0.7-4.1,2.6-7.5,7-8.6c1.4-0.3,2.8-0.4,4.3-0.4c4.5,0.1,7.4,2.2,8.4,6.7c0.5,2.4,0.8,5,0.8,7.5c0.1,10.1,0,20.2,0,30.2c0,1.6,0,1.6,1.6,1.6c5.4,0,10.8,0,16.2,0c1.2,0,1.5-0.4,1.5-1.6c0-11.7,0.1-23.4-0.1-35c-0.1-3.9-0.6-7.8-1.5-11.6c-1.6-6.8-5.5-11.8-12.5-13.7c-2.4-0.7-4.9-0.9-7.4-1.1c-5.5-0.6-10.6,0.9-14.8,4.4C107.3,88.2,105.8,90.1,104.3,91.7z M54.7,114.6c0,9.8,0,19.5,0,29.3c0,1.2,0.4,1.5,1.5,1.5c5.5,0,11,0,16.4,0c1.1,0,1.5-0.3,1.5-1.4c0-19.6,0-39.2,0-58.8c0-1.2-0.4-1.4-1.5-1.4c-5.4,0-10.8,0-16.2,0c-1.7,0-1.7,0-1.7,1.7C54.7,95.2,54.7,104.9,54.7,114.6z M64.4,75.6c6.2,0,11.1-4.9,11.1-11.1c0-6.2-5-11.2-11.2-11.2c-6.2,0-11.1,5-11.1,11.2C53.2,70.7,58.2,75.6,64.4,75.6z'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_linkedin_w {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 200 200' enable-background='new 0 0 200 200' xml:space='preserve'%3e%3ccircle fill='%23FFFFFF' cx='100' cy='100' r='100'/%3e%3cpath fill='%23000000' d='M99.9,164.1c-18.1,0-36.2-0.1-54.4,0c-4.8,0-8.9-3.3-9.5-7.9c-0.1-0.5-0.1-1-0.1-1.4c0-36.5,0-73,0-109.6c0-5.3,3.9-9.3,9.2-9.3c5.8,0,11.6,0,17.4,0c30.7,0,61.4,0,92,0c5,0,8.3,3.4,9.2,6.5c0.2,0.9,0.4,1.8,0.4,2.7c0,36.6,0,73.1,0,109.7c0,5.2-3.9,9.2-9.2,9.2c-6.8,0-13.7,0-20.5,0C122.9,164.1,111.4,164.1,99.9,164.1z M104.3,91.7c0-2.1,0-4.3,0-6.5c0-1-0.3-1.4-1.3-1.4c-5.3,0.1-10.6,0.1-15.8,0c-1.2,0-1.5,0.4-1.5,1.5c0,19.5,0,39,0,58.6c0,1.1,0.3,1.5,1.5,1.5c5.5,0,11,0,16.4,0c1.2,0,1.5-0.4,1.5-1.5c0-9.8-0.1-19.5,0-29.3c0-2.1,0.1-4.2,0.5-6.2c0.7-4.1,2.6-7.5,7-8.6c1.4-0.3,2.8-0.4,4.3-0.4c4.5,0.1,7.4,2.2,8.4,6.7c0.5,2.4,0.8,5,0.8,7.5c0.1,10.1,0,20.2,0,30.2c0,1.6,0,1.6,1.6,1.6c5.4,0,10.8,0,16.2,0c1.2,0,1.5-0.4,1.5-1.6c0-11.7,0.1-23.4-0.1-35c-0.1-3.9-0.6-7.8-1.5-11.6c-1.6-6.8-5.5-11.8-12.5-13.7c-2.4-0.7-4.9-0.9-7.4-1.1c-5.5-0.6-10.6,0.9-14.8,4.4C107.3,88.2,105.8,90.1,104.3,91.7z M54.7,114.6c0,9.8,0,19.5,0,29.3c0,1.2,0.4,1.5,1.5,1.5c5.5,0,11,0,16.4,0c1.1,0,1.5-0.3,1.5-1.4c0-19.6,0-39.2,0-58.8c0-1.2-0.4-1.4-1.5-1.4c-5.4,0-10.8,0-16.2,0c-1.7,0-1.7,0-1.7,1.7C54.7,95.2,54.7,104.9,54.7,114.6z M64.4,75.6c6.2,0,11.1-4.9,11.1-11.1c0-6.2-5-11.2-11.2-11.2c-6.2,0-11.1,5-11.1,11.2C53.2,70.7,58.2,75.6,64.4,75.6z'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_copy {
    border-radius: 50%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'%3e%3ccircle fill='%23d3d3d3' cx='15' cy='15' r='15'/%3e%3crect x='11.65' y='9.71' fill='none' width='10' height='12'/%3e%3crect x='12.4' y='10.46' fill='none' stroke='%23FFFFFF' stroke-width='1.5' width='8.5' height='10.5'/%3e%3cpath fill='none' stroke='%23FFF' stroke-width='1.5' d='M19,8h-9v11'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_copy_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'%3e%3ccircle fill='%23d3d3d3' cx='15' cy='15' r='15'/%3e%3crect x='11.65' y='9.71' fill='none' width='10' height='12'/%3e%3crect x='12.4' y='10.46' fill='none' stroke='%23FFFFFF' stroke-width='1.5' width='8.5' height='10.5'/%3e%3cpath fill='none' stroke='%23FFF' stroke-width='1.5' d='M19,8h-9v11'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_email {
    border-radius: 50%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'%3e%3ccircle fill='%23d3d3d3' cx='15' cy='15' r='15'/%3e%3cpath fill='%23FFF' d='M8,10v10.5h14V10H8z M15.22,15.54c-0.13,0.1-0.31,0.1-0.44,0l-5.47-4.23h11.38L15.22,15.54z M10.6,13.56 l1.9,1.61l-3.19,3.14v-5.69L10.6,13.56z M13.45,15.98l0.45,0.38c0.64,0.52,1.56,0.52,2.21,0l0.45-0.38l3.26,3.21h-9.62L13.45,15.98z M17.5,15.18l3.19-2.55v5.69L17.5,15.18z'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_email_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'%3e%3ccircle fill='%23d3d3d3' cx='15' cy='15' r='15'/%3e%3cpath fill='%23FFF' d='M8,10v10.5h14V10H8z M15.22,15.54c-0.13,0.1-0.31,0.1-0.44,0l-5.47-4.23h11.38L15.22,15.54z M10.6,13.56 l1.9,1.61l-3.19,3.14v-5.69L10.6,13.56z M13.45,15.98l0.45,0.38c0.64,0.52,1.56,0.52,2.21,0l0.45-0.38l3.26,3.21h-9.62L13.45,15.98z M17.5,15.18l3.19-2.55v5.69L17.5,15.18z'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_blog {
    font-size: 1rem;
    background: var(--theme_main, #4F157F);
    border-radius: 50%;
    position: relative; }
    .sns_type_blog::after {
      content: "BLOG" !important;
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
      color: #333;
      font-weight: bold;
      font-size: 1rem;
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      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;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      letter-spacing: normal; }

.sns.alt2txt {
  background: transparent;
  color: var(--theme_black, #000) !important;
  width: auto;
  height: auto; }

.pcollapse__toggle {
  display: block;
  color: currentColor;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5em 0;
  padding-right: 3em;
  position: relative;
  z-index: 1;
  cursor: pointer; }
  .pcollapse__toggle::after {
    color: currentColor;
    font-family: fontawesome;
    content: "＋";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .pcollapse__toggle::after {
    font-weight: normal;
    font-size: 2.2rem;
    -webkit-transition: all 0s !important;
    transition: all 0s !important; }
  .pcollapse__toggle[aria-expanded="true"] {
    position: relative;
    z-index: 1; }
    .pcollapse__toggle[aria-expanded="true"]::after {
      color: currentColor;
      font-family: fontawesome;
      content: "ー";
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 20px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .pcollapse__toggle[aria-expanded="true"]::after {
      font-size: 2.0rem; }
  .pcollapse__toggle:hover {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor; }
    .pcollapse__toggle:hover:hover {
      color: currentColor;
      text-decoration: none;
      opacity: 1; }

.pcollapse__content {
  padding: 0.5em 0 1em; }

.pcollapse.pcollapse_t1, .pcollapse.pcollapse_t1_med, .pcollapse.pcollapse_t1_hss, .pcollapse.pcollapse_t1_nurs, .pcollapse.pcollapse_t1_hsn, .pcollapse.pcollapse_t1_ila, .pcollapse.pcollapse_t1_hs, .pcollapse.pcollapse_t1_ms, .pcollapse.pcollapse_t1_hds, .pcollapse.pcollapse_t1_grad, .pcollapse.pcollapse_t1_base {
  margin-bottom: 0; }
  .pcollapse.pcollapse_t1 > .pcollapse__box > .pcollapse__head, .pcollapse.pcollapse_t1_med > .pcollapse__box > .pcollapse__head, .pcollapse.pcollapse_t1_hss > .pcollapse__box > .pcollapse__head, .pcollapse.pcollapse_t1_nurs > .pcollapse__box > .pcollapse__head, .pcollapse.pcollapse_t1_hsn > .pcollapse__box > .pcollapse__head, .pcollapse.pcollapse_t1_ila > .pcollapse__box > .pcollapse__head, .pcollapse.pcollapse_t1_hs > .pcollapse__box > .pcollapse__head, .pcollapse.pcollapse_t1_ms > .pcollapse__box > .pcollapse__head, .pcollapse.pcollapse_t1_hds > .pcollapse__box > .pcollapse__head, .pcollapse.pcollapse_t1_grad > .pcollapse__box > .pcollapse__head, .pcollapse.pcollapse_t1_base > .pcollapse__box > .pcollapse__head {
    color: var(--theme_main, #4F157F);
    border-bottom: 1px solid var(--theme_main, #4F157F);
    font-size: 1.8rem; }
    .pcollapse.pcollapse_t1 > .pcollapse__box > .pcollapse__head .pcollapse__toggle, .pcollapse.pcollapse_t1_med > .pcollapse__box > .pcollapse__head .pcollapse__toggle, .pcollapse.pcollapse_t1_hss > .pcollapse__box > .pcollapse__head .pcollapse__toggle, .pcollapse.pcollapse_t1_nurs > .pcollapse__box > .pcollapse__head .pcollapse__toggle, .pcollapse.pcollapse_t1_hsn > .pcollapse__box > .pcollapse__head .pcollapse__toggle, .pcollapse.pcollapse_t1_ila > .pcollapse__box > .pcollapse__head .pcollapse__toggle, .pcollapse.pcollapse_t1_hs > .pcollapse__box > .pcollapse__head .pcollapse__toggle, .pcollapse.pcollapse_t1_ms > .pcollapse__box > .pcollapse__head .pcollapse__toggle, .pcollapse.pcollapse_t1_hds > .pcollapse__box > .pcollapse__head .pcollapse__toggle, .pcollapse.pcollapse_t1_grad > .pcollapse__box > .pcollapse__head .pcollapse__toggle, .pcollapse.pcollapse_t1_base > .pcollapse__box > .pcollapse__head .pcollapse__toggle {
      padding-right: 2em; }
      .pcollapse.pcollapse_t1 > .pcollapse__box > .pcollapse__head .pcollapse__toggle::after, .pcollapse.pcollapse_t1_med > .pcollapse__box > .pcollapse__head .pcollapse__toggle::after, .pcollapse.pcollapse_t1_hss > .pcollapse__box > .pcollapse__head .pcollapse__toggle::after, .pcollapse.pcollapse_t1_nurs > .pcollapse__box > .pcollapse__head .pcollapse__toggle::after, .pcollapse.pcollapse_t1_hsn > .pcollapse__box > .pcollapse__head .pcollapse__toggle::after, .pcollapse.pcollapse_t1_ila > .pcollapse__box > .pcollapse__head .pcollapse__toggle::after, .pcollapse.pcollapse_t1_hs > .pcollapse__box > .pcollapse__head .pcollapse__toggle::after, .pcollapse.pcollapse_t1_ms > .pcollapse__box > .pcollapse__head .pcollapse__toggle::after, .pcollapse.pcollapse_t1_hds > .pcollapse__box > .pcollapse__head .pcollapse__toggle::after, .pcollapse.pcollapse_t1_grad > .pcollapse__box > .pcollapse__head .pcollapse__toggle::after, .pcollapse.pcollapse_t1_base > .pcollapse__box > .pcollapse__head .pcollapse__toggle::after {
        right: 0; }
  .pcollapse.pcollapse_t1 > .pcollapse__box > .pcollapse__body > .pcollapse__content, .pcollapse.pcollapse_t1_med > .pcollapse__box > .pcollapse__body > .pcollapse__content, .pcollapse.pcollapse_t1_hss > .pcollapse__box > .pcollapse__body > .pcollapse__content, .pcollapse.pcollapse_t1_nurs > .pcollapse__box > .pcollapse__body > .pcollapse__content, .pcollapse.pcollapse_t1_hsn > .pcollapse__box > .pcollapse__body > .pcollapse__content, .pcollapse.pcollapse_t1_ila > .pcollapse__box > .pcollapse__body > .pcollapse__content, .pcollapse.pcollapse_t1_hs > .pcollapse__box > .pcollapse__body > .pcollapse__content, .pcollapse.pcollapse_t1_ms > .pcollapse__box > .pcollapse__body > .pcollapse__content, .pcollapse.pcollapse_t1_hds > .pcollapse__box > .pcollapse__body > .pcollapse__content, .pcollapse.pcollapse_t1_grad > .pcollapse__box > .pcollapse__body > .pcollapse__content, .pcollapse.pcollapse_t1_base > .pcollapse__box > .pcollapse__body > .pcollapse__content {
    padding-bottom: 60px; }

.pcollapse.pcollapse_t2 .pcollapse__toggle {
  padding: 0.5em 15px;
  padding-right: 3em; }

.pcollapse.pcollapse_t2 .pcollapse__head {
  background: var(--theme_bggray, #efefef);
  margin-bottom: 10px; }

.pcollapse.pcollapse_t2 .pcollapse__body > .pcollapse__content {
  margin-bottom: 40px; }

.pcollapse.pcollapse_t2 .pcollapse__content {
  padding: 0; }

.pcollapse-all {
  content: '全てを表示する'; }
  .pcollapse-all::before {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .pcollapse-all::after {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .pcollapse-all::before {
    color: currentColor;
    font-family: fontawesome;
    content: "＋";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-left: 0.5em;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .pcollapse-all.pcollapse-all_close::before {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .pcollapse-all.pcollapse-all_close::after {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .pcollapse-all.pcollapse-all_close::before {
    color: currentColor;
    font-family: fontawesome;
    content: "ー";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-left: 0.5em;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.navbar {
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  @media (max-width: 767.98px) {
    .navbar {
      background: #fff; } }
  @media (min-width: 768px) {
    .navbar {
      background: rgba(255, 255, 255, 0.8); } }

.navbar-language {
  position: fixed;
  z-index: 1051;
  top: 0px;
  right: 108px;
  width: auto;
  height: 108px;
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #C8D5D5;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .navbar-language-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3e%3cstyle type='text/css'%3e.st0%7bfill:%23C8D5D5%7d%3c/style%3e%3cpath class='st0' d='M28,56C12.5,56,0,43.5,0,28S12.5,0,28,0s28,12.5,28,28c0,7.4-3,14.5-8.2,19.8C42.5,53,35.4,56,28,56z M28,3.5C14.5,3.5,3.5,14.5,3.5,28c0,13.5,11,24.5,24.5,24.5c13.5,0,24.5-11,24.5-24.5c0-6.5-2.6-12.7-7.2-17.3C40.7,6.1,34.5,3.5,28,3.5z'/%3e%3cpath class='st0' d='M28,55.1C18.8,55.1,11.2,43,11.2,28S18.8,0.9,28,0.9S44.8,13,44.8,28S37.2,55.1,28,55.1z M28,2.6C19.7,2.6,13,14,13,28s6.7,25.4,15,25.4S43,42,43,28S36.3,2.6,28,2.6L28,2.6z'/%3e%3cpath class='st0' d='M28,21.7c-11.9,0-21.3-4.3-21.3-9.8c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9c0,4.4,8.9,8,19.5,8s19.5-3.7,19.5-8c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9C49.3,17.4,39.9,21.7,28,21.7z'/%3e%3cpath class='st0' d='M48.4,46c-0.5,0-0.9-0.4-0.9-0.9c0,0,0,0,0,0c0-4.4-8.9-8-19.5-8s-19.5,3.7-19.5,8c0,0.5-0.4,0.9-0.9,0.9s-0.9-0.4-0.9-0.9c0-5.5,9.3-9.8,21.3-9.8s21.3,4.3,21.3,9.8C49.3,45.6,48.9,46,48.4,46z'/%3e%3cpath class='st0' d='M28.2,55.2c-0.5,0-0.9-0.4-0.9-0.9c0,0,0,0,0,0V1.4c0-0.5,0.4-0.9,0.9-0.9S29,0.9,29,1.4v52.9C29,54.8,28.7,55.1,28.2,55.2z'/%3e%3cpath class='st0' d='M54.3,29.5H19.6c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9h34.7c0.5,0,0.9,0.4,0.9,0.9S54.8,29.5,54.3,29.5z'/%3e%3cpath class='st0' d='M15.3,29.5h-13c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9h13c0.5,0,0.9,0.4,0.9,0.9S15.7,29.5,15.3,29.5z'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .navbar-language:hover {
    text-decoration: none;
    color: #C8D5D5;
    opacity: 0.6; }
  @media (min-width: 768px) {
    .navbar-language {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .navbar-language-text {
        margin-right: 0.5em; } }
  @media (max-width: 767.98px) {
    .navbar-language {
      width: 30px; }
      .navbar-language-text {
        display: none; } }

.navbar-toggler, .navbar-toggler_fac {
  position: fixed;
  z-index: 1051;
  top: 0px;
  right: 0px;
  width: 108px;
  height: 108px;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #fff;
  background: transparent; }
  @media (max-width: 767.98px) {
    .navbar-toggler, .navbar-toggler_fac {
      width: 60px;
      height: 60px; } }
  @media (max-width: 767.98px) {
    .navbar-toggler, .navbar-toggler_fac {
      background: var(--theme_black, #000); } }
  .navbar-toggler:focus, .navbar-toggler_fac:focus {
    outline: none; }
  .navbar-toggler .navbar-toggler-icon, .navbar-toggler_fac .navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='var(--theme_black, %23000)' stroke-width='2.5' stroke-linecap='square' stroke-miterlimit='10' d='M1 4h28M1 15h28M1 26h28'/%3e%3c/svg%3e"); }
    @media (max-width: 767.98px) {
      .navbar-toggler .navbar-toggler-icon, .navbar-toggler_fac .navbar-toggler-icon {
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='2.5' stroke-linecap='square' stroke-miterlimit='10' d='M1 4h28M1 15h28M1 26h28'/%3e%3c/svg%3e"); } }
  .navbar-toggler .rounded, .navbar-toggler_fac .rounded {
    border-radius: 50%; }
  .navbar-toggler .navbar-toggler-text, .navbar-toggler_fac .navbar-toggler-text {
    display: none; }

@media (min-width: 768px) {
  .modal {
    padding: 0 !important;
    display: block !important;
    color: var(--theme_black, #000);
    opacity: 1 !important;
    width: 100%;
    height: auto;
    position: static;
    overflow: visible; }
    z-index .modal-dialog {
      height: 100%;
      position: static;
      max-width: none;
      margin: 0;
      pointer-events: auto;
      -webkit-transform: none !important;
              transform: none !important; }
    .modal-content {
      height: 100%;
      position: static;
      display: block;
      width: auto;
      background-color: transparent;
      border: none; }
    .modal-header {
      display: none; }
    .modal-body {
      position: static;
      padding: 0; }
  .gnav__frm {
    width: 100%;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .navbar-toggler {
    display: block !important;
    background-color: rgba(255, 255, 255, 0.7); }
  button:hover,
  button:focus {
    opacity: 0.6; }
  .modal {
    display: none !important;
    background: rgba(0, 0, 0, 0.8); }
    .modal-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 0px;
      padding: 0px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      background: #fff; }
    .modal-body {
      position: static;
      padding: 30px; }
    .modal.fade {
      opacity: 0 !important; }
      .modal.fade .modal-header {
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform: translate(0, -100px);
                transform: translate(0, -100px); }
      .modal.fade .modal-dialog {
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform: translate(0, -100px);
                transform: translate(0, -100px); }
      .modal.fade.show {
        opacity: 1 !important; }
        .modal.fade.show .modal-header {
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0); }
        .modal.fade.show .modal-dialog {
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          color: #fff; }
  .modal-backdrop.show {
    opacity: 0; }
  .fullscreen {
    padding-right: 0 !important;
    height: 100vh; }
    .fullscreen .modal-dialog {
      margin: 0 0 0 0;
      max-width: 100%;
      width: 100%;
      height: 100%;
      min-height: 100%;
      padding: 0; }
    .fullscreen .modal-content {
      height: 100vh;
      min-height: 100%;
      border: 0;
      border-radius: 0;
      background: transparent;
      overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal {
    top: 60px; }
    .modal-header {
      display: none;
      border: 0px;
      padding: 0;
      padding: 0px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      background: #fff; }
    .modal-body {
      position: static;
      padding: 30px; }
    .modal.fade .modal-header {
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      -webkit-transform: translate(0, -50px);
              transform: translate(0, -50px); }
    .modal.fade .modal-dialog {
      -webkit-transform: translate(0, -50px);
              transform: translate(0, -50px); }
    .modal.fade.show .modal-header {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    .modal.fade.show .modal-dialog {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .modal-backdrop.show {
    opacity: 0.8; }
  .fullscreen {
    padding-right: 0 !important; }
    .fullscreen .modal-dialog {
      margin: 0 0 0 0;
      max-width: 100%;
      width: 100%;
      height: 100%;
      min-height: 100%;
      padding: 0; }
    .fullscreen .modal-content {
      height: calc(100vh - 60px);
      min-height: calc(100vh - 60px);
      border: 0;
      border-radius: 0;
      background: transparent;
      overflow: auto; }
    .fullscreen.modal {
      overflow-y: hidden; }
  .modal-header {
    position: fixed;
    z-index: 1071;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .modal-body {
    padding-top: calc(60px + 30px);
    padding-bottom: calc(60px + 30px); }
  .modal-backdrop {
    top: 60px; } }

@media (min-width: 768px) {
  .modal {
    height: 100%; }
    .modal-header {
      position: fixed;
      z-index: 1071;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }

.navbar-toggler, .navbar-toggler_fac {
  pointer-events: none;
  cursor: wait; }

.js_ajaxload .navbar-toggler, .js_ajaxload .navbar-toggler_fac {
  pointer-events: auto;
  cursor: pointer; }

.js_toggle_open #gheader .modal {
  display: block !important;
  position: fixed; }

.js_toggle_open .gnav .navbar-toggler {
  color: #fff; }
  @media (min-width: 768px) {
    .js_toggle_open .gnav .navbar-toggler {
      right: calc(0px + 15px);
      background: none; } }
  .js_toggle_open .gnav .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg preserveAspectRatio='none' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='2.5' stroke-linecap='square' stroke-miterlimit='10' d='M3 3l20 20M3 23l20 -20'/%3e%3c/svg%3e"); }
    @media (max-width: 767.98px) {
      .js_toggle_open .gnav .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg preserveAspectRatio='none' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='2.5' stroke-linecap='square' stroke-miterlimit='10' d='M3 3l20 20M3 23l20 -20'/%3e%3c/svg%3e"); } }

.js_toggle_open_fac #gheader_fac .modal {
  display: block !important;
  position: fixed; }
  @media (min-width: 768px) {
    .js_toggle_open_fac #gheader_fac .modal {
      top: 108px; } }

.js_toggle_open_fac .gnav .navbar-toggler_fac .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg preserveAspectRatio='none' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='2.5' stroke-linecap='square' stroke-miterlimit='10' d='M3 3l20 20M3 23l20 -20'/%3e%3c/svg%3e"); }
  @media (max-width: 767.98px) {
    .js_toggle_open_fac .gnav .navbar-toggler_fac .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg preserveAspectRatio='none' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='2.5' stroke-linecap='square' stroke-miterlimit='10' d='M3 3l20 20M3 23l20 -20'/%3e%3c/svg%3e"); } }

.stt-lang-select.br {
  right: 80px !important;
  bottom: 40px !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--theme_base, #4F157F); }
  @media (max-width: 767.98px) {
    .stt-lang-select.br {
      right: 0 !important;
      bottom: 0 !important; } }

.stt-lang-select, .stt-lang-select *, .stt-lang-select :after {
  color: var(--theme_base, #4F157F) !important; }

.stt-lang-select .stt-text:after {
  color: var(--theme_base, #4F157F) !important; }

.stt-lang-select:not(.on):hover .stt-text:after {
  color: var(--theme_base, #4F157F) !important;
  opacity: .6 !important; }

body:not([data-siteurl="/academics/faculty/ila/"]):not([data-siteurl="/academics/graduate/ila/"]) .stt-lang-select.br {
  display: none !important; }

.gnav {
  z-index: calc(1040 + 2); }
  @media (min-width: 768px) {
    body.home .gnav:not(.gnav_active) .modal-body {
      color: #fff; }
    body.home .gnav:not(.gnav_active) .sns_type_instagram {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='756' height='756' viewBox='0 0 756 756'%3e%3cstyle%3e.st0%7Bfill:%23FFF;%7D%3c/style%3e%3ccircle class='st0' cx='378' cy='378' r='84'/%3e%3cpath class='st0' d='M574.4,229.4c-8.5-22-25.8-39.3-47.8-47.8c-8.9-3.5-22.2-7.5-46.8-8.7c-26.6-1.2-34.5-1.5-101.8-1.5h0c-67.3,0-75.2,0.3-101.8,1.5c-24.6,1.1-37.9,5.2-46.8,8.7c-22,8.5-39.3,25.8-47.8,47.8c-3.5,8.9-7.6,22.2-8.7,46.8c-1.2,26.6-1.5,34.5-1.5,101.8s0.3,75.2,1.5,101.8c1.1,24.6,5.2,37.9,8.7,46.8c8.5,22,25.8,39.3,47.8,47.8c8.9,3.5,22.2,7.5,46.8,8.7c26.6,1.2,34.5,1.5,101.8,1.5s75.2-0.3,101.8-1.5c24.6-1.1,37.9-5.2,46.8-8.7c22-8.5,39.3-25.8,47.8-47.8c3.5-8.9,7.5-22.2,8.7-46.8c1.2-26.6,1.5-34.5,1.5-101.8s-0.3-75.2-1.5-101.8C581.9,251.6,577.8,238.3,574.4,229.4z M378,507.4c-71.4,0-129.4-57.9-129.4-129.4S306.6,248.6,378,248.6c0,0,0,0,0,0c71.4,0,129.3,57.9,129.3,129.4C507.4,449.4,449.4,507.4,378,507.4z M512.5,273.8c-16.7,0-30.2-13.5-30.2-30.2c0-16.7,13.5-30.2,30.2-30.2s30.2,13.5,30.2,30.2C542.7,260.2,529.2,273.8,512.5,273.8z'/%3e%3cpath class='st0' d='M378,0C169.2,0,0,169.2,0,378s169.2,378,378,378s378-169.2,378-378S586.8,0,378,0z M628.4,481.8c-1.2,26.8-5.5,45.2-11.7,61.2c-13.1,33.8-39.9,60.6-73.7,73.7c-16,6.2-34.2,10.5-61.1,11.7s-35.5,1.5-103.9,1.5s-77.1-0.3-103.9-1.5s-45.2-5.5-61.2-11.7c-33.8-13.1-60.6-39.8-73.7-73.7c-6.2-16-10.5-34.2-11.7-61.1c-1.2-26.9-1.5-35.5-1.5-103.9s0.3-77.1,1.5-103.9c1.2-26.8,5.5-45.1,11.7-61.1c13.1-33.9,39.8-60.6,73.7-73.7c16-6.2,34.3-10.5,61.1-11.7c26.9-1.2,35.5-1.5,103.9-1.5l0,0c68.4,0,77.1,0.3,103.9,1.5c26.8,1.2,45.1,5.5,61.1,11.7c33.9,13.1,60.6,39.8,73.7,73.7c6.2,16,10.5,34.2,11.7,61.1s1.5,35.5,1.5,103.9S629.6,455,628.4,481.8z'/%3e%3c/svg%3e") no-repeat center center/contain; }
    body.home .gnav:not(.gnav_active) .sns_type_facebook {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cg%3e%3cpath fill='%23ffffff' d='M1024,512C1024,229.2,794.8,0,512,0S0,229.2,0,512c0,255.6,187.2,467.4,432,505.8V660H302V512h130V399.2C432,270.9,508.4,200,625.4,200c56,0,114.6,10,114.6,10v126h-64.6c-63.6,0-83.4,39.5-83.4,80v96h142l-22.7,148H592v357.8C836.8,979.4,1024,767.6,1024,512z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; } }
  @media (max-width: 767.98px) {
    body.home:not(.modal-open) .gnav:not(.gnav_active) svg.gnav__logo-img {
      fill: #fff; }
      body.home:not(.modal-open) .gnav:not(.gnav_active) svg.gnav__logo-img .a {
        fill: #fff; } }
  .gnav__frm {
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: var(--theme_black, #000);
    padding: 0px; }
    @media (max-width: 767.98px) {
      .gnav__frm {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0; }
        .gnav__frm *:not(:last-child) {
          margin-right: 0;
          margin-bottom: 0; } }
  .gnav__logo {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    height: 100%;
    margin: 0 auto !important;
    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;
    color: #333; }
    .gnav__logo-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      color: currentColor;
      margin-left: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .gnav__logo-link:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
      .gnav__logo-link-text {
        margin-left: 22px; }
        @media (min-width: 768px) {
          .gnav__logo-link-text {
            font-size: 1.6rem; } }
        @media (max-width: 767.98px) {
          .gnav__logo-link-text {
            font-size: 1.3rem; } }
        @media (max-width: 767.98px) {
          .gnav__logo-link-text {
            margin-left: 18px; } }
    .gnav__logo-btn {
      position: fixed;
      z-index: 1071;
      top: 0;
      color: #fff;
      background: #da212f;
      margin-left: auto; }
    .gnav__logo-link2 {
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-weight: bold;
      line-height: 1;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .gnav__logo-link2:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 0.6; }
      .gnav__logo-link2::after {
        content: "" !important;
        display: block;
        width: 19px;
        height: 15px; }
    .gnav__logo-txt {
      display: block;
      font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      font-weight: 400;
      margin-bottom: 3px; }
      .gnav__logo-txt_en {
        display: block;
        font-family: "Cormorant Garamond", serif;
        font-weight: 400;
        color: var(--theme_main, #4F157F);
        letter-spacing: normal; }
        @media (min-width: 768px) {
          .gnav__logo-txt_en {
            font-size: 1.2rem; } }
        @media (max-width: 767.98px) {
          .gnav__logo-txt_en {
            font-size: 1rem; } }
    .gnav__logo-img {
      margin-right: 10px;
      width: 40px; }
    @media (min-width: 768px) {
      .gnav__logo-btn {
        right: 0; }
      .gnav__logo-link2 {
        width: 90px;
        height: 90px;
        font-size: 1.4rem; }
        .gnav__logo-link2::after {
          margin-top: 10px;
          width: 28px;
          height: 22px; }
      .gnav__logo-txt-blk {
        text-align: center; } }
    @media (max-width: 767.98px) {
      .gnav__logo-txt-blk {
        text-align: left;
        margin-left: 10px; }
      .gnav__logo-txt {
        max-width: 90px;
        margin-bottom: 3px !important; }
      .gnav__logo-btn {
        right: 60px; }
      .gnav__logo-link2 {
        width: 60px;
        height: 60px;
        font-size: 1rem; }
        .gnav__logo-link2::after {
          margin-top: 5px;
          width: 19px;
          height: 15px; } }
  @media (min-width: 768px) {
    .gnav__head {
      padding-left: 20px; } }
  @media (min-width: 1000px) {
    .gnav__head {
      padding-left: 90px; } }
  @media (min-width: 1478px) {
    .gnav__head {
      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;
      padding-left: 0;
      padding-right: 70px; } }
  .gnav__ttl {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400; }
    @media (min-width: 768px) {
      .gnav__ttl {
        font-size: 6.2rem; } }
    @media (max-width: 767.98px) {
      .gnav__ttl {
        font-size: 4.2rem; } }
  .gnav__block_main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .gnav__block_search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: none; }
  .gnav__block_sns {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: none; }
  .gnav__block_appendix {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: none; }
  .gnav .modal-body {
    letter-spacing: normal; }
    @media (max-width: 767.98px) {
      .gnav .modal-body {
        color: #fff; } }
    @media (min-width: 768px) {
      .gnav .modal-body {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (min-width: 1000px) {
      .gnav .modal-body {
        padding: 30px; } }
  .gnav__block_tgt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .gnav__block_tgt .dropdown {
      background: #000; }
      .gnav__block_tgt .dropdown-menu {
        background: #fff;
        color: var(--theme_black, #000); }
  .gnav__block_main {
    padding: 30px 0; }
    @media (min-width: 1000px) {
      .gnav__block_main {
        max-width: 1340px;
        margin: auto;
        padding: 30px 70px; } }
  .gnav__lang {
    position: relative; }
    .gnav__lang-blk {
      position: absolute;
      top: calc(100% + 2px);
      left: -2px; }
  .gnav__list-tgt {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .gnav__list-tgt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 1478px) {
      .gnav__list-tgt {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .gnav__item-tgt {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor; }
    .gnav__item-tgt:hover {
      color: currentColor;
      text-decoration: none;
      opacity: 1; }
    @media (min-width: 768px) {
      .gnav__item-tgt {
        margin-left: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 20px; } }
    @media (min-width: 1478px) {
      .gnav__item-tgt {
        margin-left: 20px;
        margin-right: 0; } }
  .gnav__link-tgt {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor;
    padding: 5px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .gnav__link-tgt:hover {
      color: currentColor;
      text-decoration: none;
      opacity: 1; }
    .gnav__link-tgt::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f105";
      display: inline-block;
      margin-right: 0.5em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .gnav .gnav__link2::after, .gnav .gnav__link3::after, .gnav .gnav__link4::after {
    color: #fff !important; }
  .gnav__list1 {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5; }
  .gnav .gnav__link1 {
    display: block;
    color: var(--theme_main, #4F157F);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor;
    line-height: 1.4;
    font-weight: normal; }
    .gnav .gnav__link1:hover {
      color: currentColor;
      text-decoration: none;
      opacity: 1; }
    .gnav .gnav__link1-en, .gnav .gnav__link1-jp:only-child {
      line-height: 1.2;
      word-break: break-all;
      margin: 0.1em 0; }
    @media (min-width: 768px) {
      .gnav .gnav__link1[aria-expanded="true"] {
        pointer-events: none; } }
    .gnav .gnav__link1[aria-expanded="true"] .gnav__link1-en, .gnav .gnav__link1[aria-expanded="true"] .gnav__link1-jp:only-child {
      padding-left: 70px; }
      .gnav .gnav__link1[aria-expanded="true"] .gnav__link1-en::before, .gnav .gnav__link1[aria-expanded="true"] .gnav__link1-jp:only-child::before {
        width: 60px; }
    .gnav .gnav__link1[aria-expanded="true"] .gnav__link1-jp {
      padding-left: 70px; }
    @media (min-width: 768px) {
      .gnav .gnav__link1[aria-expanded="true"] {
        pointer-events: none; }
      .gnav .gnav__link1[data-toggle="collapse"]:hover .gnav__link1-en, .gnav .gnav__link1[data-toggle="collapse"]:hover .gnav__link1-jp:only-child {
        padding-left: 70px; }
        .gnav .gnav__link1[data-toggle="collapse"]:hover .gnav__link1-en::before, .gnav .gnav__link1[data-toggle="collapse"]:hover .gnav__link1-jp:only-child::before {
          width: 60px; }
      .gnav .gnav__link1[data-toggle="collapse"]:hover .gnav__link1-jp {
        padding-left: 70px; } }
    .gnav .gnav__link1-en, .gnav .gnav__link1-jp:only-child {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      position: relative; }
      @media (min-width: 768px) {
        .gnav .gnav__link1-en, .gnav .gnav__link1-jp:only-child {
          font-size: 3.2rem; } }
      @media (max-width: 767.98px) {
        .gnav .gnav__link1-en, .gnav .gnav__link1-jp:only-child {
          font-size: 3.2rem; } }
      @media (min-width: 1280px) {
        .gnav .gnav__link1-en, .gnav .gnav__link1-jp:only-child {
          font-size: 3.6rem; } }
      .gnav .gnav__link1-en::before, .gnav .gnav__link1-jp:only-child::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 0;
        height: 1px;
        background-color: #fff;
        left: 0;
        top: 50%; }
      .gnav .gnav__link1-en::before, .gnav .gnav__link1-jp:only-child::before {
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .gnav .gnav__link1-jp {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      display: block; }
      @media (min-width: 768px) {
        .gnav .gnav__link1-jp {
          font-size: 1.2rem; } }
      @media (max-width: 767.98px) {
        .gnav .gnav__link1-jp {
          font-size: 1.2rem; } }
  .gnav__fix-txt {
    opacity: 0;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: fixed;
    right: -10px;
    bottom: -10px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: -1; }
    @media (max-width: 767.98px) {
      .gnav__fix-txt {
        display: none; } }
    .gnav__fix-txt-en {
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.4); }
      @media (min-width: 768px) {
        .gnav__fix-txt-en {
          font-size: 9.6rem; } }
      @media (max-width: 767.98px) {
        .gnav__fix-txt-en {
          font-size: 9.6rem; } }
    .gnav__fix-txt-jp {
      color: #fff;
      padding-bottom: 30px;
      font-weight: normal; }
      @media (min-width: 768px) {
        .gnav__fix-txt-jp {
          font-size: 1.4rem; } }
      @media (max-width: 767.98px) {
        .gnav__fix-txt-jp {
          font-size: 1.4rem; } }
  .gnav .gnav__box {
    font-weight: normal; }
    @media (min-width: 768px) {
      .gnav .gnav__box_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .gnav .gnav__box_item-top {
          height: auto;
          padding: 0 10px; }
        .gnav .gnav__box_item-btm {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          overflow-y: auto; } }
    @media (max-width: 767.98px) {
      .gnav .gnav__box_item-btm {
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .gnav .gnav__box_item-sub p {
        padding: 0 10px; } }
    .gnav .gnav__box_item-sub:not(:last-child) {
      margin-bottom: 40px; }
    .gnav .gnav__box-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin-bottom: 20px; }
    .gnav .gnav__box-ttl {
      margin-bottom: 0;
      font-weight: bold; }
      @media (min-width: 768px) {
        .gnav .gnav__box-ttl {
          font-size: 1.8rem; } }
      @media (max-width: 767.98px) {
        .gnav .gnav__box-ttl {
          font-size: 1.6rem; } }
  .gnav__list2 {
    margin: 0;
    padding: 0;
    list-style: none; }
  .gnav .gnav__link2 {
    display: block;
    color: currentColor;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor;
    font-weight: normal; }
    .gnav .gnav__link2:hover {
      color: currentColor;
      text-decoration: none;
      opacity: 1; }
    @media (min-width: 768px) {
      .gnav .gnav__link2 {
        font-size: 1.6rem; } }
    @media (max-width: 767.98px) {
      .gnav .gnav__link2 {
        font-size: 1.6rem; } }
    .gnav .gnav__link2-in {
      display: block; }
  .gnav__list3, .gnav__list4 {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px; }
  .gnav .gnav__link3, .gnav .gnav__link4 {
    display: block;
    color: currentColor;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor;
    font-weight: normal; }
    .gnav .gnav__link3:hover, .gnav .gnav__link4:hover {
      color: currentColor;
      text-decoration: none;
      opacity: 1; }
    @media (min-width: 768px) {
      .gnav .gnav__link3, .gnav .gnav__link4 {
        font-size: 1.6rem; } }
    @media (max-width: 767.98px) {
      .gnav .gnav__link3, .gnav .gnav__link4 {
        font-size: 1.6rem; } }
    .gnav .gnav__link3-in, .gnav .gnav__link4-in {
      display: block; }
  .gnav .gnav__link_scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: currentColor;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: normal;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 3px solid currentColor;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gnav .gnav__link_scroll:hover {
      text-decoration: none; }
  .gnav__slist1 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gnav__sitem1:not(:first-child) {
    margin-left: 10px; }
  .gnav__slink1 {
    text-align: center;
    font-size: 1rem;
    padding: 0;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    color: currentColor;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%; }
    .gnav__slink1-img {
      max-width: 20px; }
    .gnav__slink1:hover {
      opacity: 0.6;
      color: currentColor;
      text-decoration: none; }
  .gnav__slist2 {
    margin: 0;
    padding: 0;
    list-style: none; }
  .gnav__slink2 {
    display: block;
    color: currentColor;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor; }
    .gnav__slink2:hover {
      color: currentColor;
      text-decoration: none;
      opacity: 1; }
    .gnav__slink2-in {
      display: block; }
  .gnav__news-tab {
    border-bottom: none; }
    .gnav__news-tab .nav-item:not(:last-child) {
      margin-right: 2px; }
      @media (min-width: 768px) {
        .gnav__news-tab .nav-item:not(:last-child) {
          margin-right: 10px; } }
    .gnav__news-tab .nav-link {
      border-radius: 0;
      border: none;
      padding: 0.3em 0.5em;
      text-align: center;
      font-family: "Barlow", sans-serif;
      font-weight: 400;
      background-color: #fff;
      color: var(--theme_main, #4F157F); }
      @media (min-width: 768px) {
        .gnav__news-tab .nav-link {
          font-size: 1.4rem; } }
      @media (max-width: 767.98px) {
        .gnav__news-tab .nav-link {
          font-size: 1.2rem; } }
      @media (min-width: 768px) {
        .gnav__news-tab .nav-link {
          min-width: 120px;
          padding: 0.5em 1em; } }
      @media (min-width: 1000px) {
        .gnav__news-tab .nav-link {
          min-width: 144px; } }
      .gnav__news-tab .nav-link.active, .gnav__news-tab .nav-link:hover {
        background-color: var(--theme_main, #4F157F);
        color: #fff; }
  .gnav__form-btn {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .gnav__form-btn:focus {
      outline: none; }
  .gnav__form-input {
    padding: 30px 0 30px 80px;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    max-width: 100%; }
    .gnav__form-input:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-bottom: 1px solid #80bdff; }
  .gnav__search-blk {
    position: relative; }
  .gnav__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gnav__option-blk {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .gnav .sys-info__text::before {
    color: #fff !important; }
  @media (min-width: 768px) {
    .gnav {
      height: 108px;
      position: relative;
      background: #fff; }
      .gnav-wrap {
        height: 108px; }
      .gnav__frm {
        height: 100%;
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin: 0 auto; }
      .gnav__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #333; }
        .gnav__logo-img {
          width: 40px;
          height: auto; }
      .gnav__search-blk, .gnav__right {
        width: 30%; }
      .gnav__right {
        min-width: 344px; }
      .gnav__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-right: 108px; }
      .gnav .modal {
        overflow: hidden; }
        .gnav .modal-body {
          height: 100%;
          margin: 0 auto; }
      .gnav__block_main {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        width: 100%; }
      .gnav__block_search {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .gnav__block_sns {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .gnav__block_appendix {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .gnav .gnav__list1 {
        height: 100%;
        font-weight: bold;
        position: relative; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .gnav .gnav__list1 {
        font-size: 1.4rem; } }
    @media (min-width: 768px) and (max-width: 767.98px) {
      .gnav .gnav__list1 {
        font-size: 1.4rem; } }
  @media (min-width: 768px) {
        .gnav .gnav__list1::before {
          content: '';
          position: absolute;
          top: 0;
          left: 30%;
          width: 2px;
          height: 100%;
          background: #fff;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .gnav .gnav__list1::after {
          left: 70%; }
      .gnav .gnav__item1 {
        padding-right: 70%;
        margin-bottom: 20px; }
      .gnav .gnav__link1 {
        padding: 0 10px;
        height: 100%;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        color: currentColor;
        -webkit-transition: none;
        transition: none; }
        .gnav .gnav__link1:hover {
          color: currentColor;
          text-decoration: none;
          opacity: 1; }
        .gnav .gnav__link1:hover {
          opacity: 0.6; }
      .gnav__box {
        position: absolute;
        -webkit-transition: 0s;
        transition: 0s;
        left: 30%;
        top: 0;
        width: 70%;
        height: 100%;
        padding-left: 2%;
        padding-right: 32%; }
        .gnav__box:not(.gnav__box_wide)::after {
          content: '';
          position: absolute;
          top: 0;
          left: 57%;
          width: 2px;
          height: 100%;
          background: #fff; }
        .gnav__box_wide {
          padding-right: 20px; }
        .gnav__box_sub {
          position: absolute;
          -webkit-transition: 0s;
          transition: 0s;
          right: 0;
          top: 0;
          width: 40%;
          height: 100% !important;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      .gnav .gnav__list2 {
        width: 100%;
        padding: 0 10px;
        max-height: 100%;
        overflow-y: auto; }
      .gnav .gnav__item2 {
        border-bottom: 1px solid #d3d3d3; }
      .gnav .gnav__link2 {
        padding: 20px;
        padding-left: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        position: relative;
        z-index: 1; }
        .gnav .gnav__link2:after {
          display: block !important; }
        .gnav .gnav__link2:hover {
          opacity: 0.6; }
        .gnav .gnav__link2:not([target="_blank"]):not([href*=".pdf"]) {
          position: relative; }
          .gnav .gnav__link2:not([target="_blank"]):not([href*=".pdf"])::before {
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
            width: 0;
            height: 1px;
            background-color: #fff;
            left: 0;
            top: 50%; }
        .gnav .gnav__link2::before {
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .gnav .gnav__link2[target="_blank"] {
          position: relative;
          z-index: 1;
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; }
          .gnav .gnav__link2[target="_blank"]::before {
            color: currentColor;
            font-family: fontawesome;
            content: "\f105";
            display: inline-block;
            position: absolute;
            z-index: 1;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: 0;
            -webkit-transition: 0.2s;
            transition: 0.2s; }
          .gnav .gnav__link2[target="_blank"]::after {
            position: relative;
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
          .gnav .gnav__link2[target="_blank"]::before {
            left: auto;
            right: 0; }
        .gnav .gnav__link2[href^="mailto:"], .gnav .gnav__link2[href*=".pdf"], .gnav .gnav__link2[href*=".doc"], .gnav .gnav__link2[href*=".docx"], .gnav .gnav__link2[href*=".xls"], .gnav .gnav__link2[href*=".xlsx"] {
          position: relative;
          z-index: 1;
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          .gnav .gnav__link2[href^="mailto:"]::before, .gnav .gnav__link2[href*=".pdf"]::before, .gnav .gnav__link2[href*=".doc"]::before, .gnav .gnav__link2[href*=".docx"]::before, .gnav .gnav__link2[href*=".xls"]::before, .gnav .gnav__link2[href*=".xlsx"]::before {
            color: currentColor;
            font-family: fontawesome;
            content: "\f105";
            display: inline-block;
            position: absolute;
            z-index: 1;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: 0;
            -webkit-transition: 0.2s;
            transition: 0.2s; }
          .gnav .gnav__link2[href^="mailto:"]::after, .gnav .gnav__link2[href*=".pdf"]::after, .gnav .gnav__link2[href*=".doc"]::after, .gnav .gnav__link2[href*=".docx"]::after, .gnav .gnav__link2[href*=".xls"]::after, .gnav .gnav__link2[href*=".xlsx"]::after {
            position: relative;
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
          .gnav .gnav__link2[href^="mailto:"]::before, .gnav .gnav__link2[href*=".pdf"]::before, .gnav .gnav__link2[href*=".doc"]::before, .gnav .gnav__link2[href*=".docx"]::before, .gnav .gnav__link2[href*=".xls"]::before, .gnav .gnav__link2[href*=".xlsx"]::before {
            left: auto;
            right: 0; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .gnav .gnav__link2[aria-expanded="true"] {
        pointer-events: none; } }
  @media (min-width: 768px) {
        .gnav .gnav__link2::after {
          color: currentColor;
          font-family: fontawesome;
          content: "\f105";
          display: inline-block;
          position: absolute;
          z-index: 1;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          -webkit-transition: 0.2s;
          transition: 0.2s; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .gnav .gnav__link2:not([data-toggle="collapse"]):not([href*=".pdf"]):not([target="_blank"])::after {
        content: '→';
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
        font-weight: 400;
        opacity: 0;
        -webkit-transform: translate(-10px, -50%);
                transform: translate(-10px, -50%); }
      .gnav .gnav__link2:not([data-toggle="collapse"]):not([href*=".pdf"]):not([target="_blank"]):hover {
        opacity: 1; }
        .gnav .gnav__link2:not([data-toggle="collapse"]):not([href*=".pdf"]):not([target="_blank"]):hover::after {
          opacity: 1;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
      .gnav .gnav__link2:not([data-toggle="collapse"])[href*=".pdf"]::before, .gnav .gnav__link2:not([data-toggle="collapse"])[target="_blank"]::before {
        content: '→';
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
        font-weight: 400;
        opacity: 0;
        -webkit-transform: translate(-10px, -50%);
                transform: translate(-10px, -50%); }
      .gnav .gnav__link2:not([data-toggle="collapse"])[href*=".pdf"]:hover, .gnav .gnav__link2:not([data-toggle="collapse"])[target="_blank"]:hover {
        opacity: 1; }
        .gnav .gnav__link2:not([data-toggle="collapse"])[href*=".pdf"]:hover::before, .gnav .gnav__link2:not([data-toggle="collapse"])[target="_blank"]:hover::before {
          opacity: 1;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); } }
  @media (min-width: 768px) {
        .gnav .gnav__link2[aria-expanded="true"], .gnav .gnav__link2[data-toggle="collapse"]:hover {
          padding-left: 40px; }
          .gnav .gnav__link2[aria-expanded="true"]::before, .gnav .gnav__link2[data-toggle="collapse"]:hover::before {
            width: 30px !important; }
      .gnav .gnav__list3 {
        padding-left: 10px;
        max-height: 100%;
        overflow: auto; }
      .gnav .gnav__link3, .gnav .gnav__link4 {
        padding: 10px 20px;
        position: relative;
        z-index: 1; }
        .gnav .gnav__link3::before, .gnav .gnav__link4::before {
          color: currentColor;
          font-family: fontawesome;
          content: "\f105";
          display: inline-block;
          position: absolute;
          z-index: 1;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .gnav .gnav__link3:hover, .gnav .gnav__link4:hover {
          opacity: 0.6; }
        .gnav .gnav__link3-in, .gnav .gnav__link4-in {
          white-space: nowrap; }
      .gnav .gnav__link4::before {
        content: '';
        width: 12px;
        height: 1px;
        background: #fff; }
      .gnav__slist1 {
        margin: 0; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .gnav__slist1_sns {
        font-size: 1.4rem; } }
    @media (min-width: 768px) and (max-width: 767.98px) {
      .gnav__slist1_sns {
        font-size: 1.4rem; } }
  @media (min-width: 768px) {
        .gnav__slist1_sns .plink-list-inline {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .gnav__slist1_sns .sns_type_icon {
          width: 24px;
          height: 24px; } }
  @media (min-width: 1000px) {
    .gnav__link1[aria-expanded="true"] ~ .gnav__fix-txt {
      opacity: 1; } }
  @media (max-width: 1279.98px) {
    .gnav {
      position: fixed;
      z-index: 1071;
      top: 0;
      left: 0;
      right: 0; } }
  @media (max-width: 767.98px) {
    .gnav {
      height: 60px; }
      body {
        padding-top: 60px; }
      .gnav__frm {
        padding-left: 20px; }
      .gnav__logo-img {
        width: 38px;
        height: auto; }
      .gnav .modal-body {
        padding: 0; }
      .gnav__head {
        padding: 30px 20px; }
      .gnav__block_main {
        padding: 0 20px; }
      .gnav__ft {
        background-color: #fff;
        padding: 20px;
        color: var(--theme_black, #000);
        width: 100%; }
      .gnav__option {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .gnav__form-input {
        padding: 30px 0 30px 50px;
        width: 100%; }
      .gnav__form-btn {
        left: 0; }
      .gnav__lang-blk {
        top: auto;
        bottom: calc(100% + 20px);
        left: 0; }
      .gnav__list1 {
        font-size: 1.4rem;
        font-weight: bold; }
      .gnav__item1 {
        padding-bottom: 20px; }
      .gnav__link1 {
        margin-bottom: 20px; }
      .gnav__list2 {
        font-size: 1.4rem;
        margin-left: 70px; }
      .gnav__item2 {
        border-bottom: 1px solid #fff; }
      .gnav__link2 {
        padding: 15px 20px;
        padding-right: 0;
        position: relative;
        z-index: 1; }
        .gnav__link2::before {
          color: currentColor;
          font-family: fontawesome;
          content: "\f105";
          display: inline-block;
          position: absolute;
          z-index: 1;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .gnav__link2[aria-expanded]::before {
          content: "\f107"; }
        .gnav__link2[aria-expanded="true"]::before {
          content: "\f106"; }
      .gnav__list3, .gnav__list4 {
        margin-bottom: 10px; }
      .gnav__link3, .gnav__link4 {
        padding: 10px 20px;
        padding-right: 0;
        font-weight: normal;
        position: relative;
        z-index: 1; }
        .gnav__link3::before, .gnav__link4::before {
          color: currentColor;
          font-family: fontawesome;
          content: "\f105";
          display: inline-block;
          position: absolute;
          z-index: 1;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
      .gnav__link4::before {
        content: '';
        width: 12px;
        height: 1px;
        background: #fff; }
      .gnav__slist1 {
        margin: 0; }
        .gnav__slist1_sns {
          font-size: 1.4rem; }
          .gnav__slist1_sns .plink-list-inline {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
          .gnav__slist1_sns .sns_type_icon {
            width: 24px;
            height: 24px; }
        .gnav__slist1_col2 {
          font-size: smaller;
          border-top: 1px solid #fff;
          padding: 10px 20px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media (max-width: 767.98px) and (max-width: 767.98px) {
        .gnav__slist1_col2 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .gnav__slist1_col2 > * {
            width: calc((100% - 10px * 1) / 2); }
            .gnav__slist1_col2 > * img {
              width: 100%; } }
  @media (min-width: 768px) {
    .home .gnav {
      height: 200px; }
      .home .gnav-wrap {
        height: 200px;
        background-color: #fff; }
      .home .gnav .gnav__frm {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .home .gnav .gnav__search-blk {
        margin-top: 20px; }
      .home .gnav .gnav__option {
        margin-top: 38px; }
      .home .gnav .gnav__logo-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .home .gnav .gnav__logo-img {
        width: auto;
        margin-bottom: 14px;
        margin-right: 0; }
      .home .gnav .gnav__logo-txt {
        margin-bottom: 5px; } }

.gnav-home {
  height: 54px;
  position: relative; }
  .gnav-home__wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 54px;
    background: #fff;
    z-index: 6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 999.98px) {
      .gnav-home__wrap {
        display: none; } }
    .gnav-home__wrap.hide {
      opacity: 0;
      pointer-events: none; }
  .gnav-home__box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    pointer-events: none;
    display: block !important;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 0;
    z-index: 4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .gnav-home__box .plink_type_inline_arrow_lr {
      position: relative;
      padding-left: 1em;
      line-height: 1.5;
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; }
      .gnav-home__box .plink_type_inline_arrow_lr::before {
        position: absolute;
        top: 0;
        left: 0; }
      .gnav-home__box .plink_type_inline_arrow_lr[href^="mailto:"], .gnav-home__box .plink_type_inline_arrow_lr[href*=".pdf"], .gnav-home__box .plink_type_inline_arrow_lr[href*=".doc"], .gnav-home__box .plink_type_inline_arrow_lr[href*=".docx"], .gnav-home__box .plink_type_inline_arrow_lr[href*=".xls"], .gnav-home__box .plink_type_inline_arrow_lr[href*=".xlsx"] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
    .gnav-home__box .plink_type_box_arrow_rr {
      padding-right: 2em !important; }
  .gnav-home__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .gnav-home__body .pcollapse__toggle {
      padding: 0;
      padding-right: 2em; }
      .gnav-home__body .pcollapse__toggle::after {
        right: 10px; }
    .gnav-home__body .pcollapse__content {
      padding-bottom: 0; }
  .gnav-home__item {
    padding-bottom: 10px; }
    .gnav-home__item .gnav-home__link {
      border-left: 1px solid #d3d3d3; }
    .gnav-home__item:last-child .gnav-home__link {
      border-right: 1px solid #d3d3d3; }
    .gnav-home__item:hover .gnav-home__link {
      position: relative; }
      .gnav-home__item:hover .gnav-home__link::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: calc(100% - 40px);
        height: 3px;
        background-color: var(--theme_main, #4F157F);
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .gnav-home__item:hover .gnav-home__link::after {
        bottom: -10px; }
    .gnav-home__item:hover .gnav-home__box {
      opacity: 1;
      pointer-events: all; }
    .gnav-home__item-list {
      height: 100%;
      max-height: calc(100vh - 254px - 180px);
      min-height: 200px;
      overflow-y: auto;
      overflow-x: hidden; }
      .gnav-home__item-list .row {
        margin: 0; }
      .gnav-home__item-list .pcollapse__toggle::after {
        top: 0.8em;
        font-size: 2rem; }
      .gnav-home__item-list .plink.plink_type_box.plink_type_box_arrow_rr::before, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_med::before, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_hss::before, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_nurs::before, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_hsn::before, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_ila::before, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_hs::before, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_ms::before, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_hds::before, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_grad::before, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_base::before {
        top: 0.8em !important; }
      .gnav-home__item-list .plink.plink_type_box.plink_type_box_arrow_rr:not([target="_blank"])::after, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_med:not([target="_blank"])::after, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_hss:not([target="_blank"])::after, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_nurs:not([target="_blank"])::after, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_hsn:not([target="_blank"])::after, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_ila:not([target="_blank"])::after, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_hs:not([target="_blank"])::after, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_ms:not([target="_blank"])::after, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_hds:not([target="_blank"])::after, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_grad:not([target="_blank"])::after, .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_base:not([target="_blank"])::after {
        top: 0.8em !important; }
      .gnav-home__item-list .plink.plink_type_box.plink_type_box_arrow_rr[target="_blank"]:not([href*=".pdf"]), .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_med[target="_blank"]:not([href*=".pdf"]), .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_hss[target="_blank"]:not([href*=".pdf"]), .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_nurs[target="_blank"]:not([href*=".pdf"]), .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_hsn[target="_blank"]:not([href*=".pdf"]), .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_ila[target="_blank"]:not([href*=".pdf"]), .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_hs[target="_blank"]:not([href*=".pdf"]), .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_ms[target="_blank"]:not([href*=".pdf"]), .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_hds[target="_blank"]:not([href*=".pdf"]), .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_grad[target="_blank"]:not([href*=".pdf"]), .gnav-home__item-list .plink.plink_type_box_arrow_rr.plink_type_box_base[target="_blank"]:not([href*=".pdf"]) {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
  .gnav-home__ttl {
    border-bottom: 1px solid var(--theme_black, #000);
    margin-bottom: 30px;
    line-height: 1;
    padding-bottom: 10px; }
    .gnav-home__ttl-main {
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      margin-right: 20px; }
      @media (min-width: 768px) {
        .gnav-home__ttl-main {
          font-size: 5.8rem; } }
      @media (max-width: 767.98px) {
        .gnav-home__ttl-main {
          font-size: 5.8rem; } }
    .gnav-home__ttl-link {
      color: var(--theme_main, #4F157F) !important;
      font-weight: bold; }
  .gnav-home__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gnav-home__item-ttl {
    font-weight: bold; }
  .gnav-home .gnav-home__link {
    display: block;
    padding: 0 20px;
    color: currentColor;
    line-height: 1.4; }
    .gnav-home .gnav-home__link:hover {
      text-decoration: none; }
      .gnav-home .gnav-home__link:hover + .gnav__box {
        opacity: 1; }
    .gnav-home .gnav-home__link-en {
      color: var(--theme_main, #4F157F);
      display: block;
      text-align: center;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400; }
      @media (min-width: 768px) {
        .gnav-home .gnav-home__link-en {
          font-size: 2rem; } }
      @media (max-width: 767.98px) {
        .gnav-home .gnav-home__link-en {
          font-size: 2rem; } }
    .gnav-home .gnav-home__link-jp {
      display: block;
      text-align: center; }
      @media (min-width: 768px) {
        .gnav-home .gnav-home__link-jp {
          font-size: 1.2rem; } }
      @media (max-width: 767.98px) {
        .gnav-home .gnav-home__link-jp {
          font-size: 1.2rem; } }
  .gnav-home__news-tab {
    margin-top: 20px;
    border-bottom: none; }
    .gnav-home__news-tab .nav-item:not(:last-child) {
      margin-bottom: 10px; }
    .gnav-home__news-tab .nav-link {
      border-radius: 0;
      border: none;
      background-color: var(--theme_main, #4F157F);
      color: #fff;
      padding: 0.4em 0.5em;
      text-align: center;
      font-family: "Barlow", sans-serif;
      font-weight: 400; }
      @media (min-width: 768px) {
        .gnav-home__news-tab .nav-link {
          font-size: 1.4rem; } }
      @media (max-width: 767.98px) {
        .gnav-home__news-tab .nav-link {
          font-size: 1.2rem; } }
      @media (min-width: 768px) {
        .gnav-home__news-tab .nav-link {
          min-width: 144px;
          padding: 0.5em 1em; } }
      .gnav-home__news-tab .nav-link.active, .gnav-home__news-tab .nav-link:hover {
        background-color: var(--theme_black, #000);
        color: #fff;
        opacity: 1; }
  .gnav-home__news-body .sys-info__dlist {
    max-height: 270px;
    overflow-y: auto; }
  .gnav-home__news-body .sys-info__dbox {
    border-bottom-color: #999999 !important; }

.snav {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-bottom: 20px;
  background: #fff;
  letter-spacing: normal; }
  @media (max-width: 1279.98px) {
    .snav {
      display: none; } }
  @media (min-width: 1280px) {
    .snav.fixed {
      position: fixed;
      right: 0;
      top: 0; } }
  @media (min-width: 1280px) {
    .snav.end {
      position: absolute;
      right: 0;
      bottom: 0;
      top: auto; } }
  @media (min-width: 1280px) {
    .snav {
      height: 100%;
      max-height: 100vh;
      position: absolute;
      padding-right: 108px;
      right: 0;
      top: 0;
      padding-top: 108px;
      width: calc(250px + 108px);
      z-index: 1;
      border-left: 1px solid #d3d3d3; }
      .snav__block {
        height: 100%; }
      .snav__list1 {
        overflow-y: auto; } }
  .snav__ttl, .snav__ttl_med, .snav__ttl_hss, .snav__ttl_nurs, .snav__ttl_hsn, .snav__ttl_ila, .snav__ttl_hs, .snav__ttl_ms, .snav__ttl_hds, .snav__ttl_grad, .snav__ttl_base {
    display: block;
    line-height: 1.2;
    margin-bottom: 0;
    background: var(--theme_main, #4F157F);
    color: #fff;
    padding: 10px 30px; }
    .snav__ttl:hover, .snav__ttl_med:hover, .snav__ttl_hss:hover, .snav__ttl_nurs:hover, .snav__ttl_hsn:hover, .snav__ttl_ila:hover, .snav__ttl_hs:hover, .snav__ttl_ms:hover, .snav__ttl_hds:hover, .snav__ttl_grad:hover, .snav__ttl_base:hover {
      color: #fff;
      text-decoration: none; }
    .snav__ttl_jp {
      font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      font-weight: bold;
      display: block; }
      @media (min-width: 768px) {
        .snav__ttl_jp {
          font-size: 2rem; } }
      @media (max-width: 767.98px) {
        .snav__ttl_jp {
          font-size: 2rem; } }
    .snav__ttl_en {
      font-family: "Crimson Text", serif;
      font-weight: 400;
      letter-spacing: normal;
      display: block; }
      @media (min-width: 768px) {
        .snav__ttl_en {
          font-size: 1.4rem; } }
      @media (max-width: 767.98px) {
        .snav__ttl_en {
          font-size: 1.4rem; } }
  .snav__list1, .snav__list2, .snav__list3, .snav__list4 {
    margin: 0;
    padding: 0;
    list-style: none; }
  .snav__list1 {
    padding: 10px 0 40px;
    padding-right: 10px; }
  .snav__item1 {
    padding-left: 30px; }
  .snav__item3 .snav__list3 {
    padding-left: 1em; }
  .snav__link1, .snav__link2, .snav__link3 {
    color: currentColor;
    display: block;
    padding: 0.4em 0;
    line-height: 1.5; }
    .snav__link1:hover, .snav__link2:hover, .snav__link3:hover {
      color: currentColor;
      text-decoration: none; }
  .snav__link1 {
    font-weight: bold; }
    .snav__link1.pcollapse__toggle {
      padding-right: 2em; }
      .snav__link1.pcollapse__toggle::after {
        right: 0; }
  .snav__link2 {
    position: relative;
    z-index: 1;
    padding-left: 20px; }
    .snav__link2::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f105";
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 10px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    @media (min-width: 768px) {
      .snav__link2 {
        font-size: 1.4rem; } }
    @media (max-width: 767.98px) {
      .snav__link2 {
        font-size: 1.4rem; } }
  .snav__link3 {
    margin-left: 20px;
    padding-left: 15px;
    position: relative; }
    .snav__link3::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 10px;
      height: 1px;
      background-color: #333;
      left: 0;
      top: 50%; }
    .snav__link3::after {
      top: 1em; }
    @media (min-width: 768px) {
      .snav__link3 {
        font-size: 1.4rem; } }
    @media (max-width: 767.98px) {
      .snav__link3 {
        font-size: 1.4rem; } }

.pagetop {
  margin-bottom: 0;
  position: fixed;
  right: 20px;
  bottom: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0; }
  @media (max-width: 767.98px) {
    .pagetop {
      bottom: 40px; } }
  .pagetop_show {
    opacity: 1; }
  .pagetop img {
    width: 50px;
    height: auto; }
  .pagetop a.scroll {
    display: block; }

.ft {
  overflow: hidden;
  position: relative;
  z-index: 4;
  border-top: 1px solid #d3d3d3; }
  .ft {
    color: #333;
    background: #fff; }
    @media (min-width: 768px) {
      .ft {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px; }
        body.home .ft {
          margin-top: 0px; } }
    @media (max-width: 767.98px) {
      .ft {
        margin-top: 0px;
        margin-bottom: 0px; }
        body.home .ft {
          margin-top: 0px; } }
  .ft__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333; }
    .ft__logo-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      color: currentColor;
      -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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto;
      text-align: center;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .ft__logo-link:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
      @media (max-width: 767.98px) {
        .ft__logo-link {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-left: 0;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    @media (min-width: 768px) {
      .ft__logo-img {
        margin-bottom: 14px; } }
    @media (max-width: 767.98px) {
      .ft__logo-img {
        max-width: 38px; } }
    @media (max-width: 767.98px) {
      .ft__logo-txt-blk {
        text-align: left;
        margin-left: 10px;
        max-width: 90px; } }
    .ft__logo-txt {
      margin-bottom: 5px;
      display: block;
      font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      font-weight: 400; }
      .ft__logo-txt_en {
        display: block;
        font-family: "Cormorant Garamond", serif;
        font-weight: 400;
        color: var(--theme_main, #4F157F);
        letter-spacing: normal;
        white-space: nowrap; }
        @media (min-width: 768px) {
          .ft__logo-txt_en {
            font-size: 1.2rem; } }
        @media (max-width: 767.98px) {
          .ft__logo-txt_en {
            font-size: 1rem; } }
  .ft__sns {
    margin: 20px 0 30px; }
    @media (min-width: 768px) {
      .ft__sns {
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .ft__sns {
        margin-bottom: 20px; } }
  .ft__main {
    padding: 30px 0;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .ft__main {
        padding: 90px 0 30px; } }
  .ft__addr {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .ft__addr {
        text-align: center; } }
  .ft__copy {
    color: #fff;
    background: #000;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 0;
    font-size: 1.1rem;
    text-align: center; }

.fnav {
  font-size: 1.4rem;
  margin: 10px 0;
  line-height: 1.3; }
  .fnav__list1 {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 767.98px) {
      .fnav__list1 {
        border-top: 1px solid currentColor; } }
    @media (min-width: 768px) {
      .fnav__list1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media (max-width: 767.98px) {
    .fnav__item1 {
      border-bottom: 1px solid currentColor; } }
  @media (min-width: 768px) {
    .fnav__item1:not(:last-child) {
      border-right: 1px solid currentColor; } }
  .fnav__link1 {
    display: block;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor; }
    @media (max-width: 767.98px) {
      .fnav__link1 {
        padding: 1em 0; } }
    @media (min-width: 768px) {
      .fnav__link1 {
        padding: 0 1em; } }
    .fnav__link1:hover {
      color: currentColor;
      text-decoration: underline;
      opacity: 1; }

.ppager_ptn1 {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem; }
  .ppager_ptn1 .ppager__item {
    margin-bottom: 0.5em; }
  .ppager_ptn1 .ppager__link {
    margin: 0 0.5em;
    width: 2em;
    height: 2em;
    line-height: 1;
    letter-spacing: normal;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: currentColor;
    text-decoration: none;
    font-family: "Barlow", sans-serif;
    font-weight: 400; }
    .ppager_ptn1 .ppager__link_page, .ppager_ptn1 .ppager__link_arrow {
      border: 1px solid #333; }
      .ppager_ptn1 .ppager__link_page:hover, .ppager_ptn1 .ppager__link_arrow:hover {
        opacity: 1;
        text-decoration: none;
        color: #fff;
        background: #333;
        border-color: #333; }
    .ppager_ptn1 .ppager__link_active {
      pointer-events: none;
      color: #fff;
      background: #333;
      border-color: #333; }
    .ppager_ptn1 .ppager__link_noborder {
      border: none; }
    .ppager_ptn1 .ppager__link_arrow {
      color: transparent;
      position: relative; }
      .ppager_ptn1 .ppager__link_arrow::-moz-selection {
        color: transparent; }
      .ppager_ptn1 .ppager__link_arrow::selection {
        color: transparent; }
      .ppager_ptn1 .ppager__link_arrow:hover {
        color: transparent; }
        .ppager_ptn1 .ppager__link_arrow:hover::after {
          border-color: #fff; }
      .ppager_ptn1 .ppager__link_arrow::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .ppager_ptn1 .ppager__link_arrow_prev::after {
        -webkit-transform: translate(-50%, -50%) translateX(2px) rotate(225deg);
                transform: translate(-50%, -50%) translateX(2px) rotate(225deg); }
      .ppager_ptn1 .ppager__link_arrow_next::after {
        -webkit-transform: translate(-50%, -50%) translateX(-2px) rotate(45deg);
                transform: translate(-50%, -50%) translateX(-2px) rotate(45deg); }
  .ppager_ptn1 .ppager_white {
    color: #fff; }
    .ppager_ptn1 .ppager_white .ppager__link_page, .ppager_ptn1 .ppager_white .ppager__link_arrow {
      border-color: #fff; }
      .ppager_ptn1 .ppager_white .ppager__link_page:hover, .ppager_ptn1 .ppager_white .ppager__link_arrow:hover {
        color: #333;
        background: #fff;
        border-color: #fff; }
    .ppager_ptn1 .ppager_white .ppager__link_active {
      color: #333;
      background: #fff;
      border-color: #fff; }
    .ppager_ptn1 .ppager_white .ppager__link_arrow:hover {
      color: transparent; }
      .ppager_ptn1 .ppager_white .ppager__link_arrow:hover::after {
        border-color: #333; }
    .ppager_ptn1 .ppager_white .ppager__link_arrow::after {
      border-color: #fff; }

.plink {
  color: var(--theme_black, #000); }
  .plink_ptn {
    line-height: 1.3;
    display: block;
    color: currentColor;
    border: 2px solid #333;
    padding: 20px;
    position: relative; }
    .plink_ptn::before {
      position: absolute;
      display: block;
      content: "";
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink_ptn::after {
      position: absolute;
      display: block;
      content: "";
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink_ptn:hover {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .plink_ptn:hover:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
    .plink_ptn_clr_white {
      color: #fff;
      border-color: #fff; }
      .plink_ptn_clr_white::before {
        background: #fff !important; }
      .plink_ptn_clr_white::after {
        border-color: #fff !important; }
      .plink_ptn_clr_white:hover {
        color: #fff; }
      .plink_ptn_clr_white.plink_ptn1::before {
        border-color: #fff !important;
        background: transparent !important; }
    .plink_ptn_clr_main {
      color: var(--theme_main, #4F157F);
      border-color: var(--theme_main, #4F157F); }
      .plink_ptn_clr_main::before {
        background: var(--theme_main, #4F157F); }
      .plink_ptn_clr_main::after {
        border-color: var(--theme_main, #4F157F); }
      .plink_ptn_clr_main:hover {
        color: var(--theme_main, #4F157F); }
      .plink_ptn_clr_main.plink_ptn5 {
        color: #fff;
        background-color: var(--theme_main, #4F157F); }
      .plink_ptn_clr_main.plink_ptn6 span:nth-child(2) {
        color: var(--theme_main, #4F157F); }
      .plink_ptn_clr_main.plink_ptn6 span:nth-child(3)::after {
        border-color: var(--theme_main, #4F157F); }
    .plink_ptn_clr_black {
      color: var(--theme_black, #000);
      border-color: var(--theme_black, #000); }
      .plink_ptn_clr_black::before {
        background: var(--theme_black, #000); }
      .plink_ptn_clr_black::after {
        border-color: var(--theme_black, #000); }
      .plink_ptn_clr_black:hover {
        color: var(--theme_black, #000); }
      .plink_ptn_clr_black.plink_ptn5 {
        color: #fff;
        background-color: var(--theme_black, #000); }
      .plink_ptn_clr_black.plink_ptn6 span:nth-child(2) {
        color: var(--theme_black, #000); }
      .plink_ptn_clr_black.plink_ptn6 span:nth-child(3)::after {
        border-color: var(--theme_black, #000); }
    .plink_ptn_clr_white {
      color: #fff;
      border-color: #fff; }
      .plink_ptn_clr_white::before {
        background: #fff; }
      .plink_ptn_clr_white::after {
        border-color: #fff; }
      .plink_ptn_clr_white:hover {
        color: #fff; }
      .plink_ptn_clr_white.plink_ptn5 {
        color: #fff;
        background-color: #fff; }
      .plink_ptn_clr_white.plink_ptn6 span:nth-child(2) {
        color: #fff; }
      .plink_ptn_clr_white.plink_ptn6 span:nth-child(3)::after {
        border-color: #fff; }
    .plink_ptn_clr_red {
      color: #da212f;
      border-color: #da212f; }
      .plink_ptn_clr_red::before {
        background: #da212f; }
      .plink_ptn_clr_red::after {
        border-color: #da212f; }
      .plink_ptn_clr_red:hover {
        color: #da212f; }
      .plink_ptn_clr_red.plink_ptn5 {
        color: #fff;
        background-color: #da212f; }
      .plink_ptn_clr_red.plink_ptn6 span:nth-child(2) {
        color: #da212f; }
      .plink_ptn_clr_red.plink_ptn6 span:nth-child(3)::after {
        border-color: #da212f; }
    .plink_ptn_clr_text {
      color: #333;
      border-color: #333; }
      .plink_ptn_clr_text::before {
        background: #333; }
      .plink_ptn_clr_text::after {
        border-color: #333; }
      .plink_ptn_clr_text:hover {
        color: #333; }
      .plink_ptn_clr_text.plink_ptn5 {
        color: #fff;
        background-color: #333; }
      .plink_ptn_clr_text.plink_ptn6 span:nth-child(2) {
        color: #333; }
      .plink_ptn_clr_text.plink_ptn6 span:nth-child(3)::after {
        border-color: #333; }
    .plink_ptn_clr_gray {
      color: var(--theme_bggray, #efefef);
      border-color: var(--theme_bggray, #efefef); }
      .plink_ptn_clr_gray::before {
        background: var(--theme_bggray, #efefef); }
      .plink_ptn_clr_gray::after {
        border-color: var(--theme_bggray, #efefef); }
      .plink_ptn_clr_gray:hover {
        color: var(--theme_bggray, #efefef); }
      .plink_ptn_clr_gray.plink_ptn5 {
        color: #fff;
        background-color: var(--theme_bggray, #efefef); }
      .plink_ptn_clr_gray.plink_ptn6 span:nth-child(2) {
        color: var(--theme_bggray, #efefef); }
      .plink_ptn_clr_gray.plink_ptn6 span:nth-child(3)::after {
        border-color: var(--theme_bggray, #efefef); }
    .plink_ptn_clr_dark {
      color: var(--theme_black-light, #666);
      border-color: var(--theme_black-light, #666); }
      .plink_ptn_clr_dark::before {
        background: var(--theme_black-light, #666); }
      .plink_ptn_clr_dark::after {
        border-color: var(--theme_black-light, #666); }
      .plink_ptn_clr_dark:hover {
        color: var(--theme_black-light, #666); }
      .plink_ptn_clr_dark.plink_ptn5 {
        color: #fff;
        background-color: var(--theme_black-light, #666); }
      .plink_ptn_clr_dark.plink_ptn6 span:nth-child(2) {
        color: var(--theme_black-light, #666); }
      .plink_ptn_clr_dark.plink_ptn6 span:nth-child(3)::after {
        border-color: var(--theme_black-light, #666); }
  .plink.plink_type_block {
    display: block !important;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor; }
    .plink.plink_type_block::after {
      content: none !important; }
    .plink.plink_type_block:hover {
      color: currentColor;
      text-decoration: none;
      opacity: 0.6; }
  .plink.plink_type_noicon::after {
    content: none !important; }
  @media (min-width: 768px) {
    .plink.plink_type_noicon_pc::after {
      content: none !important; } }
  .plink.plink_type_icon_external::after {
    content: "\f2d2" !important; }
  .plink.plink_type_underline {
    text-decoration: underline; }
    .plink.plink_type_underline:hover {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .plink.plink_type_underline:hover:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
  .plink.plink_type_nolink {
    pointer-events: none; }
  .plink.plink_type_nohover {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor; }
    .plink.plink_type_nohover:hover {
      color: currentColor;
      text-decoration: none;
      opacity: 1; }
  .plink.plink_type_inline {
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .plink.plink_type_inline.ff__en, .ptitle.ptitle_en1 .plink.plink_type_inline.ptitle__title-en, .ptitle.ptitle_en2 .plink.plink_type_inline.ptitle__title-en, .ptitle_en2.ptitle_tp1 .plink.plink_type_inline.ptitle__title-en, .ptitle_en2.ptitle_tp2 .plink.plink_type_inline.ptitle__title-en, .ptitle_en2.ptitle_tp3 .plink.plink_type_inline.ptitle__title-en, .ptitle_en2.ptitle_tp4 .plink.plink_type_inline.ptitle__title-en, .ptitle_en2.ptitle_tp5 .plink.plink_type_inline.ptitle__title-en, .ptitle_en2.ptitle_tp6 .plink.plink_type_inline.ptitle__title-en, .ptitle_en2.ptitle_tp7 .plink.plink_type_inline.ptitle__title-en, .ptitle.ptitle_en3 .plink.plink_type_inline.ptitle__title-en, .ptitle_en3.ptitle_tp1 .plink.plink_type_inline.ptitle__title-en, .ptitle_en3.ptitle_tp2 .plink.plink_type_inline.ptitle__title-en, .ptitle_en3.ptitle_tp3 .plink.plink_type_inline.ptitle__title-en, .ptitle_en3.ptitle_tp4 .plink.plink_type_inline.ptitle__title-en, .ptitle_en3.ptitle_tp5 .plink.plink_type_inline.ptitle__title-en, .ptitle_en3.ptitle_tp6 .plink.plink_type_inline.ptitle__title-en, .ptitle_en3.ptitle_tp7 .plink.plink_type_inline.ptitle__title-en, .ptitle_en1.ptitle_tp1 .plink.plink_type_inline.ptitle__title-en, .ptitle_tp1.ptitle_pt1 .plink.plink_type_inline.ptitle__title-en, .ptitle_en1.ptitle_tp2 .plink.plink_type_inline.ptitle__title-en, .ptitle_tp2.ptitle_pt1 .plink.plink_type_inline.ptitle__title-en, .ptitle_en1.ptitle_tp3 .plink.plink_type_inline.ptitle__title-en, .ptitle_tp3.ptitle_pt1 .plink.plink_type_inline.ptitle__title-en, .ptitle_en1.ptitle_tp4 .plink.plink_type_inline.ptitle__title-en, .ptitle_tp4.ptitle_pt1 .plink.plink_type_inline.ptitle__title-en, .ptitle_en1.ptitle_tp5 .plink.plink_type_inline.ptitle__title-en, .ptitle_tp5.ptitle_pt1 .plink.plink_type_inline.ptitle__title-en, .ptitle_en1.ptitle_tp6 .plink.plink_type_inline.ptitle__title-en, .ptitle_tp6.ptitle_pt1 .plink.plink_type_inline.ptitle__title-en, .ptitle_en1.ptitle_tp7 .plink.plink_type_inline.ptitle__title-en, .ptitle_tp7.ptitle_pt1 .plink.plink_type_inline.ptitle__title-en, .ptitle.ptitle_pt1 .plink.plink_type_inline.ptitle__title-en, .plist.plist_type_qa .plink.plink_type_inline.plist__head::before, .plist.plist_type_qa_med .plink.plink_type_inline.plist__head::before, .plist.plist_type_qa_hss .plink.plink_type_inline.plist__head::before, .plist.plist_type_qa_nurs .plink.plink_type_inline.plist__head::before, .plist.plist_type_qa_hsn .plink.plink_type_inline.plist__head::before, .plist.plist_type_qa_ila .plink.plink_type_inline.plist__head::before, .plist.plist_type_qa_hs .plink.plink_type_inline.plist__head::before, .plist.plist_type_qa_ms .plink.plink_type_inline.plist__head::before, .plist.plist_type_qa_hds .plink.plink_type_inline.plist__head::before, .plist.plist_type_qa_grad .plink.plink_type_inline.plist__head::before, .plist.plist_type_qa_base .plink.plink_type_inline.plist__head::before, .plist.plist_type_qa .plink.plink_type_inline.plist__body::before, .plist.plist_type_qa_med .plink.plink_type_inline.plist__body::before, .plist.plist_type_qa_hss .plink.plink_type_inline.plist__body::before, .plist.plist_type_qa_nurs .plink.plink_type_inline.plist__body::before, .plist.plist_type_qa_hsn .plink.plink_type_inline.plist__body::before, .plist.plist_type_qa_ila .plink.plink_type_inline.plist__body::before, .plist.plist_type_qa_hs .plink.plink_type_inline.plist__body::before, .plist.plist_type_qa_ms .plink.plink_type_inline.plist__body::before, .plist.plist_type_qa_hds .plink.plink_type_inline.plist__body::before, .plist.plist_type_qa_grad .plink.plink_type_inline.plist__body::before, .plist.plist_type_qa_base .plink.plink_type_inline.plist__body::before {
      line-height: 1; }
    .plink.plink_type_inline.ff__en-mincho {
      line-height: 1; }
    .plink.plink_type_inline:not(.plink_type_underline) {
      text-decoration: none; }
    .plink.plink_type_inline:hover {
      opacity: 0.6;
      text-decoration: none;
      color: currentColor; }
    .plink.plink_type_inline.plink_type_hover_underline {
      -webkit-transition: 0.1s;
      transition: 0.1s; }
      .plink.plink_type_inline.plink_type_hover_underline:hover {
        color: var(--theme_main, #4F157F);
        opacity: 1;
        text-decoration: underline; }
    .plink.plink_type_inline_border {
      position: relative; }
      .plink.plink_type_inline_border::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 3px;
        background-color: var(--theme_main, #4F157F);
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .plink.plink_type_inline_border::after {
        width: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .plink.plink_type_inline_border:hover {
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        color: currentColor; }
        .plink.plink_type_inline_border:hover:hover {
          color: currentColor;
          text-decoration: none;
          opacity: 1; }
        .plink.plink_type_inline_border:hover::after {
          width: 100%; }
    .plink.plink_type_inline_arrow_lr::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f105";
      display: inline-block;
      margin-right: 0.5em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_inline_arrow_lb::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f107";
      display: inline-block;
      margin-right: 0.5em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_inline_arrow_ll::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f104";
      display: inline-block;
      margin-right: 0.5em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_inline_arrow_lt::before {
      color: currentColor;
      font-family: fontawesome;
      display: inline-block;
      margin-right: 0.5em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_inline_arrow_rr::before {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .plink.plink_type_inline_arrow_rr::after {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .plink.plink_type_inline_arrow_rr::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f105";
      display: inline-block;
      margin-left: 0.5em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_inline_arrow_rb::before {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .plink.plink_type_inline_arrow_rb::after {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .plink.plink_type_inline_arrow_rb::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f107";
      display: inline-block;
      margin-left: 0.5em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_inline_arrow_rl::before {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .plink.plink_type_inline_arrow_rl::after {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .plink.plink_type_inline_arrow_rl::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f104";
      display: inline-block;
      margin-left: 0.5em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_inline_arrow_rt::before {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .plink.plink_type_inline_arrow_rt::after {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .plink.plink_type_inline_arrow_rt::before {
      color: currentColor;
      font-family: fontawesome;
      display: inline-block;
      margin-left: 0.5em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_inline_arrow_br {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_br::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f105";
        display: inline-block;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_inline_arrow_tb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_tb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f107";
        display: inline-block;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_inline_arrow_tl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_tl::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f104";
        display: inline-block;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_inline_arrow_tt {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_tt::before {
        color: currentColor;
        font-family: fontawesome;
        display: inline-block;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_inline_arrow_tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_tr::before {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .plink.plink_type_inline_arrow_tr::after {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .plink.plink_type_inline_arrow_tr::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f105";
        display: inline-block;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_inline_arrow_bb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_bb::before {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .plink.plink_type_inline_arrow_bb::after {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .plink.plink_type_inline_arrow_bb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f107";
        display: inline-block;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_inline_arrow_bl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_bl::before {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .plink.plink_type_inline_arrow_bl::after {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .plink.plink_type_inline_arrow_bl::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f104";
        display: inline-block;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_inline_arrow_bt {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_bt::before {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .plink.plink_type_inline_arrow_bt::after {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .plink.plink_type_inline_arrow_bt::before {
        color: currentColor;
        font-family: fontawesome;
        display: inline-block;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_inline_arrow_anime_b:hover {
      opacity: 1; }
      .plink.plink_type_inline_arrow_anime_b:hover::before {
        -webkit-transform: translateY(5px);
                transform: translateY(5px); }
    .plink.plink_type_inline_arrow_anime_t:hover {
      opacity: 1; }
      .plink.plink_type_inline_arrow_anime_t:hover::before {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
    .plink.plink_type_inline_arrow_anime_r:hover {
      opacity: 1; }
      .plink.plink_type_inline_arrow_anime_r:hover::before {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
    .plink.plink_type_inline_arrow_anime_l:hover {
      opacity: 1; }
      .plink.plink_type_inline_arrow_anime_l:hover::before {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px); }
    .plink.plink_type_inline_white {
      color: #fff !important; }
      .plink.plink_type_inline_white::before {
        color: #fff !important; }
      .plink.plink_type_inline_white::after {
        color: #fff !important; }
    .plink.plink_type_inline_icon::before {
      width: 15px;
      height: 15px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff !important;
      background: var(--theme_main, #4F157F); }
  .plink.plink_type_box, .plink.plink_type_box_med, .plink.plink_type_box_hss, .plink.plink_type_box_nurs, .plink.plink_type_box_hsn, .plink.plink_type_box_ila, .plink.plink_type_box_hs, .plink.plink_type_box_ms, .plink.plink_type_box_hds, .plink.plink_type_box_grad, .plink.plink_type_box_base {
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    padding: 1.2em 1em;
    border: 1px solid var(--theme_main, #4F157F);
    color: #333;
    text-decoration: none;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767.98px) {
      .plink.plink_type_box, .plink.plink_type_box_med, .plink.plink_type_box_hss, .plink.plink_type_box_nurs, .plink.plink_type_box_hsn, .plink.plink_type_box_ila, .plink.plink_type_box_hs, .plink.plink_type_box_ms, .plink.plink_type_box_hds, .plink.plink_type_box_grad, .plink.plink_type_box_base {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0; }
        .plink.plink_type_box *:not(:last-child), .plink.plink_type_box_med *:not(:last-child), .plink.plink_type_box_hss *:not(:last-child), .plink.plink_type_box_nurs *:not(:last-child), .plink.plink_type_box_hsn *:not(:last-child), .plink.plink_type_box_ila *:not(:last-child), .plink.plink_type_box_hs *:not(:last-child), .plink.plink_type_box_ms *:not(:last-child), .plink.plink_type_box_hds *:not(:last-child), .plink.plink_type_box_grad *:not(:last-child), .plink.plink_type_box_base *:not(:last-child) {
          margin-right: 0;
          margin-bottom: 0; } }
    .plink.plink_type_box:hover, .plink.plink_type_box_flip, .plink.plink_type_box_flip_med, .plink.plink_type_box_flip_hss, .plink.plink_type_box_flip_nurs, .plink.plink_type_box_flip_hsn, .plink.plink_type_box_flip_ila, .plink.plink_type_box_flip_hs, .plink.plink_type_box_flip_ms, .plink.plink_type_box_flip_hds, .plink.plink_type_box_flip_grad, .plink.plink_type_box_flip_base, .plink.plink_type_box_med:hover, .plink.plink_type_box_hss:hover, .plink.plink_type_box_nurs:hover, .plink.plink_type_box_hsn:hover, .plink.plink_type_box_ila:hover, .plink.plink_type_box_hs:hover, .plink.plink_type_box_ms:hover, .plink.plink_type_box_hds:hover, .plink.plink_type_box_grad:hover, .plink.plink_type_box_base:hover {
      opacity: 1;
      color: #fff;
      background: var(--theme_main, #4F157F); }
    .plink.plink_type_box[target="_blank"]::after, .plink.plink_type_box_med[target="_blank"]::after, .plink.plink_type_box_hss[target="_blank"]::after, .plink.plink_type_box_nurs[target="_blank"]::after, .plink.plink_type_box_hsn[target="_blank"]::after, .plink.plink_type_box_ila[target="_blank"]::after, .plink.plink_type_box_hs[target="_blank"]::after, .plink.plink_type_box_ms[target="_blank"]::after, .plink.plink_type_box_hds[target="_blank"]::after, .plink.plink_type_box_grad[target="_blank"]::after, .plink.plink_type_box_base[target="_blank"]::after {
      font-family: 'FontAwesome';
      position: relative;
      right: auto !important;
      top: auto !important;
      -webkit-transform: translateY(-20%);
              transform: translateY(-20%);
      font-size: 75% !important; }
    .plink.plink_type_box[target="_blank"].plink_type_box_arrow_rr::before, .plink.plink_type_box_med[target="_blank"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hss[target="_blank"].plink_type_box_arrow_rr::before, .plink.plink_type_box_nurs[target="_blank"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hsn[target="_blank"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ila[target="_blank"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hs[target="_blank"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ms[target="_blank"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hds[target="_blank"].plink_type_box_arrow_rr::before, .plink.plink_type_box_grad[target="_blank"].plink_type_box_arrow_rr::before, .plink.plink_type_box_base[target="_blank"].plink_type_box_arrow_rr::before {
      font-family: 'FontAwesome';
      content: "\f105";
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_box[target="_blank"]:hover::before, .plink.plink_type_box_flip[target="_blank"]::before, .plink.plink_type_box_flip_med[target="_blank"]::before, .plink.plink_type_box_flip_hss[target="_blank"]::before, .plink.plink_type_box_flip_nurs[target="_blank"]::before, .plink.plink_type_box_flip_hsn[target="_blank"]::before, .plink.plink_type_box_flip_ila[target="_blank"]::before, .plink.plink_type_box_flip_hs[target="_blank"]::before, .plink.plink_type_box_flip_ms[target="_blank"]::before, .plink.plink_type_box_flip_hds[target="_blank"]::before, .plink.plink_type_box_flip_grad[target="_blank"]::before, .plink.plink_type_box_flip_base[target="_blank"]::before, .plink.plink_type_box_med[target="_blank"]:hover::before, .plink.plink_type_box_hss[target="_blank"]:hover::before, .plink.plink_type_box_nurs[target="_blank"]:hover::before, .plink.plink_type_box_hsn[target="_blank"]:hover::before, .plink.plink_type_box_ila[target="_blank"]:hover::before, .plink.plink_type_box_hs[target="_blank"]:hover::before, .plink.plink_type_box_ms[target="_blank"]:hover::before, .plink.plink_type_box_hds[target="_blank"]:hover::before, .plink.plink_type_box_grad[target="_blank"]:hover::before, .plink.plink_type_box_base[target="_blank"]:hover::before {
      -webkit-transform: translate(10px, -50%);
              transform: translate(10px, -50%); }
    .plink.plink_type_box[target="_blank"]:hover::after, .plink.plink_type_box_flip[target="_blank"]::after, .plink.plink_type_box_flip_med[target="_blank"]::after, .plink.plink_type_box_flip_hss[target="_blank"]::after, .plink.plink_type_box_flip_nurs[target="_blank"]::after, .plink.plink_type_box_flip_hsn[target="_blank"]::after, .plink.plink_type_box_flip_ila[target="_blank"]::after, .plink.plink_type_box_flip_hs[target="_blank"]::after, .plink.plink_type_box_flip_ms[target="_blank"]::after, .plink.plink_type_box_flip_hds[target="_blank"]::after, .plink.plink_type_box_flip_grad[target="_blank"]::after, .plink.plink_type_box_flip_base[target="_blank"]::after, .plink.plink_type_box_med[target="_blank"]:hover::after, .plink.plink_type_box_hss[target="_blank"]:hover::after, .plink.plink_type_box_nurs[target="_blank"]:hover::after, .plink.plink_type_box_hsn[target="_blank"]:hover::after, .plink.plink_type_box_ila[target="_blank"]:hover::after, .plink.plink_type_box_hs[target="_blank"]:hover::after, .plink.plink_type_box_ms[target="_blank"]:hover::after, .plink.plink_type_box_hds[target="_blank"]:hover::after, .plink.plink_type_box_grad[target="_blank"]:hover::after, .plink.plink_type_box_base[target="_blank"]:hover::after {
      right: auto !important;
      top: auto !important;
      -webkit-transform: translateY(-20%);
              transform: translateY(-20%); }
    .plink.plink_type_box[href^="mailto:"], .plink.plink_type_box_med[href^="mailto:"], .plink.plink_type_box_hss[href^="mailto:"], .plink.plink_type_box_nurs[href^="mailto:"], .plink.plink_type_box_hsn[href^="mailto:"], .plink.plink_type_box_ila[href^="mailto:"], .plink.plink_type_box_hs[href^="mailto:"], .plink.plink_type_box_ms[href^="mailto:"], .plink.plink_type_box_hds[href^="mailto:"], .plink.plink_type_box_grad[href^="mailto:"], .plink.plink_type_box_base[href^="mailto:"], .plink.plink_type_box[href*=".pdf"], .plink.plink_type_box_med[href*=".pdf"], .plink.plink_type_box_hss[href*=".pdf"], .plink.plink_type_box_nurs[href*=".pdf"], .plink.plink_type_box_hsn[href*=".pdf"], .plink.plink_type_box_ila[href*=".pdf"], .plink.plink_type_box_hs[href*=".pdf"], .plink.plink_type_box_ms[href*=".pdf"], .plink.plink_type_box_hds[href*=".pdf"], .plink.plink_type_box_grad[href*=".pdf"], .plink.plink_type_box_base[href*=".pdf"], .plink.plink_type_box[href*=".doc"], .plink.plink_type_box_med[href*=".doc"], .plink.plink_type_box_hss[href*=".doc"], .plink.plink_type_box_nurs[href*=".doc"], .plink.plink_type_box_hsn[href*=".doc"], .plink.plink_type_box_ila[href*=".doc"], .plink.plink_type_box_hs[href*=".doc"], .plink.plink_type_box_ms[href*=".doc"], .plink.plink_type_box_hds[href*=".doc"], .plink.plink_type_box_grad[href*=".doc"], .plink.plink_type_box_base[href*=".doc"], .plink.plink_type_box[href*=".docx"], .plink.plink_type_box_med[href*=".docx"], .plink.plink_type_box_hss[href*=".docx"], .plink.plink_type_box_nurs[href*=".docx"], .plink.plink_type_box_hsn[href*=".docx"], .plink.plink_type_box_ila[href*=".docx"], .plink.plink_type_box_hs[href*=".docx"], .plink.plink_type_box_ms[href*=".docx"], .plink.plink_type_box_hds[href*=".docx"], .plink.plink_type_box_grad[href*=".docx"], .plink.plink_type_box_base[href*=".docx"], .plink.plink_type_box[href*=".xls"], .plink.plink_type_box_med[href*=".xls"], .plink.plink_type_box_hss[href*=".xls"], .plink.plink_type_box_nurs[href*=".xls"], .plink.plink_type_box_hsn[href*=".xls"], .plink.plink_type_box_ila[href*=".xls"], .plink.plink_type_box_hs[href*=".xls"], .plink.plink_type_box_ms[href*=".xls"], .plink.plink_type_box_hds[href*=".xls"], .plink.plink_type_box_grad[href*=".xls"], .plink.plink_type_box_base[href*=".xls"], .plink.plink_type_box[href*=".xlsx"], .plink.plink_type_box_med[href*=".xlsx"], .plink.plink_type_box_hss[href*=".xlsx"], .plink.plink_type_box_nurs[href*=".xlsx"], .plink.plink_type_box_hsn[href*=".xlsx"], .plink.plink_type_box_ila[href*=".xlsx"], .plink.plink_type_box_hs[href*=".xlsx"], .plink.plink_type_box_ms[href*=".xlsx"], .plink.plink_type_box_hds[href*=".xlsx"], .plink.plink_type_box_grad[href*=".xlsx"], .plink.plink_type_box_base[href*=".xlsx"] {
      padding-left: 2.2em; }
      .plink.plink_type_box[href^="mailto:"]::after, .plink.plink_type_box_med[href^="mailto:"]::after, .plink.plink_type_box_hss[href^="mailto:"]::after, .plink.plink_type_box_nurs[href^="mailto:"]::after, .plink.plink_type_box_hsn[href^="mailto:"]::after, .plink.plink_type_box_ila[href^="mailto:"]::after, .plink.plink_type_box_hs[href^="mailto:"]::after, .plink.plink_type_box_ms[href^="mailto:"]::after, .plink.plink_type_box_hds[href^="mailto:"]::after, .plink.plink_type_box_grad[href^="mailto:"]::after, .plink.plink_type_box_base[href^="mailto:"]::after, .plink.plink_type_box[href*=".pdf"]::after, .plink.plink_type_box_med[href*=".pdf"]::after, .plink.plink_type_box_hss[href*=".pdf"]::after, .plink.plink_type_box_nurs[href*=".pdf"]::after, .plink.plink_type_box_hsn[href*=".pdf"]::after, .plink.plink_type_box_ila[href*=".pdf"]::after, .plink.plink_type_box_hs[href*=".pdf"]::after, .plink.plink_type_box_ms[href*=".pdf"]::after, .plink.plink_type_box_hds[href*=".pdf"]::after, .plink.plink_type_box_grad[href*=".pdf"]::after, .plink.plink_type_box_base[href*=".pdf"]::after, .plink.plink_type_box[href*=".doc"]::after, .plink.plink_type_box_med[href*=".doc"]::after, .plink.plink_type_box_hss[href*=".doc"]::after, .plink.plink_type_box_nurs[href*=".doc"]::after, .plink.plink_type_box_hsn[href*=".doc"]::after, .plink.plink_type_box_ila[href*=".doc"]::after, .plink.plink_type_box_hs[href*=".doc"]::after, .plink.plink_type_box_ms[href*=".doc"]::after, .plink.plink_type_box_hds[href*=".doc"]::after, .plink.plink_type_box_grad[href*=".doc"]::after, .plink.plink_type_box_base[href*=".doc"]::after, .plink.plink_type_box[href*=".docx"]::after, .plink.plink_type_box_med[href*=".docx"]::after, .plink.plink_type_box_hss[href*=".docx"]::after, .plink.plink_type_box_nurs[href*=".docx"]::after, .plink.plink_type_box_hsn[href*=".docx"]::after, .plink.plink_type_box_ila[href*=".docx"]::after, .plink.plink_type_box_hs[href*=".docx"]::after, .plink.plink_type_box_ms[href*=".docx"]::after, .plink.plink_type_box_hds[href*=".docx"]::after, .plink.plink_type_box_grad[href*=".docx"]::after, .plink.plink_type_box_base[href*=".docx"]::after, .plink.plink_type_box[href*=".xls"]::after, .plink.plink_type_box_med[href*=".xls"]::after, .plink.plink_type_box_hss[href*=".xls"]::after, .plink.plink_type_box_nurs[href*=".xls"]::after, .plink.plink_type_box_hsn[href*=".xls"]::after, .plink.plink_type_box_ila[href*=".xls"]::after, .plink.plink_type_box_hs[href*=".xls"]::after, .plink.plink_type_box_ms[href*=".xls"]::after, .plink.plink_type_box_hds[href*=".xls"]::after, .plink.plink_type_box_grad[href*=".xls"]::after, .plink.plink_type_box_base[href*=".xls"]::after, .plink.plink_type_box[href*=".xlsx"]::after, .plink.plink_type_box_med[href*=".xlsx"]::after, .plink.plink_type_box_hss[href*=".xlsx"]::after, .plink.plink_type_box_nurs[href*=".xlsx"]::after, .plink.plink_type_box_hsn[href*=".xlsx"]::after, .plink.plink_type_box_ila[href*=".xlsx"]::after, .plink.plink_type_box_hs[href*=".xlsx"]::after, .plink.plink_type_box_ms[href*=".xlsx"]::after, .plink.plink_type_box_hds[href*=".xlsx"]::after, .plink.plink_type_box_grad[href*=".xlsx"]::after, .plink.plink_type_box_base[href*=".xlsx"]::after {
        font-family: 'FontAwesome';
        position: absolute;
        top: 50% !important;
        left: 15px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        font-size: 100% !important; }
      .plink.plink_type_box[href^="mailto:"].plink_type_box_arrow_rr::before, .plink.plink_type_box_med[href^="mailto:"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hss[href^="mailto:"].plink_type_box_arrow_rr::before, .plink.plink_type_box_nurs[href^="mailto:"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hsn[href^="mailto:"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ila[href^="mailto:"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hs[href^="mailto:"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ms[href^="mailto:"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hds[href^="mailto:"].plink_type_box_arrow_rr::before, .plink.plink_type_box_grad[href^="mailto:"].plink_type_box_arrow_rr::before, .plink.plink_type_box_base[href^="mailto:"].plink_type_box_arrow_rr::before, .plink.plink_type_box[href*=".pdf"].plink_type_box_arrow_rr::before, .plink.plink_type_box_med[href*=".pdf"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hss[href*=".pdf"].plink_type_box_arrow_rr::before, .plink.plink_type_box_nurs[href*=".pdf"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hsn[href*=".pdf"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ila[href*=".pdf"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hs[href*=".pdf"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ms[href*=".pdf"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hds[href*=".pdf"].plink_type_box_arrow_rr::before, .plink.plink_type_box_grad[href*=".pdf"].plink_type_box_arrow_rr::before, .plink.plink_type_box_base[href*=".pdf"].plink_type_box_arrow_rr::before, .plink.plink_type_box[href*=".doc"].plink_type_box_arrow_rr::before, .plink.plink_type_box_med[href*=".doc"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hss[href*=".doc"].plink_type_box_arrow_rr::before, .plink.plink_type_box_nurs[href*=".doc"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hsn[href*=".doc"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ila[href*=".doc"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hs[href*=".doc"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ms[href*=".doc"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hds[href*=".doc"].plink_type_box_arrow_rr::before, .plink.plink_type_box_grad[href*=".doc"].plink_type_box_arrow_rr::before, .plink.plink_type_box_base[href*=".doc"].plink_type_box_arrow_rr::before, .plink.plink_type_box[href*=".docx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_med[href*=".docx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hss[href*=".docx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_nurs[href*=".docx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hsn[href*=".docx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ila[href*=".docx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hs[href*=".docx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ms[href*=".docx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hds[href*=".docx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_grad[href*=".docx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_base[href*=".docx"].plink_type_box_arrow_rr::before, .plink.plink_type_box[href*=".xls"].plink_type_box_arrow_rr::before, .plink.plink_type_box_med[href*=".xls"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hss[href*=".xls"].plink_type_box_arrow_rr::before, .plink.plink_type_box_nurs[href*=".xls"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hsn[href*=".xls"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ila[href*=".xls"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hs[href*=".xls"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ms[href*=".xls"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hds[href*=".xls"].plink_type_box_arrow_rr::before, .plink.plink_type_box_grad[href*=".xls"].plink_type_box_arrow_rr::before, .plink.plink_type_box_base[href*=".xls"].plink_type_box_arrow_rr::before, .plink.plink_type_box[href*=".xlsx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_med[href*=".xlsx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hss[href*=".xlsx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_nurs[href*=".xlsx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hsn[href*=".xlsx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ila[href*=".xlsx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hs[href*=".xlsx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_ms[href*=".xlsx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_hds[href*=".xlsx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_grad[href*=".xlsx"].plink_type_box_arrow_rr::before, .plink.plink_type_box_base[href*=".xlsx"].plink_type_box_arrow_rr::before {
        font-family: 'FontAwesome';
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .plink.plink_type_box[href^="mailto:"]:hover::before, .plink.plink_type_box_flip[href^="mailto:"]::before, .plink.plink_type_box_flip_med[href^="mailto:"]::before, .plink.plink_type_box_flip_hss[href^="mailto:"]::before, .plink.plink_type_box_flip_nurs[href^="mailto:"]::before, .plink.plink_type_box_flip_hsn[href^="mailto:"]::before, .plink.plink_type_box_flip_ila[href^="mailto:"]::before, .plink.plink_type_box_flip_hs[href^="mailto:"]::before, .plink.plink_type_box_flip_ms[href^="mailto:"]::before, .plink.plink_type_box_flip_hds[href^="mailto:"]::before, .plink.plink_type_box_flip_grad[href^="mailto:"]::before, .plink.plink_type_box_flip_base[href^="mailto:"]::before, .plink.plink_type_box_med[href^="mailto:"]:hover::before, .plink.plink_type_box_hss[href^="mailto:"]:hover::before, .plink.plink_type_box_nurs[href^="mailto:"]:hover::before, .plink.plink_type_box_hsn[href^="mailto:"]:hover::before, .plink.plink_type_box_ila[href^="mailto:"]:hover::before, .plink.plink_type_box_hs[href^="mailto:"]:hover::before, .plink.plink_type_box_ms[href^="mailto:"]:hover::before, .plink.plink_type_box_hds[href^="mailto:"]:hover::before, .plink.plink_type_box_grad[href^="mailto:"]:hover::before, .plink.plink_type_box_base[href^="mailto:"]:hover::before, .plink.plink_type_box[href*=".pdf"]:hover::before, .plink.plink_type_box_flip[href*=".pdf"]::before, .plink.plink_type_box_flip_med[href*=".pdf"]::before, .plink.plink_type_box_flip_hss[href*=".pdf"]::before, .plink.plink_type_box_flip_nurs[href*=".pdf"]::before, .plink.plink_type_box_flip_hsn[href*=".pdf"]::before, .plink.plink_type_box_flip_ila[href*=".pdf"]::before, .plink.plink_type_box_flip_hs[href*=".pdf"]::before, .plink.plink_type_box_flip_ms[href*=".pdf"]::before, .plink.plink_type_box_flip_hds[href*=".pdf"]::before, .plink.plink_type_box_flip_grad[href*=".pdf"]::before, .plink.plink_type_box_flip_base[href*=".pdf"]::before, .plink.plink_type_box_med[href*=".pdf"]:hover::before, .plink.plink_type_box_hss[href*=".pdf"]:hover::before, .plink.plink_type_box_nurs[href*=".pdf"]:hover::before, .plink.plink_type_box_hsn[href*=".pdf"]:hover::before, .plink.plink_type_box_ila[href*=".pdf"]:hover::before, .plink.plink_type_box_hs[href*=".pdf"]:hover::before, .plink.plink_type_box_ms[href*=".pdf"]:hover::before, .plink.plink_type_box_hds[href*=".pdf"]:hover::before, .plink.plink_type_box_grad[href*=".pdf"]:hover::before, .plink.plink_type_box_base[href*=".pdf"]:hover::before, .plink.plink_type_box[href*=".doc"]:hover::before, .plink.plink_type_box_flip[href*=".doc"]::before, .plink.plink_type_box_flip_med[href*=".doc"]::before, .plink.plink_type_box_flip_hss[href*=".doc"]::before, .plink.plink_type_box_flip_nurs[href*=".doc"]::before, .plink.plink_type_box_flip_hsn[href*=".doc"]::before, .plink.plink_type_box_flip_ila[href*=".doc"]::before, .plink.plink_type_box_flip_hs[href*=".doc"]::before, .plink.plink_type_box_flip_ms[href*=".doc"]::before, .plink.plink_type_box_flip_hds[href*=".doc"]::before, .plink.plink_type_box_flip_grad[href*=".doc"]::before, .plink.plink_type_box_flip_base[href*=".doc"]::before, .plink.plink_type_box_med[href*=".doc"]:hover::before, .plink.plink_type_box_hss[href*=".doc"]:hover::before, .plink.plink_type_box_nurs[href*=".doc"]:hover::before, .plink.plink_type_box_hsn[href*=".doc"]:hover::before, .plink.plink_type_box_ila[href*=".doc"]:hover::before, .plink.plink_type_box_hs[href*=".doc"]:hover::before, .plink.plink_type_box_ms[href*=".doc"]:hover::before, .plink.plink_type_box_hds[href*=".doc"]:hover::before, .plink.plink_type_box_grad[href*=".doc"]:hover::before, .plink.plink_type_box_base[href*=".doc"]:hover::before, .plink.plink_type_box[href*=".docx"]:hover::before, .plink.plink_type_box_flip[href*=".docx"]::before, .plink.plink_type_box_flip_med[href*=".docx"]::before, .plink.plink_type_box_flip_hss[href*=".docx"]::before, .plink.plink_type_box_flip_nurs[href*=".docx"]::before, .plink.plink_type_box_flip_hsn[href*=".docx"]::before, .plink.plink_type_box_flip_ila[href*=".docx"]::before, .plink.plink_type_box_flip_hs[href*=".docx"]::before, .plink.plink_type_box_flip_ms[href*=".docx"]::before, .plink.plink_type_box_flip_hds[href*=".docx"]::before, .plink.plink_type_box_flip_grad[href*=".docx"]::before, .plink.plink_type_box_flip_base[href*=".docx"]::before, .plink.plink_type_box_med[href*=".docx"]:hover::before, .plink.plink_type_box_hss[href*=".docx"]:hover::before, .plink.plink_type_box_nurs[href*=".docx"]:hover::before, .plink.plink_type_box_hsn[href*=".docx"]:hover::before, .plink.plink_type_box_ila[href*=".docx"]:hover::before, .plink.plink_type_box_hs[href*=".docx"]:hover::before, .plink.plink_type_box_ms[href*=".docx"]:hover::before, .plink.plink_type_box_hds[href*=".docx"]:hover::before, .plink.plink_type_box_grad[href*=".docx"]:hover::before, .plink.plink_type_box_base[href*=".docx"]:hover::before, .plink.plink_type_box[href*=".xls"]:hover::before, .plink.plink_type_box_flip[href*=".xls"]::before, .plink.plink_type_box_flip_med[href*=".xls"]::before, .plink.plink_type_box_flip_hss[href*=".xls"]::before, .plink.plink_type_box_flip_nurs[href*=".xls"]::before, .plink.plink_type_box_flip_hsn[href*=".xls"]::before, .plink.plink_type_box_flip_ila[href*=".xls"]::before, .plink.plink_type_box_flip_hs[href*=".xls"]::before, .plink.plink_type_box_flip_ms[href*=".xls"]::before, .plink.plink_type_box_flip_hds[href*=".xls"]::before, .plink.plink_type_box_flip_grad[href*=".xls"]::before, .plink.plink_type_box_flip_base[href*=".xls"]::before, .plink.plink_type_box_med[href*=".xls"]:hover::before, .plink.plink_type_box_hss[href*=".xls"]:hover::before, .plink.plink_type_box_nurs[href*=".xls"]:hover::before, .plink.plink_type_box_hsn[href*=".xls"]:hover::before, .plink.plink_type_box_ila[href*=".xls"]:hover::before, .plink.plink_type_box_hs[href*=".xls"]:hover::before, .plink.plink_type_box_ms[href*=".xls"]:hover::before, .plink.plink_type_box_hds[href*=".xls"]:hover::before, .plink.plink_type_box_grad[href*=".xls"]:hover::before, .plink.plink_type_box_base[href*=".xls"]:hover::before, .plink.plink_type_box[href*=".xlsx"]:hover::before, .plink.plink_type_box_flip[href*=".xlsx"]::before, .plink.plink_type_box_flip_med[href*=".xlsx"]::before, .plink.plink_type_box_flip_hss[href*=".xlsx"]::before, .plink.plink_type_box_flip_nurs[href*=".xlsx"]::before, .plink.plink_type_box_flip_hsn[href*=".xlsx"]::before, .plink.plink_type_box_flip_ila[href*=".xlsx"]::before, .plink.plink_type_box_flip_hs[href*=".xlsx"]::before, .plink.plink_type_box_flip_ms[href*=".xlsx"]::before, .plink.plink_type_box_flip_hds[href*=".xlsx"]::before, .plink.plink_type_box_flip_grad[href*=".xlsx"]::before, .plink.plink_type_box_flip_base[href*=".xlsx"]::before, .plink.plink_type_box_med[href*=".xlsx"]:hover::before, .plink.plink_type_box_hss[href*=".xlsx"]:hover::before, .plink.plink_type_box_nurs[href*=".xlsx"]:hover::before, .plink.plink_type_box_hsn[href*=".xlsx"]:hover::before, .plink.plink_type_box_ila[href*=".xlsx"]:hover::before, .plink.plink_type_box_hs[href*=".xlsx"]:hover::before, .plink.plink_type_box_ms[href*=".xlsx"]:hover::before, .plink.plink_type_box_hds[href*=".xlsx"]:hover::before, .plink.plink_type_box_grad[href*=".xlsx"]:hover::before, .plink.plink_type_box_base[href*=".xlsx"]:hover::before {
        -webkit-transform: translate(10px, -50%);
                transform: translate(10px, -50%); }
      .plink.plink_type_box[href^="mailto:"]:hover::after, .plink.plink_type_box_flip[href^="mailto:"]::after, .plink.plink_type_box_flip_med[href^="mailto:"]::after, .plink.plink_type_box_flip_hss[href^="mailto:"]::after, .plink.plink_type_box_flip_nurs[href^="mailto:"]::after, .plink.plink_type_box_flip_hsn[href^="mailto:"]::after, .plink.plink_type_box_flip_ila[href^="mailto:"]::after, .plink.plink_type_box_flip_hs[href^="mailto:"]::after, .plink.plink_type_box_flip_ms[href^="mailto:"]::after, .plink.plink_type_box_flip_hds[href^="mailto:"]::after, .plink.plink_type_box_flip_grad[href^="mailto:"]::after, .plink.plink_type_box_flip_base[href^="mailto:"]::after, .plink.plink_type_box_med[href^="mailto:"]:hover::after, .plink.plink_type_box_hss[href^="mailto:"]:hover::after, .plink.plink_type_box_nurs[href^="mailto:"]:hover::after, .plink.plink_type_box_hsn[href^="mailto:"]:hover::after, .plink.plink_type_box_ila[href^="mailto:"]:hover::after, .plink.plink_type_box_hs[href^="mailto:"]:hover::after, .plink.plink_type_box_ms[href^="mailto:"]:hover::after, .plink.plink_type_box_hds[href^="mailto:"]:hover::after, .plink.plink_type_box_grad[href^="mailto:"]:hover::after, .plink.plink_type_box_base[href^="mailto:"]:hover::after, .plink.plink_type_box[href*=".pdf"]:hover::after, .plink.plink_type_box_flip[href*=".pdf"]::after, .plink.plink_type_box_flip_med[href*=".pdf"]::after, .plink.plink_type_box_flip_hss[href*=".pdf"]::after, .plink.plink_type_box_flip_nurs[href*=".pdf"]::after, .plink.plink_type_box_flip_hsn[href*=".pdf"]::after, .plink.plink_type_box_flip_ila[href*=".pdf"]::after, .plink.plink_type_box_flip_hs[href*=".pdf"]::after, .plink.plink_type_box_flip_ms[href*=".pdf"]::after, .plink.plink_type_box_flip_hds[href*=".pdf"]::after, .plink.plink_type_box_flip_grad[href*=".pdf"]::after, .plink.plink_type_box_flip_base[href*=".pdf"]::after, .plink.plink_type_box_med[href*=".pdf"]:hover::after, .plink.plink_type_box_hss[href*=".pdf"]:hover::after, .plink.plink_type_box_nurs[href*=".pdf"]:hover::after, .plink.plink_type_box_hsn[href*=".pdf"]:hover::after, .plink.plink_type_box_ila[href*=".pdf"]:hover::after, .plink.plink_type_box_hs[href*=".pdf"]:hover::after, .plink.plink_type_box_ms[href*=".pdf"]:hover::after, .plink.plink_type_box_hds[href*=".pdf"]:hover::after, .plink.plink_type_box_grad[href*=".pdf"]:hover::after, .plink.plink_type_box_base[href*=".pdf"]:hover::after, .plink.plink_type_box[href*=".doc"]:hover::after, .plink.plink_type_box_flip[href*=".doc"]::after, .plink.plink_type_box_flip_med[href*=".doc"]::after, .plink.plink_type_box_flip_hss[href*=".doc"]::after, .plink.plink_type_box_flip_nurs[href*=".doc"]::after, .plink.plink_type_box_flip_hsn[href*=".doc"]::after, .plink.plink_type_box_flip_ila[href*=".doc"]::after, .plink.plink_type_box_flip_hs[href*=".doc"]::after, .plink.plink_type_box_flip_ms[href*=".doc"]::after, .plink.plink_type_box_flip_hds[href*=".doc"]::after, .plink.plink_type_box_flip_grad[href*=".doc"]::after, .plink.plink_type_box_flip_base[href*=".doc"]::after, .plink.plink_type_box_med[href*=".doc"]:hover::after, .plink.plink_type_box_hss[href*=".doc"]:hover::after, .plink.plink_type_box_nurs[href*=".doc"]:hover::after, .plink.plink_type_box_hsn[href*=".doc"]:hover::after, .plink.plink_type_box_ila[href*=".doc"]:hover::after, .plink.plink_type_box_hs[href*=".doc"]:hover::after, .plink.plink_type_box_ms[href*=".doc"]:hover::after, .plink.plink_type_box_hds[href*=".doc"]:hover::after, .plink.plink_type_box_grad[href*=".doc"]:hover::after, .plink.plink_type_box_base[href*=".doc"]:hover::after, .plink.plink_type_box[href*=".docx"]:hover::after, .plink.plink_type_box_flip[href*=".docx"]::after, .plink.plink_type_box_flip_med[href*=".docx"]::after, .plink.plink_type_box_flip_hss[href*=".docx"]::after, .plink.plink_type_box_flip_nurs[href*=".docx"]::after, .plink.plink_type_box_flip_hsn[href*=".docx"]::after, .plink.plink_type_box_flip_ila[href*=".docx"]::after, .plink.plink_type_box_flip_hs[href*=".docx"]::after, .plink.plink_type_box_flip_ms[href*=".docx"]::after, .plink.plink_type_box_flip_hds[href*=".docx"]::after, .plink.plink_type_box_flip_grad[href*=".docx"]::after, .plink.plink_type_box_flip_base[href*=".docx"]::after, .plink.plink_type_box_med[href*=".docx"]:hover::after, .plink.plink_type_box_hss[href*=".docx"]:hover::after, .plink.plink_type_box_nurs[href*=".docx"]:hover::after, .plink.plink_type_box_hsn[href*=".docx"]:hover::after, .plink.plink_type_box_ila[href*=".docx"]:hover::after, .plink.plink_type_box_hs[href*=".docx"]:hover::after, .plink.plink_type_box_ms[href*=".docx"]:hover::after, .plink.plink_type_box_hds[href*=".docx"]:hover::after, .plink.plink_type_box_grad[href*=".docx"]:hover::after, .plink.plink_type_box_base[href*=".docx"]:hover::after, .plink.plink_type_box[href*=".xls"]:hover::after, .plink.plink_type_box_flip[href*=".xls"]::after, .plink.plink_type_box_flip_med[href*=".xls"]::after, .plink.plink_type_box_flip_hss[href*=".xls"]::after, .plink.plink_type_box_flip_nurs[href*=".xls"]::after, .plink.plink_type_box_flip_hsn[href*=".xls"]::after, .plink.plink_type_box_flip_ila[href*=".xls"]::after, .plink.plink_type_box_flip_hs[href*=".xls"]::after, .plink.plink_type_box_flip_ms[href*=".xls"]::after, .plink.plink_type_box_flip_hds[href*=".xls"]::after, .plink.plink_type_box_flip_grad[href*=".xls"]::after, .plink.plink_type_box_flip_base[href*=".xls"]::after, .plink.plink_type_box_med[href*=".xls"]:hover::after, .plink.plink_type_box_hss[href*=".xls"]:hover::after, .plink.plink_type_box_nurs[href*=".xls"]:hover::after, .plink.plink_type_box_hsn[href*=".xls"]:hover::after, .plink.plink_type_box_ila[href*=".xls"]:hover::after, .plink.plink_type_box_hs[href*=".xls"]:hover::after, .plink.plink_type_box_ms[href*=".xls"]:hover::after, .plink.plink_type_box_hds[href*=".xls"]:hover::after, .plink.plink_type_box_grad[href*=".xls"]:hover::after, .plink.plink_type_box_base[href*=".xls"]:hover::after, .plink.plink_type_box[href*=".xlsx"]:hover::after, .plink.plink_type_box_flip[href*=".xlsx"]::after, .plink.plink_type_box_flip_med[href*=".xlsx"]::after, .plink.plink_type_box_flip_hss[href*=".xlsx"]::after, .plink.plink_type_box_flip_nurs[href*=".xlsx"]::after, .plink.plink_type_box_flip_hsn[href*=".xlsx"]::after, .plink.plink_type_box_flip_ila[href*=".xlsx"]::after, .plink.plink_type_box_flip_hs[href*=".xlsx"]::after, .plink.plink_type_box_flip_ms[href*=".xlsx"]::after, .plink.plink_type_box_flip_hds[href*=".xlsx"]::after, .plink.plink_type_box_flip_grad[href*=".xlsx"]::after, .plink.plink_type_box_flip_base[href*=".xlsx"]::after, .plink.plink_type_box_med[href*=".xlsx"]:hover::after, .plink.plink_type_box_hss[href*=".xlsx"]:hover::after, .plink.plink_type_box_nurs[href*=".xlsx"]:hover::after, .plink.plink_type_box_hsn[href*=".xlsx"]:hover::after, .plink.plink_type_box_ila[href*=".xlsx"]:hover::after, .plink.plink_type_box_hs[href*=".xlsx"]:hover::after, .plink.plink_type_box_ms[href*=".xlsx"]:hover::after, .plink.plink_type_box_hds[href*=".xlsx"]:hover::after, .plink.plink_type_box_grad[href*=".xlsx"]:hover::after, .plink.plink_type_box_base[href*=".xlsx"]:hover::after {
        left: 15px;
        top: 50% !important;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .plink.plink_type_box_noborder {
      border: none;
      padding: 0 !important;
      background: none !important;
      margin: 0.4em 0 0; }
      .plink.plink_type_box_noborder.plink_type_box_arrow_rr {
        padding-right: 2em !important; }
      .plink.plink_type_box_noborder:hover {
        color: currentColor; }
      .plink.plink_type_box_noborder[href*=".pdf"] {
        padding-left: 1em !important; }
        .plink.plink_type_box_noborder[href*=".pdf"]::after {
          left: 0 !important; }
    @media (min-width: 768px) {
      .plink.plink_type_box_pc_noborder {
        border: none; }
        .plink.plink_type_box_pc_noborder:not(:hover) {
          padding-left: 0;
          padding-right: 0; } }
    .plink.plink_type_box_round {
      border-radius: 50rem; }
    .plink.plink_type_box_slim {
      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;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      line-height: 1;
      height: auto;
      padding-top: 0.8em;
      padding-bottom: 0.8em; }
    .plink.plink_type_box_underline {
      border: none;
      border-bottom: 1px solid #333;
      padding-left: 0;
      padding-right: 0; }
      .plink.plink_type_box_underline::after {
        right: 10px; }
      .plink.plink_type_box_underline:hover {
        background: transparent;
        color: currentColor; }
      .plink.plink_type_box_underline.plink_type_box_arrow_rr::after {
        right: 10px; }
      .plink.plink_type_box_underline.plink_type_box_arrow_rr[target="_blank"]::before {
        right: 10px; }
      .plink.plink_type_box_underline.plink_type_box_arrow_rr[href^="mailto:"], .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".pdf"], .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".doc"], .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".docx"], .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".xls"], .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".xlsx"] {
        padding-left: 1.3em; }
        .plink.plink_type_box_underline.plink_type_box_arrow_rr[href^="mailto:"]::after, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".pdf"]::after, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".doc"]::after, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".docx"]::after, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".xls"]::after, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".xlsx"]::after {
          left: 0; }
        .plink.plink_type_box_underline.plink_type_box_arrow_rr[href^="mailto:"]::before, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".pdf"]::before, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".doc"]::before, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".docx"]::before, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".xls"]::before, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".xlsx"]::before {
          right: 10px; }
        .plink.plink_type_box_underline.plink_type_box_arrow_rr[href^="mailto:"]:hover::before, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".pdf"]:hover::before, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".doc"]:hover::before, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".docx"]:hover::before, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".xls"]:hover::before, .plink.plink_type_box_underline.plink_type_box_arrow_rr[href*=".xlsx"]:hover::before {
          -webkit-transform: translate(10px, -50%);
                  transform: translate(10px, -50%); }
      .plink.plink_type_box_underline.plink_type_box_arrow_lr {
        position: relative;
        z-index: 1;
        border-bottom: 2px solid #d3d3d3;
        padding-left: 20px; }
        .plink.plink_type_box_underline.plink_type_box_arrow_lr::before {
          color: currentColor;
          font-family: fontawesome;
          content: "\f0da";
          display: inline-block;
          position: absolute;
          z-index: 1;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 20px;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .plink.plink_type_box_underline.plink_type_box_arrow_lr::before {
          left: 0;
          color: var(--theme_main, #4F157F); }
        .plink.plink_type_box_underline.plink_type_box_arrow_lr:hover::before {
          -webkit-transform: translate(10px, -50%);
                  transform: translate(10px, -50%); }
        .plink.plink_type_box_underline.plink_type_box_arrow_lr[href^="mailto:"], .plink.plink_type_box_underline.plink_type_box_arrow_lr[href*=".pdf"], .plink.plink_type_box_underline.plink_type_box_arrow_lr[href*=".doc"], .plink.plink_type_box_underline.plink_type_box_arrow_lr[href*=".docx"], .plink.plink_type_box_underline.plink_type_box_arrow_lr[href*=".xls"], .plink.plink_type_box_underline.plink_type_box_arrow_lr[href*=".xlsx"] {
          padding-left: 3.4rem; }
    .plink.plink_type_box_auto {
      width: auto;
      height: auto;
      display: inline-block;
      padding-top: 0.8em;
      padding-bottom: 0.8em; }
    .plink.plink_type_box_strong, .plink.plink_type_box_strong_med, .plink.plink_type_box_strong_hss, .plink.plink_type_box_strong_nurs, .plink.plink_type_box_strong_hsn, .plink.plink_type_box_strong_ila, .plink.plink_type_box_strong_hs, .plink.plink_type_box_strong_ms, .plink.plink_type_box_strong_hds, .plink.plink_type_box_strong_grad, .plink.plink_type_box_strong_base {
      border-width: 2px;
      font-weight: bold;
      color: var(--theme_main, #4F157F); }
    .plink.plink_type_box_flip, .plink.plink_type_box_flip_med, .plink.plink_type_box_flip_hss, .plink.plink_type_box_flip_nurs, .plink.plink_type_box_flip_hsn, .plink.plink_type_box_flip_ila, .plink.plink_type_box_flip_hs, .plink.plink_type_box_flip_ms, .plink.plink_type_box_flip_hds, .plink.plink_type_box_flip_grad, .plink.plink_type_box_flip_base {
      border-width: 2px;
      font-weight: bold; }
      .plink.plink_type_box_flip:hover, .plink.plink_type_box_flip_med:hover, .plink.plink_type_box_flip_hss:hover, .plink.plink_type_box_flip_nurs:hover, .plink.plink_type_box_flip_hsn:hover, .plink.plink_type_box_flip_ila:hover, .plink.plink_type_box_flip_hs:hover, .plink.plink_type_box_flip_ms:hover, .plink.plink_type_box_flip_hds:hover, .plink.plink_type_box_flip_grad:hover, .plink.plink_type_box_flip_base:hover {
        color: var(--theme_main, #4F157F);
        text-decoration: none;
        background: transparent; }
        .plink.plink_type_box_flip:hover::after, .plink.plink_type_box_flip_med:hover::after, .plink.plink_type_box_flip_hss:hover::after, .plink.plink_type_box_flip_nurs:hover::after, .plink.plink_type_box_flip_hsn:hover::after, .plink.plink_type_box_flip_ila:hover::after, .plink.plink_type_box_flip_hs:hover::after, .plink.plink_type_box_flip_ms:hover::after, .plink.plink_type_box_flip_hds:hover::after, .plink.plink_type_box_flip_grad:hover::after, .plink.plink_type_box_flip_base:hover::after {
          color: var(--theme_main, #4F157F) !important; }
      .plink.plink_type_box_flip[href^="mailto:"]::after, .plink.plink_type_box_flip_med[href^="mailto:"]::after, .plink.plink_type_box_flip_hss[href^="mailto:"]::after, .plink.plink_type_box_flip_nurs[href^="mailto:"]::after, .plink.plink_type_box_flip_hsn[href^="mailto:"]::after, .plink.plink_type_box_flip_ila[href^="mailto:"]::after, .plink.plink_type_box_flip_hs[href^="mailto:"]::after, .plink.plink_type_box_flip_ms[href^="mailto:"]::after, .plink.plink_type_box_flip_hds[href^="mailto:"]::after, .plink.plink_type_box_flip_grad[href^="mailto:"]::after, .plink.plink_type_box_flip_base[href^="mailto:"]::after, .plink.plink_type_box_flip[href*=".pdf"]::after, .plink.plink_type_box_flip_med[href*=".pdf"]::after, .plink.plink_type_box_flip_hss[href*=".pdf"]::after, .plink.plink_type_box_flip_nurs[href*=".pdf"]::after, .plink.plink_type_box_flip_hsn[href*=".pdf"]::after, .plink.plink_type_box_flip_ila[href*=".pdf"]::after, .plink.plink_type_box_flip_hs[href*=".pdf"]::after, .plink.plink_type_box_flip_ms[href*=".pdf"]::after, .plink.plink_type_box_flip_hds[href*=".pdf"]::after, .plink.plink_type_box_flip_grad[href*=".pdf"]::after, .plink.plink_type_box_flip_base[href*=".pdf"]::after, .plink.plink_type_box_flip[href*=".doc"]::after, .plink.plink_type_box_flip_med[href*=".doc"]::after, .plink.plink_type_box_flip_hss[href*=".doc"]::after, .plink.plink_type_box_flip_nurs[href*=".doc"]::after, .plink.plink_type_box_flip_hsn[href*=".doc"]::after, .plink.plink_type_box_flip_ila[href*=".doc"]::after, .plink.plink_type_box_flip_hs[href*=".doc"]::after, .plink.plink_type_box_flip_ms[href*=".doc"]::after, .plink.plink_type_box_flip_hds[href*=".doc"]::after, .plink.plink_type_box_flip_grad[href*=".doc"]::after, .plink.plink_type_box_flip_base[href*=".doc"]::after, .plink.plink_type_box_flip[href*=".docx"]::after, .plink.plink_type_box_flip_med[href*=".docx"]::after, .plink.plink_type_box_flip_hss[href*=".docx"]::after, .plink.plink_type_box_flip_nurs[href*=".docx"]::after, .plink.plink_type_box_flip_hsn[href*=".docx"]::after, .plink.plink_type_box_flip_ila[href*=".docx"]::after, .plink.plink_type_box_flip_hs[href*=".docx"]::after, .plink.plink_type_box_flip_ms[href*=".docx"]::after, .plink.plink_type_box_flip_hds[href*=".docx"]::after, .plink.plink_type_box_flip_grad[href*=".docx"]::after, .plink.plink_type_box_flip_base[href*=".docx"]::after, .plink.plink_type_box_flip[href*=".xls"]::after, .plink.plink_type_box_flip_med[href*=".xls"]::after, .plink.plink_type_box_flip_hss[href*=".xls"]::after, .plink.plink_type_box_flip_nurs[href*=".xls"]::after, .plink.plink_type_box_flip_hsn[href*=".xls"]::after, .plink.plink_type_box_flip_ila[href*=".xls"]::after, .plink.plink_type_box_flip_hs[href*=".xls"]::after, .plink.plink_type_box_flip_ms[href*=".xls"]::after, .plink.plink_type_box_flip_hds[href*=".xls"]::after, .plink.plink_type_box_flip_grad[href*=".xls"]::after, .plink.plink_type_box_flip_base[href*=".xls"]::after, .plink.plink_type_box_flip[href*=".xlsx"]::after, .plink.plink_type_box_flip_med[href*=".xlsx"]::after, .plink.plink_type_box_flip_hss[href*=".xlsx"]::after, .plink.plink_type_box_flip_nurs[href*=".xlsx"]::after, .plink.plink_type_box_flip_hsn[href*=".xlsx"]::after, .plink.plink_type_box_flip_ila[href*=".xlsx"]::after, .plink.plink_type_box_flip_hs[href*=".xlsx"]::after, .plink.plink_type_box_flip_ms[href*=".xlsx"]::after, .plink.plink_type_box_flip_hds[href*=".xlsx"]::after, .plink.plink_type_box_flip_grad[href*=".xlsx"]::after, .plink.plink_type_box_flip_base[href*=".xlsx"]::after {
        color: currentColor; }
      .plink.plink_type_box_flip[href^="mailto:"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_med[href^="mailto:"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hss[href^="mailto:"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_nurs[href^="mailto:"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hsn[href^="mailto:"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_ila[href^="mailto:"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hs[href^="mailto:"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_ms[href^="mailto:"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hds[href^="mailto:"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_grad[href^="mailto:"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_base[href^="mailto:"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip[href*=".pdf"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_med[href*=".pdf"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hss[href*=".pdf"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_nurs[href*=".pdf"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hsn[href*=".pdf"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_ila[href*=".pdf"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hs[href*=".pdf"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_ms[href*=".pdf"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hds[href*=".pdf"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_grad[href*=".pdf"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_base[href*=".pdf"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip[href*=".doc"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_med[href*=".doc"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hss[href*=".doc"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_nurs[href*=".doc"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hsn[href*=".doc"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_ila[href*=".doc"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hs[href*=".doc"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_ms[href*=".doc"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hds[href*=".doc"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_grad[href*=".doc"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_base[href*=".doc"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip[href*=".docx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_med[href*=".docx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hss[href*=".docx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_nurs[href*=".docx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hsn[href*=".docx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_ila[href*=".docx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hs[href*=".docx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_ms[href*=".docx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hds[href*=".docx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_grad[href*=".docx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_base[href*=".docx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip[href*=".xls"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_med[href*=".xls"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hss[href*=".xls"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_nurs[href*=".xls"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hsn[href*=".xls"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_ila[href*=".xls"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hs[href*=".xls"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_ms[href*=".xls"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hds[href*=".xls"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_grad[href*=".xls"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_base[href*=".xls"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip[href*=".xlsx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_med[href*=".xlsx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hss[href*=".xlsx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_nurs[href*=".xlsx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hsn[href*=".xlsx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_ila[href*=".xlsx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hs[href*=".xlsx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_ms[href*=".xlsx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_hds[href*=".xlsx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_grad[href*=".xlsx"].plink_type_box_arrow_rr:hover::before, .plink.plink_type_box_flip_base[href*=".xlsx"].plink_type_box_arrow_rr:hover::before {
        -webkit-transform: translate(10px, -50%);
                transform: translate(10px, -50%); }
    .plink.plink_type_box_white {
      color: #fff;
      border-color: #fff; }
      .plink.plink_type_box_white:hover {
        background: #fff;
        color: #000; }
        .plink.plink_type_box_white:hover::before, .plink.plink_type_box_white:hover::after {
          color: #000 !important; }
      .plink.plink_type_box_white[href^="mailto:"]::after, .plink.plink_type_box_white[href*=".pdf"]::after, .plink.plink_type_box_white[href*=".doc"]::after, .plink.plink_type_box_white[href*=".docx"]::after, .plink.plink_type_box_white[href*=".xls"]::after, .plink.plink_type_box_white[href*=".xlsx"]::after {
        color: currentColor; }
    .plink.plink_type_box_sdgs {
      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;
      line-height: 1.3;
      border: 2px solid #d3d3d3;
      color: var(--theme_black-light, #666);
      height: 100%;
      position: relative;
      z-index: 1;
      padding: 20px;
      padding-left: 44px; }
      .plink.plink_type_box_sdgs::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f0da";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 20px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .plink.plink_type_box_sdgs::before {
        color: var(--theme_main, #4F157F); }
      .plink.plink_type_box_sdgs:hover {
        text-decoration: none; }
        .plink.plink_type_box_sdgs:hover::before {
          -webkit-transform: translate(5px, -50%);
                  transform: translate(5px, -50%); }
    .plink.plink_type_box.plink_type_icon[href^="mailto:"], .plink.plink_type_icon.plink_type_box_med[href^="mailto:"], .plink.plink_type_icon.plink_type_box_hss[href^="mailto:"], .plink.plink_type_icon.plink_type_box_nurs[href^="mailto:"], .plink.plink_type_icon.plink_type_box_hsn[href^="mailto:"], .plink.plink_type_icon.plink_type_box_ila[href^="mailto:"], .plink.plink_type_icon.plink_type_box_hs[href^="mailto:"], .plink.plink_type_icon.plink_type_box_ms[href^="mailto:"], .plink.plink_type_icon.plink_type_box_hds[href^="mailto:"], .plink.plink_type_icon.plink_type_box_grad[href^="mailto:"], .plink.plink_type_icon.plink_type_box_base[href^="mailto:"] {
      padding: 0 35px 0 1em;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box.plink_type_icon[href^="mailto:"]::after, .plink.plink_type_icon.plink_type_box_med[href^="mailto:"]::after, .plink.plink_type_icon.plink_type_box_hss[href^="mailto:"]::after, .plink.plink_type_icon.plink_type_box_nurs[href^="mailto:"]::after, .plink.plink_type_icon.plink_type_box_hsn[href^="mailto:"]::after, .plink.plink_type_icon.plink_type_box_ila[href^="mailto:"]::after, .plink.plink_type_icon.plink_type_box_hs[href^="mailto:"]::after, .plink.plink_type_icon.plink_type_box_ms[href^="mailto:"]::after, .plink.plink_type_icon.plink_type_box_hds[href^="mailto:"]::after, .plink.plink_type_icon.plink_type_box_grad[href^="mailto:"]::after, .plink.plink_type_icon.plink_type_box_base[href^="mailto:"]::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f003 ";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_rr {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rr::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f105";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .plink.plink_type_box_arrow_rr:hover::after {
        -webkit-transform: translate(10px, -50%);
                transform: translate(10px, -50%); }
    .plink.plink_type_box_arrow_rb {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rb::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f107";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .plink.plink_type_box_arrow_rb[aria-expanded="true"]::after {
        -webkit-transform: rotate(180deg) translateY(50%);
                transform: rotate(180deg) translateY(50%); }
    .plink.plink_type_box_arrow_rl {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rl::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f104";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_rt {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rt::after {
        color: currentColor;
        font-family: fontawesome;
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_lr {
      padding-left: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_lr::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f105";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 20px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_lb {
      padding-left: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_lb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f107";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 20px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_ll {
      padding-left: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_ll::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f104";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 20px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_lt {
      padding-left: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_lt::before {
        color: currentColor;
        font-family: fontawesome;
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 20px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_tr {
      padding-top: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_tr::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f105";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_tb {
      padding-top: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_tb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f107";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_tl {
      padding-top: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_tl::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f104";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_tt {
      padding-top: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_tt::before {
        color: currentColor;
        font-family: fontawesome;
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_br {
      padding-bottom: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_br::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f105";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_bb {
      padding-bottom: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_bb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f107";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_bl {
      padding-bottom: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_bl::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f104";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_bt {
      padding-bottom: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_bt::before {
        color: currentColor;
        font-family: fontawesome;
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plink.plink_type_box_arrow_img_inline::after {
      content: "";
      display: inline-block;
      z-index: 1;
      width: 20px;
      height: 20px;
      background: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e") no-repeat;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_box_arrow_img_inline::after {
      margin-left: 15px;
      position: relative;
      top: 4px; }
    .plink.plink_type_box_arrow_img_inline:hover::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e"); }
    .plink.plink_type_box_arrow_img_inline.plink_type_box_flip::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_med::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_hss::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_nurs::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_hsn::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_ila::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_hs::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_ms::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_hds::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_grad::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_base::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e"); }
    .plink.plink_type_box_arrow_img_inline.plink_type_box_flip:hover::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_med:hover::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_hss:hover::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_nurs:hover::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_hsn:hover::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_ila:hover::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_hs:hover::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_ms:hover::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_hds:hover::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_grad:hover::after, .plink.plink_type_box_arrow_img_inline.plink_type_box_flip_base:hover::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e"); }
  .plink.plink_type_clr_white {
    color: #fff;
    border-color: #fff; }
    .plink.plink_type_clr_white:hover {
      background: rgba(255, 255, 255, 0.4); }
  .plink.plink_type_clr_main.plink_type_box, .plink.plink_type_clr_main.plink_type_box_med, .plink.plink_type_clr_main.plink_type_box_hss, .plink.plink_type_clr_main.plink_type_box_nurs, .plink.plink_type_clr_main.plink_type_box_hsn, .plink.plink_type_clr_main.plink_type_box_ila, .plink.plink_type_clr_main.plink_type_box_hs, .plink.plink_type_clr_main.plink_type_box_ms, .plink.plink_type_clr_main.plink_type_box_hds, .plink.plink_type_clr_main.plink_type_box_grad, .plink.plink_type_clr_main.plink_type_box_base {
    border: 1px solid var(--theme_main, #4F157F);
    color: var(--theme_main, #4F157F); }
    .plink.plink_type_clr_main.plink_type_box:hover, .plink.plink_type_clr_main.plink_type_box_flip, .plink.plink_type_clr_main.plink_type_box_flip_med, .plink.plink_type_clr_main.plink_type_box_flip_hss, .plink.plink_type_clr_main.plink_type_box_flip_nurs, .plink.plink_type_clr_main.plink_type_box_flip_hsn, .plink.plink_type_clr_main.plink_type_box_flip_ila, .plink.plink_type_clr_main.plink_type_box_flip_hs, .plink.plink_type_clr_main.plink_type_box_flip_ms, .plink.plink_type_clr_main.plink_type_box_flip_hds, .plink.plink_type_clr_main.plink_type_box_flip_grad, .plink.plink_type_clr_main.plink_type_box_flip_base, .plink.plink_type_clr_main.plink_type_box_med:hover, .plink.plink_type_clr_main.plink_type_box_hss:hover, .plink.plink_type_clr_main.plink_type_box_nurs:hover, .plink.plink_type_clr_main.plink_type_box_hsn:hover, .plink.plink_type_clr_main.plink_type_box_ila:hover, .plink.plink_type_clr_main.plink_type_box_hs:hover, .plink.plink_type_clr_main.plink_type_box_ms:hover, .plink.plink_type_clr_main.plink_type_box_hds:hover, .plink.plink_type_clr_main.plink_type_box_grad:hover, .plink.plink_type_clr_main.plink_type_box_base:hover {
      color: #fff;
      background: var(--theme_main, #4F157F); }
    .plink.plink_type_clr_main.plink_type_box_flip:hover, .plink.plink_type_clr_main.plink_type_box_flip_med:hover, .plink.plink_type_clr_main.plink_type_box_flip_hss:hover, .plink.plink_type_clr_main.plink_type_box_flip_nurs:hover, .plink.plink_type_clr_main.plink_type_box_flip_hsn:hover, .plink.plink_type_clr_main.plink_type_box_flip_ila:hover, .plink.plink_type_clr_main.plink_type_box_flip_hs:hover, .plink.plink_type_clr_main.plink_type_box_flip_ms:hover, .plink.plink_type_clr_main.plink_type_box_flip_hds:hover, .plink.plink_type_clr_main.plink_type_box_flip_grad:hover, .plink.plink_type_clr_main.plink_type_box_flip_base:hover {
      color: var(--theme_main, #4F157F);
      background: transparent; }
  .plink.plink_type_clr_main.plink_type_inline::before, .plink.plink_type_clr_main.plink_type_inline::after {
    color: var(--theme_main, #4F157F) !important; }
  .plink.plink_type_clr_main.plink_type_inline_icon::before, .plink.plink_type_clr_main.plink_type_inline_icon::after {
    color: #fff !important;
    background: var(--theme_main, #4F157F); }
  .plink.plink_type_clr_main.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_main.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: var(--theme_main, #4F157F);
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_main.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_main.plink_type_inline_border:hover {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .plink.plink_type_clr_main.plink_type_inline_border:hover:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
      .plink.plink_type_clr_main.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_black.plink_type_box, .plink.plink_type_clr_black.plink_type_box_med, .plink.plink_type_clr_black.plink_type_box_hss, .plink.plink_type_clr_black.plink_type_box_nurs, .plink.plink_type_clr_black.plink_type_box_hsn, .plink.plink_type_clr_black.plink_type_box_ila, .plink.plink_type_clr_black.plink_type_box_hs, .plink.plink_type_clr_black.plink_type_box_ms, .plink.plink_type_clr_black.plink_type_box_hds, .plink.plink_type_clr_black.plink_type_box_grad, .plink.plink_type_clr_black.plink_type_box_base {
    border: 1px solid var(--theme_black, #000);
    color: var(--theme_black, #000); }
    .plink.plink_type_clr_black.plink_type_box:hover, .plink.plink_type_clr_black.plink_type_box_flip, .plink.plink_type_clr_black.plink_type_box_flip_med, .plink.plink_type_clr_black.plink_type_box_flip_hss, .plink.plink_type_clr_black.plink_type_box_flip_nurs, .plink.plink_type_clr_black.plink_type_box_flip_hsn, .plink.plink_type_clr_black.plink_type_box_flip_ila, .plink.plink_type_clr_black.plink_type_box_flip_hs, .plink.plink_type_clr_black.plink_type_box_flip_ms, .plink.plink_type_clr_black.plink_type_box_flip_hds, .plink.plink_type_clr_black.plink_type_box_flip_grad, .plink.plink_type_clr_black.plink_type_box_flip_base, .plink.plink_type_clr_black.plink_type_box_med:hover, .plink.plink_type_clr_black.plink_type_box_hss:hover, .plink.plink_type_clr_black.plink_type_box_nurs:hover, .plink.plink_type_clr_black.plink_type_box_hsn:hover, .plink.plink_type_clr_black.plink_type_box_ila:hover, .plink.plink_type_clr_black.plink_type_box_hs:hover, .plink.plink_type_clr_black.plink_type_box_ms:hover, .plink.plink_type_clr_black.plink_type_box_hds:hover, .plink.plink_type_clr_black.plink_type_box_grad:hover, .plink.plink_type_clr_black.plink_type_box_base:hover {
      color: #fff;
      background: var(--theme_black, #000); }
    .plink.plink_type_clr_black.plink_type_box_flip:hover, .plink.plink_type_clr_black.plink_type_box_flip_med:hover, .plink.plink_type_clr_black.plink_type_box_flip_hss:hover, .plink.plink_type_clr_black.plink_type_box_flip_nurs:hover, .plink.plink_type_clr_black.plink_type_box_flip_hsn:hover, .plink.plink_type_clr_black.plink_type_box_flip_ila:hover, .plink.plink_type_clr_black.plink_type_box_flip_hs:hover, .plink.plink_type_clr_black.plink_type_box_flip_ms:hover, .plink.plink_type_clr_black.plink_type_box_flip_hds:hover, .plink.plink_type_clr_black.plink_type_box_flip_grad:hover, .plink.plink_type_clr_black.plink_type_box_flip_base:hover {
      color: var(--theme_black, #000);
      background: transparent; }
  .plink.plink_type_clr_black.plink_type_inline::before, .plink.plink_type_clr_black.plink_type_inline::after {
    color: var(--theme_black, #000) !important; }
  .plink.plink_type_clr_black.plink_type_inline_icon::before, .plink.plink_type_clr_black.plink_type_inline_icon::after {
    color: #fff !important;
    background: var(--theme_black, #000); }
  .plink.plink_type_clr_black.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_black.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: var(--theme_black, #000);
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_black.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_black.plink_type_inline_border:hover {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .plink.plink_type_clr_black.plink_type_inline_border:hover:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
      .plink.plink_type_clr_black.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_white.plink_type_box, .plink.plink_type_clr_white.plink_type_box_med, .plink.plink_type_clr_white.plink_type_box_hss, .plink.plink_type_clr_white.plink_type_box_nurs, .plink.plink_type_clr_white.plink_type_box_hsn, .plink.plink_type_clr_white.plink_type_box_ila, .plink.plink_type_clr_white.plink_type_box_hs, .plink.plink_type_clr_white.plink_type_box_ms, .plink.plink_type_clr_white.plink_type_box_hds, .plink.plink_type_clr_white.plink_type_box_grad, .plink.plink_type_clr_white.plink_type_box_base {
    border: 1px solid #fff;
    color: #fff; }
    .plink.plink_type_clr_white.plink_type_box:hover, .plink.plink_type_clr_white.plink_type_box_flip, .plink.plink_type_clr_white.plink_type_box_flip_med, .plink.plink_type_clr_white.plink_type_box_flip_hss, .plink.plink_type_clr_white.plink_type_box_flip_nurs, .plink.plink_type_clr_white.plink_type_box_flip_hsn, .plink.plink_type_clr_white.plink_type_box_flip_ila, .plink.plink_type_clr_white.plink_type_box_flip_hs, .plink.plink_type_clr_white.plink_type_box_flip_ms, .plink.plink_type_clr_white.plink_type_box_flip_hds, .plink.plink_type_clr_white.plink_type_box_flip_grad, .plink.plink_type_clr_white.plink_type_box_flip_base, .plink.plink_type_clr_white.plink_type_box_med:hover, .plink.plink_type_clr_white.plink_type_box_hss:hover, .plink.plink_type_clr_white.plink_type_box_nurs:hover, .plink.plink_type_clr_white.plink_type_box_hsn:hover, .plink.plink_type_clr_white.plink_type_box_ila:hover, .plink.plink_type_clr_white.plink_type_box_hs:hover, .plink.plink_type_clr_white.plink_type_box_ms:hover, .plink.plink_type_clr_white.plink_type_box_hds:hover, .plink.plink_type_clr_white.plink_type_box_grad:hover, .plink.plink_type_clr_white.plink_type_box_base:hover {
      color: #fff;
      background: #fff; }
    .plink.plink_type_clr_white.plink_type_box_flip:hover, .plink.plink_type_clr_white.plink_type_box_flip_med:hover, .plink.plink_type_clr_white.plink_type_box_flip_hss:hover, .plink.plink_type_clr_white.plink_type_box_flip_nurs:hover, .plink.plink_type_clr_white.plink_type_box_flip_hsn:hover, .plink.plink_type_clr_white.plink_type_box_flip_ila:hover, .plink.plink_type_clr_white.plink_type_box_flip_hs:hover, .plink.plink_type_clr_white.plink_type_box_flip_ms:hover, .plink.plink_type_clr_white.plink_type_box_flip_hds:hover, .plink.plink_type_clr_white.plink_type_box_flip_grad:hover, .plink.plink_type_clr_white.plink_type_box_flip_base:hover {
      color: #fff;
      background: transparent; }
  .plink.plink_type_clr_white.plink_type_inline::before, .plink.plink_type_clr_white.plink_type_inline::after {
    color: #fff !important; }
  .plink.plink_type_clr_white.plink_type_inline_icon::before, .plink.plink_type_clr_white.plink_type_inline_icon::after {
    color: #fff !important;
    background: #fff; }
  .plink.plink_type_clr_white.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_white.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #fff;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_white.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_white.plink_type_inline_border:hover {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .plink.plink_type_clr_white.plink_type_inline_border:hover:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
      .plink.plink_type_clr_white.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_red.plink_type_box, .plink.plink_type_clr_red.plink_type_box_med, .plink.plink_type_clr_red.plink_type_box_hss, .plink.plink_type_clr_red.plink_type_box_nurs, .plink.plink_type_clr_red.plink_type_box_hsn, .plink.plink_type_clr_red.plink_type_box_ila, .plink.plink_type_clr_red.plink_type_box_hs, .plink.plink_type_clr_red.plink_type_box_ms, .plink.plink_type_clr_red.plink_type_box_hds, .plink.plink_type_clr_red.plink_type_box_grad, .plink.plink_type_clr_red.plink_type_box_base {
    border: 1px solid #da212f;
    color: #da212f; }
    .plink.plink_type_clr_red.plink_type_box:hover, .plink.plink_type_clr_red.plink_type_box_flip, .plink.plink_type_clr_red.plink_type_box_flip_med, .plink.plink_type_clr_red.plink_type_box_flip_hss, .plink.plink_type_clr_red.plink_type_box_flip_nurs, .plink.plink_type_clr_red.plink_type_box_flip_hsn, .plink.plink_type_clr_red.plink_type_box_flip_ila, .plink.plink_type_clr_red.plink_type_box_flip_hs, .plink.plink_type_clr_red.plink_type_box_flip_ms, .plink.plink_type_clr_red.plink_type_box_flip_hds, .plink.plink_type_clr_red.plink_type_box_flip_grad, .plink.plink_type_clr_red.plink_type_box_flip_base, .plink.plink_type_clr_red.plink_type_box_med:hover, .plink.plink_type_clr_red.plink_type_box_hss:hover, .plink.plink_type_clr_red.plink_type_box_nurs:hover, .plink.plink_type_clr_red.plink_type_box_hsn:hover, .plink.plink_type_clr_red.plink_type_box_ila:hover, .plink.plink_type_clr_red.plink_type_box_hs:hover, .plink.plink_type_clr_red.plink_type_box_ms:hover, .plink.plink_type_clr_red.plink_type_box_hds:hover, .plink.plink_type_clr_red.plink_type_box_grad:hover, .plink.plink_type_clr_red.plink_type_box_base:hover {
      color: #fff;
      background: #da212f; }
    .plink.plink_type_clr_red.plink_type_box_flip:hover, .plink.plink_type_clr_red.plink_type_box_flip_med:hover, .plink.plink_type_clr_red.plink_type_box_flip_hss:hover, .plink.plink_type_clr_red.plink_type_box_flip_nurs:hover, .plink.plink_type_clr_red.plink_type_box_flip_hsn:hover, .plink.plink_type_clr_red.plink_type_box_flip_ila:hover, .plink.plink_type_clr_red.plink_type_box_flip_hs:hover, .plink.plink_type_clr_red.plink_type_box_flip_ms:hover, .plink.plink_type_clr_red.plink_type_box_flip_hds:hover, .plink.plink_type_clr_red.plink_type_box_flip_grad:hover, .plink.plink_type_clr_red.plink_type_box_flip_base:hover {
      color: #da212f;
      background: transparent; }
  .plink.plink_type_clr_red.plink_type_inline::before, .plink.plink_type_clr_red.plink_type_inline::after {
    color: #da212f !important; }
  .plink.plink_type_clr_red.plink_type_inline_icon::before, .plink.plink_type_clr_red.plink_type_inline_icon::after {
    color: #fff !important;
    background: #da212f; }
  .plink.plink_type_clr_red.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_red.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #da212f;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_red.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_red.plink_type_inline_border:hover {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .plink.plink_type_clr_red.plink_type_inline_border:hover:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
      .plink.plink_type_clr_red.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_text.plink_type_box, .plink.plink_type_clr_text.plink_type_box_med, .plink.plink_type_clr_text.plink_type_box_hss, .plink.plink_type_clr_text.plink_type_box_nurs, .plink.plink_type_clr_text.plink_type_box_hsn, .plink.plink_type_clr_text.plink_type_box_ila, .plink.plink_type_clr_text.plink_type_box_hs, .plink.plink_type_clr_text.plink_type_box_ms, .plink.plink_type_clr_text.plink_type_box_hds, .plink.plink_type_clr_text.plink_type_box_grad, .plink.plink_type_clr_text.plink_type_box_base {
    border: 1px solid #333;
    color: #333; }
    .plink.plink_type_clr_text.plink_type_box:hover, .plink.plink_type_clr_text.plink_type_box_flip, .plink.plink_type_clr_text.plink_type_box_flip_med, .plink.plink_type_clr_text.plink_type_box_flip_hss, .plink.plink_type_clr_text.plink_type_box_flip_nurs, .plink.plink_type_clr_text.plink_type_box_flip_hsn, .plink.plink_type_clr_text.plink_type_box_flip_ila, .plink.plink_type_clr_text.plink_type_box_flip_hs, .plink.plink_type_clr_text.plink_type_box_flip_ms, .plink.plink_type_clr_text.plink_type_box_flip_hds, .plink.plink_type_clr_text.plink_type_box_flip_grad, .plink.plink_type_clr_text.plink_type_box_flip_base, .plink.plink_type_clr_text.plink_type_box_med:hover, .plink.plink_type_clr_text.plink_type_box_hss:hover, .plink.plink_type_clr_text.plink_type_box_nurs:hover, .plink.plink_type_clr_text.plink_type_box_hsn:hover, .plink.plink_type_clr_text.plink_type_box_ila:hover, .plink.plink_type_clr_text.plink_type_box_hs:hover, .plink.plink_type_clr_text.plink_type_box_ms:hover, .plink.plink_type_clr_text.plink_type_box_hds:hover, .plink.plink_type_clr_text.plink_type_box_grad:hover, .plink.plink_type_clr_text.plink_type_box_base:hover {
      color: #fff;
      background: #333; }
    .plink.plink_type_clr_text.plink_type_box_flip:hover, .plink.plink_type_clr_text.plink_type_box_flip_med:hover, .plink.plink_type_clr_text.plink_type_box_flip_hss:hover, .plink.plink_type_clr_text.plink_type_box_flip_nurs:hover, .plink.plink_type_clr_text.plink_type_box_flip_hsn:hover, .plink.plink_type_clr_text.plink_type_box_flip_ila:hover, .plink.plink_type_clr_text.plink_type_box_flip_hs:hover, .plink.plink_type_clr_text.plink_type_box_flip_ms:hover, .plink.plink_type_clr_text.plink_type_box_flip_hds:hover, .plink.plink_type_clr_text.plink_type_box_flip_grad:hover, .plink.plink_type_clr_text.plink_type_box_flip_base:hover {
      color: #333;
      background: transparent; }
  .plink.plink_type_clr_text.plink_type_inline::before, .plink.plink_type_clr_text.plink_type_inline::after {
    color: #333 !important; }
  .plink.plink_type_clr_text.plink_type_inline_icon::before, .plink.plink_type_clr_text.plink_type_inline_icon::after {
    color: #fff !important;
    background: #333; }
  .plink.plink_type_clr_text.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_text.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #333;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_text.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_text.plink_type_inline_border:hover {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .plink.plink_type_clr_text.plink_type_inline_border:hover:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
      .plink.plink_type_clr_text.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_gray.plink_type_box, .plink.plink_type_clr_gray.plink_type_box_med, .plink.plink_type_clr_gray.plink_type_box_hss, .plink.plink_type_clr_gray.plink_type_box_nurs, .plink.plink_type_clr_gray.plink_type_box_hsn, .plink.plink_type_clr_gray.plink_type_box_ila, .plink.plink_type_clr_gray.plink_type_box_hs, .plink.plink_type_clr_gray.plink_type_box_ms, .plink.plink_type_clr_gray.plink_type_box_hds, .plink.plink_type_clr_gray.plink_type_box_grad, .plink.plink_type_clr_gray.plink_type_box_base {
    border: 1px solid var(--theme_bggray, #efefef);
    color: var(--theme_bggray, #efefef); }
    .plink.plink_type_clr_gray.plink_type_box:hover, .plink.plink_type_clr_gray.plink_type_box_flip, .plink.plink_type_clr_gray.plink_type_box_flip_med, .plink.plink_type_clr_gray.plink_type_box_flip_hss, .plink.plink_type_clr_gray.plink_type_box_flip_nurs, .plink.plink_type_clr_gray.plink_type_box_flip_hsn, .plink.plink_type_clr_gray.plink_type_box_flip_ila, .plink.plink_type_clr_gray.plink_type_box_flip_hs, .plink.plink_type_clr_gray.plink_type_box_flip_ms, .plink.plink_type_clr_gray.plink_type_box_flip_hds, .plink.plink_type_clr_gray.plink_type_box_flip_grad, .plink.plink_type_clr_gray.plink_type_box_flip_base, .plink.plink_type_clr_gray.plink_type_box_med:hover, .plink.plink_type_clr_gray.plink_type_box_hss:hover, .plink.plink_type_clr_gray.plink_type_box_nurs:hover, .plink.plink_type_clr_gray.plink_type_box_hsn:hover, .plink.plink_type_clr_gray.plink_type_box_ila:hover, .plink.plink_type_clr_gray.plink_type_box_hs:hover, .plink.plink_type_clr_gray.plink_type_box_ms:hover, .plink.plink_type_clr_gray.plink_type_box_hds:hover, .plink.plink_type_clr_gray.plink_type_box_grad:hover, .plink.plink_type_clr_gray.plink_type_box_base:hover {
      color: #fff;
      background: var(--theme_bggray, #efefef); }
    .plink.plink_type_clr_gray.plink_type_box_flip:hover, .plink.plink_type_clr_gray.plink_type_box_flip_med:hover, .plink.plink_type_clr_gray.plink_type_box_flip_hss:hover, .plink.plink_type_clr_gray.plink_type_box_flip_nurs:hover, .plink.plink_type_clr_gray.plink_type_box_flip_hsn:hover, .plink.plink_type_clr_gray.plink_type_box_flip_ila:hover, .plink.plink_type_clr_gray.plink_type_box_flip_hs:hover, .plink.plink_type_clr_gray.plink_type_box_flip_ms:hover, .plink.plink_type_clr_gray.plink_type_box_flip_hds:hover, .plink.plink_type_clr_gray.plink_type_box_flip_grad:hover, .plink.plink_type_clr_gray.plink_type_box_flip_base:hover {
      color: var(--theme_bggray, #efefef);
      background: transparent; }
  .plink.plink_type_clr_gray.plink_type_inline::before, .plink.plink_type_clr_gray.plink_type_inline::after {
    color: var(--theme_bggray, #efefef) !important; }
  .plink.plink_type_clr_gray.plink_type_inline_icon::before, .plink.plink_type_clr_gray.plink_type_inline_icon::after {
    color: #fff !important;
    background: var(--theme_bggray, #efefef); }
  .plink.plink_type_clr_gray.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_gray.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: var(--theme_bggray, #efefef);
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_gray.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_gray.plink_type_inline_border:hover {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .plink.plink_type_clr_gray.plink_type_inline_border:hover:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
      .plink.plink_type_clr_gray.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_dark.plink_type_box, .plink.plink_type_clr_dark.plink_type_box_med, .plink.plink_type_clr_dark.plink_type_box_hss, .plink.plink_type_clr_dark.plink_type_box_nurs, .plink.plink_type_clr_dark.plink_type_box_hsn, .plink.plink_type_clr_dark.plink_type_box_ila, .plink.plink_type_clr_dark.plink_type_box_hs, .plink.plink_type_clr_dark.plink_type_box_ms, .plink.plink_type_clr_dark.plink_type_box_hds, .plink.plink_type_clr_dark.plink_type_box_grad, .plink.plink_type_clr_dark.plink_type_box_base {
    border: 1px solid var(--theme_black-light, #666);
    color: var(--theme_black-light, #666); }
    .plink.plink_type_clr_dark.plink_type_box:hover, .plink.plink_type_clr_dark.plink_type_box_flip, .plink.plink_type_clr_dark.plink_type_box_flip_med, .plink.plink_type_clr_dark.plink_type_box_flip_hss, .plink.plink_type_clr_dark.plink_type_box_flip_nurs, .plink.plink_type_clr_dark.plink_type_box_flip_hsn, .plink.plink_type_clr_dark.plink_type_box_flip_ila, .plink.plink_type_clr_dark.plink_type_box_flip_hs, .plink.plink_type_clr_dark.plink_type_box_flip_ms, .plink.plink_type_clr_dark.plink_type_box_flip_hds, .plink.plink_type_clr_dark.plink_type_box_flip_grad, .plink.plink_type_clr_dark.plink_type_box_flip_base, .plink.plink_type_clr_dark.plink_type_box_med:hover, .plink.plink_type_clr_dark.plink_type_box_hss:hover, .plink.plink_type_clr_dark.plink_type_box_nurs:hover, .plink.plink_type_clr_dark.plink_type_box_hsn:hover, .plink.plink_type_clr_dark.plink_type_box_ila:hover, .plink.plink_type_clr_dark.plink_type_box_hs:hover, .plink.plink_type_clr_dark.plink_type_box_ms:hover, .plink.plink_type_clr_dark.plink_type_box_hds:hover, .plink.plink_type_clr_dark.plink_type_box_grad:hover, .plink.plink_type_clr_dark.plink_type_box_base:hover {
      color: #fff;
      background: var(--theme_black-light, #666); }
    .plink.plink_type_clr_dark.plink_type_box_flip:hover, .plink.plink_type_clr_dark.plink_type_box_flip_med:hover, .plink.plink_type_clr_dark.plink_type_box_flip_hss:hover, .plink.plink_type_clr_dark.plink_type_box_flip_nurs:hover, .plink.plink_type_clr_dark.plink_type_box_flip_hsn:hover, .plink.plink_type_clr_dark.plink_type_box_flip_ila:hover, .plink.plink_type_clr_dark.plink_type_box_flip_hs:hover, .plink.plink_type_clr_dark.plink_type_box_flip_ms:hover, .plink.plink_type_clr_dark.plink_type_box_flip_hds:hover, .plink.plink_type_clr_dark.plink_type_box_flip_grad:hover, .plink.plink_type_clr_dark.plink_type_box_flip_base:hover {
      color: var(--theme_black-light, #666);
      background: transparent; }
  .plink.plink_type_clr_dark.plink_type_inline::before, .plink.plink_type_clr_dark.plink_type_inline::after {
    color: var(--theme_black-light, #666) !important; }
  .plink.plink_type_clr_dark.plink_type_inline_icon::before, .plink.plink_type_clr_dark.plink_type_inline_icon::after {
    color: #fff !important;
    background: var(--theme_black-light, #666); }
  .plink.plink_type_clr_dark.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_dark.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: var(--theme_black-light, #666);
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_dark.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_dark.plink_type_inline_border:hover {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .plink.plink_type_clr_dark.plink_type_inline_border:hover:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
      .plink.plink_type_clr_dark.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_sub.plink_type_box, .plink.plink_type_clr_sub.plink_type_box_med, .plink.plink_type_clr_sub.plink_type_box_hss, .plink.plink_type_clr_sub.plink_type_box_nurs, .plink.plink_type_clr_sub.plink_type_box_hsn, .plink.plink_type_clr_sub.plink_type_box_ila, .plink.plink_type_clr_sub.plink_type_box_hs, .plink.plink_type_clr_sub.plink_type_box_ms, .plink.plink_type_clr_sub.plink_type_box_hds, .plink.plink_type_clr_sub.plink_type_box_grad, .plink.plink_type_clr_sub.plink_type_box_base {
    border: 1px solid #5c99d6;
    color: #5c99d6; }
    .plink.plink_type_clr_sub.plink_type_box:hover, .plink.plink_type_clr_sub.plink_type_box_flip, .plink.plink_type_clr_sub.plink_type_box_flip_med, .plink.plink_type_clr_sub.plink_type_box_flip_hss, .plink.plink_type_clr_sub.plink_type_box_flip_nurs, .plink.plink_type_clr_sub.plink_type_box_flip_hsn, .plink.plink_type_clr_sub.plink_type_box_flip_ila, .plink.plink_type_clr_sub.plink_type_box_flip_hs, .plink.plink_type_clr_sub.plink_type_box_flip_ms, .plink.plink_type_clr_sub.plink_type_box_flip_hds, .plink.plink_type_clr_sub.plink_type_box_flip_grad, .plink.plink_type_clr_sub.plink_type_box_flip_base, .plink.plink_type_clr_sub.plink_type_box_med:hover, .plink.plink_type_clr_sub.plink_type_box_hss:hover, .plink.plink_type_clr_sub.plink_type_box_nurs:hover, .plink.plink_type_clr_sub.plink_type_box_hsn:hover, .plink.plink_type_clr_sub.plink_type_box_ila:hover, .plink.plink_type_clr_sub.plink_type_box_hs:hover, .plink.plink_type_clr_sub.plink_type_box_ms:hover, .plink.plink_type_clr_sub.plink_type_box_hds:hover, .plink.plink_type_clr_sub.plink_type_box_grad:hover, .plink.plink_type_clr_sub.plink_type_box_base:hover {
      color: #fff;
      background: #5c99d6; }
    .plink.plink_type_clr_sub.plink_type_box_flip:hover, .plink.plink_type_clr_sub.plink_type_box_flip_med:hover, .plink.plink_type_clr_sub.plink_type_box_flip_hss:hover, .plink.plink_type_clr_sub.plink_type_box_flip_nurs:hover, .plink.plink_type_clr_sub.plink_type_box_flip_hsn:hover, .plink.plink_type_clr_sub.plink_type_box_flip_ila:hover, .plink.plink_type_clr_sub.plink_type_box_flip_hs:hover, .plink.plink_type_clr_sub.plink_type_box_flip_ms:hover, .plink.plink_type_clr_sub.plink_type_box_flip_hds:hover, .plink.plink_type_clr_sub.plink_type_box_flip_grad:hover, .plink.plink_type_clr_sub.plink_type_box_flip_base:hover {
      color: #5c99d6;
      background: transparent; }
  .plink.plink_type_clr_sub.plink_type_inline::before, .plink.plink_type_clr_sub.plink_type_inline::after {
    color: #5c99d6 !important; }
  .plink.plink_type_clr_sub.plink_type_inline_icon::before, .plink.plink_type_clr_sub.plink_type_inline_icon::after {
    color: #fff !important;
    background: #5c99d6; }
  .plink.plink_type_clr_sub.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_sub.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #5c99d6;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_sub.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_sub.plink_type_inline_border:hover {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .plink.plink_type_clr_sub.plink_type_inline_border:hover:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
      .plink.plink_type_clr_sub.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink_type_img {
    display: block;
    position: relative;
    color: currentColor; }
    .plink_type_img:hover {
      color: currentColor;
      text-decoration: none; }
    .plink_type_img::before, .plink_type_img::after {
      display: none !important; }
  .plink-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .plink-list-inline {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .plink-list-inline__item {
        padding: 0 0.5em; }
        .plink-list-inline__item:first-child {
          padding-left: 0; }
      .plink-list-inline.plink-list-inline_center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .plink-list-inline.plink-list-inline_right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .plink-list-inline.plink-list-inline_sns {
        text-align: center;
        color: #d3d3d3; }
        @media (min-width: 768px) {
          .plink-list-inline.plink-list-inline_sns {
            font-size: 1rem; } }
        @media (max-width: 767.98px) {
          .plink-list-inline.plink-list-inline_sns {
            font-size: 1rem; } }
        .plink-list-inline.plink-list-inline_sns .plink-list-inline__item {
          padding-left: 0; }
          .plink-list-inline.plink-list-inline_sns .plink-list-inline__item:not(:last-child) {
            padding-right: 20px; }
        @media (min-width: 768px) {
          .plink-list-inline.plink-list-inline_sns {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      .plink-list-inline.plink-list-inline_border .plink-list-inline__item {
        padding: 0 0.5em; }
        .plink-list-inline.plink-list-inline_border .plink-list-inline__item:first-child {
          border-left: 1px solid #d3d3d3; }
        .plink-list-inline.plink-list-inline_border .plink-list-inline__item:not(:last-child) {
          border-right: 1px solid #d3d3d3; }
        .plink-list-inline.plink-list-inline_border .plink-list-inline__item:last-child {
          border-right: 1px solid #d3d3d3; }
      .plink-list-inline.plink-list-inline_border2 {
        line-height: 1;
        margin-bottom: 1em; }
        .plink-list-inline.plink-list-inline_border2 .plink::after {
          margin-top: 0.5em;
          -webkit-transform: translateY(0px);
                  transform: translateY(0px); }
        .plink-list-inline.plink-list-inline_border2 .plink:hover {
          opacity: 1; }
          .plink-list-inline.plink-list-inline_border2 .plink:hover::after {
            -webkit-transform: translateY(5px);
                    transform: translateY(5px); }
        .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item {
          padding: 0 0.5em; }
          .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item:first-child {
            position: relative; }
            .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item:first-child::before {
              position: absolute;
              top: 0;
              left: 0;
              content: "";
              display: block;
              width: 1px;
              height: 1em;
              background: #d3d3d3; }
          .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item:not(:last-child) {
            position: relative; }
            .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item:not(:last-child)::after {
              position: absolute;
              top: 0;
              right: 0;
              content: "";
              display: block;
              width: 1px;
              height: 1em;
              background: #d3d3d3; }
          .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item:last-child {
            position: relative; }
            .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item:last-child::after {
              position: absolute;
              top: 0;
              right: 0;
              content: "";
              display: block;
              width: 1px;
              height: 1em;
              background: #d3d3d3; }
      .plink-list-inline.plink-list-inline_gutter .plink-list-inline__item {
        padding: 0 1.5em; }
    .plink-list__item {
      width: 100%; }
      @media (max-width: 767.98px) {
        .plink-list__item:not(:last-child) {
          margin-bottom: 20px; } }
      .plink-list__item_box-slider {
        position: relative;
        z-index: 1;
        overflow: hidden;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .plink-list__item_box-slider::after {
          content: "" !important;
          margin: 0 !important;
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: transparent;
          z-index: -1;
          background: var(--theme_main, #4F157F);
          -webkit-transform: translateX(-101%);
                  transform: translateX(-101%);
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .plink-list__item_box-slider:hover {
          opacity: 1;
          text-decoration: none;
          color: #fff; }
          .plink-list__item_box-slider:hover::after {
            -webkit-transform: translateX(0);
                    transform: translateX(0); }
        .plink-list__item_box-slider .plink {
          opacity: 1;
          background: transparent; }
          .plink-list__item_box-slider .plink::before {
            -webkit-transition: 0.2s;
            transition: 0.2s; }
          .plink-list__item_box-slider .plink plink_type_box:hover, .plink-list__item_box-slider .plink:hover {
            opacity: 1;
            text-decoration: none;
            color: #fff;
            background: transparent; }
            .plink-list__item_box-slider .plink plink_type_box:hover::before, .plink-list__item_box-slider .plink:hover::before {
              color: #fff; }
    .plink-list_left, .plink-list_center, .plink-list_right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .plink-list_left .plink-list__item, .plink-list_center .plink-list__item, .plink-list_right .plink-list__item {
        margin-left: 20px;
        margin-right: 20px; }
        @media (min-width: 768px) {
          .plink-list_left .plink-list__item, .plink-list_center .plink-list__item, .plink-list_right .plink-list__item {
            max-width: 300px; } }
        .plink-list_left .plink-list__item:first-child, .plink-list_center .plink-list__item:first-child, .plink-list_right .plink-list__item:first-child {
          margin-left: 0; }
        .plink-list_left .plink-list__item:last-child, .plink-list_center .plink-list__item:last-child, .plink-list_right .plink-list__item:last-child {
          margin-right: 0; }
        @media (max-width: 767.98px) {
          .plink-list_left .plink-list__item, .plink-list_center .plink-list__item, .plink-list_right .plink-list__item {
            margin-left: 0;
            margin-right: 0; } }
    .plink-list_center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .plink-list_right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    @media (max-width: 767.98px) {
      .plink-list_blog .plink-list__item_prev {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .plink-list_blog .plink-list__item_now {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-bottom: 0; }
      .plink-list_blog .plink-list__item_next {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .plink-list_auto .plink-list__item {
        max-width: none;
        width: auto; } }
    @media (min-width: 768px) {
      .plink-list_col2 .plink-list__item {
        width: calc((100% - 15px) / 2); }
        .plink-list_col2 .plink-list__item:not(:nth-child(2n)) {
          margin-right: 15px; }
        .plink-list_col2 .plink-list__item:nth-last-child(n + 3) {
          margin-bottom: 15px !important; } }
    @media (min-width: 768px) {
      .plink-list_col3 .plink-list__item {
        width: calc((100% - 30px) / 3); }
        .plink-list_col3 .plink-list__item:not(:nth-child(3n)) {
          margin-right: 15px; }
        .plink-list_col3 .plink-list__item:nth-last-child(n + 4) {
          margin-bottom: 15px !important; } }
    @media (min-width: 768px) {
      .plink-list_col4 .plink-list__item {
        width: calc((100% - 45px) / 4); }
        .plink-list_col4 .plink-list__item:not(:nth-child(4n)) {
          margin-right: 15px; }
        .plink-list_col4 .plink-list__item:nth-last-child(n + 5) {
          margin-bottom: 15px !important; } }
    @media (min-width: 768px) {
      .plink-list_cols .plink-list__item {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
        .plink-list_cols .plink-list__item:not(:last-child) .plink {
          border-right: none; } }
    @media (max-width: 767.98px) {
      .plink-list_cols .plink-list__item:not(:last-child) {
        margin-bottom: 0; }
        .plink-list_cols .plink-list__item:not(:last-child) .plink {
          border-bottom: none; } }

.pnav_sp-drop {
  position: relative; }
  .pnav_sp-drop .nav {
    display: none; }
    .pnav_sp-drop .nav.show {
      display: block; }
  @media (min-width: 768px) {
    .pnav_sp-drop {
      border-top: 1px solid var(--theme_black, #000);
      border-bottom: 1px solid var(--theme_black, #000);
      padding: 25px 0 20px; }
      .pnav_sp-drop .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .pnav_sp-drop .nav-link {
          color: currentColor;
          border-left: 1px solid currentColor;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          padding: 0 0.7em;
          line-height: 1.2;
          margin-bottom: 5px; }
          .pnav_sp-drop .nav-link:last-child {
            border-right: 1px solid currentColor; }
          .pnav_sp-drop .nav-link.active, .pnav_sp-drop .nav-link:hover {
            color: var(--theme_main, #4F157F);
            font-weight: bold; } }

.ptitle, .ptitle_tp1, .ptitle_tp2, .ptitle_tp3, .ptitle_tp4, .ptitle_tp5, .ptitle_tp6, .ptitle_tp7 {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.3; }
  .ptitle.ptitle_s6, .ptitle_s6.ptitle_tp1, .ptitle_s6.ptitle_tp2, .ptitle_s6.ptitle_tp3, .ptitle_s6.ptitle_tp4, .ptitle_s6.ptitle_tp5, .ptitle_tp6, .ptitle_s6.ptitle_tp7 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #333; }
    @media (min-width: 768px) {
      .ptitle.ptitle_s6, .ptitle_s6.ptitle_tp1, .ptitle_s6.ptitle_tp2, .ptitle_s6.ptitle_tp3, .ptitle_s6.ptitle_tp4, .ptitle_s6.ptitle_tp5, .ptitle_tp6, .ptitle_s6.ptitle_tp7 {
        font-size: 2.2rem; } }
    @media (max-width: 767.98px) {
      .ptitle.ptitle_s6, .ptitle_s6.ptitle_tp1, .ptitle_s6.ptitle_tp2, .ptitle_s6.ptitle_tp3, .ptitle_s6.ptitle_tp4, .ptitle_s6.ptitle_tp5, .ptitle_tp6, .ptitle_s6.ptitle_tp7 {
        font-size: 1.8rem; } }
  .ptitle.ptitle_en1, .ptitle.ptitle_en2, .ptitle_en2.ptitle_tp1, .ptitle_en2.ptitle_tp2, .ptitle_en2.ptitle_tp3, .ptitle_en2.ptitle_tp4, .ptitle_en2.ptitle_tp5, .ptitle_en2.ptitle_tp6, .ptitle_en2.ptitle_tp7, .ptitle.ptitle_en3, .ptitle_en3.ptitle_tp1, .ptitle_en3.ptitle_tp2, .ptitle_en3.ptitle_tp3, .ptitle_en3.ptitle_tp4, .ptitle_en3.ptitle_tp5, .ptitle_en3.ptitle_tp6, .ptitle_en3.ptitle_tp7, .ptitle_en1.ptitle_tp1, .ptitle_tp1.ptitle.ptitle_en2, .ptitle_tp1.ptitle.ptitle_en3, .ptitle_tp1.ptitle_pt1, .ptitle_en1.ptitle_tp2, .ptitle_tp2.ptitle.ptitle_en2, .ptitle_tp2.ptitle.ptitle_en3, .ptitle_tp2.ptitle_pt1, .ptitle_en1.ptitle_tp3, .ptitle_tp3.ptitle.ptitle_en2, .ptitle_tp3.ptitle.ptitle_en3, .ptitle_tp3.ptitle_pt1, .ptitle_en1.ptitle_tp4, .ptitle_tp4.ptitle.ptitle_en2, .ptitle_tp4.ptitle.ptitle_en3, .ptitle_tp4.ptitle_pt1, .ptitle_en1.ptitle_tp5, .ptitle_tp5.ptitle.ptitle_en2, .ptitle_tp5.ptitle.ptitle_en3, .ptitle_tp5.ptitle_pt1, .ptitle_en1.ptitle_tp6, .ptitle_tp6.ptitle.ptitle_en2, .ptitle_tp6.ptitle.ptitle_en3, .ptitle_tp6.ptitle_pt1, .ptitle_en1.ptitle_tp7, .ptitle_tp7.ptitle.ptitle_en2, .ptitle_tp7.ptitle.ptitle_en3, .ptitle_tp7.ptitle_pt1, .ptitle.ptitle_pt1 {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: column;
    text-align: center; }
    .ptitle.ptitle_en1 .ptitle__title-en, .ptitle.ptitle_en2 .ptitle__title-en, .ptitle_en2.ptitle_tp1 .ptitle__title-en, .ptitle_en2.ptitle_tp2 .ptitle__title-en, .ptitle_en2.ptitle_tp3 .ptitle__title-en, .ptitle_en2.ptitle_tp4 .ptitle__title-en, .ptitle_en2.ptitle_tp5 .ptitle__title-en, .ptitle_en2.ptitle_tp6 .ptitle__title-en, .ptitle_en2.ptitle_tp7 .ptitle__title-en, .ptitle.ptitle_en3 .ptitle__title-en, .ptitle_en3.ptitle_tp1 .ptitle__title-en, .ptitle_en3.ptitle_tp2 .ptitle__title-en, .ptitle_en3.ptitle_tp3 .ptitle__title-en, .ptitle_en3.ptitle_tp4 .ptitle__title-en, .ptitle_en3.ptitle_tp5 .ptitle__title-en, .ptitle_en3.ptitle_tp6 .ptitle__title-en, .ptitle_en3.ptitle_tp7 .ptitle__title-en, .ptitle_en1.ptitle_tp1 .ptitle__title-en, .ptitle_tp1.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp2 .ptitle__title-en, .ptitle_tp2.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp3 .ptitle__title-en, .ptitle_tp3.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp4 .ptitle__title-en, .ptitle_tp4.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp5 .ptitle__title-en, .ptitle_tp5.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp6 .ptitle__title-en, .ptitle_tp6.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp7 .ptitle__title-en, .ptitle_tp7.ptitle_pt1 .ptitle__title-en, .ptitle.ptitle_pt1 .ptitle__title-en {
      line-height: 1;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .ptitle.ptitle_en1 .ptitle__title-en, .ptitle.ptitle_en2 .ptitle__title-en, .ptitle_en2.ptitle_tp1 .ptitle__title-en, .ptitle_en2.ptitle_tp2 .ptitle__title-en, .ptitle_en2.ptitle_tp3 .ptitle__title-en, .ptitle_en2.ptitle_tp4 .ptitle__title-en, .ptitle_en2.ptitle_tp5 .ptitle__title-en, .ptitle_en2.ptitle_tp6 .ptitle__title-en, .ptitle_en2.ptitle_tp7 .ptitle__title-en, .ptitle.ptitle_en3 .ptitle__title-en, .ptitle_en3.ptitle_tp1 .ptitle__title-en, .ptitle_en3.ptitle_tp2 .ptitle__title-en, .ptitle_en3.ptitle_tp3 .ptitle__title-en, .ptitle_en3.ptitle_tp4 .ptitle__title-en, .ptitle_en3.ptitle_tp5 .ptitle__title-en, .ptitle_en3.ptitle_tp6 .ptitle__title-en, .ptitle_en3.ptitle_tp7 .ptitle__title-en, .ptitle_en1.ptitle_tp1 .ptitle__title-en, .ptitle_tp1.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp2 .ptitle__title-en, .ptitle_tp2.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp3 .ptitle__title-en, .ptitle_tp3.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp4 .ptitle__title-en, .ptitle_tp4.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp5 .ptitle__title-en, .ptitle_tp5.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp6 .ptitle__title-en, .ptitle_tp6.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp7 .ptitle__title-en, .ptitle_tp7.ptitle_pt1 .ptitle__title-en, .ptitle.ptitle_pt1 .ptitle__title-en {
          font-size: 3.5rem; } }
      @media (max-width: 767.98px) {
        .ptitle.ptitle_en1 .ptitle__title-en, .ptitle.ptitle_en2 .ptitle__title-en, .ptitle_en2.ptitle_tp1 .ptitle__title-en, .ptitle_en2.ptitle_tp2 .ptitle__title-en, .ptitle_en2.ptitle_tp3 .ptitle__title-en, .ptitle_en2.ptitle_tp4 .ptitle__title-en, .ptitle_en2.ptitle_tp5 .ptitle__title-en, .ptitle_en2.ptitle_tp6 .ptitle__title-en, .ptitle_en2.ptitle_tp7 .ptitle__title-en, .ptitle.ptitle_en3 .ptitle__title-en, .ptitle_en3.ptitle_tp1 .ptitle__title-en, .ptitle_en3.ptitle_tp2 .ptitle__title-en, .ptitle_en3.ptitle_tp3 .ptitle__title-en, .ptitle_en3.ptitle_tp4 .ptitle__title-en, .ptitle_en3.ptitle_tp5 .ptitle__title-en, .ptitle_en3.ptitle_tp6 .ptitle__title-en, .ptitle_en3.ptitle_tp7 .ptitle__title-en, .ptitle_en1.ptitle_tp1 .ptitle__title-en, .ptitle_tp1.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp2 .ptitle__title-en, .ptitle_tp2.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp3 .ptitle__title-en, .ptitle_tp3.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp4 .ptitle__title-en, .ptitle_tp4.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp5 .ptitle__title-en, .ptitle_tp5.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp6 .ptitle__title-en, .ptitle_tp6.ptitle_pt1 .ptitle__title-en, .ptitle_en1.ptitle_tp7 .ptitle__title-en, .ptitle_tp7.ptitle_pt1 .ptitle__title-en, .ptitle.ptitle_pt1 .ptitle__title-en {
          font-size: 3rem; } }
    .ptitle.ptitle_en1 .ptitle__title-jp, .ptitle.ptitle_en2 .ptitle__title-jp, .ptitle_en2.ptitle_tp1 .ptitle__title-jp, .ptitle_en2.ptitle_tp2 .ptitle__title-jp, .ptitle_en2.ptitle_tp3 .ptitle__title-jp, .ptitle_en2.ptitle_tp4 .ptitle__title-jp, .ptitle_en2.ptitle_tp5 .ptitle__title-jp, .ptitle_en2.ptitle_tp6 .ptitle__title-jp, .ptitle_en2.ptitle_tp7 .ptitle__title-jp, .ptitle.ptitle_en3 .ptitle__title-jp, .ptitle_en3.ptitle_tp1 .ptitle__title-jp, .ptitle_en3.ptitle_tp2 .ptitle__title-jp, .ptitle_en3.ptitle_tp3 .ptitle__title-jp, .ptitle_en3.ptitle_tp4 .ptitle__title-jp, .ptitle_en3.ptitle_tp5 .ptitle__title-jp, .ptitle_en3.ptitle_tp6 .ptitle__title-jp, .ptitle_en3.ptitle_tp7 .ptitle__title-jp, .ptitle_en1.ptitle_tp1 .ptitle__title-jp, .ptitle_tp1.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp2 .ptitle__title-jp, .ptitle_tp2.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp3 .ptitle__title-jp, .ptitle_tp3.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp4 .ptitle__title-jp, .ptitle_tp4.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp5 .ptitle__title-jp, .ptitle_tp5.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp6 .ptitle__title-jp, .ptitle_tp6.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp7 .ptitle__title-jp, .ptitle_tp7.ptitle_pt1 .ptitle__title-jp, .ptitle.ptitle_pt1 .ptitle__title-jp {
      line-height: 1.3; }
      @media (min-width: 768px) {
        .ptitle.ptitle_en1 .ptitle__title-jp, .ptitle.ptitle_en2 .ptitle__title-jp, .ptitle_en2.ptitle_tp1 .ptitle__title-jp, .ptitle_en2.ptitle_tp2 .ptitle__title-jp, .ptitle_en2.ptitle_tp3 .ptitle__title-jp, .ptitle_en2.ptitle_tp4 .ptitle__title-jp, .ptitle_en2.ptitle_tp5 .ptitle__title-jp, .ptitle_en2.ptitle_tp6 .ptitle__title-jp, .ptitle_en2.ptitle_tp7 .ptitle__title-jp, .ptitle.ptitle_en3 .ptitle__title-jp, .ptitle_en3.ptitle_tp1 .ptitle__title-jp, .ptitle_en3.ptitle_tp2 .ptitle__title-jp, .ptitle_en3.ptitle_tp3 .ptitle__title-jp, .ptitle_en3.ptitle_tp4 .ptitle__title-jp, .ptitle_en3.ptitle_tp5 .ptitle__title-jp, .ptitle_en3.ptitle_tp6 .ptitle__title-jp, .ptitle_en3.ptitle_tp7 .ptitle__title-jp, .ptitle_en1.ptitle_tp1 .ptitle__title-jp, .ptitle_tp1.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp2 .ptitle__title-jp, .ptitle_tp2.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp3 .ptitle__title-jp, .ptitle_tp3.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp4 .ptitle__title-jp, .ptitle_tp4.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp5 .ptitle__title-jp, .ptitle_tp5.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp6 .ptitle__title-jp, .ptitle_tp6.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp7 .ptitle__title-jp, .ptitle_tp7.ptitle_pt1 .ptitle__title-jp, .ptitle.ptitle_pt1 .ptitle__title-jp {
          font-size: 1.4rem; } }
      @media (max-width: 767.98px) {
        .ptitle.ptitle_en1 .ptitle__title-jp, .ptitle.ptitle_en2 .ptitle__title-jp, .ptitle_en2.ptitle_tp1 .ptitle__title-jp, .ptitle_en2.ptitle_tp2 .ptitle__title-jp, .ptitle_en2.ptitle_tp3 .ptitle__title-jp, .ptitle_en2.ptitle_tp4 .ptitle__title-jp, .ptitle_en2.ptitle_tp5 .ptitle__title-jp, .ptitle_en2.ptitle_tp6 .ptitle__title-jp, .ptitle_en2.ptitle_tp7 .ptitle__title-jp, .ptitle.ptitle_en3 .ptitle__title-jp, .ptitle_en3.ptitle_tp1 .ptitle__title-jp, .ptitle_en3.ptitle_tp2 .ptitle__title-jp, .ptitle_en3.ptitle_tp3 .ptitle__title-jp, .ptitle_en3.ptitle_tp4 .ptitle__title-jp, .ptitle_en3.ptitle_tp5 .ptitle__title-jp, .ptitle_en3.ptitle_tp6 .ptitle__title-jp, .ptitle_en3.ptitle_tp7 .ptitle__title-jp, .ptitle_en1.ptitle_tp1 .ptitle__title-jp, .ptitle_tp1.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp2 .ptitle__title-jp, .ptitle_tp2.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp3 .ptitle__title-jp, .ptitle_tp3.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp4 .ptitle__title-jp, .ptitle_tp4.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp5 .ptitle__title-jp, .ptitle_tp5.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp6 .ptitle__title-jp, .ptitle_tp6.ptitle_pt1 .ptitle__title-jp, .ptitle_en1.ptitle_tp7 .ptitle__title-jp, .ptitle_tp7.ptitle_pt1 .ptitle__title-jp, .ptitle.ptitle_pt1 .ptitle__title-jp {
          font-size: 1.2rem; } }
  .ptitle.ptitle_en2 .ptitle__title-en, .ptitle_en2.ptitle_tp1 .ptitle__title-en, .ptitle_en2.ptitle_tp2 .ptitle__title-en, .ptitle_en2.ptitle_tp3 .ptitle__title-en, .ptitle_en2.ptitle_tp4 .ptitle__title-en, .ptitle_en2.ptitle_tp5 .ptitle__title-en, .ptitle_en2.ptitle_tp6 .ptitle__title-en, .ptitle_en2.ptitle_tp7 .ptitle__title-en {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #f6dd46));
    background: linear-gradient(transparent 80%, #f6dd46 80%);
    margin-bottom: 0.1em; }
    @media (min-width: 768px) {
      .ptitle.ptitle_en2 .ptitle__title-en, .ptitle_en2.ptitle_tp1 .ptitle__title-en, .ptitle_en2.ptitle_tp2 .ptitle__title-en, .ptitle_en2.ptitle_tp3 .ptitle__title-en, .ptitle_en2.ptitle_tp4 .ptitle__title-en, .ptitle_en2.ptitle_tp5 .ptitle__title-en, .ptitle_en2.ptitle_tp6 .ptitle__title-en, .ptitle_en2.ptitle_tp7 .ptitle__title-en {
        font-size: 6rem; } }
    @media (max-width: 767.98px) {
      .ptitle.ptitle_en2 .ptitle__title-en, .ptitle_en2.ptitle_tp1 .ptitle__title-en, .ptitle_en2.ptitle_tp2 .ptitle__title-en, .ptitle_en2.ptitle_tp3 .ptitle__title-en, .ptitle_en2.ptitle_tp4 .ptitle__title-en, .ptitle_en2.ptitle_tp5 .ptitle__title-en, .ptitle_en2.ptitle_tp6 .ptitle__title-en, .ptitle_en2.ptitle_tp7 .ptitle__title-en {
        font-size: 4rem; } }
  .ptitle.ptitle_en2 .ptitle__title-jp, .ptitle_en2.ptitle_tp1 .ptitle__title-jp, .ptitle_en2.ptitle_tp2 .ptitle__title-jp, .ptitle_en2.ptitle_tp3 .ptitle__title-jp, .ptitle_en2.ptitle_tp4 .ptitle__title-jp, .ptitle_en2.ptitle_tp5 .ptitle__title-jp, .ptitle_en2.ptitle_tp6 .ptitle__title-jp, .ptitle_en2.ptitle_tp7 .ptitle__title-jp {
    line-height: 1; }
    @media (min-width: 768px) {
      .ptitle.ptitle_en2 .ptitle__title-jp, .ptitle_en2.ptitle_tp1 .ptitle__title-jp, .ptitle_en2.ptitle_tp2 .ptitle__title-jp, .ptitle_en2.ptitle_tp3 .ptitle__title-jp, .ptitle_en2.ptitle_tp4 .ptitle__title-jp, .ptitle_en2.ptitle_tp5 .ptitle__title-jp, .ptitle_en2.ptitle_tp6 .ptitle__title-jp, .ptitle_en2.ptitle_tp7 .ptitle__title-jp {
        font-size: 2rem; } }
    @media (max-width: 767.98px) {
      .ptitle.ptitle_en2 .ptitle__title-jp, .ptitle_en2.ptitle_tp1 .ptitle__title-jp, .ptitle_en2.ptitle_tp2 .ptitle__title-jp, .ptitle_en2.ptitle_tp3 .ptitle__title-jp, .ptitle_en2.ptitle_tp4 .ptitle__title-jp, .ptitle_en2.ptitle_tp5 .ptitle__title-jp, .ptitle_en2.ptitle_tp6 .ptitle__title-jp, .ptitle_en2.ptitle_tp7 .ptitle__title-jp {
        font-size: 1.6rem; } }
  .ptitle.ptitle_en3, .ptitle_en3.ptitle_tp1, .ptitle_en3.ptitle_tp2, .ptitle_en3.ptitle_tp3, .ptitle_en3.ptitle_tp4, .ptitle_en3.ptitle_tp5, .ptitle_en3.ptitle_tp6, .ptitle_en3.ptitle_tp7 {
    color: var(--theme_main, #4F157F);
    position: relative;
    padding-top: 65px; }
    .ptitle.ptitle_en3::before, .ptitle_en3.ptitle_tp1::before, .ptitle_en3.ptitle_tp2::before, .ptitle_en3.ptitle_tp3::before, .ptitle_en3.ptitle_tp4::before, .ptitle_en3.ptitle_tp5::before, .ptitle_en3.ptitle_tp6::before, .ptitle_en3.ptitle_tp7::before, .ptitle.ptitle_en3::after, .ptitle_en3.ptitle_tp1::after, .ptitle_en3.ptitle_tp2::after, .ptitle_en3.ptitle_tp3::after, .ptitle_en3.ptitle_tp4::after, .ptitle_en3.ptitle_tp5::after, .ptitle_en3.ptitle_tp6::after, .ptitle_en3.ptitle_tp7::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      bottom: auto;
      z-index: 1;
      width: 2px;
      height: 50px;
      background: #83CCC5; }
    .ptitle.ptitle_en3::after, .ptitle_en3.ptitle_tp1::after, .ptitle_en3.ptitle_tp2::after, .ptitle_en3.ptitle_tp3::after, .ptitle_en3.ptitle_tp4::after, .ptitle_en3.ptitle_tp5::after, .ptitle_en3.ptitle_tp6::after, .ptitle_en3.ptitle_tp7::after {
      height: 20px;
      margin-top: 30px;
      background: var(--theme_main, #4F157F); }
    .ptitle.ptitle_en3 .ptitle__title-en, .ptitle_en3.ptitle_tp1 .ptitle__title-en, .ptitle_en3.ptitle_tp2 .ptitle__title-en, .ptitle_en3.ptitle_tp3 .ptitle__title-en, .ptitle_en3.ptitle_tp4 .ptitle__title-en, .ptitle_en3.ptitle_tp5 .ptitle__title-en, .ptitle_en3.ptitle_tp6 .ptitle__title-en, .ptitle_en3.ptitle_tp7 .ptitle__title-en {
      margin-bottom: 0.3em; }
      @media (min-width: 768px) {
        .ptitle.ptitle_en3 .ptitle__title-en, .ptitle_en3.ptitle_tp1 .ptitle__title-en, .ptitle_en3.ptitle_tp2 .ptitle__title-en, .ptitle_en3.ptitle_tp3 .ptitle__title-en, .ptitle_en3.ptitle_tp4 .ptitle__title-en, .ptitle_en3.ptitle_tp5 .ptitle__title-en, .ptitle_en3.ptitle_tp6 .ptitle__title-en, .ptitle_en3.ptitle_tp7 .ptitle__title-en {
          font-size: 3.6rem; } }
      @media (max-width: 767.98px) {
        .ptitle.ptitle_en3 .ptitle__title-en, .ptitle_en3.ptitle_tp1 .ptitle__title-en, .ptitle_en3.ptitle_tp2 .ptitle__title-en, .ptitle_en3.ptitle_tp3 .ptitle__title-en, .ptitle_en3.ptitle_tp4 .ptitle__title-en, .ptitle_en3.ptitle_tp5 .ptitle__title-en, .ptitle_en3.ptitle_tp6 .ptitle__title-en, .ptitle_en3.ptitle_tp7 .ptitle__title-en {
          font-size: 3rem; } }
    .ptitle.ptitle_en3 .ptitle__title-jp, .ptitle_en3.ptitle_tp1 .ptitle__title-jp, .ptitle_en3.ptitle_tp2 .ptitle__title-jp, .ptitle_en3.ptitle_tp3 .ptitle__title-jp, .ptitle_en3.ptitle_tp4 .ptitle__title-jp, .ptitle_en3.ptitle_tp5 .ptitle__title-jp, .ptitle_en3.ptitle_tp6 .ptitle__title-jp, .ptitle_en3.ptitle_tp7 .ptitle__title-jp {
      line-height: 1; }
      @media (min-width: 768px) {
        .ptitle.ptitle_en3 .ptitle__title-jp, .ptitle_en3.ptitle_tp1 .ptitle__title-jp, .ptitle_en3.ptitle_tp2 .ptitle__title-jp, .ptitle_en3.ptitle_tp3 .ptitle__title-jp, .ptitle_en3.ptitle_tp4 .ptitle__title-jp, .ptitle_en3.ptitle_tp5 .ptitle__title-jp, .ptitle_en3.ptitle_tp6 .ptitle__title-jp, .ptitle_en3.ptitle_tp7 .ptitle__title-jp {
          font-size: 1.5rem; } }
      @media (max-width: 767.98px) {
        .ptitle.ptitle_en3 .ptitle__title-jp, .ptitle_en3.ptitle_tp1 .ptitle__title-jp, .ptitle_en3.ptitle_tp2 .ptitle__title-jp, .ptitle_en3.ptitle_tp3 .ptitle__title-jp, .ptitle_en3.ptitle_tp4 .ptitle__title-jp, .ptitle_en3.ptitle_tp5 .ptitle__title-jp, .ptitle_en3.ptitle_tp6 .ptitle__title-jp, .ptitle_en3.ptitle_tp7 .ptitle__title-jp {
          font-size: 1.4rem; } }
  .ptitle.ptitle_en4, .ptitle_en4.ptitle_tp1, .ptitle_en4.ptitle_tp2, .ptitle_en4.ptitle_tp3, .ptitle_en4.ptitle_tp4, .ptitle_en4.ptitle_tp5, .ptitle_en4.ptitle_tp6, .ptitle_en4.ptitle_tp7 {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: column-reverse;
    font-weight: bold;
    line-height: 1;
    position: relative; }
    .ptitle.ptitle_en4 .ptitle__title-en, .ptitle_en4.ptitle_tp1 .ptitle__title-en, .ptitle_en4.ptitle_tp2 .ptitle__title-en, .ptitle_en4.ptitle_tp3 .ptitle__title-en, .ptitle_en4.ptitle_tp4 .ptitle__title-en, .ptitle_en4.ptitle_tp5 .ptitle__title-en, .ptitle_en4.ptitle_tp6 .ptitle__title-en, .ptitle_en4.ptitle_tp7 .ptitle__title-en {
      font-family: "Quicksand", sans-serif;
      font-weight: 400;
      margin-top: 0.2em;
      text-align: center;
      position: relative; }
      @media (min-width: 768px) {
        .ptitle.ptitle_en4 .ptitle__title-en, .ptitle_en4.ptitle_tp1 .ptitle__title-en, .ptitle_en4.ptitle_tp2 .ptitle__title-en, .ptitle_en4.ptitle_tp3 .ptitle__title-en, .ptitle_en4.ptitle_tp4 .ptitle__title-en, .ptitle_en4.ptitle_tp5 .ptitle__title-en, .ptitle_en4.ptitle_tp6 .ptitle__title-en, .ptitle_en4.ptitle_tp7 .ptitle__title-en {
          font-size: 5.4rem; } }
      @media (max-width: 767.98px) {
        .ptitle.ptitle_en4 .ptitle__title-en, .ptitle_en4.ptitle_tp1 .ptitle__title-en, .ptitle_en4.ptitle_tp2 .ptitle__title-en, .ptitle_en4.ptitle_tp3 .ptitle__title-en, .ptitle_en4.ptitle_tp4 .ptitle__title-en, .ptitle_en4.ptitle_tp5 .ptitle__title-en, .ptitle_en4.ptitle_tp6 .ptitle__title-en, .ptitle_en4.ptitle_tp7 .ptitle__title-en {
          font-size: 3.4rem; } }
      .ptitle.ptitle_en4 .ptitle__title-en::after, .ptitle_en4.ptitle_tp1 .ptitle__title-en::after, .ptitle_en4.ptitle_tp2 .ptitle__title-en::after, .ptitle_en4.ptitle_tp3 .ptitle__title-en::after, .ptitle_en4.ptitle_tp4 .ptitle__title-en::after, .ptitle_en4.ptitle_tp5 .ptitle__title-en::after, .ptitle_en4.ptitle_tp6 .ptitle__title-en::after, .ptitle_en4.ptitle_tp7 .ptitle__title-en::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 60px;
        height: 2px;
        background-color: var(--theme_main, #4F157F);
        top: 100%;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      @media (min-width: 768px) {
        .ptitle.ptitle_en4 .ptitle__title-en::after, .ptitle_en4.ptitle_tp1 .ptitle__title-en::after, .ptitle_en4.ptitle_tp2 .ptitle__title-en::after, .ptitle_en4.ptitle_tp3 .ptitle__title-en::after, .ptitle_en4.ptitle_tp4 .ptitle__title-en::after, .ptitle_en4.ptitle_tp5 .ptitle__title-en::after, .ptitle_en4.ptitle_tp6 .ptitle__title-en::after, .ptitle_en4.ptitle_tp7 .ptitle__title-en::after {
          margin-top: 20px; } }
      @media (max-width: 767.98px) {
        .ptitle.ptitle_en4 .ptitle__title-en::after, .ptitle_en4.ptitle_tp1 .ptitle__title-en::after, .ptitle_en4.ptitle_tp2 .ptitle__title-en::after, .ptitle_en4.ptitle_tp3 .ptitle__title-en::after, .ptitle_en4.ptitle_tp4 .ptitle__title-en::after, .ptitle_en4.ptitle_tp5 .ptitle__title-en::after, .ptitle_en4.ptitle_tp6 .ptitle__title-en::after, .ptitle_en4.ptitle_tp7 .ptitle__title-en::after {
          margin-top: 10px; } }
    .ptitle.ptitle_en4 .ptitle__title-jp, .ptitle_en4.ptitle_tp1 .ptitle__title-jp, .ptitle_en4.ptitle_tp2 .ptitle__title-jp, .ptitle_en4.ptitle_tp3 .ptitle__title-jp, .ptitle_en4.ptitle_tp4 .ptitle__title-jp, .ptitle_en4.ptitle_tp5 .ptitle__title-jp, .ptitle_en4.ptitle_tp6 .ptitle__title-jp, .ptitle_en4.ptitle_tp7 .ptitle__title-jp {
      color: var(--theme_main, #4F157F); }
      @media (min-width: 768px) {
        .ptitle.ptitle_en4 .ptitle__title-jp, .ptitle_en4.ptitle_tp1 .ptitle__title-jp, .ptitle_en4.ptitle_tp2 .ptitle__title-jp, .ptitle_en4.ptitle_tp3 .ptitle__title-jp, .ptitle_en4.ptitle_tp4 .ptitle__title-jp, .ptitle_en4.ptitle_tp5 .ptitle__title-jp, .ptitle_en4.ptitle_tp6 .ptitle__title-jp, .ptitle_en4.ptitle_tp7 .ptitle__title-jp {
          font-size: 1.6rem; } }
      @media (max-width: 767.98px) {
        .ptitle.ptitle_en4 .ptitle__title-jp, .ptitle_en4.ptitle_tp1 .ptitle__title-jp, .ptitle_en4.ptitle_tp2 .ptitle__title-jp, .ptitle_en4.ptitle_tp3 .ptitle__title-jp, .ptitle_en4.ptitle_tp4 .ptitle__title-jp, .ptitle_en4.ptitle_tp5 .ptitle__title-jp, .ptitle_en4.ptitle_tp6 .ptitle__title-jp, .ptitle_en4.ptitle_tp7 .ptitle__title-jp {
          font-size: 1.2rem; } }
    @media (max-width: 767.98px) {
      .ptitle.ptitle_en4, .ptitle_en4.ptitle_tp1, .ptitle_en4.ptitle_tp2, .ptitle_en4.ptitle_tp3, .ptitle_en4.ptitle_tp4, .ptitle_en4.ptitle_tp5, .ptitle_en4.ptitle_tp6, .ptitle_en4.ptitle_tp7 {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (min-width: 768px) {
      .ptitle.ptitle_en4, .ptitle_en4.ptitle_tp1, .ptitle_en4.ptitle_tp2, .ptitle_en4.ptitle_tp3, .ptitle_en4.ptitle_tp4, .ptitle_en4.ptitle_tp5, .ptitle_en4.ptitle_tp6, .ptitle_en4.ptitle_tp7 {
        padding-top: 60px; } }
    @media (max-width: 767.98px) {
      .ptitle.ptitle_en4, .ptitle_en4.ptitle_tp1, .ptitle_en4.ptitle_tp2, .ptitle_en4.ptitle_tp3, .ptitle_en4.ptitle_tp4, .ptitle_en4.ptitle_tp5, .ptitle_en4.ptitle_tp6, .ptitle_en4.ptitle_tp7 {
        padding-top: 25px; } }
    @media (min-width: 768px) {
      .ptitle.ptitle_en4, .ptitle_en4.ptitle_tp1, .ptitle_en4.ptitle_tp2, .ptitle_en4.ptitle_tp3, .ptitle_en4.ptitle_tp4, .ptitle_en4.ptitle_tp5, .ptitle_en4.ptitle_tp6, .ptitle_en4.ptitle_tp7 {
        padding-bottom: 90px; } }
    @media (max-width: 767.98px) {
      .ptitle.ptitle_en4, .ptitle_en4.ptitle_tp1, .ptitle_en4.ptitle_tp2, .ptitle_en4.ptitle_tp3, .ptitle_en4.ptitle_tp4, .ptitle_en4.ptitle_tp5, .ptitle_en4.ptitle_tp6, .ptitle_en4.ptitle_tp7 {
        padding-bottom: 50px; } }
    .ptitle.ptitle_en4::before, .ptitle_en4.ptitle_tp1::before, .ptitle_en4.ptitle_tp2::before, .ptitle_en4.ptitle_tp3::before, .ptitle_en4.ptitle_tp4::before, .ptitle_en4.ptitle_tp5::before, .ptitle_en4.ptitle_tp6::before, .ptitle_en4.ptitle_tp7::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(#caa68d), to(#825907));
      background: linear-gradient(90deg, #caa68d 0%, #825907 100%);
      z-index: -1;
      opacity: 15%; }

.ptitle_tp1 {
  text-align: center;
  color: #fff;
  line-height: 1; }
  .ptitle_tp1 .ptitle__title-en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    display: block; }
    @media (min-width: 768px) {
      .ptitle_tp1 .ptitle__title-en {
        font-size: 6.6rem; } }
    @media (max-width: 767.98px) {
      .ptitle_tp1 .ptitle__title-en {
        font-size: 5.2rem; } }
  .ptitle_tp1 .ptitle__title-jp {
    display: inline-block;
    padding: 0 50px;
    position: relative;
    position: relative; }
    @media (min-width: 768px) {
      .ptitle_tp1 .ptitle__title-jp {
        font-size: 1.6rem; } }
    @media (max-width: 767.98px) {
      .ptitle_tp1 .ptitle__title-jp {
        font-size: 1.4rem; } }
    .ptitle_tp1 .ptitle__title-jp::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 40px;
      height: 1px;
      background-color: #fff;
      left: 0;
      top: 50%; }
    .ptitle_tp1 .ptitle__title-jp::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 40px;
      height: 1px;
      background-color: #fff;
      right: 0;
      top: 50%; }

.ptitle_tp2 {
  color: #fff;
  line-height: 1;
  position: relative; }
  .ptitle_tp2 .ptitle__title-en {
    display: block;
    opacity: 0.8; }
  .ptitle_tp2 .ptitle__title-jp {
    position: relative;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 0; }
    .ptitle_tp2 .ptitle__title-jp::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #fff;
      left: 0;
      top: 50%; }
    .ptitle_tp2 .ptitle__title-jp::after {
      -webkit-transform: translateX(calc( -100% - 10px));
              transform: translateX(calc( -100% - 10px)); }
      @media (max-width: 767.98px) {
        .ptitle_tp2 .ptitle__title-jp::after {
          -webkit-transform: translateX(calc( -100% - 3px));
                  transform: translateX(calc( -100% - 3px)); } }
    @media (min-width: 768px) {
      .ptitle_tp2 .ptitle__title-jp {
        font-size: 1.6rem; } }
    @media (max-width: 767.98px) {
      .ptitle_tp2 .ptitle__title-jp {
        font-size: 1.4rem; } }

.ptitle_tp3 {
  text-align: center; }
  @media (min-width: 768px) {
    .ptitle_tp3 {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .ptitle_tp3 {
      margin-bottom: 30px; } }
  .ptitle_tp3 .ptitle__title-jp {
    display: block;
    font-weight: bold;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .ptitle_tp3 .ptitle__title-jp {
        font-size: 2.4rem; } }
    @media (max-width: 767.98px) {
      .ptitle_tp3 .ptitle__title-jp {
        font-size: 2rem; } }
  .ptitle_tp3 .ptitle__title-en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    display: block;
    color: var(--theme_main, #4F157F); }
    @media (min-width: 768px) {
      .ptitle_tp3 .ptitle__title-en {
        font-size: 1.2rem; } }
    @media (max-width: 767.98px) {
      .ptitle_tp3 .ptitle__title-en {
        font-size: 1.2rem; } }

.ptitle_tp4 {
  text-align: center; }
  .ptitle_tp4 .ptitle__title-main {
    display: block; }
    @media (min-width: 768px) {
      .ptitle_tp4 .ptitle__title-main {
        margin-bottom: 15px; } }
    @media (max-width: 767.98px) {
      .ptitle_tp4 .ptitle__title-main {
        margin-bottom: 15px; } }
  .ptitle_tp4 .ptitle__title-sub {
    display: block;
    color: var(--theme_black-light, #666);
    letter-spacing: normal; }
    @media (min-width: 768px) {
      .ptitle_tp4 .ptitle__title-sub {
        font-size: 1.2rem; } }
    @media (max-width: 767.98px) {
      .ptitle_tp4 .ptitle__title-sub {
        font-size: 1.2rem; } }

.ptitle_tp5 {
  line-height: 1;
  position: relative; }
  .ptitle_tp5 .ptitle__title-en {
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    margin-bottom: 12px;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--theme_main, #4F157F);
    position: relative; }
    @media (min-width: 768px) {
      .ptitle_tp5 .ptitle__title-en {
        font-size: 5.8rem; } }
    @media (max-width: 767.98px) {
      .ptitle_tp5 .ptitle__title-en {
        font-size: 5rem; } }
    .ptitle_tp5 .ptitle__title-en::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #999999;
      bottom: 0;
      left: 0; }
    .ptitle_tp5 .ptitle__title-en::after {
      -webkit-transform: translate(-100%, 1px);
              transform: translate(-100%, 1px); }
  .ptitle_tp5 .ptitle__title-jp {
    display: block;
    font-weight: bold; }
    @media (min-width: 768px) {
      .ptitle_tp5 .ptitle__title-jp {
        font-size: 1.6rem; } }
    @media (max-width: 767.98px) {
      .ptitle_tp5 .ptitle__title-jp {
        font-size: 1.4rem; } }

.ptitle_tp6 {
  font-weight: bold; }
  @media (min-width: 768px) {
    .ptitle_tp6 {
      font-size: 1.8rem; } }
  @media (max-width: 767.98px) {
    .ptitle_tp6 {
      font-size: 1.6rem; } }
  @media (min-width: 768px) {
    .ptitle_tp6 {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .ptitle_tp6 {
      margin-bottom: 20px; } }

.ptitle_tp7 {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1; }
  .ptitle_tp7 .ptitle__title {
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .ptitle_tp7 .ptitle__title {
        font-size: 2.6rem; } }
    @media (max-width: 767.98px) {
      .ptitle_tp7 .ptitle__title {
        font-size: 2.6rem; } }
    @media (min-width: 768px) {
      .ptitle_tp7 .ptitle__title {
        position: static !important;
        position: relative; }
        .ptitle_tp7 .ptitle__title::after {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          width: 1px;
          height: calc(100% - 8em);
          background-color: #fff;
          bottom: 0;
          left: 50%; }
        .ptitle_tp7 .ptitle__title::after {
          bottom: 8em; } }
    @media (max-width: 767.98px) {
      .ptitle_tp7 .ptitle__title {
        position: relative; }
        .ptitle_tp7 .ptitle__title::after {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          width: 1px;
          height: 90px;
          background-color: #fff;
          top: 0;
          left: 50%; }
        .ptitle_tp7 .ptitle__title::after {
          -webkit-transform: translate(0, calc(-100% - 10px));
                  transform: translate(0, calc(-100% - 10px)); } }
  .ptitle_tp7_left {
    margin-right: 0;
    margin-left: auto; }
    @media (min-width: 768px) {
      .ptitle_tp7_left {
        margin-left: 0;
        margin-right: auto; }
        .ptitle_tp7_left .ptitle__title::after {
          bottom: 8.3em;
          left: 0.6em; } }
  .ptitle_tp7_right {
    margin-right: 0;
    margin-left: auto; }
    @media (min-width: 768px) {
      .ptitle_tp7_right .ptitle__title::after {
        left: auto;
        right: 0.6em; } }

.ptitle_tp8 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .ptitle_tp8 {
      font-size: 1.6rem; } }
  @media (max-width: 767.98px) {
    .ptitle_tp8 {
      font-size: 1.4rem; } }
  .ptitle_tp8 .ptitle__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .ptitle_tp8 .ptitle__title-ico {
      margin-right: 5px; }

.ptitle_tp9 {
  color: #fff; }
  .ptitle_tp9 .ptitle__title-jp {
    display: block;
    font-weight: bold;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .ptitle_tp9 .ptitle__title-jp {
        font-size: 5.8rem; } }
    @media (max-width: 767.98px) {
      .ptitle_tp9 .ptitle__title-jp {
        font-size: 4.4rem; } }
  .ptitle_tp9 .ptitle__title-en {
    display: block;
    letter-spacing: normal;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    line-height: 1.8; }
    @media (min-width: 768px) {
      .ptitle_tp9 .ptitle__title-en {
        font-size: 1.6rem; } }
    @media (max-width: 767.98px) {
      .ptitle_tp9 .ptitle__title-en {
        font-size: 1.4rem; } }

.ptitle_pt1 {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: left;
  line-height: 1;
  margin: auto;
  font-weight: bold; }
  @media (min-width: 768px) {
    .ptitle_pt1 .ptitle__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .ptitle_pt1 .ptitle__title-jp {
    font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    font-weight: 400; }
    @media (min-width: 768px) {
      .ptitle_pt1 .ptitle__title-jp {
        font-size: 4.6rem; } }
    @media (max-width: 767.98px) {
      .ptitle_pt1 .ptitle__title-jp {
        font-size: 3rem; } }
    @media (min-width: 768px) {
      .ptitle_pt1 .ptitle__title-jp {
        display: block; } }
  .ptitle_pt1 .ptitle__title-en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    color: var(--theme_main, #4F157F);
    margin-top: 2px; }
    @media (min-width: 768px) {
      .ptitle_pt1 .ptitle__title-en {
        font-size: 1.6rem; } }
    @media (max-width: 767.98px) {
      .ptitle_pt1 .ptitle__title-en {
        font-size: 1.4rem; } }
  @media (min-width: 768px) {
    .ptitle_pt1 {
      font-size: 2.4rem; } }
  @media (max-width: 767.98px) {
    .ptitle_pt1 {
      font-size: 2.4rem; } }
  @media (min-width: 768px) {
    .ptitle_pt1 {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .ptitle_pt1 {
      margin-bottom: 20px; } }

.ptitle_pt2 {
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-weight: 400;
  font-weight: bold;
  color: var(--theme_black, #000); }
  @media (min-width: 768px) {
    .ptitle_pt2 {
      font-size: 4.8rem; } }
  @media (max-width: 767.98px) {
    .ptitle_pt2 {
      font-size: 3.2rem; } }
  @media (min-width: 768px) {
    .ptitle_pt2 {
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .ptitle_pt2 {
      margin-bottom: 0; } }

.ptitle_pt3 {
  text-align: center;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-weight: 400;
  font-weight: bold;
  color: var(--theme_black, #000);
  position: relative;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .ptitle_pt3 {
      font-size: 4.2rem; } }
  @media (max-width: 767.98px) {
    .ptitle_pt3 {
      font-size: 3rem; } }
  .ptitle_pt3::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 60px;
    background-color: #333;
    bottom: 0;
    left: 50%; }
  @media (min-width: 768px) {
    .ptitle_pt3 {
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .ptitle_pt3 {
      margin-bottom: 0; } }
  .ptitle_pt3 .ptitle__title-en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    color: var(--theme_main, #4F157F);
    display: block; }
    @media (min-width: 768px) {
      .ptitle_pt3 .ptitle__title-en {
        font-size: 2.4rem; } }
    @media (max-width: 767.98px) {
      .ptitle_pt3 .ptitle__title-en {
        font-size: 2rem; } }
  .ptitle_pt3 .ptitle__title-sub {
    color: var(--theme_main, #4F157F);
    display: block; }
    @media (min-width: 768px) {
      .ptitle_pt3 .ptitle__title-sub {
        font-size: 2.4rem; } }
    @media (max-width: 767.98px) {
      .ptitle_pt3 .ptitle__title-sub {
        font-size: 2rem; } }

.ptitle_pt4, .ptitle_pt4_med, .ptitle_pt4_hss, .ptitle_pt4_nurs, .ptitle_pt4_hsn, .ptitle_pt4_ila, .ptitle_pt4_hs, .ptitle_pt4_ms, .ptitle_pt4_hds, .ptitle_pt4_grad, .ptitle_pt4_base {
  font-weight: bold;
  position: relative;
  padding-bottom: 30px; }
  .ptitle_pt4::after, .ptitle_pt4_med::after, .ptitle_pt4_hss::after, .ptitle_pt4_nurs::after, .ptitle_pt4_hsn::after, .ptitle_pt4_ila::after, .ptitle_pt4_hs::after, .ptitle_pt4_ms::after, .ptitle_pt4_hds::after, .ptitle_pt4_grad::after, .ptitle_pt4_base::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 120px;
    height: 3px;
    background-color: var(--theme_main, #4F157F);
    bottom: 0;
    left: 0; }
  .ptitle_pt4 .ptitle__title-sub, .ptitle_pt4_med .ptitle__title-sub, .ptitle_pt4_hss .ptitle__title-sub, .ptitle_pt4_nurs .ptitle__title-sub, .ptitle_pt4_hsn .ptitle__title-sub, .ptitle_pt4_ila .ptitle__title-sub, .ptitle_pt4_hs .ptitle__title-sub, .ptitle_pt4_ms .ptitle__title-sub, .ptitle_pt4_hds .ptitle__title-sub, .ptitle_pt4_grad .ptitle__title-sub, .ptitle_pt4_base .ptitle__title-sub {
    color: var(--theme_main, #4F157F);
    display: block; }
    @media (min-width: 768px) {
      .ptitle_pt4 .ptitle__title-sub, .ptitle_pt4_med .ptitle__title-sub, .ptitle_pt4_hss .ptitle__title-sub, .ptitle_pt4_nurs .ptitle__title-sub, .ptitle_pt4_hsn .ptitle__title-sub, .ptitle_pt4_ila .ptitle__title-sub, .ptitle_pt4_hs .ptitle__title-sub, .ptitle_pt4_ms .ptitle__title-sub, .ptitle_pt4_hds .ptitle__title-sub, .ptitle_pt4_grad .ptitle__title-sub, .ptitle_pt4_base .ptitle__title-sub {
        font-size: 1.8rem; } }
    @media (max-width: 767.98px) {
      .ptitle_pt4 .ptitle__title-sub, .ptitle_pt4_med .ptitle__title-sub, .ptitle_pt4_hss .ptitle__title-sub, .ptitle_pt4_nurs .ptitle__title-sub, .ptitle_pt4_hsn .ptitle__title-sub, .ptitle_pt4_ila .ptitle__title-sub, .ptitle_pt4_hs .ptitle__title-sub, .ptitle_pt4_ms .ptitle__title-sub, .ptitle_pt4_hds .ptitle__title-sub, .ptitle_pt4_grad .ptitle__title-sub, .ptitle_pt4_base .ptitle__title-sub {
        font-size: 1.6rem; } }
    @media (min-width: 768px) {
      .ptitle_pt4 .ptitle__title-sub, .ptitle_pt4_med .ptitle__title-sub, .ptitle_pt4_hss .ptitle__title-sub, .ptitle_pt4_nurs .ptitle__title-sub, .ptitle_pt4_hsn .ptitle__title-sub, .ptitle_pt4_ila .ptitle__title-sub, .ptitle_pt4_hs .ptitle__title-sub, .ptitle_pt4_ms .ptitle__title-sub, .ptitle_pt4_hds .ptitle__title-sub, .ptitle_pt4_grad .ptitle__title-sub, .ptitle_pt4_base .ptitle__title-sub {
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .ptitle_pt4 .ptitle__title-sub, .ptitle_pt4_med .ptitle__title-sub, .ptitle_pt4_hss .ptitle__title-sub, .ptitle_pt4_nurs .ptitle__title-sub, .ptitle_pt4_hsn .ptitle__title-sub, .ptitle_pt4_ila .ptitle__title-sub, .ptitle_pt4_hs .ptitle__title-sub, .ptitle_pt4_ms .ptitle__title-sub, .ptitle_pt4_hds .ptitle__title-sub, .ptitle_pt4_grad .ptitle__title-sub, .ptitle_pt4_base .ptitle__title-sub {
        margin-bottom: 10px; } }
  .ptitle_pt4 .ptitle__title-main, .ptitle_pt4_med .ptitle__title-main, .ptitle_pt4_hss .ptitle__title-main, .ptitle_pt4_nurs .ptitle__title-main, .ptitle_pt4_hsn .ptitle__title-main, .ptitle_pt4_ila .ptitle__title-main, .ptitle_pt4_hs .ptitle__title-main, .ptitle_pt4_ms .ptitle__title-main, .ptitle_pt4_hds .ptitle__title-main, .ptitle_pt4_grad .ptitle__title-main, .ptitle_pt4_base .ptitle__title-main {
    font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    font-weight: 400;
    display: block; }
    @media (min-width: 768px) {
      .ptitle_pt4 .ptitle__title-main, .ptitle_pt4_med .ptitle__title-main, .ptitle_pt4_hss .ptitle__title-main, .ptitle_pt4_nurs .ptitle__title-main, .ptitle_pt4_hsn .ptitle__title-main, .ptitle_pt4_ila .ptitle__title-main, .ptitle_pt4_hs .ptitle__title-main, .ptitle_pt4_ms .ptitle__title-main, .ptitle_pt4_hds .ptitle__title-main, .ptitle_pt4_grad .ptitle__title-main, .ptitle_pt4_base .ptitle__title-main {
        font-size: 4.2rem; } }
    @media (max-width: 767.98px) {
      .ptitle_pt4 .ptitle__title-main, .ptitle_pt4_med .ptitle__title-main, .ptitle_pt4_hss .ptitle__title-main, .ptitle_pt4_nurs .ptitle__title-main, .ptitle_pt4_hsn .ptitle__title-main, .ptitle_pt4_ila .ptitle__title-main, .ptitle_pt4_hs .ptitle__title-main, .ptitle_pt4_ms .ptitle__title-main, .ptitle_pt4_hds .ptitle__title-main, .ptitle_pt4_grad .ptitle__title-main, .ptitle_pt4_base .ptitle__title-main {
        font-size: 3rem; } }

.ptitle_ct1 {
  line-height: 1.2;
  position: relative; }
  .ptitle_ct1 .ptitle__title-jp {
    display: inline-block;
    color: var(--theme_main, #4F157F); }
    @media (min-width: 768px) {
      .ptitle_ct1 .ptitle__title-jp {
        font-size: 2rem; } }
    @media (max-width: 767.98px) {
      .ptitle_ct1 .ptitle__title-jp {
        font-size: 1.8rem; } }
  .ptitle_ct1 .ptitle__title-en {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative; }
    @media (min-width: 768px) {
      .ptitle_ct1 .ptitle__title-en {
        font-size: 9.6rem; } }
    @media (max-width: 767.98px) {
      .ptitle_ct1 .ptitle__title-en {
        font-size: 3.8rem; } }
    .ptitle_ct1 .ptitle__title-en::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 40px;
      height: 3px;
      background-color: var(--theme_black, #000);
      bottom: 0;
      left: 0; }
  @media (min-width: 768px) {
    .ptitle_ct1:not(:first-child) {
      margin-top: 120px; } }
  @media (max-width: 767.98px) {
    .ptitle_ct1:not(:first-child) {
      margin-top: 90px; } }

.ptitle_ct2 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .ptitle_ct2 .ptitle__title {
    position: relative; }
    @media (max-width: 767.98px) {
      .ptitle_ct2 .ptitle__title {
        display: block; } }
    .ptitle_ct2 .ptitle__title-en {
      font-family: "Crimson Text", serif;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.2;
      display: block; }
      @media (min-width: 768px) {
        .ptitle_ct2 .ptitle__title-en {
          font-size: 8rem; } }
      @media (max-width: 767.98px) {
        .ptitle_ct2 .ptitle__title-en {
          font-size: 5rem; } }
      @media (min-width: 768px) {
        .ptitle_ct2 .ptitle__title-en {
          margin-bottom: 10px; } }
      @media (max-width: 767.98px) {
        .ptitle_ct2 .ptitle__title-en {
          margin-bottom: 10px; } }
    .ptitle_ct2 .ptitle__title-jp {
      display: block;
      font-weight: bold;
      color: var(--theme_main, #4F157F);
      position: relative; }
      @media (min-width: 768px) {
        .ptitle_ct2 .ptitle__title-jp {
          font-size: 2rem; } }
      @media (max-width: 767.98px) {
        .ptitle_ct2 .ptitle__title-jp {
          font-size: 1.8rem; } }
      .ptitle_ct2 .ptitle__title-jp::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 1px;
        height: 30px;
        background-color: var(--theme_black, #000);
        bottom: 0;
        left: 0; }
      @media (min-width: 768px) {
        .ptitle_ct2 .ptitle__title-jp {
          margin-bottom: 30px; } }
      @media (max-width: 767.98px) {
        .ptitle_ct2 .ptitle__title-jp {
          margin-bottom: 30px; } }
      @media (min-width: 768px) {
        .ptitle_ct2 .ptitle__title-jp {
          padding-bottom: 50px; } }
      @media (max-width: 767.98px) {
        .ptitle_ct2 .ptitle__title-jp {
          padding-bottom: 50px; } }
      .ptitle_ct2 .ptitle__title-jp::after {
        left: 60px; }
  @media (min-width: 768px) {
    .ptitle_ct2:not(:first-child) {
      margin-top: 60px; } }
  @media (max-width: 767.98px) {
    .ptitle_ct2:not(:first-child) {
      margin-top: 40px; } }

@media (min-width: 768px) {
  .ptitle_ct3, .ptitle_ct3_med, .ptitle_ct3_hss, .ptitle_ct3_nurs, .ptitle_ct3_hsn, .ptitle_ct3_ila, .ptitle_ct3_hs, .ptitle_ct3_ms, .ptitle_ct3_hds, .ptitle_ct3_grad, .ptitle_ct3_base {
    margin-bottom: 25px; } }

@media (max-width: 767.98px) {
  .ptitle_ct3, .ptitle_ct3_med, .ptitle_ct3_hss, .ptitle_ct3_nurs, .ptitle_ct3_hsn, .ptitle_ct3_ila, .ptitle_ct3_hs, .ptitle_ct3_ms, .ptitle_ct3_hds, .ptitle_ct3_grad, .ptitle_ct3_base {
    margin-bottom: 25px; } }

.ptitle_ct3 .ptitle__title-en, .ptitle_ct3_med .ptitle__title-en, .ptitle_ct3_hss .ptitle__title-en, .ptitle_ct3_nurs .ptitle__title-en, .ptitle_ct3_hsn .ptitle__title-en, .ptitle_ct3_ila .ptitle__title-en, .ptitle_ct3_hs .ptitle__title-en, .ptitle_ct3_ms .ptitle__title-en, .ptitle_ct3_hds .ptitle__title-en, .ptitle_ct3_grad .ptitle__title-en, .ptitle_ct3_base .ptitle__title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  display: block; }
  @media (min-width: 768px) {
    .ptitle_ct3 .ptitle__title-en, .ptitle_ct3_med .ptitle__title-en, .ptitle_ct3_hss .ptitle__title-en, .ptitle_ct3_nurs .ptitle__title-en, .ptitle_ct3_hsn .ptitle__title-en, .ptitle_ct3_ila .ptitle__title-en, .ptitle_ct3_hs .ptitle__title-en, .ptitle_ct3_ms .ptitle__title-en, .ptitle_ct3_hds .ptitle__title-en, .ptitle_ct3_grad .ptitle__title-en, .ptitle_ct3_base .ptitle__title-en {
      font-size: 5.8rem; } }
  @media (max-width: 767.98px) {
    .ptitle_ct3 .ptitle__title-en, .ptitle_ct3_med .ptitle__title-en, .ptitle_ct3_hss .ptitle__title-en, .ptitle_ct3_nurs .ptitle__title-en, .ptitle_ct3_hsn .ptitle__title-en, .ptitle_ct3_ila .ptitle__title-en, .ptitle_ct3_hs .ptitle__title-en, .ptitle_ct3_ms .ptitle__title-en, .ptitle_ct3_hds .ptitle__title-en, .ptitle_ct3_grad .ptitle__title-en, .ptitle_ct3_base .ptitle__title-en {
      font-size: 5rem; } }

.ptitle_ct3 .ptitle__title-jp, .ptitle_ct3_med .ptitle__title-jp, .ptitle_ct3_hss .ptitle__title-jp, .ptitle_ct3_nurs .ptitle__title-jp, .ptitle_ct3_hsn .ptitle__title-jp, .ptitle_ct3_ila .ptitle__title-jp, .ptitle_ct3_hs .ptitle__title-jp, .ptitle_ct3_ms .ptitle__title-jp, .ptitle_ct3_hds .ptitle__title-jp, .ptitle_ct3_grad .ptitle__title-jp, .ptitle_ct3_base .ptitle__title-jp {
  color: var(--theme_main, #4F157F);
  font-weight: bold;
  display: block; }
  @media (min-width: 768px) {
    .ptitle_ct3 .ptitle__title-jp, .ptitle_ct3_med .ptitle__title-jp, .ptitle_ct3_hss .ptitle__title-jp, .ptitle_ct3_nurs .ptitle__title-jp, .ptitle_ct3_hsn .ptitle__title-jp, .ptitle_ct3_ila .ptitle__title-jp, .ptitle_ct3_hs .ptitle__title-jp, .ptitle_ct3_ms .ptitle__title-jp, .ptitle_ct3_hds .ptitle__title-jp, .ptitle_ct3_grad .ptitle__title-jp, .ptitle_ct3_base .ptitle__title-jp {
      font-size: 1.6rem; } }
  @media (max-width: 767.98px) {
    .ptitle_ct3 .ptitle__title-jp, .ptitle_ct3_med .ptitle__title-jp, .ptitle_ct3_hss .ptitle__title-jp, .ptitle_ct3_nurs .ptitle__title-jp, .ptitle_ct3_hsn .ptitle__title-jp, .ptitle_ct3_ila .ptitle__title-jp, .ptitle_ct3_hs .ptitle__title-jp, .ptitle_ct3_ms .ptitle__title-jp, .ptitle_ct3_hds .ptitle__title-jp, .ptitle_ct3_grad .ptitle__title-jp, .ptitle_ct3_base .ptitle__title-jp {
      font-size: 1.4rem; } }

@media (min-width: 768px) {
  .ptitle_ct3:not(:first-child), .ptitle_ct3_med:not(:first-child), .ptitle_ct3_hss:not(:first-child), .ptitle_ct3_nurs:not(:first-child), .ptitle_ct3_hsn:not(:first-child), .ptitle_ct3_ila:not(:first-child), .ptitle_ct3_hs:not(:first-child), .ptitle_ct3_ms:not(:first-child), .ptitle_ct3_hds:not(:first-child), .ptitle_ct3_grad:not(:first-child), .ptitle_ct3_base:not(:first-child) {
    margin-top: 90px; } }

@media (max-width: 767.98px) {
  .ptitle_ct3:not(:first-child), .ptitle_ct3_med:not(:first-child), .ptitle_ct3_hss:not(:first-child), .ptitle_ct3_nurs:not(:first-child), .ptitle_ct3_hsn:not(:first-child), .ptitle_ct3_ila:not(:first-child), .ptitle_ct3_hs:not(:first-child), .ptitle_ct3_ms:not(:first-child), .ptitle_ct3_hds:not(:first-child), .ptitle_ct3_grad:not(:first-child), .ptitle_ct3_base:not(:first-child) {
    margin-top: 60px; } }

@media (min-width: 768px) {
  .ptitle_ct4 {
    margin-bottom: 40px; } }

@media (max-width: 767.98px) {
  .ptitle_ct4 {
    margin-bottom: 40px; } }

.ptitle_ct4 .ptitle__title {
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background-color: #333;
  padding: 10px 30px;
  position: relative; }
  @media (min-width: 768px) {
    .ptitle_ct4 .ptitle__title {
      font-size: 2.2rem; } }
  @media (max-width: 767.98px) {
    .ptitle_ct4 .ptitle__title {
      font-size: 2rem; } }
  .ptitle_ct4 .ptitle__title::before, .ptitle_ct4 .ptitle__title::after {
    content: '';
    position: absolute;
    border: 10px solid transparent; }
  .ptitle_ct4 .ptitle__title::before {
    top: 0;
    left: 0;
    border-top-color: #fff;
    border-left-color: #fff; }
  .ptitle_ct4 .ptitle__title::after {
    bottom: 0;
    right: 0;
    border-bottom-color: #fff;
    border-right-color: #fff; }

@media (min-width: 768px) {
  .ptitle_ct4:not(:first-child) {
    margin-top: 90px; } }

@media (max-width: 767.98px) {
  .ptitle_ct4:not(:first-child) {
    margin-top: 60px; } }

.ptitle_ct5, .ptitle_ct5_med, .ptitle_ct5_hss, .ptitle_ct5_nurs, .ptitle_ct5_hsn, .ptitle_ct5_ila, .ptitle_ct5_hs, .ptitle_ct5_ms, .ptitle_ct5_hds, .ptitle_ct5_grad, .ptitle_ct5_base {
  line-height: 1; }
  @media (min-width: 768px) {
    .ptitle_ct5, .ptitle_ct5_med, .ptitle_ct5_hss, .ptitle_ct5_nurs, .ptitle_ct5_hsn, .ptitle_ct5_ila, .ptitle_ct5_hs, .ptitle_ct5_ms, .ptitle_ct5_hds, .ptitle_ct5_grad, .ptitle_ct5_base {
      margin-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .ptitle_ct5, .ptitle_ct5_med, .ptitle_ct5_hss, .ptitle_ct5_nurs, .ptitle_ct5_hsn, .ptitle_ct5_ila, .ptitle_ct5_hs, .ptitle_ct5_ms, .ptitle_ct5_hds, .ptitle_ct5_grad, .ptitle_ct5_base {
      margin-bottom: 50px; } }
  .ptitle_ct5 .ptitle__title-num, .ptitle_ct5_med .ptitle__title-num, .ptitle_ct5_hss .ptitle__title-num, .ptitle_ct5_nurs .ptitle__title-num, .ptitle_ct5_hsn .ptitle__title-num, .ptitle_ct5_ila .ptitle__title-num, .ptitle_ct5_hs .ptitle__title-num, .ptitle_ct5_ms .ptitle__title-num, .ptitle_ct5_hds .ptitle__title-num, .ptitle_ct5_grad .ptitle__title-num, .ptitle_ct5_base .ptitle__title-num {
    display: inline-block;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--theme_main, #4F157F);
    position: relative; }
    @media (min-width: 768px) {
      .ptitle_ct5 .ptitle__title-num, .ptitle_ct5_med .ptitle__title-num, .ptitle_ct5_hss .ptitle__title-num, .ptitle_ct5_nurs .ptitle__title-num, .ptitle_ct5_hsn .ptitle__title-num, .ptitle_ct5_ila .ptitle__title-num, .ptitle_ct5_hs .ptitle__title-num, .ptitle_ct5_ms .ptitle__title-num, .ptitle_ct5_hds .ptitle__title-num, .ptitle_ct5_grad .ptitle__title-num, .ptitle_ct5_base .ptitle__title-num {
        font-size: 6.6rem; } }
    @media (max-width: 767.98px) {
      .ptitle_ct5 .ptitle__title-num, .ptitle_ct5_med .ptitle__title-num, .ptitle_ct5_hss .ptitle__title-num, .ptitle_ct5_nurs .ptitle__title-num, .ptitle_ct5_hsn .ptitle__title-num, .ptitle_ct5_ila .ptitle__title-num, .ptitle_ct5_hs .ptitle__title-num, .ptitle_ct5_ms .ptitle__title-num, .ptitle_ct5_hds .ptitle__title-num, .ptitle_ct5_grad .ptitle__title-num, .ptitle_ct5_base .ptitle__title-num {
        font-size: 6rem; } }
    .ptitle_ct5 .ptitle__title-num::after, .ptitle_ct5_med .ptitle__title-num::after, .ptitle_ct5_hss .ptitle__title-num::after, .ptitle_ct5_nurs .ptitle__title-num::after, .ptitle_ct5_hsn .ptitle__title-num::after, .ptitle_ct5_ila .ptitle__title-num::after, .ptitle_ct5_hs .ptitle__title-num::after, .ptitle_ct5_ms .ptitle__title-num::after, .ptitle_ct5_hds .ptitle__title-num::after, .ptitle_ct5_grad .ptitle__title-num::after, .ptitle_ct5_base .ptitle__title-num::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 56px;
      height: 1px;
      background-color: var(--theme_main, #4F157F);
      bottom: 0;
      left: 0; }
    @media (min-width: 768px) {
      .ptitle_ct5 .ptitle__title-num, .ptitle_ct5_med .ptitle__title-num, .ptitle_ct5_hss .ptitle__title-num, .ptitle_ct5_nurs .ptitle__title-num, .ptitle_ct5_hsn .ptitle__title-num, .ptitle_ct5_ila .ptitle__title-num, .ptitle_ct5_hs .ptitle__title-num, .ptitle_ct5_ms .ptitle__title-num, .ptitle_ct5_hds .ptitle__title-num, .ptitle_ct5_grad .ptitle__title-num, .ptitle_ct5_base .ptitle__title-num {
        margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .ptitle_ct5 .ptitle__title-num, .ptitle_ct5_med .ptitle__title-num, .ptitle_ct5_hss .ptitle__title-num, .ptitle_ct5_nurs .ptitle__title-num, .ptitle_ct5_hsn .ptitle__title-num, .ptitle_ct5_ila .ptitle__title-num, .ptitle_ct5_hs .ptitle__title-num, .ptitle_ct5_ms .ptitle__title-num, .ptitle_ct5_hds .ptitle__title-num, .ptitle_ct5_grad .ptitle__title-num, .ptitle_ct5_base .ptitle__title-num {
        margin-bottom: 20px; } }
    .ptitle_ct5 .ptitle__title-num::after, .ptitle_ct5_med .ptitle__title-num::after, .ptitle_ct5_hss .ptitle__title-num::after, .ptitle_ct5_nurs .ptitle__title-num::after, .ptitle_ct5_hsn .ptitle__title-num::after, .ptitle_ct5_ila .ptitle__title-num::after, .ptitle_ct5_hs .ptitle__title-num::after, .ptitle_ct5_ms .ptitle__title-num::after, .ptitle_ct5_hds .ptitle__title-num::after, .ptitle_ct5_grad .ptitle__title-num::after, .ptitle_ct5_base .ptitle__title-num::after {
      left: calc(100% - 25px);
      bottom: 0.1em;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .ptitle_ct5 .ptitle__title-ja, .ptitle_ct5_med .ptitle__title-ja, .ptitle_ct5_hss .ptitle__title-ja, .ptitle_ct5_nurs .ptitle__title-ja, .ptitle_ct5_hsn .ptitle__title-ja, .ptitle_ct5_ila .ptitle__title-ja, .ptitle_ct5_hs .ptitle__title-ja, .ptitle_ct5_ms .ptitle__title-ja, .ptitle_ct5_hds .ptitle__title-ja, .ptitle_ct5_grad .ptitle__title-ja, .ptitle_ct5_base .ptitle__title-ja {
    display: block;
    font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal; }
    @media (min-width: 768px) {
      .ptitle_ct5 .ptitle__title-ja, .ptitle_ct5_med .ptitle__title-ja, .ptitle_ct5_hss .ptitle__title-ja, .ptitle_ct5_nurs .ptitle__title-ja, .ptitle_ct5_hsn .ptitle__title-ja, .ptitle_ct5_ila .ptitle__title-ja, .ptitle_ct5_hs .ptitle__title-ja, .ptitle_ct5_ms .ptitle__title-ja, .ptitle_ct5_hds .ptitle__title-ja, .ptitle_ct5_grad .ptitle__title-ja, .ptitle_ct5_base .ptitle__title-ja {
        font-size: 2.8rem; } }
    @media (max-width: 767.98px) {
      .ptitle_ct5 .ptitle__title-ja, .ptitle_ct5_med .ptitle__title-ja, .ptitle_ct5_hss .ptitle__title-ja, .ptitle_ct5_nurs .ptitle__title-ja, .ptitle_ct5_hsn .ptitle__title-ja, .ptitle_ct5_ila .ptitle__title-ja, .ptitle_ct5_hs .ptitle__title-ja, .ptitle_ct5_ms .ptitle__title-ja, .ptitle_ct5_hds .ptitle__title-ja, .ptitle_ct5_grad .ptitle__title-ja, .ptitle_ct5_base .ptitle__title-ja {
        font-size: 2.2rem; } }

.ptitle_ct6, .ptitle_ct6_med, .ptitle_ct6_hss, .ptitle_ct6_nurs, .ptitle_ct6_hsn, .ptitle_ct6_ila, .ptitle_ct6_hs, .ptitle_ct6_ms, .ptitle_ct6_hds, .ptitle_ct6_grad, .ptitle_ct6_base {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: normal;
  color: var(--theme_main, #4F157F);
  line-height: 1.2;
  position: relative; }
  @media (min-width: 768px) {
    .ptitle_ct6, .ptitle_ct6_med, .ptitle_ct6_hss, .ptitle_ct6_nurs, .ptitle_ct6_hsn, .ptitle_ct6_ila, .ptitle_ct6_hs, .ptitle_ct6_ms, .ptitle_ct6_hds, .ptitle_ct6_grad, .ptitle_ct6_base {
      font-size: 4rem; } }
  @media (max-width: 767.98px) {
    .ptitle_ct6, .ptitle_ct6_med, .ptitle_ct6_hss, .ptitle_ct6_nurs, .ptitle_ct6_hsn, .ptitle_ct6_ila, .ptitle_ct6_hs, .ptitle_ct6_ms, .ptitle_ct6_hds, .ptitle_ct6_grad, .ptitle_ct6_base {
      font-size: 3rem; } }
  .ptitle_ct6::after, .ptitle_ct6_med::after, .ptitle_ct6_hss::after, .ptitle_ct6_nurs::after, .ptitle_ct6_hsn::after, .ptitle_ct6_ila::after, .ptitle_ct6_hs::after, .ptitle_ct6_ms::after, .ptitle_ct6_hds::after, .ptitle_ct6_grad::after, .ptitle_ct6_base::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 2px;
    background-color: #333;
    bottom: 0;
    left: 0; }

.ptitle_t1, .ptitle_t1_s {
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-weight: 400;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.01em; }
  @media (min-width: 768px) {
    .ptitle_t1, .ptitle_t1_s {
      font-size: 3.6rem; } }
  @media (max-width: 767.98px) {
    .ptitle_t1, .ptitle_t1_s {
      font-size: 2.8rem; } }
  @media (min-width: 768px) {
    .ptitle_t1, .ptitle_t1_s {
      margin-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .ptitle_t1, .ptitle_t1_s {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .ptitle_t1:not(:first-child), .ptitle_t1_s:not(:first-child) {
      margin-top: 120px; } }
  @media (max-width: 767.98px) {
    .ptitle_t1:not(:first-child), .ptitle_t1_s:not(:first-child) {
      margin-top: 90px; } }
  .ptitle_t1 .ptitle__title-main, .ptitle_t1_s .ptitle__title-main {
    display: block; }
    @media (min-width: 768px) {
      .ptitle_t1 .ptitle__title-main, .ptitle_t1_s .ptitle__title-main {
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .ptitle_t1 .ptitle__title-main, .ptitle_t1_s .ptitle__title-main {
        margin-bottom: 10px; } }
  .ptitle_t1 .ptitle__title-sub, .ptitle_t1_s .ptitle__title-sub {
    display: block;
    font-weight: normal; }
    @media (min-width: 768px) {
      .ptitle_t1 .ptitle__title-sub, .ptitle_t1_s .ptitle__title-sub {
        font-size: 2.8rem; } }
    @media (max-width: 767.98px) {
      .ptitle_t1 .ptitle__title-sub, .ptitle_t1_s .ptitle__title-sub {
        font-size: 2.2rem; } }
  .ptitle_t1 .ptitle__title-en, .ptitle_t1_s .ptitle__title-en {
    display: block;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    letter-spacing: normal;
    line-height: 1; }
    @media (min-width: 768px) {
      .ptitle_t1 .ptitle__title-en, .ptitle_t1_s .ptitle__title-en {
        font-size: 9.6rem; } }
    @media (max-width: 767.98px) {
      .ptitle_t1 .ptitle__title-en, .ptitle_t1_s .ptitle__title-en {
        font-size: 3.8rem; } }
    @media (min-width: 768px) {
      .ptitle_t1 .ptitle__title-en, .ptitle_t1_s .ptitle__title-en {
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .ptitle_t1 .ptitle__title-en, .ptitle_t1_s .ptitle__title-en {
        margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .ptitle_t1 .ptitle__title-jp, .ptitle_t1_s .ptitle__title-jp {
      font-size: 3.6rem; } }
  @media (max-width: 767.98px) {
    .ptitle_t1 .ptitle__title-jp, .ptitle_t1_s .ptitle__title-jp {
      font-size: 2rem; } }
  @media (min-width: 768px) {
    .ptitle_t1_s {
      font-size: 3.3rem; } }
  @media (max-width: 767.98px) {
    .ptitle_t1_s {
      font-size: 2.6rem; } }

.ptitle_t2 {
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-weight: 400;
  font-weight: normal; }
  @media (min-width: 768px) {
    .ptitle_t2 {
      font-size: 2.8rem; } }
  @media (max-width: 767.98px) {
    .ptitle_t2 {
      font-size: 2.2rem; } }
  @media (min-width: 768px) {
    .ptitle_t2 {
      margin-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .ptitle_t2 {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .ptitle_t2:not(:first-child) {
      margin-top: 90px; } }
  @media (max-width: 767.98px) {
    .ptitle_t2:not(:first-child) {
      margin-top: 60px; } }
  @media (min-width: 768px) {
    .ptitle_t2_s {
      font-size: 2.5rem; } }
  @media (max-width: 767.98px) {
    .ptitle_t2_s {
      font-size: 2rem; } }

.ptitle_t3, .ptitle_t3_med, .ptitle_t3_hss, .ptitle_t3_nurs, .ptitle_t3_hsn, .ptitle_t3_ila, .ptitle_t3_hs, .ptitle_t3_ms, .ptitle_t3_hds, .ptitle_t3_grad, .ptitle_t3_base {
  font-weight: normal;
  position: relative; }
  @media (min-width: 768px) {
    .ptitle_t3, .ptitle_t3_med, .ptitle_t3_hss, .ptitle_t3_nurs, .ptitle_t3_hsn, .ptitle_t3_ila, .ptitle_t3_hs, .ptitle_t3_ms, .ptitle_t3_hds, .ptitle_t3_grad, .ptitle_t3_base {
      font-size: 2.6rem; } }
  @media (max-width: 767.98px) {
    .ptitle_t3, .ptitle_t3_med, .ptitle_t3_hss, .ptitle_t3_nurs, .ptitle_t3_hsn, .ptitle_t3_ila, .ptitle_t3_hs, .ptitle_t3_ms, .ptitle_t3_hds, .ptitle_t3_grad, .ptitle_t3_base {
      font-size: 2rem; } }
  .ptitle_t3::after, .ptitle_t3_med::after, .ptitle_t3_hss::after, .ptitle_t3_nurs::after, .ptitle_t3_hsn::after, .ptitle_t3_ila::after, .ptitle_t3_hs::after, .ptitle_t3_ms::after, .ptitle_t3_hds::after, .ptitle_t3_grad::after, .ptitle_t3_base::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 2px;
    background-color: var(--theme_main, #4F157F);
    bottom: 0;
    left: 0; }
  @media (min-width: 768px) {
    .ptitle_t3, .ptitle_t3_med, .ptitle_t3_hss, .ptitle_t3_nurs, .ptitle_t3_hsn, .ptitle_t3_ila, .ptitle_t3_hs, .ptitle_t3_ms, .ptitle_t3_hds, .ptitle_t3_grad, .ptitle_t3_base {
      padding-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .ptitle_t3, .ptitle_t3_med, .ptitle_t3_hss, .ptitle_t3_nurs, .ptitle_t3_hsn, .ptitle_t3_ila, .ptitle_t3_hs, .ptitle_t3_ms, .ptitle_t3_hds, .ptitle_t3_grad, .ptitle_t3_base {
      padding-bottom: 20px; } }
  @media (min-width: 768px) {
    .ptitle_t3, .ptitle_t3_med, .ptitle_t3_hss, .ptitle_t3_nurs, .ptitle_t3_hsn, .ptitle_t3_ila, .ptitle_t3_hs, .ptitle_t3_ms, .ptitle_t3_hds, .ptitle_t3_grad, .ptitle_t3_base {
      margin-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .ptitle_t3, .ptitle_t3_med, .ptitle_t3_hss, .ptitle_t3_nurs, .ptitle_t3_hsn, .ptitle_t3_ila, .ptitle_t3_hs, .ptitle_t3_ms, .ptitle_t3_hds, .ptitle_t3_grad, .ptitle_t3_base {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .ptitle_t3:not(:first-child), .ptitle_t3_med:not(:first-child), .ptitle_t3_hss:not(:first-child), .ptitle_t3_nurs:not(:first-child), .ptitle_t3_hsn:not(:first-child), .ptitle_t3_ila:not(:first-child), .ptitle_t3_hs:not(:first-child), .ptitle_t3_ms:not(:first-child), .ptitle_t3_hds:not(:first-child), .ptitle_t3_grad:not(:first-child), .ptitle_t3_base:not(:first-child) {
      margin-top: 90px; } }
  @media (max-width: 767.98px) {
    .ptitle_t3:not(:first-child), .ptitle_t3_med:not(:first-child), .ptitle_t3_hss:not(:first-child), .ptitle_t3_nurs:not(:first-child), .ptitle_t3_hsn:not(:first-child), .ptitle_t3_ila:not(:first-child), .ptitle_t3_hs:not(:first-child), .ptitle_t3_ms:not(:first-child), .ptitle_t3_hds:not(:first-child), .ptitle_t3_grad:not(:first-child), .ptitle_t3_base:not(:first-child) {
      margin-top: 60px; } }

.ptitle_t4 {
  font-weight: bold;
  border-bottom: 1px solid currentColor; }
  @media (min-width: 768px) {
    .ptitle_t4 {
      font-size: 1.8rem; } }
  @media (max-width: 767.98px) {
    .ptitle_t4 {
      font-size: 1.6rem; } }
  @media (min-width: 768px) {
    .ptitle_t4 {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .ptitle_t4 {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .ptitle_t4 {
      padding-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .ptitle_t4 {
      padding-bottom: 10px; } }
  @media (min-width: 768px) {
    .ptitle_t4:not(:first-child) {
      margin-top: 60px; } }
  @media (max-width: 767.98px) {
    .ptitle_t4:not(:first-child) {
      margin-top: 60px; } }

.ptitle_t5, .ptitle_t5_main, .ptitle_t5_med, .ptitle_t5_hss, .ptitle_t5_nurs, .ptitle_t5_hsn, .ptitle_t5_ila, .ptitle_t5_hs, .ptitle_t5_ms, .ptitle_t5_hds, .ptitle_t5_grad, .ptitle_t5_base {
  font-weight: bold; }
  @media (min-width: 768px) {
    .ptitle_t5, .ptitle_t5_main, .ptitle_t5_med, .ptitle_t5_hss, .ptitle_t5_nurs, .ptitle_t5_hsn, .ptitle_t5_ila, .ptitle_t5_hs, .ptitle_t5_ms, .ptitle_t5_hds, .ptitle_t5_grad, .ptitle_t5_base {
      font-size: 1.6rem; } }
  @media (max-width: 767.98px) {
    .ptitle_t5, .ptitle_t5_main, .ptitle_t5_med, .ptitle_t5_hss, .ptitle_t5_nurs, .ptitle_t5_hsn, .ptitle_t5_ila, .ptitle_t5_hs, .ptitle_t5_ms, .ptitle_t5_hds, .ptitle_t5_grad, .ptitle_t5_base {
      font-size: 1.4rem; } }
  @media (min-width: 768px) {
    .ptitle_t5, .ptitle_t5_main, .ptitle_t5_med, .ptitle_t5_hss, .ptitle_t5_nurs, .ptitle_t5_hsn, .ptitle_t5_ila, .ptitle_t5_hs, .ptitle_t5_ms, .ptitle_t5_hds, .ptitle_t5_grad, .ptitle_t5_base {
      margin-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .ptitle_t5, .ptitle_t5_main, .ptitle_t5_med, .ptitle_t5_hss, .ptitle_t5_nurs, .ptitle_t5_hsn, .ptitle_t5_ila, .ptitle_t5_hs, .ptitle_t5_ms, .ptitle_t5_hds, .ptitle_t5_grad, .ptitle_t5_base {
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .ptitle_t5:not(:first-child), .ptitle_t5_main:not(:first-child), .ptitle_t5_med:not(:first-child), .ptitle_t5_hss:not(:first-child), .ptitle_t5_nurs:not(:first-child), .ptitle_t5_hsn:not(:first-child), .ptitle_t5_ila:not(:first-child), .ptitle_t5_hs:not(:first-child), .ptitle_t5_ms:not(:first-child), .ptitle_t5_hds:not(:first-child), .ptitle_t5_grad:not(:first-child), .ptitle_t5_base:not(:first-child) {
      margin-top: 60px; } }
  @media (max-width: 767.98px) {
    .ptitle_t5:not(:first-child), .ptitle_t5_main:not(:first-child), .ptitle_t5_med:not(:first-child), .ptitle_t5_hss:not(:first-child), .ptitle_t5_nurs:not(:first-child), .ptitle_t5_hsn:not(:first-child), .ptitle_t5_ila:not(:first-child), .ptitle_t5_hs:not(:first-child), .ptitle_t5_ms:not(:first-child), .ptitle_t5_hds:not(:first-child), .ptitle_t5_grad:not(:first-child), .ptitle_t5_base:not(:first-child) {
      margin-top: 60px; } }
  .ptitle_t5_main {
    color: var(--theme_main, #4F157F); }
  .ptitle_t5 .ptitle__title-en, .ptitle_t5_main .ptitle__title-en, .ptitle_t5_med .ptitle__title-en, .ptitle_t5_hss .ptitle__title-en, .ptitle_t5_nurs .ptitle__title-en, .ptitle_t5_hsn .ptitle__title-en, .ptitle_t5_ila .ptitle__title-en, .ptitle_t5_hs .ptitle__title-en, .ptitle_t5_ms .ptitle__title-en, .ptitle_t5_hds .ptitle__title-en, .ptitle_t5_grad .ptitle__title-en, .ptitle_t5_base .ptitle__title-en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400; }
    @media (min-width: 768px) {
      .ptitle_t5 .ptitle__title-en, .ptitle_t5_main .ptitle__title-en, .ptitle_t5_med .ptitle__title-en, .ptitle_t5_hss .ptitle__title-en, .ptitle_t5_nurs .ptitle__title-en, .ptitle_t5_hsn .ptitle__title-en, .ptitle_t5_ila .ptitle__title-en, .ptitle_t5_hs .ptitle__title-en, .ptitle_t5_ms .ptitle__title-en, .ptitle_t5_hds .ptitle__title-en, .ptitle_t5_grad .ptitle__title-en, .ptitle_t5_base .ptitle__title-en {
        font-size: 1.3rem; } }
    @media (max-width: 767.98px) {
      .ptitle_t5 .ptitle__title-en, .ptitle_t5_main .ptitle__title-en, .ptitle_t5_med .ptitle__title-en, .ptitle_t5_hss .ptitle__title-en, .ptitle_t5_nurs .ptitle__title-en, .ptitle_t5_hsn .ptitle__title-en, .ptitle_t5_ila .ptitle__title-en, .ptitle_t5_hs .ptitle__title-en, .ptitle_t5_ms .ptitle__title-en, .ptitle_t5_hds .ptitle__title-en, .ptitle_t5_grad .ptitle__title-en, .ptitle_t5_base .ptitle__title-en {
        font-size: 1.3rem; } }

.ptitle_t6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: normal; }
  @media (min-width: 768px) {
    .ptitle_t6 {
      font-size: 2.8rem; } }
  @media (max-width: 767.98px) {
    .ptitle_t6 {
      font-size: 2.2rem; } }
  @media (min-width: 768px) {
    .ptitle_t6 {
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .ptitle_t6 {
      margin-bottom: 0; } }

.ptitle_t7, .ptitle_t7_med, .ptitle_t7_hss, .ptitle_t7_nurs, .ptitle_t7_hsn, .ptitle_t7_ila, .ptitle_t7_hs, .ptitle_t7_ms, .ptitle_t7_hds, .ptitle_t7_grad, .ptitle_t7_base {
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  background: var(--theme_main, #4F157F);
  padding: 10px 30px; }
  @media (min-width: 768px) {
    .ptitle_t7, .ptitle_t7_med, .ptitle_t7_hss, .ptitle_t7_nurs, .ptitle_t7_hsn, .ptitle_t7_ila, .ptitle_t7_hs, .ptitle_t7_ms, .ptitle_t7_hds, .ptitle_t7_grad, .ptitle_t7_base {
      font-size: 1.6rem; } }
  @media (max-width: 767.98px) {
    .ptitle_t7, .ptitle_t7_med, .ptitle_t7_hss, .ptitle_t7_nurs, .ptitle_t7_hsn, .ptitle_t7_ila, .ptitle_t7_hs, .ptitle_t7_ms, .ptitle_t7_hds, .ptitle_t7_grad, .ptitle_t7_base {
      font-size: 1.4rem; } }
  @media (min-width: 768px) {
    .ptitle_t7, .ptitle_t7_med, .ptitle_t7_hss, .ptitle_t7_nurs, .ptitle_t7_hsn, .ptitle_t7_ila, .ptitle_t7_hs, .ptitle_t7_ms, .ptitle_t7_hds, .ptitle_t7_grad, .ptitle_t7_base {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .ptitle_t7, .ptitle_t7_med, .ptitle_t7_hss, .ptitle_t7_nurs, .ptitle_t7_hsn, .ptitle_t7_ila, .ptitle_t7_hs, .ptitle_t7_ms, .ptitle_t7_hds, .ptitle_t7_grad, .ptitle_t7_base {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .ptitle_t7:not(:first-child), .ptitle_t7_med:not(:first-child), .ptitle_t7_hss:not(:first-child), .ptitle_t7_nurs:not(:first-child), .ptitle_t7_hsn:not(:first-child), .ptitle_t7_ila:not(:first-child), .ptitle_t7_hs:not(:first-child), .ptitle_t7_ms:not(:first-child), .ptitle_t7_hds:not(:first-child), .ptitle_t7_grad:not(:first-child), .ptitle_t7_base:not(:first-child) {
      margin-top: 30px; } }
  @media (max-width: 767.98px) {
    .ptitle_t7:not(:first-child), .ptitle_t7_med:not(:first-child), .ptitle_t7_hss:not(:first-child), .ptitle_t7_nurs:not(:first-child), .ptitle_t7_hsn:not(:first-child), .ptitle_t7_ila:not(:first-child), .ptitle_t7_hs:not(:first-child), .ptitle_t7_ms:not(:first-child), .ptitle_t7_hds:not(:first-child), .ptitle_t7_grad:not(:first-child), .ptitle_t7_base:not(:first-child) {
      margin-top: 30px; } }

.ptitle_t1 + .ptitle_t1, .ptitle_t1_s + .ptitle_t1, .ptitle_t1 + .ptitle_t1_s, .ptitle_t1_s + .ptitle_t1_s {
  margin-top: 0; }

.ptitle_ct1 + .ptitle_ct1 {
  margin-top: 0; }

.ptitle_t1 + .ptitle_t2, .ptitle_t1_s + .ptitle_t2 {
  margin-top: 0; }

.ptitle_ct1 + .ptitle_ct2 {
  margin-top: 0; }

.ptitle_t1 + .ptitle_t3, .ptitle_t1_s + .ptitle_t3, .ptitle_t1 + .ptitle_t3_med, .ptitle_t1_s + .ptitle_t3_med, .ptitle_t1 + .ptitle_t3_hss, .ptitle_t1_s + .ptitle_t3_hss, .ptitle_t1 + .ptitle_t3_nurs, .ptitle_t1_s + .ptitle_t3_nurs, .ptitle_t1 + .ptitle_t3_hsn, .ptitle_t1_s + .ptitle_t3_hsn, .ptitle_t1 + .ptitle_t3_ila, .ptitle_t1_s + .ptitle_t3_ila, .ptitle_t1 + .ptitle_t3_hs, .ptitle_t1_s + .ptitle_t3_hs, .ptitle_t1 + .ptitle_t3_ms, .ptitle_t1_s + .ptitle_t3_ms, .ptitle_t1 + .ptitle_t3_hds, .ptitle_t1_s + .ptitle_t3_hds, .ptitle_t1 + .ptitle_t3_grad, .ptitle_t1_s + .ptitle_t3_grad, .ptitle_t1 + .ptitle_t3_base, .ptitle_t1_s + .ptitle_t3_base {
  margin-top: 0; }

.ptitle_ct1 + .ptitle_ct3, .ptitle_ct1 + .ptitle_ct3_med, .ptitle_ct1 + .ptitle_ct3_hss, .ptitle_ct1 + .ptitle_ct3_nurs, .ptitle_ct1 + .ptitle_ct3_hsn, .ptitle_ct1 + .ptitle_ct3_ila, .ptitle_ct1 + .ptitle_ct3_hs, .ptitle_ct1 + .ptitle_ct3_ms, .ptitle_ct1 + .ptitle_ct3_hds, .ptitle_ct1 + .ptitle_ct3_grad, .ptitle_ct1 + .ptitle_ct3_base {
  margin-top: 0; }

.ptitle_t1 + .ptitle_t4, .ptitle_t1_s + .ptitle_t4 {
  margin-top: 0; }

.ptitle_ct1 + .ptitle_ct4 {
  margin-top: 0; }

.ptitle_t1 + .ptitle_t5, .ptitle_t1_s + .ptitle_t5, .ptitle_t1 + .ptitle_t5_main, .ptitle_t1_s + .ptitle_t5_main, .ptitle_t1 + .ptitle_t5_med, .ptitle_t1_s + .ptitle_t5_med, .ptitle_t1 + .ptitle_t5_hss, .ptitle_t1_s + .ptitle_t5_hss, .ptitle_t1 + .ptitle_t5_nurs, .ptitle_t1_s + .ptitle_t5_nurs, .ptitle_t1 + .ptitle_t5_hsn, .ptitle_t1_s + .ptitle_t5_hsn, .ptitle_t1 + .ptitle_t5_ila, .ptitle_t1_s + .ptitle_t5_ila, .ptitle_t1 + .ptitle_t5_hs, .ptitle_t1_s + .ptitle_t5_hs, .ptitle_t1 + .ptitle_t5_ms, .ptitle_t1_s + .ptitle_t5_ms, .ptitle_t1 + .ptitle_t5_hds, .ptitle_t1_s + .ptitle_t5_hds, .ptitle_t1 + .ptitle_t5_grad, .ptitle_t1_s + .ptitle_t5_grad, .ptitle_t1 + .ptitle_t5_base, .ptitle_t1_s + .ptitle_t5_base {
  margin-top: 0; }

.ptitle_ct1 + .ptitle_ct5, .ptitle_ct1 + .ptitle_ct5_med, .ptitle_ct1 + .ptitle_ct5_hss, .ptitle_ct1 + .ptitle_ct5_nurs, .ptitle_ct1 + .ptitle_ct5_hsn, .ptitle_ct1 + .ptitle_ct5_ila, .ptitle_ct1 + .ptitle_ct5_hs, .ptitle_ct1 + .ptitle_ct5_ms, .ptitle_ct1 + .ptitle_ct5_hds, .ptitle_ct1 + .ptitle_ct5_grad, .ptitle_ct1 + .ptitle_ct5_base {
  margin-top: 0; }

.ptitle_t1 + .ptitle_t6, .ptitle_t1_s + .ptitle_t6 {
  margin-top: 0; }

.ptitle_ct1 + .ptitle_ct6, .ptitle_ct1 + .ptitle_ct6_med, .ptitle_ct1 + .ptitle_ct6_hss, .ptitle_ct1 + .ptitle_ct6_nurs, .ptitle_ct1 + .ptitle_ct6_hsn, .ptitle_ct1 + .ptitle_ct6_ila, .ptitle_ct1 + .ptitle_ct6_hs, .ptitle_ct1 + .ptitle_ct6_ms, .ptitle_ct1 + .ptitle_ct6_hds, .ptitle_ct1 + .ptitle_ct6_grad, .ptitle_ct1 + .ptitle_ct6_base {
  margin-top: 0; }

.ptitle_t1 + .ptitle_t7, .ptitle_t1_s + .ptitle_t7, .ptitle_t1 + .ptitle_t7_med, .ptitle_t1_s + .ptitle_t7_med, .ptitle_t1 + .ptitle_t7_hss, .ptitle_t1_s + .ptitle_t7_hss, .ptitle_t1 + .ptitle_t7_nurs, .ptitle_t1_s + .ptitle_t7_nurs, .ptitle_t1 + .ptitle_t7_hsn, .ptitle_t1_s + .ptitle_t7_hsn, .ptitle_t1 + .ptitle_t7_ila, .ptitle_t1_s + .ptitle_t7_ila, .ptitle_t1 + .ptitle_t7_hs, .ptitle_t1_s + .ptitle_t7_hs, .ptitle_t1 + .ptitle_t7_ms, .ptitle_t1_s + .ptitle_t7_ms, .ptitle_t1 + .ptitle_t7_hds, .ptitle_t1_s + .ptitle_t7_hds, .ptitle_t1 + .ptitle_t7_grad, .ptitle_t1_s + .ptitle_t7_grad, .ptitle_t1 + .ptitle_t7_base, .ptitle_t1_s + .ptitle_t7_base {
  margin-top: 0; }

.ptitle_ct1 + .ptitle_ct7 {
  margin-top: 0; }

.ptitle_t2 + .ptitle_t2 {
  margin-top: 0; }

.ptitle_ct2 + .ptitle_ct2 {
  margin-top: 0; }

.ptitle_t2 + .ptitle_t3, .ptitle_t2 + .ptitle_t3_med, .ptitle_t2 + .ptitle_t3_hss, .ptitle_t2 + .ptitle_t3_nurs, .ptitle_t2 + .ptitle_t3_hsn, .ptitle_t2 + .ptitle_t3_ila, .ptitle_t2 + .ptitle_t3_hs, .ptitle_t2 + .ptitle_t3_ms, .ptitle_t2 + .ptitle_t3_hds, .ptitle_t2 + .ptitle_t3_grad, .ptitle_t2 + .ptitle_t3_base {
  margin-top: 0; }

.ptitle_ct2 + .ptitle_ct3, .ptitle_ct2 + .ptitle_ct3_med, .ptitle_ct2 + .ptitle_ct3_hss, .ptitle_ct2 + .ptitle_ct3_nurs, .ptitle_ct2 + .ptitle_ct3_hsn, .ptitle_ct2 + .ptitle_ct3_ila, .ptitle_ct2 + .ptitle_ct3_hs, .ptitle_ct2 + .ptitle_ct3_ms, .ptitle_ct2 + .ptitle_ct3_hds, .ptitle_ct2 + .ptitle_ct3_grad, .ptitle_ct2 + .ptitle_ct3_base {
  margin-top: 0; }

.ptitle_t2 + .ptitle_t4 {
  margin-top: 0; }

.ptitle_ct2 + .ptitle_ct4 {
  margin-top: 0; }

.ptitle_t2 + .ptitle_t5, .ptitle_t2 + .ptitle_t5_main, .ptitle_t2 + .ptitle_t5_med, .ptitle_t2 + .ptitle_t5_hss, .ptitle_t2 + .ptitle_t5_nurs, .ptitle_t2 + .ptitle_t5_hsn, .ptitle_t2 + .ptitle_t5_ila, .ptitle_t2 + .ptitle_t5_hs, .ptitle_t2 + .ptitle_t5_ms, .ptitle_t2 + .ptitle_t5_hds, .ptitle_t2 + .ptitle_t5_grad, .ptitle_t2 + .ptitle_t5_base {
  margin-top: 0; }

.ptitle_ct2 + .ptitle_ct5, .ptitle_ct2 + .ptitle_ct5_med, .ptitle_ct2 + .ptitle_ct5_hss, .ptitle_ct2 + .ptitle_ct5_nurs, .ptitle_ct2 + .ptitle_ct5_hsn, .ptitle_ct2 + .ptitle_ct5_ila, .ptitle_ct2 + .ptitle_ct5_hs, .ptitle_ct2 + .ptitle_ct5_ms, .ptitle_ct2 + .ptitle_ct5_hds, .ptitle_ct2 + .ptitle_ct5_grad, .ptitle_ct2 + .ptitle_ct5_base {
  margin-top: 0; }

.ptitle_t2 + .ptitle_t6 {
  margin-top: 0; }

.ptitle_ct2 + .ptitle_ct6, .ptitle_ct2 + .ptitle_ct6_med, .ptitle_ct2 + .ptitle_ct6_hss, .ptitle_ct2 + .ptitle_ct6_nurs, .ptitle_ct2 + .ptitle_ct6_hsn, .ptitle_ct2 + .ptitle_ct6_ila, .ptitle_ct2 + .ptitle_ct6_hs, .ptitle_ct2 + .ptitle_ct6_ms, .ptitle_ct2 + .ptitle_ct6_hds, .ptitle_ct2 + .ptitle_ct6_grad, .ptitle_ct2 + .ptitle_ct6_base {
  margin-top: 0; }

.ptitle_t2 + .ptitle_t7, .ptitle_t2 + .ptitle_t7_med, .ptitle_t2 + .ptitle_t7_hss, .ptitle_t2 + .ptitle_t7_nurs, .ptitle_t2 + .ptitle_t7_hsn, .ptitle_t2 + .ptitle_t7_ila, .ptitle_t2 + .ptitle_t7_hs, .ptitle_t2 + .ptitle_t7_ms, .ptitle_t2 + .ptitle_t7_hds, .ptitle_t2 + .ptitle_t7_grad, .ptitle_t2 + .ptitle_t7_base {
  margin-top: 0; }

.ptitle_ct2 + .ptitle_ct7 {
  margin-top: 0; }

.ptitle_t3 + .ptitle_t3, .ptitle_t3_med + .ptitle_t3, .ptitle_t3_hss + .ptitle_t3, .ptitle_t3_nurs + .ptitle_t3, .ptitle_t3_hsn + .ptitle_t3, .ptitle_t3_ila + .ptitle_t3, .ptitle_t3_hs + .ptitle_t3, .ptitle_t3_ms + .ptitle_t3, .ptitle_t3_hds + .ptitle_t3, .ptitle_t3_grad + .ptitle_t3, .ptitle_t3_base + .ptitle_t3, .ptitle_t3 + .ptitle_t3_med, .ptitle_t3_med + .ptitle_t3_med, .ptitle_t3_hss + .ptitle_t3_med, .ptitle_t3_nurs + .ptitle_t3_med, .ptitle_t3_hsn + .ptitle_t3_med, .ptitle_t3_ila + .ptitle_t3_med, .ptitle_t3_hs + .ptitle_t3_med, .ptitle_t3_ms + .ptitle_t3_med, .ptitle_t3_hds + .ptitle_t3_med, .ptitle_t3_grad + .ptitle_t3_med, .ptitle_t3_base + .ptitle_t3_med, .ptitle_t3 + .ptitle_t3_hss, .ptitle_t3_med + .ptitle_t3_hss, .ptitle_t3_hss + .ptitle_t3_hss, .ptitle_t3_nurs + .ptitle_t3_hss, .ptitle_t3_hsn + .ptitle_t3_hss, .ptitle_t3_ila + .ptitle_t3_hss, .ptitle_t3_hs + .ptitle_t3_hss, .ptitle_t3_ms + .ptitle_t3_hss, .ptitle_t3_hds + .ptitle_t3_hss, .ptitle_t3_grad + .ptitle_t3_hss, .ptitle_t3_base + .ptitle_t3_hss, .ptitle_t3 + .ptitle_t3_nurs, .ptitle_t3_med + .ptitle_t3_nurs, .ptitle_t3_hss + .ptitle_t3_nurs, .ptitle_t3_nurs + .ptitle_t3_nurs, .ptitle_t3_hsn + .ptitle_t3_nurs, .ptitle_t3_ila + .ptitle_t3_nurs, .ptitle_t3_hs + .ptitle_t3_nurs, .ptitle_t3_ms + .ptitle_t3_nurs, .ptitle_t3_hds + .ptitle_t3_nurs, .ptitle_t3_grad + .ptitle_t3_nurs, .ptitle_t3_base + .ptitle_t3_nurs, .ptitle_t3 + .ptitle_t3_hsn, .ptitle_t3_med + .ptitle_t3_hsn, .ptitle_t3_hss + .ptitle_t3_hsn, .ptitle_t3_nurs + .ptitle_t3_hsn, .ptitle_t3_hsn + .ptitle_t3_hsn, .ptitle_t3_ila + .ptitle_t3_hsn, .ptitle_t3_hs + .ptitle_t3_hsn, .ptitle_t3_ms + .ptitle_t3_hsn, .ptitle_t3_hds + .ptitle_t3_hsn, .ptitle_t3_grad + .ptitle_t3_hsn, .ptitle_t3_base + .ptitle_t3_hsn, .ptitle_t3 + .ptitle_t3_ila, .ptitle_t3_med + .ptitle_t3_ila, .ptitle_t3_hss + .ptitle_t3_ila, .ptitle_t3_nurs + .ptitle_t3_ila, .ptitle_t3_hsn + .ptitle_t3_ila, .ptitle_t3_ila + .ptitle_t3_ila, .ptitle_t3_hs + .ptitle_t3_ila, .ptitle_t3_ms + .ptitle_t3_ila, .ptitle_t3_hds + .ptitle_t3_ila, .ptitle_t3_grad + .ptitle_t3_ila, .ptitle_t3_base + .ptitle_t3_ila, .ptitle_t3 + .ptitle_t3_hs, .ptitle_t3_med + .ptitle_t3_hs, .ptitle_t3_hss + .ptitle_t3_hs, .ptitle_t3_nurs + .ptitle_t3_hs, .ptitle_t3_hsn + .ptitle_t3_hs, .ptitle_t3_ila + .ptitle_t3_hs, .ptitle_t3_hs + .ptitle_t3_hs, .ptitle_t3_ms + .ptitle_t3_hs, .ptitle_t3_hds + .ptitle_t3_hs, .ptitle_t3_grad + .ptitle_t3_hs, .ptitle_t3_base + .ptitle_t3_hs, .ptitle_t3 + .ptitle_t3_ms, .ptitle_t3_med + .ptitle_t3_ms, .ptitle_t3_hss + .ptitle_t3_ms, .ptitle_t3_nurs + .ptitle_t3_ms, .ptitle_t3_hsn + .ptitle_t3_ms, .ptitle_t3_ila + .ptitle_t3_ms, .ptitle_t3_hs + .ptitle_t3_ms, .ptitle_t3_ms + .ptitle_t3_ms, .ptitle_t3_hds + .ptitle_t3_ms, .ptitle_t3_grad + .ptitle_t3_ms, .ptitle_t3_base + .ptitle_t3_ms, .ptitle_t3 + .ptitle_t3_hds, .ptitle_t3_med + .ptitle_t3_hds, .ptitle_t3_hss + .ptitle_t3_hds, .ptitle_t3_nurs + .ptitle_t3_hds, .ptitle_t3_hsn + .ptitle_t3_hds, .ptitle_t3_ila + .ptitle_t3_hds, .ptitle_t3_hs + .ptitle_t3_hds, .ptitle_t3_ms + .ptitle_t3_hds, .ptitle_t3_hds + .ptitle_t3_hds, .ptitle_t3_grad + .ptitle_t3_hds, .ptitle_t3_base + .ptitle_t3_hds, .ptitle_t3 + .ptitle_t3_grad, .ptitle_t3_med + .ptitle_t3_grad, .ptitle_t3_hss + .ptitle_t3_grad, .ptitle_t3_nurs + .ptitle_t3_grad, .ptitle_t3_hsn + .ptitle_t3_grad, .ptitle_t3_ila + .ptitle_t3_grad, .ptitle_t3_hs + .ptitle_t3_grad, .ptitle_t3_ms + .ptitle_t3_grad, .ptitle_t3_hds + .ptitle_t3_grad, .ptitle_t3_grad + .ptitle_t3_grad, .ptitle_t3_base + .ptitle_t3_grad, .ptitle_t3 + .ptitle_t3_base, .ptitle_t3_med + .ptitle_t3_base, .ptitle_t3_hss + .ptitle_t3_base, .ptitle_t3_nurs + .ptitle_t3_base, .ptitle_t3_hsn + .ptitle_t3_base, .ptitle_t3_ila + .ptitle_t3_base, .ptitle_t3_hs + .ptitle_t3_base, .ptitle_t3_ms + .ptitle_t3_base, .ptitle_t3_hds + .ptitle_t3_base, .ptitle_t3_grad + .ptitle_t3_base, .ptitle_t3_base + .ptitle_t3_base {
  margin-top: 0; }

.ptitle_ct3 + .ptitle_ct3, .ptitle_ct3_med + .ptitle_ct3, .ptitle_ct3_hss + .ptitle_ct3, .ptitle_ct3_nurs + .ptitle_ct3, .ptitle_ct3_hsn + .ptitle_ct3, .ptitle_ct3_ila + .ptitle_ct3, .ptitle_ct3_hs + .ptitle_ct3, .ptitle_ct3_ms + .ptitle_ct3, .ptitle_ct3_hds + .ptitle_ct3, .ptitle_ct3_grad + .ptitle_ct3, .ptitle_ct3_base + .ptitle_ct3, .ptitle_ct3 + .ptitle_ct3_med, .ptitle_ct3_med + .ptitle_ct3_med, .ptitle_ct3_hss + .ptitle_ct3_med, .ptitle_ct3_nurs + .ptitle_ct3_med, .ptitle_ct3_hsn + .ptitle_ct3_med, .ptitle_ct3_ila + .ptitle_ct3_med, .ptitle_ct3_hs + .ptitle_ct3_med, .ptitle_ct3_ms + .ptitle_ct3_med, .ptitle_ct3_hds + .ptitle_ct3_med, .ptitle_ct3_grad + .ptitle_ct3_med, .ptitle_ct3_base + .ptitle_ct3_med, .ptitle_ct3 + .ptitle_ct3_hss, .ptitle_ct3_med + .ptitle_ct3_hss, .ptitle_ct3_hss + .ptitle_ct3_hss, .ptitle_ct3_nurs + .ptitle_ct3_hss, .ptitle_ct3_hsn + .ptitle_ct3_hss, .ptitle_ct3_ila + .ptitle_ct3_hss, .ptitle_ct3_hs + .ptitle_ct3_hss, .ptitle_ct3_ms + .ptitle_ct3_hss, .ptitle_ct3_hds + .ptitle_ct3_hss, .ptitle_ct3_grad + .ptitle_ct3_hss, .ptitle_ct3_base + .ptitle_ct3_hss, .ptitle_ct3 + .ptitle_ct3_nurs, .ptitle_ct3_med + .ptitle_ct3_nurs, .ptitle_ct3_hss + .ptitle_ct3_nurs, .ptitle_ct3_nurs + .ptitle_ct3_nurs, .ptitle_ct3_hsn + .ptitle_ct3_nurs, .ptitle_ct3_ila + .ptitle_ct3_nurs, .ptitle_ct3_hs + .ptitle_ct3_nurs, .ptitle_ct3_ms + .ptitle_ct3_nurs, .ptitle_ct3_hds + .ptitle_ct3_nurs, .ptitle_ct3_grad + .ptitle_ct3_nurs, .ptitle_ct3_base + .ptitle_ct3_nurs, .ptitle_ct3 + .ptitle_ct3_hsn, .ptitle_ct3_med + .ptitle_ct3_hsn, .ptitle_ct3_hss + .ptitle_ct3_hsn, .ptitle_ct3_nurs + .ptitle_ct3_hsn, .ptitle_ct3_hsn + .ptitle_ct3_hsn, .ptitle_ct3_ila + .ptitle_ct3_hsn, .ptitle_ct3_hs + .ptitle_ct3_hsn, .ptitle_ct3_ms + .ptitle_ct3_hsn, .ptitle_ct3_hds + .ptitle_ct3_hsn, .ptitle_ct3_grad + .ptitle_ct3_hsn, .ptitle_ct3_base + .ptitle_ct3_hsn, .ptitle_ct3 + .ptitle_ct3_ila, .ptitle_ct3_med + .ptitle_ct3_ila, .ptitle_ct3_hss + .ptitle_ct3_ila, .ptitle_ct3_nurs + .ptitle_ct3_ila, .ptitle_ct3_hsn + .ptitle_ct3_ila, .ptitle_ct3_ila + .ptitle_ct3_ila, .ptitle_ct3_hs + .ptitle_ct3_ila, .ptitle_ct3_ms + .ptitle_ct3_ila, .ptitle_ct3_hds + .ptitle_ct3_ila, .ptitle_ct3_grad + .ptitle_ct3_ila, .ptitle_ct3_base + .ptitle_ct3_ila, .ptitle_ct3 + .ptitle_ct3_hs, .ptitle_ct3_med + .ptitle_ct3_hs, .ptitle_ct3_hss + .ptitle_ct3_hs, .ptitle_ct3_nurs + .ptitle_ct3_hs, .ptitle_ct3_hsn + .ptitle_ct3_hs, .ptitle_ct3_ila + .ptitle_ct3_hs, .ptitle_ct3_hs + .ptitle_ct3_hs, .ptitle_ct3_ms + .ptitle_ct3_hs, .ptitle_ct3_hds + .ptitle_ct3_hs, .ptitle_ct3_grad + .ptitle_ct3_hs, .ptitle_ct3_base + .ptitle_ct3_hs, .ptitle_ct3 + .ptitle_ct3_ms, .ptitle_ct3_med + .ptitle_ct3_ms, .ptitle_ct3_hss + .ptitle_ct3_ms, .ptitle_ct3_nurs + .ptitle_ct3_ms, .ptitle_ct3_hsn + .ptitle_ct3_ms, .ptitle_ct3_ila + .ptitle_ct3_ms, .ptitle_ct3_hs + .ptitle_ct3_ms, .ptitle_ct3_ms + .ptitle_ct3_ms, .ptitle_ct3_hds + .ptitle_ct3_ms, .ptitle_ct3_grad + .ptitle_ct3_ms, .ptitle_ct3_base + .ptitle_ct3_ms, .ptitle_ct3 + .ptitle_ct3_hds, .ptitle_ct3_med + .ptitle_ct3_hds, .ptitle_ct3_hss + .ptitle_ct3_hds, .ptitle_ct3_nurs + .ptitle_ct3_hds, .ptitle_ct3_hsn + .ptitle_ct3_hds, .ptitle_ct3_ila + .ptitle_ct3_hds, .ptitle_ct3_hs + .ptitle_ct3_hds, .ptitle_ct3_ms + .ptitle_ct3_hds, .ptitle_ct3_hds + .ptitle_ct3_hds, .ptitle_ct3_grad + .ptitle_ct3_hds, .ptitle_ct3_base + .ptitle_ct3_hds, .ptitle_ct3 + .ptitle_ct3_grad, .ptitle_ct3_med + .ptitle_ct3_grad, .ptitle_ct3_hss + .ptitle_ct3_grad, .ptitle_ct3_nurs + .ptitle_ct3_grad, .ptitle_ct3_hsn + .ptitle_ct3_grad, .ptitle_ct3_ila + .ptitle_ct3_grad, .ptitle_ct3_hs + .ptitle_ct3_grad, .ptitle_ct3_ms + .ptitle_ct3_grad, .ptitle_ct3_hds + .ptitle_ct3_grad, .ptitle_ct3_grad + .ptitle_ct3_grad, .ptitle_ct3_base + .ptitle_ct3_grad, .ptitle_ct3 + .ptitle_ct3_base, .ptitle_ct3_med + .ptitle_ct3_base, .ptitle_ct3_hss + .ptitle_ct3_base, .ptitle_ct3_nurs + .ptitle_ct3_base, .ptitle_ct3_hsn + .ptitle_ct3_base, .ptitle_ct3_ila + .ptitle_ct3_base, .ptitle_ct3_hs + .ptitle_ct3_base, .ptitle_ct3_ms + .ptitle_ct3_base, .ptitle_ct3_hds + .ptitle_ct3_base, .ptitle_ct3_grad + .ptitle_ct3_base, .ptitle_ct3_base + .ptitle_ct3_base {
  margin-top: 0; }

.ptitle_t3 + .ptitle_t4, .ptitle_t3_med + .ptitle_t4, .ptitle_t3_hss + .ptitle_t4, .ptitle_t3_nurs + .ptitle_t4, .ptitle_t3_hsn + .ptitle_t4, .ptitle_t3_ila + .ptitle_t4, .ptitle_t3_hs + .ptitle_t4, .ptitle_t3_ms + .ptitle_t4, .ptitle_t3_hds + .ptitle_t4, .ptitle_t3_grad + .ptitle_t4, .ptitle_t3_base + .ptitle_t4 {
  margin-top: 0; }

.ptitle_ct3 + .ptitle_ct4, .ptitle_ct3_med + .ptitle_ct4, .ptitle_ct3_hss + .ptitle_ct4, .ptitle_ct3_nurs + .ptitle_ct4, .ptitle_ct3_hsn + .ptitle_ct4, .ptitle_ct3_ila + .ptitle_ct4, .ptitle_ct3_hs + .ptitle_ct4, .ptitle_ct3_ms + .ptitle_ct4, .ptitle_ct3_hds + .ptitle_ct4, .ptitle_ct3_grad + .ptitle_ct4, .ptitle_ct3_base + .ptitle_ct4 {
  margin-top: 0; }

.ptitle_t3 + .ptitle_t5, .ptitle_t3_med + .ptitle_t5, .ptitle_t3_hss + .ptitle_t5, .ptitle_t3_nurs + .ptitle_t5, .ptitle_t3_hsn + .ptitle_t5, .ptitle_t3_ila + .ptitle_t5, .ptitle_t3_hs + .ptitle_t5, .ptitle_t3_ms + .ptitle_t5, .ptitle_t3_hds + .ptitle_t5, .ptitle_t3_grad + .ptitle_t5, .ptitle_t3_base + .ptitle_t5, .ptitle_t3 + .ptitle_t5_main, .ptitle_t3_med + .ptitle_t5_main, .ptitle_t3_hss + .ptitle_t5_main, .ptitle_t3_nurs + .ptitle_t5_main, .ptitle_t3_hsn + .ptitle_t5_main, .ptitle_t3_ila + .ptitle_t5_main, .ptitle_t3_hs + .ptitle_t5_main, .ptitle_t3_ms + .ptitle_t5_main, .ptitle_t3_hds + .ptitle_t5_main, .ptitle_t3_grad + .ptitle_t5_main, .ptitle_t3_base + .ptitle_t5_main, .ptitle_t3 + .ptitle_t5_med, .ptitle_t3_med + .ptitle_t5_med, .ptitle_t3_hss + .ptitle_t5_med, .ptitle_t3_nurs + .ptitle_t5_med, .ptitle_t3_hsn + .ptitle_t5_med, .ptitle_t3_ila + .ptitle_t5_med, .ptitle_t3_hs + .ptitle_t5_med, .ptitle_t3_ms + .ptitle_t5_med, .ptitle_t3_hds + .ptitle_t5_med, .ptitle_t3_grad + .ptitle_t5_med, .ptitle_t3_base + .ptitle_t5_med, .ptitle_t3 + .ptitle_t5_hss, .ptitle_t3_med + .ptitle_t5_hss, .ptitle_t3_hss + .ptitle_t5_hss, .ptitle_t3_nurs + .ptitle_t5_hss, .ptitle_t3_hsn + .ptitle_t5_hss, .ptitle_t3_ila + .ptitle_t5_hss, .ptitle_t3_hs + .ptitle_t5_hss, .ptitle_t3_ms + .ptitle_t5_hss, .ptitle_t3_hds + .ptitle_t5_hss, .ptitle_t3_grad + .ptitle_t5_hss, .ptitle_t3_base + .ptitle_t5_hss, .ptitle_t3 + .ptitle_t5_nurs, .ptitle_t3_med + .ptitle_t5_nurs, .ptitle_t3_hss + .ptitle_t5_nurs, .ptitle_t3_nurs + .ptitle_t5_nurs, .ptitle_t3_hsn + .ptitle_t5_nurs, .ptitle_t3_ila + .ptitle_t5_nurs, .ptitle_t3_hs + .ptitle_t5_nurs, .ptitle_t3_ms + .ptitle_t5_nurs, .ptitle_t3_hds + .ptitle_t5_nurs, .ptitle_t3_grad + .ptitle_t5_nurs, .ptitle_t3_base + .ptitle_t5_nurs, .ptitle_t3 + .ptitle_t5_hsn, .ptitle_t3_med + .ptitle_t5_hsn, .ptitle_t3_hss + .ptitle_t5_hsn, .ptitle_t3_nurs + .ptitle_t5_hsn, .ptitle_t3_hsn + .ptitle_t5_hsn, .ptitle_t3_ila + .ptitle_t5_hsn, .ptitle_t3_hs + .ptitle_t5_hsn, .ptitle_t3_ms + .ptitle_t5_hsn, .ptitle_t3_hds + .ptitle_t5_hsn, .ptitle_t3_grad + .ptitle_t5_hsn, .ptitle_t3_base + .ptitle_t5_hsn, .ptitle_t3 + .ptitle_t5_ila, .ptitle_t3_med + .ptitle_t5_ila, .ptitle_t3_hss + .ptitle_t5_ila, .ptitle_t3_nurs + .ptitle_t5_ila, .ptitle_t3_hsn + .ptitle_t5_ila, .ptitle_t3_ila + .ptitle_t5_ila, .ptitle_t3_hs + .ptitle_t5_ila, .ptitle_t3_ms + .ptitle_t5_ila, .ptitle_t3_hds + .ptitle_t5_ila, .ptitle_t3_grad + .ptitle_t5_ila, .ptitle_t3_base + .ptitle_t5_ila, .ptitle_t3 + .ptitle_t5_hs, .ptitle_t3_med + .ptitle_t5_hs, .ptitle_t3_hss + .ptitle_t5_hs, .ptitle_t3_nurs + .ptitle_t5_hs, .ptitle_t3_hsn + .ptitle_t5_hs, .ptitle_t3_ila + .ptitle_t5_hs, .ptitle_t3_hs + .ptitle_t5_hs, .ptitle_t3_ms + .ptitle_t5_hs, .ptitle_t3_hds + .ptitle_t5_hs, .ptitle_t3_grad + .ptitle_t5_hs, .ptitle_t3_base + .ptitle_t5_hs, .ptitle_t3 + .ptitle_t5_ms, .ptitle_t3_med + .ptitle_t5_ms, .ptitle_t3_hss + .ptitle_t5_ms, .ptitle_t3_nurs + .ptitle_t5_ms, .ptitle_t3_hsn + .ptitle_t5_ms, .ptitle_t3_ila + .ptitle_t5_ms, .ptitle_t3_hs + .ptitle_t5_ms, .ptitle_t3_ms + .ptitle_t5_ms, .ptitle_t3_hds + .ptitle_t5_ms, .ptitle_t3_grad + .ptitle_t5_ms, .ptitle_t3_base + .ptitle_t5_ms, .ptitle_t3 + .ptitle_t5_hds, .ptitle_t3_med + .ptitle_t5_hds, .ptitle_t3_hss + .ptitle_t5_hds, .ptitle_t3_nurs + .ptitle_t5_hds, .ptitle_t3_hsn + .ptitle_t5_hds, .ptitle_t3_ila + .ptitle_t5_hds, .ptitle_t3_hs + .ptitle_t5_hds, .ptitle_t3_ms + .ptitle_t5_hds, .ptitle_t3_hds + .ptitle_t5_hds, .ptitle_t3_grad + .ptitle_t5_hds, .ptitle_t3_base + .ptitle_t5_hds, .ptitle_t3 + .ptitle_t5_grad, .ptitle_t3_med + .ptitle_t5_grad, .ptitle_t3_hss + .ptitle_t5_grad, .ptitle_t3_nurs + .ptitle_t5_grad, .ptitle_t3_hsn + .ptitle_t5_grad, .ptitle_t3_ila + .ptitle_t5_grad, .ptitle_t3_hs + .ptitle_t5_grad, .ptitle_t3_ms + .ptitle_t5_grad, .ptitle_t3_hds + .ptitle_t5_grad, .ptitle_t3_grad + .ptitle_t5_grad, .ptitle_t3_base + .ptitle_t5_grad, .ptitle_t3 + .ptitle_t5_base, .ptitle_t3_med + .ptitle_t5_base, .ptitle_t3_hss + .ptitle_t5_base, .ptitle_t3_nurs + .ptitle_t5_base, .ptitle_t3_hsn + .ptitle_t5_base, .ptitle_t3_ila + .ptitle_t5_base, .ptitle_t3_hs + .ptitle_t5_base, .ptitle_t3_ms + .ptitle_t5_base, .ptitle_t3_hds + .ptitle_t5_base, .ptitle_t3_grad + .ptitle_t5_base, .ptitle_t3_base + .ptitle_t5_base {
  margin-top: 0; }

.ptitle_ct3 + .ptitle_ct5, .ptitle_ct3_med + .ptitle_ct5, .ptitle_ct3_hss + .ptitle_ct5, .ptitle_ct3_nurs + .ptitle_ct5, .ptitle_ct3_hsn + .ptitle_ct5, .ptitle_ct3_ila + .ptitle_ct5, .ptitle_ct3_hs + .ptitle_ct5, .ptitle_ct3_ms + .ptitle_ct5, .ptitle_ct3_hds + .ptitle_ct5, .ptitle_ct3_grad + .ptitle_ct5, .ptitle_ct3_base + .ptitle_ct5, .ptitle_ct3 + .ptitle_ct5_med, .ptitle_ct3_med + .ptitle_ct5_med, .ptitle_ct3_hss + .ptitle_ct5_med, .ptitle_ct3_nurs + .ptitle_ct5_med, .ptitle_ct3_hsn + .ptitle_ct5_med, .ptitle_ct3_ila + .ptitle_ct5_med, .ptitle_ct3_hs + .ptitle_ct5_med, .ptitle_ct3_ms + .ptitle_ct5_med, .ptitle_ct3_hds + .ptitle_ct5_med, .ptitle_ct3_grad + .ptitle_ct5_med, .ptitle_ct3_base + .ptitle_ct5_med, .ptitle_ct3 + .ptitle_ct5_hss, .ptitle_ct3_med + .ptitle_ct5_hss, .ptitle_ct3_hss + .ptitle_ct5_hss, .ptitle_ct3_nurs + .ptitle_ct5_hss, .ptitle_ct3_hsn + .ptitle_ct5_hss, .ptitle_ct3_ila + .ptitle_ct5_hss, .ptitle_ct3_hs + .ptitle_ct5_hss, .ptitle_ct3_ms + .ptitle_ct5_hss, .ptitle_ct3_hds + .ptitle_ct5_hss, .ptitle_ct3_grad + .ptitle_ct5_hss, .ptitle_ct3_base + .ptitle_ct5_hss, .ptitle_ct3 + .ptitle_ct5_nurs, .ptitle_ct3_med + .ptitle_ct5_nurs, .ptitle_ct3_hss + .ptitle_ct5_nurs, .ptitle_ct3_nurs + .ptitle_ct5_nurs, .ptitle_ct3_hsn + .ptitle_ct5_nurs, .ptitle_ct3_ila + .ptitle_ct5_nurs, .ptitle_ct3_hs + .ptitle_ct5_nurs, .ptitle_ct3_ms + .ptitle_ct5_nurs, .ptitle_ct3_hds + .ptitle_ct5_nurs, .ptitle_ct3_grad + .ptitle_ct5_nurs, .ptitle_ct3_base + .ptitle_ct5_nurs, .ptitle_ct3 + .ptitle_ct5_hsn, .ptitle_ct3_med + .ptitle_ct5_hsn, .ptitle_ct3_hss + .ptitle_ct5_hsn, .ptitle_ct3_nurs + .ptitle_ct5_hsn, .ptitle_ct3_hsn + .ptitle_ct5_hsn, .ptitle_ct3_ila + .ptitle_ct5_hsn, .ptitle_ct3_hs + .ptitle_ct5_hsn, .ptitle_ct3_ms + .ptitle_ct5_hsn, .ptitle_ct3_hds + .ptitle_ct5_hsn, .ptitle_ct3_grad + .ptitle_ct5_hsn, .ptitle_ct3_base + .ptitle_ct5_hsn, .ptitle_ct3 + .ptitle_ct5_ila, .ptitle_ct3_med + .ptitle_ct5_ila, .ptitle_ct3_hss + .ptitle_ct5_ila, .ptitle_ct3_nurs + .ptitle_ct5_ila, .ptitle_ct3_hsn + .ptitle_ct5_ila, .ptitle_ct3_ila + .ptitle_ct5_ila, .ptitle_ct3_hs + .ptitle_ct5_ila, .ptitle_ct3_ms + .ptitle_ct5_ila, .ptitle_ct3_hds + .ptitle_ct5_ila, .ptitle_ct3_grad + .ptitle_ct5_ila, .ptitle_ct3_base + .ptitle_ct5_ila, .ptitle_ct3 + .ptitle_ct5_hs, .ptitle_ct3_med + .ptitle_ct5_hs, .ptitle_ct3_hss + .ptitle_ct5_hs, .ptitle_ct3_nurs + .ptitle_ct5_hs, .ptitle_ct3_hsn + .ptitle_ct5_hs, .ptitle_ct3_ila + .ptitle_ct5_hs, .ptitle_ct3_hs + .ptitle_ct5_hs, .ptitle_ct3_ms + .ptitle_ct5_hs, .ptitle_ct3_hds + .ptitle_ct5_hs, .ptitle_ct3_grad + .ptitle_ct5_hs, .ptitle_ct3_base + .ptitle_ct5_hs, .ptitle_ct3 + .ptitle_ct5_ms, .ptitle_ct3_med + .ptitle_ct5_ms, .ptitle_ct3_hss + .ptitle_ct5_ms, .ptitle_ct3_nurs + .ptitle_ct5_ms, .ptitle_ct3_hsn + .ptitle_ct5_ms, .ptitle_ct3_ila + .ptitle_ct5_ms, .ptitle_ct3_hs + .ptitle_ct5_ms, .ptitle_ct3_ms + .ptitle_ct5_ms, .ptitle_ct3_hds + .ptitle_ct5_ms, .ptitle_ct3_grad + .ptitle_ct5_ms, .ptitle_ct3_base + .ptitle_ct5_ms, .ptitle_ct3 + .ptitle_ct5_hds, .ptitle_ct3_med + .ptitle_ct5_hds, .ptitle_ct3_hss + .ptitle_ct5_hds, .ptitle_ct3_nurs + .ptitle_ct5_hds, .ptitle_ct3_hsn + .ptitle_ct5_hds, .ptitle_ct3_ila + .ptitle_ct5_hds, .ptitle_ct3_hs + .ptitle_ct5_hds, .ptitle_ct3_ms + .ptitle_ct5_hds, .ptitle_ct3_hds + .ptitle_ct5_hds, .ptitle_ct3_grad + .ptitle_ct5_hds, .ptitle_ct3_base + .ptitle_ct5_hds, .ptitle_ct3 + .ptitle_ct5_grad, .ptitle_ct3_med + .ptitle_ct5_grad, .ptitle_ct3_hss + .ptitle_ct5_grad, .ptitle_ct3_nurs + .ptitle_ct5_grad, .ptitle_ct3_hsn + .ptitle_ct5_grad, .ptitle_ct3_ila + .ptitle_ct5_grad, .ptitle_ct3_hs + .ptitle_ct5_grad, .ptitle_ct3_ms + .ptitle_ct5_grad, .ptitle_ct3_hds + .ptitle_ct5_grad, .ptitle_ct3_grad + .ptitle_ct5_grad, .ptitle_ct3_base + .ptitle_ct5_grad, .ptitle_ct3 + .ptitle_ct5_base, .ptitle_ct3_med + .ptitle_ct5_base, .ptitle_ct3_hss + .ptitle_ct5_base, .ptitle_ct3_nurs + .ptitle_ct5_base, .ptitle_ct3_hsn + .ptitle_ct5_base, .ptitle_ct3_ila + .ptitle_ct5_base, .ptitle_ct3_hs + .ptitle_ct5_base, .ptitle_ct3_ms + .ptitle_ct5_base, .ptitle_ct3_hds + .ptitle_ct5_base, .ptitle_ct3_grad + .ptitle_ct5_base, .ptitle_ct3_base + .ptitle_ct5_base {
  margin-top: 0; }

.ptitle_t3 + .ptitle_t6, .ptitle_t3_med + .ptitle_t6, .ptitle_t3_hss + .ptitle_t6, .ptitle_t3_nurs + .ptitle_t6, .ptitle_t3_hsn + .ptitle_t6, .ptitle_t3_ila + .ptitle_t6, .ptitle_t3_hs + .ptitle_t6, .ptitle_t3_ms + .ptitle_t6, .ptitle_t3_hds + .ptitle_t6, .ptitle_t3_grad + .ptitle_t6, .ptitle_t3_base + .ptitle_t6 {
  margin-top: 0; }

.ptitle_ct3 + .ptitle_ct6, .ptitle_ct3_med + .ptitle_ct6, .ptitle_ct3_hss + .ptitle_ct6, .ptitle_ct3_nurs + .ptitle_ct6, .ptitle_ct3_hsn + .ptitle_ct6, .ptitle_ct3_ila + .ptitle_ct6, .ptitle_ct3_hs + .ptitle_ct6, .ptitle_ct3_ms + .ptitle_ct6, .ptitle_ct3_hds + .ptitle_ct6, .ptitle_ct3_grad + .ptitle_ct6, .ptitle_ct3_base + .ptitle_ct6, .ptitle_ct3 + .ptitle_ct6_med, .ptitle_ct3_med + .ptitle_ct6_med, .ptitle_ct3_hss + .ptitle_ct6_med, .ptitle_ct3_nurs + .ptitle_ct6_med, .ptitle_ct3_hsn + .ptitle_ct6_med, .ptitle_ct3_ila + .ptitle_ct6_med, .ptitle_ct3_hs + .ptitle_ct6_med, .ptitle_ct3_ms + .ptitle_ct6_med, .ptitle_ct3_hds + .ptitle_ct6_med, .ptitle_ct3_grad + .ptitle_ct6_med, .ptitle_ct3_base + .ptitle_ct6_med, .ptitle_ct3 + .ptitle_ct6_hss, .ptitle_ct3_med + .ptitle_ct6_hss, .ptitle_ct3_hss + .ptitle_ct6_hss, .ptitle_ct3_nurs + .ptitle_ct6_hss, .ptitle_ct3_hsn + .ptitle_ct6_hss, .ptitle_ct3_ila + .ptitle_ct6_hss, .ptitle_ct3_hs + .ptitle_ct6_hss, .ptitle_ct3_ms + .ptitle_ct6_hss, .ptitle_ct3_hds + .ptitle_ct6_hss, .ptitle_ct3_grad + .ptitle_ct6_hss, .ptitle_ct3_base + .ptitle_ct6_hss, .ptitle_ct3 + .ptitle_ct6_nurs, .ptitle_ct3_med + .ptitle_ct6_nurs, .ptitle_ct3_hss + .ptitle_ct6_nurs, .ptitle_ct3_nurs + .ptitle_ct6_nurs, .ptitle_ct3_hsn + .ptitle_ct6_nurs, .ptitle_ct3_ila + .ptitle_ct6_nurs, .ptitle_ct3_hs + .ptitle_ct6_nurs, .ptitle_ct3_ms + .ptitle_ct6_nurs, .ptitle_ct3_hds + .ptitle_ct6_nurs, .ptitle_ct3_grad + .ptitle_ct6_nurs, .ptitle_ct3_base + .ptitle_ct6_nurs, .ptitle_ct3 + .ptitle_ct6_hsn, .ptitle_ct3_med + .ptitle_ct6_hsn, .ptitle_ct3_hss + .ptitle_ct6_hsn, .ptitle_ct3_nurs + .ptitle_ct6_hsn, .ptitle_ct3_hsn + .ptitle_ct6_hsn, .ptitle_ct3_ila + .ptitle_ct6_hsn, .ptitle_ct3_hs + .ptitle_ct6_hsn, .ptitle_ct3_ms + .ptitle_ct6_hsn, .ptitle_ct3_hds + .ptitle_ct6_hsn, .ptitle_ct3_grad + .ptitle_ct6_hsn, .ptitle_ct3_base + .ptitle_ct6_hsn, .ptitle_ct3 + .ptitle_ct6_ila, .ptitle_ct3_med + .ptitle_ct6_ila, .ptitle_ct3_hss + .ptitle_ct6_ila, .ptitle_ct3_nurs + .ptitle_ct6_ila, .ptitle_ct3_hsn + .ptitle_ct6_ila, .ptitle_ct3_ila + .ptitle_ct6_ila, .ptitle_ct3_hs + .ptitle_ct6_ila, .ptitle_ct3_ms + .ptitle_ct6_ila, .ptitle_ct3_hds + .ptitle_ct6_ila, .ptitle_ct3_grad + .ptitle_ct6_ila, .ptitle_ct3_base + .ptitle_ct6_ila, .ptitle_ct3 + .ptitle_ct6_hs, .ptitle_ct3_med + .ptitle_ct6_hs, .ptitle_ct3_hss + .ptitle_ct6_hs, .ptitle_ct3_nurs + .ptitle_ct6_hs, .ptitle_ct3_hsn + .ptitle_ct6_hs, .ptitle_ct3_ila + .ptitle_ct6_hs, .ptitle_ct3_hs + .ptitle_ct6_hs, .ptitle_ct3_ms + .ptitle_ct6_hs, .ptitle_ct3_hds + .ptitle_ct6_hs, .ptitle_ct3_grad + .ptitle_ct6_hs, .ptitle_ct3_base + .ptitle_ct6_hs, .ptitle_ct3 + .ptitle_ct6_ms, .ptitle_ct3_med + .ptitle_ct6_ms, .ptitle_ct3_hss + .ptitle_ct6_ms, .ptitle_ct3_nurs + .ptitle_ct6_ms, .ptitle_ct3_hsn + .ptitle_ct6_ms, .ptitle_ct3_ila + .ptitle_ct6_ms, .ptitle_ct3_hs + .ptitle_ct6_ms, .ptitle_ct3_ms + .ptitle_ct6_ms, .ptitle_ct3_hds + .ptitle_ct6_ms, .ptitle_ct3_grad + .ptitle_ct6_ms, .ptitle_ct3_base + .ptitle_ct6_ms, .ptitle_ct3 + .ptitle_ct6_hds, .ptitle_ct3_med + .ptitle_ct6_hds, .ptitle_ct3_hss + .ptitle_ct6_hds, .ptitle_ct3_nurs + .ptitle_ct6_hds, .ptitle_ct3_hsn + .ptitle_ct6_hds, .ptitle_ct3_ila + .ptitle_ct6_hds, .ptitle_ct3_hs + .ptitle_ct6_hds, .ptitle_ct3_ms + .ptitle_ct6_hds, .ptitle_ct3_hds + .ptitle_ct6_hds, .ptitle_ct3_grad + .ptitle_ct6_hds, .ptitle_ct3_base + .ptitle_ct6_hds, .ptitle_ct3 + .ptitle_ct6_grad, .ptitle_ct3_med + .ptitle_ct6_grad, .ptitle_ct3_hss + .ptitle_ct6_grad, .ptitle_ct3_nurs + .ptitle_ct6_grad, .ptitle_ct3_hsn + .ptitle_ct6_grad, .ptitle_ct3_ila + .ptitle_ct6_grad, .ptitle_ct3_hs + .ptitle_ct6_grad, .ptitle_ct3_ms + .ptitle_ct6_grad, .ptitle_ct3_hds + .ptitle_ct6_grad, .ptitle_ct3_grad + .ptitle_ct6_grad, .ptitle_ct3_base + .ptitle_ct6_grad, .ptitle_ct3 + .ptitle_ct6_base, .ptitle_ct3_med + .ptitle_ct6_base, .ptitle_ct3_hss + .ptitle_ct6_base, .ptitle_ct3_nurs + .ptitle_ct6_base, .ptitle_ct3_hsn + .ptitle_ct6_base, .ptitle_ct3_ila + .ptitle_ct6_base, .ptitle_ct3_hs + .ptitle_ct6_base, .ptitle_ct3_ms + .ptitle_ct6_base, .ptitle_ct3_hds + .ptitle_ct6_base, .ptitle_ct3_grad + .ptitle_ct6_base, .ptitle_ct3_base + .ptitle_ct6_base {
  margin-top: 0; }

.ptitle_t3 + .ptitle_t7, .ptitle_t3_med + .ptitle_t7, .ptitle_t3_hss + .ptitle_t7, .ptitle_t3_nurs + .ptitle_t7, .ptitle_t3_hsn + .ptitle_t7, .ptitle_t3_ila + .ptitle_t7, .ptitle_t3_hs + .ptitle_t7, .ptitle_t3_ms + .ptitle_t7, .ptitle_t3_hds + .ptitle_t7, .ptitle_t3_grad + .ptitle_t7, .ptitle_t3_base + .ptitle_t7, .ptitle_t3 + .ptitle_t7_med, .ptitle_t3_med + .ptitle_t7_med, .ptitle_t3_hss + .ptitle_t7_med, .ptitle_t3_nurs + .ptitle_t7_med, .ptitle_t3_hsn + .ptitle_t7_med, .ptitle_t3_ila + .ptitle_t7_med, .ptitle_t3_hs + .ptitle_t7_med, .ptitle_t3_ms + .ptitle_t7_med, .ptitle_t3_hds + .ptitle_t7_med, .ptitle_t3_grad + .ptitle_t7_med, .ptitle_t3_base + .ptitle_t7_med, .ptitle_t3 + .ptitle_t7_hss, .ptitle_t3_med + .ptitle_t7_hss, .ptitle_t3_hss + .ptitle_t7_hss, .ptitle_t3_nurs + .ptitle_t7_hss, .ptitle_t3_hsn + .ptitle_t7_hss, .ptitle_t3_ila + .ptitle_t7_hss, .ptitle_t3_hs + .ptitle_t7_hss, .ptitle_t3_ms + .ptitle_t7_hss, .ptitle_t3_hds + .ptitle_t7_hss, .ptitle_t3_grad + .ptitle_t7_hss, .ptitle_t3_base + .ptitle_t7_hss, .ptitle_t3 + .ptitle_t7_nurs, .ptitle_t3_med + .ptitle_t7_nurs, .ptitle_t3_hss + .ptitle_t7_nurs, .ptitle_t3_nurs + .ptitle_t7_nurs, .ptitle_t3_hsn + .ptitle_t7_nurs, .ptitle_t3_ila + .ptitle_t7_nurs, .ptitle_t3_hs + .ptitle_t7_nurs, .ptitle_t3_ms + .ptitle_t7_nurs, .ptitle_t3_hds + .ptitle_t7_nurs, .ptitle_t3_grad + .ptitle_t7_nurs, .ptitle_t3_base + .ptitle_t7_nurs, .ptitle_t3 + .ptitle_t7_hsn, .ptitle_t3_med + .ptitle_t7_hsn, .ptitle_t3_hss + .ptitle_t7_hsn, .ptitle_t3_nurs + .ptitle_t7_hsn, .ptitle_t3_hsn + .ptitle_t7_hsn, .ptitle_t3_ila + .ptitle_t7_hsn, .ptitle_t3_hs + .ptitle_t7_hsn, .ptitle_t3_ms + .ptitle_t7_hsn, .ptitle_t3_hds + .ptitle_t7_hsn, .ptitle_t3_grad + .ptitle_t7_hsn, .ptitle_t3_base + .ptitle_t7_hsn, .ptitle_t3 + .ptitle_t7_ila, .ptitle_t3_med + .ptitle_t7_ila, .ptitle_t3_hss + .ptitle_t7_ila, .ptitle_t3_nurs + .ptitle_t7_ila, .ptitle_t3_hsn + .ptitle_t7_ila, .ptitle_t3_ila + .ptitle_t7_ila, .ptitle_t3_hs + .ptitle_t7_ila, .ptitle_t3_ms + .ptitle_t7_ila, .ptitle_t3_hds + .ptitle_t7_ila, .ptitle_t3_grad + .ptitle_t7_ila, .ptitle_t3_base + .ptitle_t7_ila, .ptitle_t3 + .ptitle_t7_hs, .ptitle_t3_med + .ptitle_t7_hs, .ptitle_t3_hss + .ptitle_t7_hs, .ptitle_t3_nurs + .ptitle_t7_hs, .ptitle_t3_hsn + .ptitle_t7_hs, .ptitle_t3_ila + .ptitle_t7_hs, .ptitle_t3_hs + .ptitle_t7_hs, .ptitle_t3_ms + .ptitle_t7_hs, .ptitle_t3_hds + .ptitle_t7_hs, .ptitle_t3_grad + .ptitle_t7_hs, .ptitle_t3_base + .ptitle_t7_hs, .ptitle_t3 + .ptitle_t7_ms, .ptitle_t3_med + .ptitle_t7_ms, .ptitle_t3_hss + .ptitle_t7_ms, .ptitle_t3_nurs + .ptitle_t7_ms, .ptitle_t3_hsn + .ptitle_t7_ms, .ptitle_t3_ila + .ptitle_t7_ms, .ptitle_t3_hs + .ptitle_t7_ms, .ptitle_t3_ms + .ptitle_t7_ms, .ptitle_t3_hds + .ptitle_t7_ms, .ptitle_t3_grad + .ptitle_t7_ms, .ptitle_t3_base + .ptitle_t7_ms, .ptitle_t3 + .ptitle_t7_hds, .ptitle_t3_med + .ptitle_t7_hds, .ptitle_t3_hss + .ptitle_t7_hds, .ptitle_t3_nurs + .ptitle_t7_hds, .ptitle_t3_hsn + .ptitle_t7_hds, .ptitle_t3_ila + .ptitle_t7_hds, .ptitle_t3_hs + .ptitle_t7_hds, .ptitle_t3_ms + .ptitle_t7_hds, .ptitle_t3_hds + .ptitle_t7_hds, .ptitle_t3_grad + .ptitle_t7_hds, .ptitle_t3_base + .ptitle_t7_hds, .ptitle_t3 + .ptitle_t7_grad, .ptitle_t3_med + .ptitle_t7_grad, .ptitle_t3_hss + .ptitle_t7_grad, .ptitle_t3_nurs + .ptitle_t7_grad, .ptitle_t3_hsn + .ptitle_t7_grad, .ptitle_t3_ila + .ptitle_t7_grad, .ptitle_t3_hs + .ptitle_t7_grad, .ptitle_t3_ms + .ptitle_t7_grad, .ptitle_t3_hds + .ptitle_t7_grad, .ptitle_t3_grad + .ptitle_t7_grad, .ptitle_t3_base + .ptitle_t7_grad, .ptitle_t3 + .ptitle_t7_base, .ptitle_t3_med + .ptitle_t7_base, .ptitle_t3_hss + .ptitle_t7_base, .ptitle_t3_nurs + .ptitle_t7_base, .ptitle_t3_hsn + .ptitle_t7_base, .ptitle_t3_ila + .ptitle_t7_base, .ptitle_t3_hs + .ptitle_t7_base, .ptitle_t3_ms + .ptitle_t7_base, .ptitle_t3_hds + .ptitle_t7_base, .ptitle_t3_grad + .ptitle_t7_base, .ptitle_t3_base + .ptitle_t7_base {
  margin-top: 0; }

.ptitle_ct3 + .ptitle_ct7, .ptitle_ct3_med + .ptitle_ct7, .ptitle_ct3_hss + .ptitle_ct7, .ptitle_ct3_nurs + .ptitle_ct7, .ptitle_ct3_hsn + .ptitle_ct7, .ptitle_ct3_ila + .ptitle_ct7, .ptitle_ct3_hs + .ptitle_ct7, .ptitle_ct3_ms + .ptitle_ct7, .ptitle_ct3_hds + .ptitle_ct7, .ptitle_ct3_grad + .ptitle_ct7, .ptitle_ct3_base + .ptitle_ct7 {
  margin-top: 0; }

.ptitle_t4 + .ptitle_t4 {
  margin-top: 0; }

.ptitle_ct4 + .ptitle_ct4 {
  margin-top: 0; }

.ptitle_t4 + .ptitle_t5, .ptitle_t4 + .ptitle_t5_main, .ptitle_t4 + .ptitle_t5_med, .ptitle_t4 + .ptitle_t5_hss, .ptitle_t4 + .ptitle_t5_nurs, .ptitle_t4 + .ptitle_t5_hsn, .ptitle_t4 + .ptitle_t5_ila, .ptitle_t4 + .ptitle_t5_hs, .ptitle_t4 + .ptitle_t5_ms, .ptitle_t4 + .ptitle_t5_hds, .ptitle_t4 + .ptitle_t5_grad, .ptitle_t4 + .ptitle_t5_base {
  margin-top: 0; }

.ptitle_ct4 + .ptitle_ct5, .ptitle_ct4 + .ptitle_ct5_med, .ptitle_ct4 + .ptitle_ct5_hss, .ptitle_ct4 + .ptitle_ct5_nurs, .ptitle_ct4 + .ptitle_ct5_hsn, .ptitle_ct4 + .ptitle_ct5_ila, .ptitle_ct4 + .ptitle_ct5_hs, .ptitle_ct4 + .ptitle_ct5_ms, .ptitle_ct4 + .ptitle_ct5_hds, .ptitle_ct4 + .ptitle_ct5_grad, .ptitle_ct4 + .ptitle_ct5_base {
  margin-top: 0; }

.ptitle_t4 + .ptitle_t6 {
  margin-top: 0; }

.ptitle_ct4 + .ptitle_ct6, .ptitle_ct4 + .ptitle_ct6_med, .ptitle_ct4 + .ptitle_ct6_hss, .ptitle_ct4 + .ptitle_ct6_nurs, .ptitle_ct4 + .ptitle_ct6_hsn, .ptitle_ct4 + .ptitle_ct6_ila, .ptitle_ct4 + .ptitle_ct6_hs, .ptitle_ct4 + .ptitle_ct6_ms, .ptitle_ct4 + .ptitle_ct6_hds, .ptitle_ct4 + .ptitle_ct6_grad, .ptitle_ct4 + .ptitle_ct6_base {
  margin-top: 0; }

.ptitle_t4 + .ptitle_t7, .ptitle_t4 + .ptitle_t7_med, .ptitle_t4 + .ptitle_t7_hss, .ptitle_t4 + .ptitle_t7_nurs, .ptitle_t4 + .ptitle_t7_hsn, .ptitle_t4 + .ptitle_t7_ila, .ptitle_t4 + .ptitle_t7_hs, .ptitle_t4 + .ptitle_t7_ms, .ptitle_t4 + .ptitle_t7_hds, .ptitle_t4 + .ptitle_t7_grad, .ptitle_t4 + .ptitle_t7_base {
  margin-top: 0; }

.ptitle_ct4 + .ptitle_ct7 {
  margin-top: 0; }

.ptitle_t5 + .ptitle_t5, .ptitle_t5_main + .ptitle_t5, .ptitle_t5_med + .ptitle_t5, .ptitle_t5_hss + .ptitle_t5, .ptitle_t5_nurs + .ptitle_t5, .ptitle_t5_hsn + .ptitle_t5, .ptitle_t5_ila + .ptitle_t5, .ptitle_t5_hs + .ptitle_t5, .ptitle_t5_ms + .ptitle_t5, .ptitle_t5_hds + .ptitle_t5, .ptitle_t5_grad + .ptitle_t5, .ptitle_t5_base + .ptitle_t5, .ptitle_t5 + .ptitle_t5_main, .ptitle_t5_main + .ptitle_t5_main, .ptitle_t5_med + .ptitle_t5_main, .ptitle_t5_hss + .ptitle_t5_main, .ptitle_t5_nurs + .ptitle_t5_main, .ptitle_t5_hsn + .ptitle_t5_main, .ptitle_t5_ila + .ptitle_t5_main, .ptitle_t5_hs + .ptitle_t5_main, .ptitle_t5_ms + .ptitle_t5_main, .ptitle_t5_hds + .ptitle_t5_main, .ptitle_t5_grad + .ptitle_t5_main, .ptitle_t5_base + .ptitle_t5_main, .ptitle_t5 + .ptitle_t5_med, .ptitle_t5_main + .ptitle_t5_med, .ptitle_t5_med + .ptitle_t5_med, .ptitle_t5_hss + .ptitle_t5_med, .ptitle_t5_nurs + .ptitle_t5_med, .ptitle_t5_hsn + .ptitle_t5_med, .ptitle_t5_ila + .ptitle_t5_med, .ptitle_t5_hs + .ptitle_t5_med, .ptitle_t5_ms + .ptitle_t5_med, .ptitle_t5_hds + .ptitle_t5_med, .ptitle_t5_grad + .ptitle_t5_med, .ptitle_t5_base + .ptitle_t5_med, .ptitle_t5 + .ptitle_t5_hss, .ptitle_t5_main + .ptitle_t5_hss, .ptitle_t5_med + .ptitle_t5_hss, .ptitle_t5_hss + .ptitle_t5_hss, .ptitle_t5_nurs + .ptitle_t5_hss, .ptitle_t5_hsn + .ptitle_t5_hss, .ptitle_t5_ila + .ptitle_t5_hss, .ptitle_t5_hs + .ptitle_t5_hss, .ptitle_t5_ms + .ptitle_t5_hss, .ptitle_t5_hds + .ptitle_t5_hss, .ptitle_t5_grad + .ptitle_t5_hss, .ptitle_t5_base + .ptitle_t5_hss, .ptitle_t5 + .ptitle_t5_nurs, .ptitle_t5_main + .ptitle_t5_nurs, .ptitle_t5_med + .ptitle_t5_nurs, .ptitle_t5_hss + .ptitle_t5_nurs, .ptitle_t5_nurs + .ptitle_t5_nurs, .ptitle_t5_hsn + .ptitle_t5_nurs, .ptitle_t5_ila + .ptitle_t5_nurs, .ptitle_t5_hs + .ptitle_t5_nurs, .ptitle_t5_ms + .ptitle_t5_nurs, .ptitle_t5_hds + .ptitle_t5_nurs, .ptitle_t5_grad + .ptitle_t5_nurs, .ptitle_t5_base + .ptitle_t5_nurs, .ptitle_t5 + .ptitle_t5_hsn, .ptitle_t5_main + .ptitle_t5_hsn, .ptitle_t5_med + .ptitle_t5_hsn, .ptitle_t5_hss + .ptitle_t5_hsn, .ptitle_t5_nurs + .ptitle_t5_hsn, .ptitle_t5_hsn + .ptitle_t5_hsn, .ptitle_t5_ila + .ptitle_t5_hsn, .ptitle_t5_hs + .ptitle_t5_hsn, .ptitle_t5_ms + .ptitle_t5_hsn, .ptitle_t5_hds + .ptitle_t5_hsn, .ptitle_t5_grad + .ptitle_t5_hsn, .ptitle_t5_base + .ptitle_t5_hsn, .ptitle_t5 + .ptitle_t5_ila, .ptitle_t5_main + .ptitle_t5_ila, .ptitle_t5_med + .ptitle_t5_ila, .ptitle_t5_hss + .ptitle_t5_ila, .ptitle_t5_nurs + .ptitle_t5_ila, .ptitle_t5_hsn + .ptitle_t5_ila, .ptitle_t5_ila + .ptitle_t5_ila, .ptitle_t5_hs + .ptitle_t5_ila, .ptitle_t5_ms + .ptitle_t5_ila, .ptitle_t5_hds + .ptitle_t5_ila, .ptitle_t5_grad + .ptitle_t5_ila, .ptitle_t5_base + .ptitle_t5_ila, .ptitle_t5 + .ptitle_t5_hs, .ptitle_t5_main + .ptitle_t5_hs, .ptitle_t5_med + .ptitle_t5_hs, .ptitle_t5_hss + .ptitle_t5_hs, .ptitle_t5_nurs + .ptitle_t5_hs, .ptitle_t5_hsn + .ptitle_t5_hs, .ptitle_t5_ila + .ptitle_t5_hs, .ptitle_t5_hs + .ptitle_t5_hs, .ptitle_t5_ms + .ptitle_t5_hs, .ptitle_t5_hds + .ptitle_t5_hs, .ptitle_t5_grad + .ptitle_t5_hs, .ptitle_t5_base + .ptitle_t5_hs, .ptitle_t5 + .ptitle_t5_ms, .ptitle_t5_main + .ptitle_t5_ms, .ptitle_t5_med + .ptitle_t5_ms, .ptitle_t5_hss + .ptitle_t5_ms, .ptitle_t5_nurs + .ptitle_t5_ms, .ptitle_t5_hsn + .ptitle_t5_ms, .ptitle_t5_ila + .ptitle_t5_ms, .ptitle_t5_hs + .ptitle_t5_ms, .ptitle_t5_ms + .ptitle_t5_ms, .ptitle_t5_hds + .ptitle_t5_ms, .ptitle_t5_grad + .ptitle_t5_ms, .ptitle_t5_base + .ptitle_t5_ms, .ptitle_t5 + .ptitle_t5_hds, .ptitle_t5_main + .ptitle_t5_hds, .ptitle_t5_med + .ptitle_t5_hds, .ptitle_t5_hss + .ptitle_t5_hds, .ptitle_t5_nurs + .ptitle_t5_hds, .ptitle_t5_hsn + .ptitle_t5_hds, .ptitle_t5_ila + .ptitle_t5_hds, .ptitle_t5_hs + .ptitle_t5_hds, .ptitle_t5_ms + .ptitle_t5_hds, .ptitle_t5_hds + .ptitle_t5_hds, .ptitle_t5_grad + .ptitle_t5_hds, .ptitle_t5_base + .ptitle_t5_hds, .ptitle_t5 + .ptitle_t5_grad, .ptitle_t5_main + .ptitle_t5_grad, .ptitle_t5_med + .ptitle_t5_grad, .ptitle_t5_hss + .ptitle_t5_grad, .ptitle_t5_nurs + .ptitle_t5_grad, .ptitle_t5_hsn + .ptitle_t5_grad, .ptitle_t5_ila + .ptitle_t5_grad, .ptitle_t5_hs + .ptitle_t5_grad, .ptitle_t5_ms + .ptitle_t5_grad, .ptitle_t5_hds + .ptitle_t5_grad, .ptitle_t5_grad + .ptitle_t5_grad, .ptitle_t5_base + .ptitle_t5_grad, .ptitle_t5 + .ptitle_t5_base, .ptitle_t5_main + .ptitle_t5_base, .ptitle_t5_med + .ptitle_t5_base, .ptitle_t5_hss + .ptitle_t5_base, .ptitle_t5_nurs + .ptitle_t5_base, .ptitle_t5_hsn + .ptitle_t5_base, .ptitle_t5_ila + .ptitle_t5_base, .ptitle_t5_hs + .ptitle_t5_base, .ptitle_t5_ms + .ptitle_t5_base, .ptitle_t5_hds + .ptitle_t5_base, .ptitle_t5_grad + .ptitle_t5_base, .ptitle_t5_base + .ptitle_t5_base {
  margin-top: 0; }

.ptitle_ct5 + .ptitle_ct5, .ptitle_ct5_med + .ptitle_ct5, .ptitle_ct5_hss + .ptitle_ct5, .ptitle_ct5_nurs + .ptitle_ct5, .ptitle_ct5_hsn + .ptitle_ct5, .ptitle_ct5_ila + .ptitle_ct5, .ptitle_ct5_hs + .ptitle_ct5, .ptitle_ct5_ms + .ptitle_ct5, .ptitle_ct5_hds + .ptitle_ct5, .ptitle_ct5_grad + .ptitle_ct5, .ptitle_ct5_base + .ptitle_ct5, .ptitle_ct5 + .ptitle_ct5_med, .ptitle_ct5_med + .ptitle_ct5_med, .ptitle_ct5_hss + .ptitle_ct5_med, .ptitle_ct5_nurs + .ptitle_ct5_med, .ptitle_ct5_hsn + .ptitle_ct5_med, .ptitle_ct5_ila + .ptitle_ct5_med, .ptitle_ct5_hs + .ptitle_ct5_med, .ptitle_ct5_ms + .ptitle_ct5_med, .ptitle_ct5_hds + .ptitle_ct5_med, .ptitle_ct5_grad + .ptitle_ct5_med, .ptitle_ct5_base + .ptitle_ct5_med, .ptitle_ct5 + .ptitle_ct5_hss, .ptitle_ct5_med + .ptitle_ct5_hss, .ptitle_ct5_hss + .ptitle_ct5_hss, .ptitle_ct5_nurs + .ptitle_ct5_hss, .ptitle_ct5_hsn + .ptitle_ct5_hss, .ptitle_ct5_ila + .ptitle_ct5_hss, .ptitle_ct5_hs + .ptitle_ct5_hss, .ptitle_ct5_ms + .ptitle_ct5_hss, .ptitle_ct5_hds + .ptitle_ct5_hss, .ptitle_ct5_grad + .ptitle_ct5_hss, .ptitle_ct5_base + .ptitle_ct5_hss, .ptitle_ct5 + .ptitle_ct5_nurs, .ptitle_ct5_med + .ptitle_ct5_nurs, .ptitle_ct5_hss + .ptitle_ct5_nurs, .ptitle_ct5_nurs + .ptitle_ct5_nurs, .ptitle_ct5_hsn + .ptitle_ct5_nurs, .ptitle_ct5_ila + .ptitle_ct5_nurs, .ptitle_ct5_hs + .ptitle_ct5_nurs, .ptitle_ct5_ms + .ptitle_ct5_nurs, .ptitle_ct5_hds + .ptitle_ct5_nurs, .ptitle_ct5_grad + .ptitle_ct5_nurs, .ptitle_ct5_base + .ptitle_ct5_nurs, .ptitle_ct5 + .ptitle_ct5_hsn, .ptitle_ct5_med + .ptitle_ct5_hsn, .ptitle_ct5_hss + .ptitle_ct5_hsn, .ptitle_ct5_nurs + .ptitle_ct5_hsn, .ptitle_ct5_hsn + .ptitle_ct5_hsn, .ptitle_ct5_ila + .ptitle_ct5_hsn, .ptitle_ct5_hs + .ptitle_ct5_hsn, .ptitle_ct5_ms + .ptitle_ct5_hsn, .ptitle_ct5_hds + .ptitle_ct5_hsn, .ptitle_ct5_grad + .ptitle_ct5_hsn, .ptitle_ct5_base + .ptitle_ct5_hsn, .ptitle_ct5 + .ptitle_ct5_ila, .ptitle_ct5_med + .ptitle_ct5_ila, .ptitle_ct5_hss + .ptitle_ct5_ila, .ptitle_ct5_nurs + .ptitle_ct5_ila, .ptitle_ct5_hsn + .ptitle_ct5_ila, .ptitle_ct5_ila + .ptitle_ct5_ila, .ptitle_ct5_hs + .ptitle_ct5_ila, .ptitle_ct5_ms + .ptitle_ct5_ila, .ptitle_ct5_hds + .ptitle_ct5_ila, .ptitle_ct5_grad + .ptitle_ct5_ila, .ptitle_ct5_base + .ptitle_ct5_ila, .ptitle_ct5 + .ptitle_ct5_hs, .ptitle_ct5_med + .ptitle_ct5_hs, .ptitle_ct5_hss + .ptitle_ct5_hs, .ptitle_ct5_nurs + .ptitle_ct5_hs, .ptitle_ct5_hsn + .ptitle_ct5_hs, .ptitle_ct5_ila + .ptitle_ct5_hs, .ptitle_ct5_hs + .ptitle_ct5_hs, .ptitle_ct5_ms + .ptitle_ct5_hs, .ptitle_ct5_hds + .ptitle_ct5_hs, .ptitle_ct5_grad + .ptitle_ct5_hs, .ptitle_ct5_base + .ptitle_ct5_hs, .ptitle_ct5 + .ptitle_ct5_ms, .ptitle_ct5_med + .ptitle_ct5_ms, .ptitle_ct5_hss + .ptitle_ct5_ms, .ptitle_ct5_nurs + .ptitle_ct5_ms, .ptitle_ct5_hsn + .ptitle_ct5_ms, .ptitle_ct5_ila + .ptitle_ct5_ms, .ptitle_ct5_hs + .ptitle_ct5_ms, .ptitle_ct5_ms + .ptitle_ct5_ms, .ptitle_ct5_hds + .ptitle_ct5_ms, .ptitle_ct5_grad + .ptitle_ct5_ms, .ptitle_ct5_base + .ptitle_ct5_ms, .ptitle_ct5 + .ptitle_ct5_hds, .ptitle_ct5_med + .ptitle_ct5_hds, .ptitle_ct5_hss + .ptitle_ct5_hds, .ptitle_ct5_nurs + .ptitle_ct5_hds, .ptitle_ct5_hsn + .ptitle_ct5_hds, .ptitle_ct5_ila + .ptitle_ct5_hds, .ptitle_ct5_hs + .ptitle_ct5_hds, .ptitle_ct5_ms + .ptitle_ct5_hds, .ptitle_ct5_hds + .ptitle_ct5_hds, .ptitle_ct5_grad + .ptitle_ct5_hds, .ptitle_ct5_base + .ptitle_ct5_hds, .ptitle_ct5 + .ptitle_ct5_grad, .ptitle_ct5_med + .ptitle_ct5_grad, .ptitle_ct5_hss + .ptitle_ct5_grad, .ptitle_ct5_nurs + .ptitle_ct5_grad, .ptitle_ct5_hsn + .ptitle_ct5_grad, .ptitle_ct5_ila + .ptitle_ct5_grad, .ptitle_ct5_hs + .ptitle_ct5_grad, .ptitle_ct5_ms + .ptitle_ct5_grad, .ptitle_ct5_hds + .ptitle_ct5_grad, .ptitle_ct5_grad + .ptitle_ct5_grad, .ptitle_ct5_base + .ptitle_ct5_grad, .ptitle_ct5 + .ptitle_ct5_base, .ptitle_ct5_med + .ptitle_ct5_base, .ptitle_ct5_hss + .ptitle_ct5_base, .ptitle_ct5_nurs + .ptitle_ct5_base, .ptitle_ct5_hsn + .ptitle_ct5_base, .ptitle_ct5_ila + .ptitle_ct5_base, .ptitle_ct5_hs + .ptitle_ct5_base, .ptitle_ct5_ms + .ptitle_ct5_base, .ptitle_ct5_hds + .ptitle_ct5_base, .ptitle_ct5_grad + .ptitle_ct5_base, .ptitle_ct5_base + .ptitle_ct5_base {
  margin-top: 0; }

.ptitle_t5 + .ptitle_t6, .ptitle_t5_main + .ptitle_t6, .ptitle_t5_med + .ptitle_t6, .ptitle_t5_hss + .ptitle_t6, .ptitle_t5_nurs + .ptitle_t6, .ptitle_t5_hsn + .ptitle_t6, .ptitle_t5_ila + .ptitle_t6, .ptitle_t5_hs + .ptitle_t6, .ptitle_t5_ms + .ptitle_t6, .ptitle_t5_hds + .ptitle_t6, .ptitle_t5_grad + .ptitle_t6, .ptitle_t5_base + .ptitle_t6 {
  margin-top: 0; }

.ptitle_ct5 + .ptitle_ct6, .ptitle_ct5_med + .ptitle_ct6, .ptitle_ct5_hss + .ptitle_ct6, .ptitle_ct5_nurs + .ptitle_ct6, .ptitle_ct5_hsn + .ptitle_ct6, .ptitle_ct5_ila + .ptitle_ct6, .ptitle_ct5_hs + .ptitle_ct6, .ptitle_ct5_ms + .ptitle_ct6, .ptitle_ct5_hds + .ptitle_ct6, .ptitle_ct5_grad + .ptitle_ct6, .ptitle_ct5_base + .ptitle_ct6, .ptitle_ct5 + .ptitle_ct6_med, .ptitle_ct5_med + .ptitle_ct6_med, .ptitle_ct5_hss + .ptitle_ct6_med, .ptitle_ct5_nurs + .ptitle_ct6_med, .ptitle_ct5_hsn + .ptitle_ct6_med, .ptitle_ct5_ila + .ptitle_ct6_med, .ptitle_ct5_hs + .ptitle_ct6_med, .ptitle_ct5_ms + .ptitle_ct6_med, .ptitle_ct5_hds + .ptitle_ct6_med, .ptitle_ct5_grad + .ptitle_ct6_med, .ptitle_ct5_base + .ptitle_ct6_med, .ptitle_ct5 + .ptitle_ct6_hss, .ptitle_ct5_med + .ptitle_ct6_hss, .ptitle_ct5_hss + .ptitle_ct6_hss, .ptitle_ct5_nurs + .ptitle_ct6_hss, .ptitle_ct5_hsn + .ptitle_ct6_hss, .ptitle_ct5_ila + .ptitle_ct6_hss, .ptitle_ct5_hs + .ptitle_ct6_hss, .ptitle_ct5_ms + .ptitle_ct6_hss, .ptitle_ct5_hds + .ptitle_ct6_hss, .ptitle_ct5_grad + .ptitle_ct6_hss, .ptitle_ct5_base + .ptitle_ct6_hss, .ptitle_ct5 + .ptitle_ct6_nurs, .ptitle_ct5_med + .ptitle_ct6_nurs, .ptitle_ct5_hss + .ptitle_ct6_nurs, .ptitle_ct5_nurs + .ptitle_ct6_nurs, .ptitle_ct5_hsn + .ptitle_ct6_nurs, .ptitle_ct5_ila + .ptitle_ct6_nurs, .ptitle_ct5_hs + .ptitle_ct6_nurs, .ptitle_ct5_ms + .ptitle_ct6_nurs, .ptitle_ct5_hds + .ptitle_ct6_nurs, .ptitle_ct5_grad + .ptitle_ct6_nurs, .ptitle_ct5_base + .ptitle_ct6_nurs, .ptitle_ct5 + .ptitle_ct6_hsn, .ptitle_ct5_med + .ptitle_ct6_hsn, .ptitle_ct5_hss + .ptitle_ct6_hsn, .ptitle_ct5_nurs + .ptitle_ct6_hsn, .ptitle_ct5_hsn + .ptitle_ct6_hsn, .ptitle_ct5_ila + .ptitle_ct6_hsn, .ptitle_ct5_hs + .ptitle_ct6_hsn, .ptitle_ct5_ms + .ptitle_ct6_hsn, .ptitle_ct5_hds + .ptitle_ct6_hsn, .ptitle_ct5_grad + .ptitle_ct6_hsn, .ptitle_ct5_base + .ptitle_ct6_hsn, .ptitle_ct5 + .ptitle_ct6_ila, .ptitle_ct5_med + .ptitle_ct6_ila, .ptitle_ct5_hss + .ptitle_ct6_ila, .ptitle_ct5_nurs + .ptitle_ct6_ila, .ptitle_ct5_hsn + .ptitle_ct6_ila, .ptitle_ct5_ila + .ptitle_ct6_ila, .ptitle_ct5_hs + .ptitle_ct6_ila, .ptitle_ct5_ms + .ptitle_ct6_ila, .ptitle_ct5_hds + .ptitle_ct6_ila, .ptitle_ct5_grad + .ptitle_ct6_ila, .ptitle_ct5_base + .ptitle_ct6_ila, .ptitle_ct5 + .ptitle_ct6_hs, .ptitle_ct5_med + .ptitle_ct6_hs, .ptitle_ct5_hss + .ptitle_ct6_hs, .ptitle_ct5_nurs + .ptitle_ct6_hs, .ptitle_ct5_hsn + .ptitle_ct6_hs, .ptitle_ct5_ila + .ptitle_ct6_hs, .ptitle_ct5_hs + .ptitle_ct6_hs, .ptitle_ct5_ms + .ptitle_ct6_hs, .ptitle_ct5_hds + .ptitle_ct6_hs, .ptitle_ct5_grad + .ptitle_ct6_hs, .ptitle_ct5_base + .ptitle_ct6_hs, .ptitle_ct5 + .ptitle_ct6_ms, .ptitle_ct5_med + .ptitle_ct6_ms, .ptitle_ct5_hss + .ptitle_ct6_ms, .ptitle_ct5_nurs + .ptitle_ct6_ms, .ptitle_ct5_hsn + .ptitle_ct6_ms, .ptitle_ct5_ila + .ptitle_ct6_ms, .ptitle_ct5_hs + .ptitle_ct6_ms, .ptitle_ct5_ms + .ptitle_ct6_ms, .ptitle_ct5_hds + .ptitle_ct6_ms, .ptitle_ct5_grad + .ptitle_ct6_ms, .ptitle_ct5_base + .ptitle_ct6_ms, .ptitle_ct5 + .ptitle_ct6_hds, .ptitle_ct5_med + .ptitle_ct6_hds, .ptitle_ct5_hss + .ptitle_ct6_hds, .ptitle_ct5_nurs + .ptitle_ct6_hds, .ptitle_ct5_hsn + .ptitle_ct6_hds, .ptitle_ct5_ila + .ptitle_ct6_hds, .ptitle_ct5_hs + .ptitle_ct6_hds, .ptitle_ct5_ms + .ptitle_ct6_hds, .ptitle_ct5_hds + .ptitle_ct6_hds, .ptitle_ct5_grad + .ptitle_ct6_hds, .ptitle_ct5_base + .ptitle_ct6_hds, .ptitle_ct5 + .ptitle_ct6_grad, .ptitle_ct5_med + .ptitle_ct6_grad, .ptitle_ct5_hss + .ptitle_ct6_grad, .ptitle_ct5_nurs + .ptitle_ct6_grad, .ptitle_ct5_hsn + .ptitle_ct6_grad, .ptitle_ct5_ila + .ptitle_ct6_grad, .ptitle_ct5_hs + .ptitle_ct6_grad, .ptitle_ct5_ms + .ptitle_ct6_grad, .ptitle_ct5_hds + .ptitle_ct6_grad, .ptitle_ct5_grad + .ptitle_ct6_grad, .ptitle_ct5_base + .ptitle_ct6_grad, .ptitle_ct5 + .ptitle_ct6_base, .ptitle_ct5_med + .ptitle_ct6_base, .ptitle_ct5_hss + .ptitle_ct6_base, .ptitle_ct5_nurs + .ptitle_ct6_base, .ptitle_ct5_hsn + .ptitle_ct6_base, .ptitle_ct5_ila + .ptitle_ct6_base, .ptitle_ct5_hs + .ptitle_ct6_base, .ptitle_ct5_ms + .ptitle_ct6_base, .ptitle_ct5_hds + .ptitle_ct6_base, .ptitle_ct5_grad + .ptitle_ct6_base, .ptitle_ct5_base + .ptitle_ct6_base {
  margin-top: 0; }

.ptitle_t5 + .ptitle_t7, .ptitle_t5_main + .ptitle_t7, .ptitle_t5_med + .ptitle_t7, .ptitle_t5_hss + .ptitle_t7, .ptitle_t5_nurs + .ptitle_t7, .ptitle_t5_hsn + .ptitle_t7, .ptitle_t5_ila + .ptitle_t7, .ptitle_t5_hs + .ptitle_t7, .ptitle_t5_ms + .ptitle_t7, .ptitle_t5_hds + .ptitle_t7, .ptitle_t5_grad + .ptitle_t7, .ptitle_t5_base + .ptitle_t7, .ptitle_t5 + .ptitle_t7_med, .ptitle_t5_main + .ptitle_t7_med, .ptitle_t5_med + .ptitle_t7_med, .ptitle_t5_hss + .ptitle_t7_med, .ptitle_t5_nurs + .ptitle_t7_med, .ptitle_t5_hsn + .ptitle_t7_med, .ptitle_t5_ila + .ptitle_t7_med, .ptitle_t5_hs + .ptitle_t7_med, .ptitle_t5_ms + .ptitle_t7_med, .ptitle_t5_hds + .ptitle_t7_med, .ptitle_t5_grad + .ptitle_t7_med, .ptitle_t5_base + .ptitle_t7_med, .ptitle_t5 + .ptitle_t7_hss, .ptitle_t5_main + .ptitle_t7_hss, .ptitle_t5_med + .ptitle_t7_hss, .ptitle_t5_hss + .ptitle_t7_hss, .ptitle_t5_nurs + .ptitle_t7_hss, .ptitle_t5_hsn + .ptitle_t7_hss, .ptitle_t5_ila + .ptitle_t7_hss, .ptitle_t5_hs + .ptitle_t7_hss, .ptitle_t5_ms + .ptitle_t7_hss, .ptitle_t5_hds + .ptitle_t7_hss, .ptitle_t5_grad + .ptitle_t7_hss, .ptitle_t5_base + .ptitle_t7_hss, .ptitle_t5 + .ptitle_t7_nurs, .ptitle_t5_main + .ptitle_t7_nurs, .ptitle_t5_med + .ptitle_t7_nurs, .ptitle_t5_hss + .ptitle_t7_nurs, .ptitle_t5_nurs + .ptitle_t7_nurs, .ptitle_t5_hsn + .ptitle_t7_nurs, .ptitle_t5_ila + .ptitle_t7_nurs, .ptitle_t5_hs + .ptitle_t7_nurs, .ptitle_t5_ms + .ptitle_t7_nurs, .ptitle_t5_hds + .ptitle_t7_nurs, .ptitle_t5_grad + .ptitle_t7_nurs, .ptitle_t5_base + .ptitle_t7_nurs, .ptitle_t5 + .ptitle_t7_hsn, .ptitle_t5_main + .ptitle_t7_hsn, .ptitle_t5_med + .ptitle_t7_hsn, .ptitle_t5_hss + .ptitle_t7_hsn, .ptitle_t5_nurs + .ptitle_t7_hsn, .ptitle_t5_hsn + .ptitle_t7_hsn, .ptitle_t5_ila + .ptitle_t7_hsn, .ptitle_t5_hs + .ptitle_t7_hsn, .ptitle_t5_ms + .ptitle_t7_hsn, .ptitle_t5_hds + .ptitle_t7_hsn, .ptitle_t5_grad + .ptitle_t7_hsn, .ptitle_t5_base + .ptitle_t7_hsn, .ptitle_t5 + .ptitle_t7_ila, .ptitle_t5_main + .ptitle_t7_ila, .ptitle_t5_med + .ptitle_t7_ila, .ptitle_t5_hss + .ptitle_t7_ila, .ptitle_t5_nurs + .ptitle_t7_ila, .ptitle_t5_hsn + .ptitle_t7_ila, .ptitle_t5_ila + .ptitle_t7_ila, .ptitle_t5_hs + .ptitle_t7_ila, .ptitle_t5_ms + .ptitle_t7_ila, .ptitle_t5_hds + .ptitle_t7_ila, .ptitle_t5_grad + .ptitle_t7_ila, .ptitle_t5_base + .ptitle_t7_ila, .ptitle_t5 + .ptitle_t7_hs, .ptitle_t5_main + .ptitle_t7_hs, .ptitle_t5_med + .ptitle_t7_hs, .ptitle_t5_hss + .ptitle_t7_hs, .ptitle_t5_nurs + .ptitle_t7_hs, .ptitle_t5_hsn + .ptitle_t7_hs, .ptitle_t5_ila + .ptitle_t7_hs, .ptitle_t5_hs + .ptitle_t7_hs, .ptitle_t5_ms + .ptitle_t7_hs, .ptitle_t5_hds + .ptitle_t7_hs, .ptitle_t5_grad + .ptitle_t7_hs, .ptitle_t5_base + .ptitle_t7_hs, .ptitle_t5 + .ptitle_t7_ms, .ptitle_t5_main + .ptitle_t7_ms, .ptitle_t5_med + .ptitle_t7_ms, .ptitle_t5_hss + .ptitle_t7_ms, .ptitle_t5_nurs + .ptitle_t7_ms, .ptitle_t5_hsn + .ptitle_t7_ms, .ptitle_t5_ila + .ptitle_t7_ms, .ptitle_t5_hs + .ptitle_t7_ms, .ptitle_t5_ms + .ptitle_t7_ms, .ptitle_t5_hds + .ptitle_t7_ms, .ptitle_t5_grad + .ptitle_t7_ms, .ptitle_t5_base + .ptitle_t7_ms, .ptitle_t5 + .ptitle_t7_hds, .ptitle_t5_main + .ptitle_t7_hds, .ptitle_t5_med + .ptitle_t7_hds, .ptitle_t5_hss + .ptitle_t7_hds, .ptitle_t5_nurs + .ptitle_t7_hds, .ptitle_t5_hsn + .ptitle_t7_hds, .ptitle_t5_ila + .ptitle_t7_hds, .ptitle_t5_hs + .ptitle_t7_hds, .ptitle_t5_ms + .ptitle_t7_hds, .ptitle_t5_hds + .ptitle_t7_hds, .ptitle_t5_grad + .ptitle_t7_hds, .ptitle_t5_base + .ptitle_t7_hds, .ptitle_t5 + .ptitle_t7_grad, .ptitle_t5_main + .ptitle_t7_grad, .ptitle_t5_med + .ptitle_t7_grad, .ptitle_t5_hss + .ptitle_t7_grad, .ptitle_t5_nurs + .ptitle_t7_grad, .ptitle_t5_hsn + .ptitle_t7_grad, .ptitle_t5_ila + .ptitle_t7_grad, .ptitle_t5_hs + .ptitle_t7_grad, .ptitle_t5_ms + .ptitle_t7_grad, .ptitle_t5_hds + .ptitle_t7_grad, .ptitle_t5_grad + .ptitle_t7_grad, .ptitle_t5_base + .ptitle_t7_grad, .ptitle_t5 + .ptitle_t7_base, .ptitle_t5_main + .ptitle_t7_base, .ptitle_t5_med + .ptitle_t7_base, .ptitle_t5_hss + .ptitle_t7_base, .ptitle_t5_nurs + .ptitle_t7_base, .ptitle_t5_hsn + .ptitle_t7_base, .ptitle_t5_ila + .ptitle_t7_base, .ptitle_t5_hs + .ptitle_t7_base, .ptitle_t5_ms + .ptitle_t7_base, .ptitle_t5_hds + .ptitle_t7_base, .ptitle_t5_grad + .ptitle_t7_base, .ptitle_t5_base + .ptitle_t7_base {
  margin-top: 0; }

.ptitle_ct5 + .ptitle_ct7, .ptitle_ct5_med + .ptitle_ct7, .ptitle_ct5_hss + .ptitle_ct7, .ptitle_ct5_nurs + .ptitle_ct7, .ptitle_ct5_hsn + .ptitle_ct7, .ptitle_ct5_ila + .ptitle_ct7, .ptitle_ct5_hs + .ptitle_ct7, .ptitle_ct5_ms + .ptitle_ct7, .ptitle_ct5_hds + .ptitle_ct7, .ptitle_ct5_grad + .ptitle_ct7, .ptitle_ct5_base + .ptitle_ct7 {
  margin-top: 0; }

.ptitle_t6 + .ptitle_t6 {
  margin-top: 0; }

.ptitle_ct6 + .ptitle_ct6, .ptitle_ct6_med + .ptitle_ct6, .ptitle_ct6_hss + .ptitle_ct6, .ptitle_ct6_nurs + .ptitle_ct6, .ptitle_ct6_hsn + .ptitle_ct6, .ptitle_ct6_ila + .ptitle_ct6, .ptitle_ct6_hs + .ptitle_ct6, .ptitle_ct6_ms + .ptitle_ct6, .ptitle_ct6_hds + .ptitle_ct6, .ptitle_ct6_grad + .ptitle_ct6, .ptitle_ct6_base + .ptitle_ct6, .ptitle_ct6 + .ptitle_ct6_med, .ptitle_ct6_med + .ptitle_ct6_med, .ptitle_ct6_hss + .ptitle_ct6_med, .ptitle_ct6_nurs + .ptitle_ct6_med, .ptitle_ct6_hsn + .ptitle_ct6_med, .ptitle_ct6_ila + .ptitle_ct6_med, .ptitle_ct6_hs + .ptitle_ct6_med, .ptitle_ct6_ms + .ptitle_ct6_med, .ptitle_ct6_hds + .ptitle_ct6_med, .ptitle_ct6_grad + .ptitle_ct6_med, .ptitle_ct6_base + .ptitle_ct6_med, .ptitle_ct6 + .ptitle_ct6_hss, .ptitle_ct6_med + .ptitle_ct6_hss, .ptitle_ct6_hss + .ptitle_ct6_hss, .ptitle_ct6_nurs + .ptitle_ct6_hss, .ptitle_ct6_hsn + .ptitle_ct6_hss, .ptitle_ct6_ila + .ptitle_ct6_hss, .ptitle_ct6_hs + .ptitle_ct6_hss, .ptitle_ct6_ms + .ptitle_ct6_hss, .ptitle_ct6_hds + .ptitle_ct6_hss, .ptitle_ct6_grad + .ptitle_ct6_hss, .ptitle_ct6_base + .ptitle_ct6_hss, .ptitle_ct6 + .ptitle_ct6_nurs, .ptitle_ct6_med + .ptitle_ct6_nurs, .ptitle_ct6_hss + .ptitle_ct6_nurs, .ptitle_ct6_nurs + .ptitle_ct6_nurs, .ptitle_ct6_hsn + .ptitle_ct6_nurs, .ptitle_ct6_ila + .ptitle_ct6_nurs, .ptitle_ct6_hs + .ptitle_ct6_nurs, .ptitle_ct6_ms + .ptitle_ct6_nurs, .ptitle_ct6_hds + .ptitle_ct6_nurs, .ptitle_ct6_grad + .ptitle_ct6_nurs, .ptitle_ct6_base + .ptitle_ct6_nurs, .ptitle_ct6 + .ptitle_ct6_hsn, .ptitle_ct6_med + .ptitle_ct6_hsn, .ptitle_ct6_hss + .ptitle_ct6_hsn, .ptitle_ct6_nurs + .ptitle_ct6_hsn, .ptitle_ct6_hsn + .ptitle_ct6_hsn, .ptitle_ct6_ila + .ptitle_ct6_hsn, .ptitle_ct6_hs + .ptitle_ct6_hsn, .ptitle_ct6_ms + .ptitle_ct6_hsn, .ptitle_ct6_hds + .ptitle_ct6_hsn, .ptitle_ct6_grad + .ptitle_ct6_hsn, .ptitle_ct6_base + .ptitle_ct6_hsn, .ptitle_ct6 + .ptitle_ct6_ila, .ptitle_ct6_med + .ptitle_ct6_ila, .ptitle_ct6_hss + .ptitle_ct6_ila, .ptitle_ct6_nurs + .ptitle_ct6_ila, .ptitle_ct6_hsn + .ptitle_ct6_ila, .ptitle_ct6_ila + .ptitle_ct6_ila, .ptitle_ct6_hs + .ptitle_ct6_ila, .ptitle_ct6_ms + .ptitle_ct6_ila, .ptitle_ct6_hds + .ptitle_ct6_ila, .ptitle_ct6_grad + .ptitle_ct6_ila, .ptitle_ct6_base + .ptitle_ct6_ila, .ptitle_ct6 + .ptitle_ct6_hs, .ptitle_ct6_med + .ptitle_ct6_hs, .ptitle_ct6_hss + .ptitle_ct6_hs, .ptitle_ct6_nurs + .ptitle_ct6_hs, .ptitle_ct6_hsn + .ptitle_ct6_hs, .ptitle_ct6_ila + .ptitle_ct6_hs, .ptitle_ct6_hs + .ptitle_ct6_hs, .ptitle_ct6_ms + .ptitle_ct6_hs, .ptitle_ct6_hds + .ptitle_ct6_hs, .ptitle_ct6_grad + .ptitle_ct6_hs, .ptitle_ct6_base + .ptitle_ct6_hs, .ptitle_ct6 + .ptitle_ct6_ms, .ptitle_ct6_med + .ptitle_ct6_ms, .ptitle_ct6_hss + .ptitle_ct6_ms, .ptitle_ct6_nurs + .ptitle_ct6_ms, .ptitle_ct6_hsn + .ptitle_ct6_ms, .ptitle_ct6_ila + .ptitle_ct6_ms, .ptitle_ct6_hs + .ptitle_ct6_ms, .ptitle_ct6_ms + .ptitle_ct6_ms, .ptitle_ct6_hds + .ptitle_ct6_ms, .ptitle_ct6_grad + .ptitle_ct6_ms, .ptitle_ct6_base + .ptitle_ct6_ms, .ptitle_ct6 + .ptitle_ct6_hds, .ptitle_ct6_med + .ptitle_ct6_hds, .ptitle_ct6_hss + .ptitle_ct6_hds, .ptitle_ct6_nurs + .ptitle_ct6_hds, .ptitle_ct6_hsn + .ptitle_ct6_hds, .ptitle_ct6_ila + .ptitle_ct6_hds, .ptitle_ct6_hs + .ptitle_ct6_hds, .ptitle_ct6_ms + .ptitle_ct6_hds, .ptitle_ct6_hds + .ptitle_ct6_hds, .ptitle_ct6_grad + .ptitle_ct6_hds, .ptitle_ct6_base + .ptitle_ct6_hds, .ptitle_ct6 + .ptitle_ct6_grad, .ptitle_ct6_med + .ptitle_ct6_grad, .ptitle_ct6_hss + .ptitle_ct6_grad, .ptitle_ct6_nurs + .ptitle_ct6_grad, .ptitle_ct6_hsn + .ptitle_ct6_grad, .ptitle_ct6_ila + .ptitle_ct6_grad, .ptitle_ct6_hs + .ptitle_ct6_grad, .ptitle_ct6_ms + .ptitle_ct6_grad, .ptitle_ct6_hds + .ptitle_ct6_grad, .ptitle_ct6_grad + .ptitle_ct6_grad, .ptitle_ct6_base + .ptitle_ct6_grad, .ptitle_ct6 + .ptitle_ct6_base, .ptitle_ct6_med + .ptitle_ct6_base, .ptitle_ct6_hss + .ptitle_ct6_base, .ptitle_ct6_nurs + .ptitle_ct6_base, .ptitle_ct6_hsn + .ptitle_ct6_base, .ptitle_ct6_ila + .ptitle_ct6_base, .ptitle_ct6_hs + .ptitle_ct6_base, .ptitle_ct6_ms + .ptitle_ct6_base, .ptitle_ct6_hds + .ptitle_ct6_base, .ptitle_ct6_grad + .ptitle_ct6_base, .ptitle_ct6_base + .ptitle_ct6_base {
  margin-top: 0; }

.ptitle_t6 + .ptitle_t7, .ptitle_t6 + .ptitle_t7_med, .ptitle_t6 + .ptitle_t7_hss, .ptitle_t6 + .ptitle_t7_nurs, .ptitle_t6 + .ptitle_t7_hsn, .ptitle_t6 + .ptitle_t7_ila, .ptitle_t6 + .ptitle_t7_hs, .ptitle_t6 + .ptitle_t7_ms, .ptitle_t6 + .ptitle_t7_hds, .ptitle_t6 + .ptitle_t7_grad, .ptitle_t6 + .ptitle_t7_base {
  margin-top: 0; }

.ptitle_ct6 + .ptitle_ct7, .ptitle_ct6_med + .ptitle_ct7, .ptitle_ct6_hss + .ptitle_ct7, .ptitle_ct6_nurs + .ptitle_ct7, .ptitle_ct6_hsn + .ptitle_ct7, .ptitle_ct6_ila + .ptitle_ct7, .ptitle_ct6_hs + .ptitle_ct7, .ptitle_ct6_ms + .ptitle_ct7, .ptitle_ct6_hds + .ptitle_ct7, .ptitle_ct6_grad + .ptitle_ct7, .ptitle_ct6_base + .ptitle_ct7 {
  margin-top: 0; }

.ptitle_t7 + .ptitle_t7, .ptitle_t7_med + .ptitle_t7, .ptitle_t7_hss + .ptitle_t7, .ptitle_t7_nurs + .ptitle_t7, .ptitle_t7_hsn + .ptitle_t7, .ptitle_t7_ila + .ptitle_t7, .ptitle_t7_hs + .ptitle_t7, .ptitle_t7_ms + .ptitle_t7, .ptitle_t7_hds + .ptitle_t7, .ptitle_t7_grad + .ptitle_t7, .ptitle_t7_base + .ptitle_t7, .ptitle_t7 + .ptitle_t7_med, .ptitle_t7_med + .ptitle_t7_med, .ptitle_t7_hss + .ptitle_t7_med, .ptitle_t7_nurs + .ptitle_t7_med, .ptitle_t7_hsn + .ptitle_t7_med, .ptitle_t7_ila + .ptitle_t7_med, .ptitle_t7_hs + .ptitle_t7_med, .ptitle_t7_ms + .ptitle_t7_med, .ptitle_t7_hds + .ptitle_t7_med, .ptitle_t7_grad + .ptitle_t7_med, .ptitle_t7_base + .ptitle_t7_med, .ptitle_t7 + .ptitle_t7_hss, .ptitle_t7_med + .ptitle_t7_hss, .ptitle_t7_hss + .ptitle_t7_hss, .ptitle_t7_nurs + .ptitle_t7_hss, .ptitle_t7_hsn + .ptitle_t7_hss, .ptitle_t7_ila + .ptitle_t7_hss, .ptitle_t7_hs + .ptitle_t7_hss, .ptitle_t7_ms + .ptitle_t7_hss, .ptitle_t7_hds + .ptitle_t7_hss, .ptitle_t7_grad + .ptitle_t7_hss, .ptitle_t7_base + .ptitle_t7_hss, .ptitle_t7 + .ptitle_t7_nurs, .ptitle_t7_med + .ptitle_t7_nurs, .ptitle_t7_hss + .ptitle_t7_nurs, .ptitle_t7_nurs + .ptitle_t7_nurs, .ptitle_t7_hsn + .ptitle_t7_nurs, .ptitle_t7_ila + .ptitle_t7_nurs, .ptitle_t7_hs + .ptitle_t7_nurs, .ptitle_t7_ms + .ptitle_t7_nurs, .ptitle_t7_hds + .ptitle_t7_nurs, .ptitle_t7_grad + .ptitle_t7_nurs, .ptitle_t7_base + .ptitle_t7_nurs, .ptitle_t7 + .ptitle_t7_hsn, .ptitle_t7_med + .ptitle_t7_hsn, .ptitle_t7_hss + .ptitle_t7_hsn, .ptitle_t7_nurs + .ptitle_t7_hsn, .ptitle_t7_hsn + .ptitle_t7_hsn, .ptitle_t7_ila + .ptitle_t7_hsn, .ptitle_t7_hs + .ptitle_t7_hsn, .ptitle_t7_ms + .ptitle_t7_hsn, .ptitle_t7_hds + .ptitle_t7_hsn, .ptitle_t7_grad + .ptitle_t7_hsn, .ptitle_t7_base + .ptitle_t7_hsn, .ptitle_t7 + .ptitle_t7_ila, .ptitle_t7_med + .ptitle_t7_ila, .ptitle_t7_hss + .ptitle_t7_ila, .ptitle_t7_nurs + .ptitle_t7_ila, .ptitle_t7_hsn + .ptitle_t7_ila, .ptitle_t7_ila + .ptitle_t7_ila, .ptitle_t7_hs + .ptitle_t7_ila, .ptitle_t7_ms + .ptitle_t7_ila, .ptitle_t7_hds + .ptitle_t7_ila, .ptitle_t7_grad + .ptitle_t7_ila, .ptitle_t7_base + .ptitle_t7_ila, .ptitle_t7 + .ptitle_t7_hs, .ptitle_t7_med + .ptitle_t7_hs, .ptitle_t7_hss + .ptitle_t7_hs, .ptitle_t7_nurs + .ptitle_t7_hs, .ptitle_t7_hsn + .ptitle_t7_hs, .ptitle_t7_ila + .ptitle_t7_hs, .ptitle_t7_hs + .ptitle_t7_hs, .ptitle_t7_ms + .ptitle_t7_hs, .ptitle_t7_hds + .ptitle_t7_hs, .ptitle_t7_grad + .ptitle_t7_hs, .ptitle_t7_base + .ptitle_t7_hs, .ptitle_t7 + .ptitle_t7_ms, .ptitle_t7_med + .ptitle_t7_ms, .ptitle_t7_hss + .ptitle_t7_ms, .ptitle_t7_nurs + .ptitle_t7_ms, .ptitle_t7_hsn + .ptitle_t7_ms, .ptitle_t7_ila + .ptitle_t7_ms, .ptitle_t7_hs + .ptitle_t7_ms, .ptitle_t7_ms + .ptitle_t7_ms, .ptitle_t7_hds + .ptitle_t7_ms, .ptitle_t7_grad + .ptitle_t7_ms, .ptitle_t7_base + .ptitle_t7_ms, .ptitle_t7 + .ptitle_t7_hds, .ptitle_t7_med + .ptitle_t7_hds, .ptitle_t7_hss + .ptitle_t7_hds, .ptitle_t7_nurs + .ptitle_t7_hds, .ptitle_t7_hsn + .ptitle_t7_hds, .ptitle_t7_ila + .ptitle_t7_hds, .ptitle_t7_hs + .ptitle_t7_hds, .ptitle_t7_ms + .ptitle_t7_hds, .ptitle_t7_hds + .ptitle_t7_hds, .ptitle_t7_grad + .ptitle_t7_hds, .ptitle_t7_base + .ptitle_t7_hds, .ptitle_t7 + .ptitle_t7_grad, .ptitle_t7_med + .ptitle_t7_grad, .ptitle_t7_hss + .ptitle_t7_grad, .ptitle_t7_nurs + .ptitle_t7_grad, .ptitle_t7_hsn + .ptitle_t7_grad, .ptitle_t7_ila + .ptitle_t7_grad, .ptitle_t7_hs + .ptitle_t7_grad, .ptitle_t7_ms + .ptitle_t7_grad, .ptitle_t7_hds + .ptitle_t7_grad, .ptitle_t7_grad + .ptitle_t7_grad, .ptitle_t7_base + .ptitle_t7_grad, .ptitle_t7 + .ptitle_t7_base, .ptitle_t7_med + .ptitle_t7_base, .ptitle_t7_hss + .ptitle_t7_base, .ptitle_t7_nurs + .ptitle_t7_base, .ptitle_t7_hsn + .ptitle_t7_base, .ptitle_t7_ila + .ptitle_t7_base, .ptitle_t7_hs + .ptitle_t7_base, .ptitle_t7_ms + .ptitle_t7_base, .ptitle_t7_hds + .ptitle_t7_base, .ptitle_t7_grad + .ptitle_t7_base, .ptitle_t7_base + .ptitle_t7_base {
  margin-top: 0; }

.ptitle_ct7 + .ptitle_ct7 {
  margin-top: 0; }

.plist__link {
  color: currentColor; }
  .plist__link:hover {
    color: currentColor;
    opacity: 1;
    -webkit-transition: none;
    transition: none; }

.plist .plist__box {
  margin-top: 10px;
  padding-bottom: 10px; }

.plist.plist_type_column_head_clr_main .plist__head {
  color: var(--theme_main, #4F157F); }

.plist.plist_type_column_head_weight_bold .plist__head {
  font-weight: bold !important; }

.plist.plist_type_column_border .plist__box {
  border-bottom: 1px solid #d3d3d3; }

.plist.plist_type_column.plist.plist_type_column_w5p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%; }

.plist.plist_type_column.plist.plist_type_column_w10p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%; }

.plist.plist_type_column.plist.plist_type_column_w15p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%; }

.plist.plist_type_column.plist.plist_type_column_w20p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%; }

.plist.plist_type_column.plist.plist_type_column_w25p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }

.plist.plist_type_column.plist.plist_type_column_w30p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%; }

.plist.plist_type_column.plist.plist_type_column_w35p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%; }

.plist.plist_type_column.plist.plist_type_column_w40p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; }

.plist.plist_type_column.plist.plist_type_column_w45p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%; }

.plist.plist_type_column.plist.plist_type_column_w50p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.plist.plist_type_column.plist.plist_type_column_w55p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%; }

.plist.plist_type_column.plist.plist_type_column_w60p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%; }

.plist.plist_type_column.plist.plist_type_column_w65p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%; }

.plist.plist_type_column.plist.plist_type_column_w70p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%; }

.plist.plist_type_column.plist.plist_type_column_w75p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%; }

.plist.plist_type_column.plist.plist_type_column_w80p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%; }

.plist.plist_type_column.plist.plist_type_column_w85p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%; }

.plist.plist_type_column.plist.plist_type_column_w90p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%; }

.plist.plist_type_column.plist.plist_type_column_w95p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95%;
          flex: 0 0 95%; }

.plist.plist_type_column .plist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.plist.plist_type_column .plist__head {
  width: 100%;
  padding-top: 0.5em;
  font-weight: normal; }

.plist.plist_type_column .plist__body {
  width: 100%;
  padding-bottom: 0.5em; }

@media (min-width: 768px) {
  .plist.plist_type_column .plist__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .plist.plist_type_column .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    padding: 0.5em; }
  .plist.plist_type_column .plist__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding: 0.5em; } }

@media (max-width: 767.98px) {
  .plist.plist_type_column_sp_col2 .plist__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .plist.plist_type_column_sp_col2 .plist__head {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0.5em; }
  .plist.plist_type_column_sp_col2 .plist__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding: 0.5em; } }

.plist.plist_type_disc {
  list-style: disc;
  padding-left: 25px; }

.plist.plist_type_link {
  margin: 0;
  padding: 0;
  list-style: none; }
  .plist.plist_type_link_arrow_lr .plist__item {
    border-bottom: 1px solid #333; }
  .plist.plist_type_link_arrow_lr .plist__link {
    padding: 0.7em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor; }
    .plist.plist_type_link_arrow_lr .plist__link:hover {
      color: currentColor;
      text-decoration: none; }
    .plist.plist_type_link_arrow_lr .plist__link::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f105";
      text-decoration: none;
      margin-right: 0.5em;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plist.plist_type_link_arrow_lr .plist__link::before {
      -webkit-transform: translateX(5px);
              transform: translateX(5px);
      margin-right: 15px; }
    .plist.plist_type_link_arrow_lr .plist__link:hover::before {
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
  .plist.plist_type_link_arrow_rr .plist__item {
    border-bottom: 1px solid #333; }
  .plist.plist_type_link_arrow_rr .plist__link {
    padding: 0.7em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .plist.plist_type_link_arrow_rr .plist__link:hover {
      color: currentColor;
      text-decoration: none; }
    .plist.plist_type_link_arrow_rr .plist__link::before {
      color: var(--theme_main, #4F157F);
      font-family: fontawesome;
      content: "\f054";
      text-decoration: none;
      margin-right: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plist.plist_type_link_arrow_rr .plist__link::before {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-left: auto;
      padding-left: 1em; }
    .plist.plist_type_link_arrow_rr .plist__link:hover::before {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .plist.plist_type_link_arrow_rb .plist__item {
    border-bottom: 1px solid #333; }
  .plist.plist_type_link_arrow_rb .plist__link {
    padding: 0.7em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .plist.plist_type_link_arrow_rb .plist__link:hover {
      color: currentColor;
      text-decoration: none; }
    .plist.plist_type_link_arrow_rb .plist__link::before {
      color: var(--theme_main, #4F157F);
      font-family: fontawesome;
      content: "\f078";
      text-decoration: none;
      margin-right: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plist.plist_type_link_arrow_rb .plist__link::before {
      -webkit-transform: translate(-5px, 0);
              transform: translate(-5px, 0);
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-left: auto; }
    .plist.plist_type_link_arrow_rb .plist__link:hover::before {
      -webkit-transform: translate(-5px, 5px);
              transform: translate(-5px, 5px); }
  .plist.plist_type_link_arrow_rr2 .plist__item {
    border-bottom: 1px solid #333;
    position: relative; }
    .plist.plist_type_link_arrow_rr2 .plist__item::before, .plist.plist_type_link_arrow_rr2 .plist__item::after {
      pointer-events: none;
      position: absolute;
      display: block;
      content: "";
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plist.plist_type_link_arrow_rr2 .plist__item::before {
      top: 50%;
      right: 0;
      width: 25px;
      height: 1px;
      background: #333;
      -webkit-transform: translate(-10px, -50%);
              transform: translate(-10px, -50%); }
    .plist.plist_type_link_arrow_rr2 .plist__item::after {
      top: 50%;
      right: 0;
      width: 6px;
      height: 6px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      -webkit-transform: translate(-10px, -50%) rotate(45deg);
              transform: translate(-10px, -50%) rotate(45deg); }
    .plist.plist_type_link_arrow_rr2 .plist__item:hover::before {
      -webkit-transform: translate(0px, -50%);
              transform: translate(0px, -50%); }
    .plist.plist_type_link_arrow_rr2 .plist__item:hover::after {
      -webkit-transform: translate(0px, -50%) rotate(45deg);
              transform: translate(0px, -50%) rotate(45deg); }
  .plist.plist_type_link_arrow_rr2 .plist__link {
    display: block;
    padding: 0.7em 0; }
    .plist.plist_type_link_arrow_rr2 .plist__link:hover {
      color: currentColor;
      text-decoration: none; }
  .plist.plist_type_link_border .plist__item {
    border-bottom: 1px solid #333; }
    .plist.plist_type_link_border .plist__item:first-child {
      border-top: 1px solid #333; }
  .plist.plist_type_link_noborder .plist__item {
    border-bottom: 0; }
  .plist.plist_type_link_noborder .plist__link {
    padding: 0.5em 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .plist.plist_type_link_white {
    color: #fff; }
    .plist.plist_type_link_white .plist__item {
      border-color: #fff !important; }
      .plist.plist_type_link_white .plist__item::before {
        background: #fff; }
      .plist.plist_type_link_white .plist__item::after {
        border-color: #fff; }
    .plist.plist_type_link_white .plist__link::before, .plist.plist_type_link_white .plist__link::after {
      color: #fff; }
  .plist.plist_type_link .plist__link_reverse::after {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 0;
    padding-right: 0.2em; }
  .plist.plist_type_link_center .plist__item {
    text-align: center; }
  .plist.plist_type_link_clr_main .plist__link {
    color: var(--theme_main, #4F157F) !important; }
  .plist.plist_type_link_clr_black .plist__link {
    color: var(--theme_black, #000) !important; }
  .plist.plist_type_link_clr_white .plist__link {
    color: #fff !important; }
  .plist.plist_type_link_clr_red .plist__link {
    color: #da212f !important; }
  .plist.plist_type_link_clr_text .plist__link {
    color: #333 !important; }
  .plist.plist_type_link_clr_gray .plist__link {
    color: var(--theme_bggray, #efefef) !important; }
  .plist.plist_type_link_clr_dark .plist__link {
    color: var(--theme_black-light, #666) !important; }
  .plist.plist_type_link_arrow_clr_main .plist__link::before, .plist.plist_type_link_arrow_clr_main .plist__link::after {
    color: var(--theme_main, #4F157F) !important; }
  .plist.plist_type_link_arrow_clr_black .plist__link::before, .plist.plist_type_link_arrow_clr_black .plist__link::after {
    color: var(--theme_black, #000) !important; }
  .plist.plist_type_link_arrow_clr_white .plist__link::before, .plist.plist_type_link_arrow_clr_white .plist__link::after {
    color: #fff !important; }
  .plist.plist_type_link_arrow_clr_red .plist__link::before, .plist.plist_type_link_arrow_clr_red .plist__link::after {
    color: #da212f !important; }
  .plist.plist_type_link_arrow_clr_text .plist__link::before, .plist.plist_type_link_arrow_clr_text .plist__link::after {
    color: #333 !important; }
  .plist.plist_type_link_arrow_clr_gray .plist__link::before, .plist.plist_type_link_arrow_clr_gray .plist__link::after {
    color: var(--theme_bggray, #efefef) !important; }
  .plist.plist_type_link_arrow_clr_dark .plist__link::before, .plist.plist_type_link_arrow_clr_dark .plist__link::after {
    color: var(--theme_black-light, #666) !important; }
  .plist.plist_type_link .plist_type_link {
    padding-left: 1em; }
    .plist.plist_type_link .plist_type_link .plink_type_inline_arrow_lr::before {
      content: "";
      width: 12px;
      height: 1px;
      background-color: currentColor;
      top: 0.7em; }

.plist.plist_type_notes {
  margin: 0;
  padding: 0;
  list-style: none; }
  .plist.plist_type_notes > .plist__item {
    padding-left: 1.5em;
    text-indent: -1.5em; }
    .plist.plist_type_notes > .plist__item::before {
      content: '※ '; }

.plist.plist_type_indent {
  margin: 0;
  padding: 0;
  list-style: none; }
  .plist.plist_type_indent > .plist__item {
    text-indent: -1em;
    padding-left: 1em; }

.plist.plist_type_order_box, .plist.plist_type_order_circle, .plist.plist_type_order_circle_med, .plist.plist_type_order_circle_hss, .plist.plist_type_order_circle_nurs, .plist.plist_type_order_circle_hsn, .plist.plist_type_order_circle_ila, .plist.plist_type_order_circle_hs, .plist.plist_type_order_circle_ms, .plist.plist_type_order_circle_hds, .plist.plist_type_order_circle_grad, .plist.plist_type_order_circle_base {
  padding-left: 0;
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_order_box > .plist__item, .plist.plist_type_order_circle > .plist__item, .plist.plist_type_order_circle_med > .plist__item, .plist.plist_type_order_circle_hss > .plist__item, .plist.plist_type_order_circle_nurs > .plist__item, .plist.plist_type_order_circle_hsn > .plist__item, .plist.plist_type_order_circle_ila > .plist__item, .plist.plist_type_order_circle_hs > .plist__item, .plist.plist_type_order_circle_ms > .plist__item, .plist.plist_type_order_circle_hds > .plist__item, .plist.plist_type_order_circle_grad > .plist__item, .plist.plist_type_order_circle_base > .plist__item {
    counter-increment: list-cnt;
    padding-left: 25px;
    position: relative; }
    .plist.plist_type_order_box > .plist__item:not(:last-child), .plist.plist_type_order_circle > .plist__item:not(:last-child), .plist.plist_type_order_circle_med > .plist__item:not(:last-child), .plist.plist_type_order_circle_hss > .plist__item:not(:last-child), .plist.plist_type_order_circle_nurs > .plist__item:not(:last-child), .plist.plist_type_order_circle_hsn > .plist__item:not(:last-child), .plist.plist_type_order_circle_ila > .plist__item:not(:last-child), .plist.plist_type_order_circle_hs > .plist__item:not(:last-child), .plist.plist_type_order_circle_ms > .plist__item:not(:last-child), .plist.plist_type_order_circle_hds > .plist__item:not(:last-child), .plist.plist_type_order_circle_grad > .plist__item:not(:last-child), .plist.plist_type_order_circle_base > .plist__item:not(:last-child) {
      margin-bottom: 0.3em; }
    .plist.plist_type_order_box > .plist__item::before, .plist.plist_type_order_circle > .plist__item::before, .plist.plist_type_order_circle_med > .plist__item::before, .plist.plist_type_order_circle_hss > .plist__item::before, .plist.plist_type_order_circle_nurs > .plist__item::before, .plist.plist_type_order_circle_hsn > .plist__item::before, .plist.plist_type_order_circle_ila > .plist__item::before, .plist.plist_type_order_circle_hs > .plist__item::before, .plist.plist_type_order_circle_ms > .plist__item::before, .plist.plist_type_order_circle_hds > .plist__item::before, .plist.plist_type_order_circle_grad > .plist__item::before, .plist.plist_type_order_circle_base > .plist__item::before {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      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;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 21px;
      height: 21px;
      color: #fff;
      background: var(--theme_main, #4F157F);
      position: absolute;
      top: 0.3rem;
      left: 0;
      content: counter(list-cnt); }

.plist.plist_type_order_circle > .plist__item::before, .plist.plist_type_order_circle_med > .plist__item::before, .plist.plist_type_order_circle_hss > .plist__item::before, .plist.plist_type_order_circle_nurs > .plist__item::before, .plist.plist_type_order_circle_hsn > .plist__item::before, .plist.plist_type_order_circle_ila > .plist__item::before, .plist.plist_type_order_circle_hs > .plist__item::before, .plist.plist_type_order_circle_ms > .plist__item::before, .plist.plist_type_order_circle_hds > .plist__item::before, .plist.plist_type_order_circle_grad > .plist__item::before, .plist.plist_type_order_circle_base > .plist__item::before {
  border-radius: 50%; }

.plist.plist_type_sdgs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .plist.plist_type_sdgs .plist__item {
    width: 40px;
    margin-right: 5px; }

.plist.plist_type_qa .plist__head, .plist.plist_type_qa_med .plist__head, .plist.plist_type_qa_hss .plist__head, .plist.plist_type_qa_nurs .plist__head, .plist.plist_type_qa_hsn .plist__head, .plist.plist_type_qa_ila .plist__head, .plist.plist_type_qa_hs .plist__head, .plist.plist_type_qa_ms .plist__head, .plist.plist_type_qa_hds .plist__head, .plist.plist_type_qa_grad .plist__head, .plist.plist_type_qa_base .plist__head {
  font-size: 1.8rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0; }
  .plist.plist_type_qa .plist__head-link, .plist.plist_type_qa_med .plist__head-link, .plist.plist_type_qa_hss .plist__head-link, .plist.plist_type_qa_nurs .plist__head-link, .plist.plist_type_qa_hsn .plist__head-link, .plist.plist_type_qa_ila .plist__head-link, .plist.plist_type_qa_hs .plist__head-link, .plist.plist_type_qa_ms .plist__head-link, .plist.plist_type_qa_hds .plist__head-link, .plist.plist_type_qa_grad .plist__head-link, .plist.plist_type_qa_base .plist__head-link {
    font-size: 1.8rem !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    display: block;
    color: currentColor;
    position: relative;
    z-index: 1; }
    .plist.plist_type_qa .plist__head-link::after, .plist.plist_type_qa_med .plist__head-link::after, .plist.plist_type_qa_hss .plist__head-link::after, .plist.plist_type_qa_nurs .plist__head-link::after, .plist.plist_type_qa_hsn .plist__head-link::after, .plist.plist_type_qa_ila .plist__head-link::after, .plist.plist_type_qa_hs .plist__head-link::after, .plist.plist_type_qa_ms .plist__head-link::after, .plist.plist_type_qa_hds .plist__head-link::after, .plist.plist_type_qa_grad .plist__head-link::after, .plist.plist_type_qa_base .plist__head-link::after {
      color: currentColor;
      font-family: fontawesome;
      content: "\f067";
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 20px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plist.plist_type_qa .plist__head-link[aria-expanded="true"], .plist.plist_type_qa_med .plist__head-link[aria-expanded="true"], .plist.plist_type_qa_hss .plist__head-link[aria-expanded="true"], .plist.plist_type_qa_nurs .plist__head-link[aria-expanded="true"], .plist.plist_type_qa_hsn .plist__head-link[aria-expanded="true"], .plist.plist_type_qa_ila .plist__head-link[aria-expanded="true"], .plist.plist_type_qa_hs .plist__head-link[aria-expanded="true"], .plist.plist_type_qa_ms .plist__head-link[aria-expanded="true"], .plist.plist_type_qa_hds .plist__head-link[aria-expanded="true"], .plist.plist_type_qa_grad .plist__head-link[aria-expanded="true"], .plist.plist_type_qa_base .plist__head-link[aria-expanded="true"] {
      position: relative;
      z-index: 1; }
      .plist.plist_type_qa .plist__head-link[aria-expanded="true"]::after, .plist.plist_type_qa_med .plist__head-link[aria-expanded="true"]::after, .plist.plist_type_qa_hss .plist__head-link[aria-expanded="true"]::after, .plist.plist_type_qa_nurs .plist__head-link[aria-expanded="true"]::after, .plist.plist_type_qa_hsn .plist__head-link[aria-expanded="true"]::after, .plist.plist_type_qa_ila .plist__head-link[aria-expanded="true"]::after, .plist.plist_type_qa_hs .plist__head-link[aria-expanded="true"]::after, .plist.plist_type_qa_ms .plist__head-link[aria-expanded="true"]::after, .plist.plist_type_qa_hds .plist__head-link[aria-expanded="true"]::after, .plist.plist_type_qa_grad .plist__head-link[aria-expanded="true"]::after, .plist.plist_type_qa_base .plist__head-link[aria-expanded="true"]::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f068";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .plist.plist_type_qa .plist__head-link::after, .plist.plist_type_qa_med .plist__head-link::after, .plist.plist_type_qa_hss .plist__head-link::after, .plist.plist_type_qa_nurs .plist__head-link::after, .plist.plist_type_qa_hsn .plist__head-link::after, .plist.plist_type_qa_ila .plist__head-link::after, .plist.plist_type_qa_hs .plist__head-link::after, .plist.plist_type_qa_ms .plist__head-link::after, .plist.plist_type_qa_hds .plist__head-link::after, .plist.plist_type_qa_grad .plist__head-link::after, .plist.plist_type_qa_base .plist__head-link::after {
      font-size: 1.6rem; }
    .plist.plist_type_qa .plist__head-link:hover, .plist.plist_type_qa_med .plist__head-link:hover, .plist.plist_type_qa_hss .plist__head-link:hover, .plist.plist_type_qa_nurs .plist__head-link:hover, .plist.plist_type_qa_hsn .plist__head-link:hover, .plist.plist_type_qa_ila .plist__head-link:hover, .plist.plist_type_qa_hs .plist__head-link:hover, .plist.plist_type_qa_ms .plist__head-link:hover, .plist.plist_type_qa_hds .plist__head-link:hover, .plist.plist_type_qa_grad .plist__head-link:hover, .plist.plist_type_qa_base .plist__head-link:hover {
      text-decoration: none; }
  .plist.plist_type_qa .plist__head::before, .plist.plist_type_qa_med .plist__head::before, .plist.plist_type_qa_hss .plist__head::before, .plist.plist_type_qa_nurs .plist__head::before, .plist.plist_type_qa_hsn .plist__head::before, .plist.plist_type_qa_ila .plist__head::before, .plist.plist_type_qa_hs .plist__head::before, .plist.plist_type_qa_ms .plist__head::before, .plist.plist_type_qa_hds .plist__head::before, .plist.plist_type_qa_grad .plist__head::before, .plist.plist_type_qa_base .plist__head::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-right: 10px;
    content: "Q";
    width: 40px;
    height: 40px;
    border: 2px solid var(--theme_main, #4F157F);
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 2rem;
    font-weight: normal;
    color: var(--theme_main, #4F157F); }

.plist.plist_type_qa .plist__body, .plist.plist_type_qa_med .plist__body, .plist.plist_type_qa_hss .plist__body, .plist.plist_type_qa_nurs .plist__body, .plist.plist_type_qa_hsn .plist__body, .plist.plist_type_qa_ila .plist__body, .plist.plist_type_qa_hs .plist__body, .plist.plist_type_qa_ms .plist__body, .plist.plist_type_qa_hds .plist__body, .plist.plist_type_qa_grad .plist__body, .plist.plist_type_qa_base .plist__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }
  .plist.plist_type_qa .plist__body.collapse, .plist.plist_type_qa_med .plist__body.collapse, .plist.plist_type_qa_hss .plist__body.collapse, .plist.plist_type_qa_nurs .plist__body.collapse, .plist.plist_type_qa_hsn .plist__body.collapse, .plist.plist_type_qa_ila .plist__body.collapse, .plist.plist_type_qa_hs .plist__body.collapse, .plist.plist_type_qa_ms .plist__body.collapse, .plist.plist_type_qa_hds .plist__body.collapse, .plist.plist_type_qa_grad .plist__body.collapse, .plist.plist_type_qa_base .plist__body.collapse {
    display: none; }
    .plist.plist_type_qa .plist__body.collapse.show, .plist.plist_type_qa_med .plist__body.collapse.show, .plist.plist_type_qa_hss .plist__body.collapse.show, .plist.plist_type_qa_nurs .plist__body.collapse.show, .plist.plist_type_qa_hsn .plist__body.collapse.show, .plist.plist_type_qa_ila .plist__body.collapse.show, .plist.plist_type_qa_hs .plist__body.collapse.show, .plist.plist_type_qa_ms .plist__body.collapse.show, .plist.plist_type_qa_hds .plist__body.collapse.show, .plist.plist_type_qa_grad .plist__body.collapse.show, .plist.plist_type_qa_base .plist__body.collapse.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .plist.plist_type_qa .plist__body-title, .plist.plist_type_qa_med .plist__body-title, .plist.plist_type_qa_hss .plist__body-title, .plist.plist_type_qa_nurs .plist__body-title, .plist.plist_type_qa_hsn .plist__body-title, .plist.plist_type_qa_ila .plist__body-title, .plist.plist_type_qa_hs .plist__body-title, .plist.plist_type_qa_ms .plist__body-title, .plist.plist_type_qa_hds .plist__body-title, .plist.plist_type_qa_grad .plist__body-title, .plist.plist_type_qa_base .plist__body-title {
    margin-bottom: 10px;
    color: var(--theme_main, #4F157F);
    font-size: 1.8rem;
    font-weight: bold; }
  .plist.plist_type_qa .plist__body-text, .plist.plist_type_qa_med .plist__body-text, .plist.plist_type_qa_hss .plist__body-text, .plist.plist_type_qa_nurs .plist__body-text, .plist.plist_type_qa_hsn .plist__body-text, .plist.plist_type_qa_ila .plist__body-text, .plist.plist_type_qa_hs .plist__body-text, .plist.plist_type_qa_ms .plist__body-text, .plist.plist_type_qa_hds .plist__body-text, .plist.plist_type_qa_grad .plist__body-text, .plist.plist_type_qa_base .plist__body-text {
    margin-bottom: 20px; }
  .plist.plist_type_qa .plist__body::before, .plist.plist_type_qa_med .plist__body::before, .plist.plist_type_qa_hss .plist__body::before, .plist.plist_type_qa_nurs .plist__body::before, .plist.plist_type_qa_hsn .plist__body::before, .plist.plist_type_qa_ila .plist__body::before, .plist.plist_type_qa_hs .plist__body::before, .plist.plist_type_qa_ms .plist__body::before, .plist.plist_type_qa_hds .plist__body::before, .plist.plist_type_qa_grad .plist__body::before, .plist.plist_type_qa_base .plist__body::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-right: 10px;
    content: "A";
    width: 40px;
    height: 40px;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 2rem;
    font-weight: normal;
    color: var(--theme_black, #000);
    background: var(--theme_main, #4F157F);
    color: #fff; }

.pblock, .pblock-center, .pblock-slim, .pblock-wide, .pblock-main, .pblock-tp1, .pblock-sp-right, .pblock-sp-wide, .pblock-tp1-main, .cont-mv__ttl_t5 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .pblock:last-child, .pblock-center:last-child, .pblock-slim:last-child, .pblock-wide:last-child, .pblock-main:last-child, .pblock-tp1:last-child, .pblock-sp-right:last-child, .pblock-sp-wide:last-child, .pblock-tp1-main:last-child, .cont-mv__ttl_t5:last-child, .pblock:last-of-type, .pblock-center:last-of-type, .pblock-slim:last-of-type, .pblock-wide:last-of-type, .pblock-main:last-of-type, .pblock-tp1:last-of-type, .pblock-sp-right:last-of-type, .pblock-sp-wide:last-of-type, .pblock-tp1-main:last-of-type, .cont-mv__ttl_t5:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 1280px) {
    .pblock + .pbox, .pblock-center + .pbox, .pblock-slim + .pbox, .pblock-wide + .pbox, .pblock-main + .pbox, .pblock-tp1 + .pbox, .pblock-sp-right + .pbox, .pblock-sp-wide + .pbox, .pblock-tp1-main + .pbox, .cont-mv__ttl_t5 + .pbox {
      padding-top: 0; } }
  .pblock-btm {
    position: relative;
    z-index: 3; }
  @media (min-width: 768px) {
    .pblock, .pblock-center, .pblock-slim, .pblock-wide, .pblock-main, .pblock-tp1, .pblock-sp-right, .pblock-sp-wide, .pblock-tp1-main, .cont-mv__ttl_t5 {
      max-width: calc(1000px + 108px + 40px);
      margin-bottom: 120px;
      padding-right: calc(108px + 20px); }
      .pblock .pblock, .pblock-center .pblock, .pblock-slim .pblock, .pblock-wide .pblock, .pblock-main .pblock, .pblock-tp1 .pblock, .pblock-sp-right .pblock, .pblock-sp-wide .pblock, .pblock-tp1-main .pblock, .cont-mv__ttl_t5 .pblock, .pblock .pblock-center, .pblock-center .pblock-center, .pblock-slim .pblock-center, .pblock-wide .pblock-center, .pblock-main .pblock-center, .pblock-tp1 .pblock-center, .pblock-sp-right .pblock-center, .pblock-sp-wide .pblock-center, .pblock-tp1-main .pblock-center, .cont-mv__ttl_t5 .pblock-center, .pblock .pblock-slim, .pblock-center .pblock-slim, .pblock-slim .pblock-slim, .pblock-wide .pblock-slim, .pblock-main .pblock-slim, .pblock-tp1 .pblock-slim, .pblock-sp-right .pblock-slim, .pblock-sp-wide .pblock-slim, .pblock-tp1-main .pblock-slim, .cont-mv__ttl_t5 .pblock-slim, .pblock .pblock-wide, .pblock-center .pblock-wide, .pblock-slim .pblock-wide, .pblock-wide .pblock-wide, .pblock-main .pblock-wide, .pblock-tp1 .pblock-wide, .pblock-sp-right .pblock-wide, .pblock-sp-wide .pblock-wide, .pblock-tp1-main .pblock-wide, .cont-mv__ttl_t5 .pblock-wide, .pblock .pblock-main, .pblock-center .pblock-main, .pblock-slim .pblock-main, .pblock-wide .pblock-main, .pblock-main .pblock-main, .pblock-tp1 .pblock-main, .pblock-sp-right .pblock-main, .pblock-sp-wide .pblock-main, .pblock-tp1-main .pblock-main, .cont-mv__ttl_t5 .pblock-main, .pblock .pblock-tp1, .pblock-center .pblock-tp1, .pblock-slim .pblock-tp1, .pblock-wide .pblock-tp1, .pblock-main .pblock-tp1, .pblock-tp1 .pblock-tp1, .pblock-sp-right .pblock-tp1, .pblock-sp-wide .pblock-tp1, .pblock-tp1-main .pblock-tp1, .cont-mv__ttl_t5 .pblock-tp1, .pblock .pblock-sp-right, .pblock-center .pblock-sp-right, .pblock-slim .pblock-sp-right, .pblock-wide .pblock-sp-right, .pblock-main .pblock-sp-right, .pblock-tp1 .pblock-sp-right, .pblock-sp-right .pblock-sp-right, .pblock-sp-wide .pblock-sp-right, .pblock-tp1-main .pblock-sp-right, .cont-mv__ttl_t5 .pblock-sp-right, .pblock .pblock-sp-wide, .pblock-center .pblock-sp-wide, .pblock-slim .pblock-sp-wide, .pblock-wide .pblock-sp-wide, .pblock-main .pblock-sp-wide, .pblock-tp1 .pblock-sp-wide, .pblock-sp-right .pblock-sp-wide, .pblock-sp-wide .pblock-sp-wide, .pblock-tp1-main .pblock-sp-wide, .cont-mv__ttl_t5 .pblock-sp-wide, .pblock .pblock-tp1-main, .pblock-center .pblock-tp1-main, .pblock-slim .pblock-tp1-main, .pblock-wide .pblock-tp1-main, .pblock-main .pblock-tp1-main, .pblock-tp1 .pblock-tp1-main, .pblock-sp-right .pblock-tp1-main, .pblock-sp-wide .pblock-tp1-main, .pblock-tp1-main .pblock-tp1-main, .cont-mv__ttl_t5 .pblock-tp1-main, .pblock .cont-mv__ttl_t5, .pblock-center .cont-mv__ttl_t5, .pblock-slim .cont-mv__ttl_t5, .pblock-wide .cont-mv__ttl_t5, .pblock-main .cont-mv__ttl_t5, .pblock-tp1 .cont-mv__ttl_t5, .pblock-sp-right .cont-mv__ttl_t5, .pblock-sp-wide .cont-mv__ttl_t5, .pblock-tp1-main .cont-mv__ttl_t5, .cont-mv__ttl_t5 .cont-mv__ttl_t5 {
        width: auto; }
      .pblock > .pblock, .pblock-center > .pblock, .pblock-slim > .pblock, .pblock-wide > .pblock, .pblock-main > .pblock, .pblock-tp1 > .pblock, .pblock-sp-right > .pblock, .pblock-sp-wide > .pblock, .pblock-tp1-main > .pblock, .cont-mv__ttl_t5 > .pblock, .pblock > .pblock-center, .pblock-center > .pblock-center, .pblock-slim > .pblock-center, .pblock-wide > .pblock-center, .pblock-main > .pblock-center, .pblock-tp1 > .pblock-center, .pblock-sp-right > .pblock-center, .pblock-sp-wide > .pblock-center, .pblock-tp1-main > .pblock-center, .cont-mv__ttl_t5 > .pblock-center, .pblock > .pblock-slim, .pblock-center > .pblock-slim, .pblock-slim > .pblock-slim, .pblock-wide > .pblock-slim, .pblock-main > .pblock-slim, .pblock-tp1 > .pblock-slim, .pblock-sp-right > .pblock-slim, .pblock-sp-wide > .pblock-slim, .pblock-tp1-main > .pblock-slim, .cont-mv__ttl_t5 > .pblock-slim, .pblock > .pblock-wide, .pblock-center > .pblock-wide, .pblock-slim > .pblock-wide, .pblock-wide > .pblock-wide, .pblock-main > .pblock-wide, .pblock-tp1 > .pblock-wide, .pblock-sp-right > .pblock-wide, .pblock-sp-wide > .pblock-wide, .pblock-tp1-main > .pblock-wide, .cont-mv__ttl_t5 > .pblock-wide, .pblock > .pblock-main, .pblock-center > .pblock-main, .pblock-slim > .pblock-main, .pblock-wide > .pblock-main, .pblock-main > .pblock-main, .pblock-tp1 > .pblock-main, .pblock-sp-right > .pblock-main, .pblock-sp-wide > .pblock-main, .pblock-tp1-main > .pblock-main, .cont-mv__ttl_t5 > .pblock-main, .pblock > .pblock-tp1, .pblock-center > .pblock-tp1, .pblock-slim > .pblock-tp1, .pblock-wide > .pblock-tp1, .pblock-main > .pblock-tp1, .pblock-tp1 > .pblock-tp1, .pblock-sp-right > .pblock-tp1, .pblock-sp-wide > .pblock-tp1, .pblock-tp1-main > .pblock-tp1, .cont-mv__ttl_t5 > .pblock-tp1, .pblock > .pblock-sp-right, .pblock-center > .pblock-sp-right, .pblock-slim > .pblock-sp-right, .pblock-wide > .pblock-sp-right, .pblock-main > .pblock-sp-right, .pblock-tp1 > .pblock-sp-right, .pblock-sp-right > .pblock-sp-right, .pblock-sp-wide > .pblock-sp-right, .pblock-tp1-main > .pblock-sp-right, .cont-mv__ttl_t5 > .pblock-sp-right, .pblock > .pblock-sp-wide, .pblock-center > .pblock-sp-wide, .pblock-slim > .pblock-sp-wide, .pblock-wide > .pblock-sp-wide, .pblock-main > .pblock-sp-wide, .pblock-tp1 > .pblock-sp-wide, .pblock-sp-right > .pblock-sp-wide, .pblock-sp-wide > .pblock-sp-wide, .pblock-tp1-main > .pblock-sp-wide, .cont-mv__ttl_t5 > .pblock-sp-wide, .pblock > .pblock-tp1-main, .pblock-center > .pblock-tp1-main, .pblock-slim > .pblock-tp1-main, .pblock-wide > .pblock-tp1-main, .pblock-main > .pblock-tp1-main, .pblock-tp1 > .pblock-tp1-main, .pblock-sp-right > .pblock-tp1-main, .pblock-sp-wide > .pblock-tp1-main, .pblock-tp1-main > .pblock-tp1-main, .cont-mv__ttl_t5 > .pblock-tp1-main, .pblock > .cont-mv__ttl_t5, .pblock-center > .cont-mv__ttl_t5, .pblock-slim > .cont-mv__ttl_t5, .pblock-wide > .cont-mv__ttl_t5, .pblock-main > .cont-mv__ttl_t5, .pblock-tp1 > .cont-mv__ttl_t5, .pblock-sp-right > .cont-mv__ttl_t5, .pblock-sp-wide > .cont-mv__ttl_t5, .pblock-tp1-main > .cont-mv__ttl_t5, .cont-mv__ttl_t5 > .cont-mv__ttl_t5 {
        margin-bottom: 60px; } }
  @media (min-width: 1280px) {
    .pblock, .pblock-center, .pblock-slim, .pblock-wide, .pblock-main, .pblock-tp1, .pblock-sp-right, .pblock-sp-wide, .pblock-tp1-main, .cont-mv__ttl_t5 {
      margin-right: 0;
      max-width: calc(1000px + 250px + 108px);
      padding-right: calc(250px + 108px + 60px); } }
  @media (min-width: 1478px) {
    .pblock, .pblock-center, .pblock-slim, .pblock-wide, .pblock-main, .pblock-tp1, .pblock-sp-right, .pblock-sp-wide, .pblock-tp1-main, .cont-mv__ttl_t5 {
      max-width: calc(1000px + 250px + 108px);
      padding-right: calc(250px + 108px);
      padding-left: 0;
      margin-right: auto; } }
  @media (max-width: 767.98px) {
    .pblock, .pblock-center, .pblock-slim, .pblock-wide, .pblock-main, .pblock-tp1, .pblock-sp-right, .pblock-sp-wide, .pblock-tp1-main, .cont-mv__ttl_t5 {
      margin-bottom: 90px; }
      .pblock > .pblock, .pblock-center > .pblock, .pblock-slim > .pblock, .pblock-wide > .pblock, .pblock-main > .pblock, .pblock-tp1 > .pblock, .pblock-sp-right > .pblock, .pblock-sp-wide > .pblock, .pblock-tp1-main > .pblock, .cont-mv__ttl_t5 > .pblock, .pblock > .pblock-center, .pblock-center > .pblock-center, .pblock-slim > .pblock-center, .pblock-wide > .pblock-center, .pblock-main > .pblock-center, .pblock-tp1 > .pblock-center, .pblock-sp-right > .pblock-center, .pblock-sp-wide > .pblock-center, .pblock-tp1-main > .pblock-center, .cont-mv__ttl_t5 > .pblock-center, .pblock > .pblock-slim, .pblock-center > .pblock-slim, .pblock-slim > .pblock-slim, .pblock-wide > .pblock-slim, .pblock-main > .pblock-slim, .pblock-tp1 > .pblock-slim, .pblock-sp-right > .pblock-slim, .pblock-sp-wide > .pblock-slim, .pblock-tp1-main > .pblock-slim, .cont-mv__ttl_t5 > .pblock-slim, .pblock > .pblock-wide, .pblock-center > .pblock-wide, .pblock-slim > .pblock-wide, .pblock-wide > .pblock-wide, .pblock-main > .pblock-wide, .pblock-tp1 > .pblock-wide, .pblock-sp-right > .pblock-wide, .pblock-sp-wide > .pblock-wide, .pblock-tp1-main > .pblock-wide, .cont-mv__ttl_t5 > .pblock-wide, .pblock > .pblock-main, .pblock-center > .pblock-main, .pblock-slim > .pblock-main, .pblock-wide > .pblock-main, .pblock-main > .pblock-main, .pblock-tp1 > .pblock-main, .pblock-sp-right > .pblock-main, .pblock-sp-wide > .pblock-main, .pblock-tp1-main > .pblock-main, .cont-mv__ttl_t5 > .pblock-main, .pblock > .pblock-tp1, .pblock-center > .pblock-tp1, .pblock-slim > .pblock-tp1, .pblock-wide > .pblock-tp1, .pblock-main > .pblock-tp1, .pblock-tp1 > .pblock-tp1, .pblock-sp-right > .pblock-tp1, .pblock-sp-wide > .pblock-tp1, .pblock-tp1-main > .pblock-tp1, .cont-mv__ttl_t5 > .pblock-tp1, .pblock > .pblock-sp-right, .pblock-center > .pblock-sp-right, .pblock-slim > .pblock-sp-right, .pblock-wide > .pblock-sp-right, .pblock-main > .pblock-sp-right, .pblock-tp1 > .pblock-sp-right, .pblock-sp-right > .pblock-sp-right, .pblock-sp-wide > .pblock-sp-right, .pblock-tp1-main > .pblock-sp-right, .cont-mv__ttl_t5 > .pblock-sp-right, .pblock > .pblock-sp-wide, .pblock-center > .pblock-sp-wide, .pblock-slim > .pblock-sp-wide, .pblock-wide > .pblock-sp-wide, .pblock-main > .pblock-sp-wide, .pblock-tp1 > .pblock-sp-wide, .pblock-sp-right > .pblock-sp-wide, .pblock-sp-wide > .pblock-sp-wide, .pblock-tp1-main > .pblock-sp-wide, .cont-mv__ttl_t5 > .pblock-sp-wide, .pblock > .pblock-tp1-main, .pblock-center > .pblock-tp1-main, .pblock-slim > .pblock-tp1-main, .pblock-wide > .pblock-tp1-main, .pblock-main > .pblock-tp1-main, .pblock-tp1 > .pblock-tp1-main, .pblock-sp-right > .pblock-tp1-main, .pblock-sp-wide > .pblock-tp1-main, .pblock-tp1-main > .pblock-tp1-main, .cont-mv__ttl_t5 > .pblock-tp1-main, .pblock > .cont-mv__ttl_t5, .pblock-center > .cont-mv__ttl_t5, .pblock-slim > .cont-mv__ttl_t5, .pblock-wide > .cont-mv__ttl_t5, .pblock-main > .cont-mv__ttl_t5, .pblock-tp1 > .cont-mv__ttl_t5, .pblock-sp-right > .cont-mv__ttl_t5, .pblock-sp-wide > .cont-mv__ttl_t5, .pblock-tp1-main > .cont-mv__ttl_t5, .cont-mv__ttl_t5 > .cont-mv__ttl_t5 {
        margin-bottom: 60px; }
        .pblock > .pblock:last-child, .pblock-center > .pblock:last-child, .pblock-slim > .pblock:last-child, .pblock-wide > .pblock:last-child, .pblock-main > .pblock:last-child, .pblock-tp1 > .pblock:last-child, .pblock-sp-right > .pblock:last-child, .pblock-sp-wide > .pblock:last-child, .pblock-tp1-main > .pblock:last-child, .cont-mv__ttl_t5 > .pblock:last-child, .pblock > .pblock-center:last-child, .pblock-center > .pblock-center:last-child, .pblock-slim > .pblock-center:last-child, .pblock-wide > .pblock-center:last-child, .pblock-main > .pblock-center:last-child, .pblock-tp1 > .pblock-center:last-child, .pblock-sp-right > .pblock-center:last-child, .pblock-sp-wide > .pblock-center:last-child, .pblock-tp1-main > .pblock-center:last-child, .cont-mv__ttl_t5 > .pblock-center:last-child, .pblock > .pblock-slim:last-child, .pblock-center > .pblock-slim:last-child, .pblock-slim > .pblock-slim:last-child, .pblock-wide > .pblock-slim:last-child, .pblock-main > .pblock-slim:last-child, .pblock-tp1 > .pblock-slim:last-child, .pblock-sp-right > .pblock-slim:last-child, .pblock-sp-wide > .pblock-slim:last-child, .pblock-tp1-main > .pblock-slim:last-child, .cont-mv__ttl_t5 > .pblock-slim:last-child, .pblock > .pblock-wide:last-child, .pblock-center > .pblock-wide:last-child, .pblock-slim > .pblock-wide:last-child, .pblock-wide > .pblock-wide:last-child, .pblock-main > .pblock-wide:last-child, .pblock-tp1 > .pblock-wide:last-child, .pblock-sp-right > .pblock-wide:last-child, .pblock-sp-wide > .pblock-wide:last-child, .pblock-tp1-main > .pblock-wide:last-child, .cont-mv__ttl_t5 > .pblock-wide:last-child, .pblock > .pblock-main:last-child, .pblock-center > .pblock-main:last-child, .pblock-slim > .pblock-main:last-child, .pblock-wide > .pblock-main:last-child, .pblock-main > .pblock-main:last-child, .pblock-tp1 > .pblock-main:last-child, .pblock-sp-right > .pblock-main:last-child, .pblock-sp-wide > .pblock-main:last-child, .pblock-tp1-main > .pblock-main:last-child, .cont-mv__ttl_t5 > .pblock-main:last-child, .pblock > .pblock-tp1:last-child, .pblock-center > .pblock-tp1:last-child, .pblock-slim > .pblock-tp1:last-child, .pblock-wide > .pblock-tp1:last-child, .pblock-main > .pblock-tp1:last-child, .pblock-tp1 > .pblock-tp1:last-child, .pblock-sp-right > .pblock-tp1:last-child, .pblock-sp-wide > .pblock-tp1:last-child, .pblock-tp1-main > .pblock-tp1:last-child, .cont-mv__ttl_t5 > .pblock-tp1:last-child, .pblock > .pblock-sp-right:last-child, .pblock-center > .pblock-sp-right:last-child, .pblock-slim > .pblock-sp-right:last-child, .pblock-wide > .pblock-sp-right:last-child, .pblock-main > .pblock-sp-right:last-child, .pblock-tp1 > .pblock-sp-right:last-child, .pblock-sp-right > .pblock-sp-right:last-child, .pblock-sp-wide > .pblock-sp-right:last-child, .pblock-tp1-main > .pblock-sp-right:last-child, .cont-mv__ttl_t5 > .pblock-sp-right:last-child, .pblock > .pblock-sp-wide:last-child, .pblock-center > .pblock-sp-wide:last-child, .pblock-slim > .pblock-sp-wide:last-child, .pblock-wide > .pblock-sp-wide:last-child, .pblock-main > .pblock-sp-wide:last-child, .pblock-tp1 > .pblock-sp-wide:last-child, .pblock-sp-right > .pblock-sp-wide:last-child, .pblock-sp-wide > .pblock-sp-wide:last-child, .pblock-tp1-main > .pblock-sp-wide:last-child, .cont-mv__ttl_t5 > .pblock-sp-wide:last-child, .pblock > .pblock-tp1-main:last-child, .pblock-center > .pblock-tp1-main:last-child, .pblock-slim > .pblock-tp1-main:last-child, .pblock-wide > .pblock-tp1-main:last-child, .pblock-main > .pblock-tp1-main:last-child, .pblock-tp1 > .pblock-tp1-main:last-child, .pblock-sp-right > .pblock-tp1-main:last-child, .pblock-sp-wide > .pblock-tp1-main:last-child, .pblock-tp1-main > .pblock-tp1-main:last-child, .cont-mv__ttl_t5 > .pblock-tp1-main:last-child, .pblock > .cont-mv__ttl_t5:last-child, .pblock-center > .cont-mv__ttl_t5:last-child, .pblock-slim > .cont-mv__ttl_t5:last-child, .pblock-wide > .cont-mv__ttl_t5:last-child, .pblock-main > .cont-mv__ttl_t5:last-child, .pblock-tp1 > .cont-mv__ttl_t5:last-child, .pblock-sp-right > .cont-mv__ttl_t5:last-child, .pblock-sp-wide > .cont-mv__ttl_t5:last-child, .pblock-tp1-main > .cont-mv__ttl_t5:last-child, .cont-mv__ttl_t5 > .cont-mv__ttl_t5:last-child {
          margin-bottom: 0; } }
  .pblock-center {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1000px; }
    @media (min-width: 1280px) {
      .pblock-center {
        margin-left: auto;
        margin-right: auto; } }
  .pblock-slim {
    width: auto;
    max-width: 800px;
    padding: 0; }
    @media (min-width: 768px) {
      .pblock-slim .pblock, .pblock-slim .pblock-center, .pblock-slim .pblock-slim, .pblock-slim .pblock-wide, .pblock-slim .pblock-main, .pblock-slim .pblock-tp1, .pblock-slim .pblock-sp-right, .pblock-slim .pblock-sp-wide, .pblock-slim .pblock-tp1-main, .pblock-slim .cont-mv__ttl_t5 {
        width: auto; } }
    @media (min-width: 1280px) {
      .pblock-slim {
        margin-right: auto; } }
    .pblock-slim:last-child {
      margin-bottom: 0; }
  .pblock-wide {
    width: auto;
    max-width: 1340px; }
    @media (min-width: 768px) {
      .pblock-wide {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 1280px) {
      .pblock-wide {
        margin-right: auto;
        margin-left: auto; } }
    .pblock-wide:last-child {
      margin-bottom: 0; }
  @media (min-width: 1280px) {
    .pblock-main {
      margin-bottom: 0;
      padding-bottom: 120px; }
      .pblock-main + .pblock, .pblock-main + .pblock-center, .pblock-main + .pblock-slim, .pblock-main + .pblock-wide, .pblock-main + .pblock-main, .pblock-main + .pblock-tp1, .pblock-main + .pblock-sp-right, .pblock-main + .pblock-sp-wide, .pblock-main + .pblock-tp1-main, .pblock-main + .cont-mv__ttl_t5 {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .pblock-main + .pblock, .pblock-main + .pblock-center, .pblock-main + .pblock-slim, .pblock-main + .pblock-wide, .pblock-main + .pblock-main, .pblock-main + .pblock-tp1, .pblock-main + .pblock-sp-right, .pblock-main + .pblock-sp-wide, .pblock-main + .pblock-tp1-main, .pblock-main + .cont-mv__ttl_t5 {
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .pblock-sp-right {
      padding-right: 0; }
      .pblock-sp-right .pblock-inner {
        padding-right: 20px;
        padding-left: 0; } }
  @media (max-width: 767.98px) {
    .pblock-sp-wide {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .pblock-tp1, .pblock-sp-right, .pblock-sp-wide, .pblock-tp1-main, .cont-mv__ttl_t5 {
      max-width: calc(1000px + 40px);
      padding-right: 20px;
      margin: 0 auto 120px; } }
  @media (min-width: 1280px) {
    .pblock-tp1, .pblock-sp-right, .pblock-sp-wide, .pblock-tp1-main, .cont-mv__ttl_t5 {
      margin-right: 0;
      padding-left: 20px;
      max-width: calc(1000px + 250px + 108px);
      padding-right: calc(250px + 108px + 60px); }
      .pblock-tp1 .snav, .pblock-sp-right .snav, .pblock-sp-wide .snav, .pblock-tp1-main .snav, .cont-mv__ttl_t5 .snav {
        padding-right: 0; }
        .pblock-tp1 .snav__list1, .pblock-sp-right .snav__list1, .pblock-sp-wide .snav__list1, .pblock-tp1-main .snav__list1, .cont-mv__ttl_t5 .snav__list1 {
          padding-right: 30px; } }
  @media (min-width: 1478px) {
    .pblock-tp1, .pblock-sp-right, .pblock-sp-wide, .pblock-tp1-main, .cont-mv__ttl_t5 {
      padding-right: calc(250px + 108px);
      padding-left: 0;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .pblock-tp1-main + .pblock, .pblock-tp1-main + .pblock-center, .pblock-tp1-main + .pblock-slim, .pblock-tp1-main + .pblock-wide, .pblock-tp1-main + .pblock-main, .pblock-tp1-main + .pblock-tp1, .pblock-tp1-main + .pblock-sp-right, .pblock-tp1-main + .pblock-sp-wide, .pblock-tp1-main + .pblock-tp1-main, .pblock-tp1-main + .cont-mv__ttl_t5 {
      margin-bottom: 0; } }
  @media (min-width: 1280px) {
    .pblock-tp1-main {
      margin-bottom: 0;
      padding-bottom: 120px; } }
  .pblock-full, .pblock-full-main {
    width: auto;
    max-width: none;
    margin-bottom: 120px; }
    .pblock-full:last-child, .pblock-full-main:last-child, .pblock-full:last-of-type, .pblock-full-main:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .pblock-full-main + .pblock, .pblock-full-main + .pblock-center, .pblock-full-main + .pblock-slim, .pblock-full-main + .pblock-wide, .pblock-full-main + .pblock-main, .pblock-full-main + .pblock-tp1, .pblock-full-main + .pblock-sp-right, .pblock-full-main + .pblock-sp-wide, .pblock-full-main + .pblock-tp1-main, .pblock-full-main + .cont-mv__ttl_t5 {
        margin-bottom: 0; } }
    @media (max-width: 767.98px) {
      .pblock-full .pblock-sp-full, .pblock-full-main .pblock-sp-full {
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .pblock-full:last-child, .pblock-full-main:last-child {
      margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .pblock-sp-full {
      width: auto !important;
      margin-left: -20px !important;
      margin-right: -20px !important; } }
  .pblock-sp-full:last-child {
    margin-bottom: 0; }
  .pblock-kuzu {
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767.98px) {
      .pblock-kuzu {
        display: none; } }
    @media (min-width: 768px) {
      .pblock-kuzu {
        padding-left: 20px;
        padding-right: 20px;
        max-width: calc(1000px + 108px + 40px);
        margin: 0 auto 120px; }
        .pblock-kuzu_fixed {
          padding-left: 0 !important;
          padding-right: 0 !important;
          padding-bottom: 20px;
          padding-top: 0 !important;
          width: 108px;
          height: calc(100vh - 108px);
          position: fixed;
          margin: 0 auto 0;
          right: 0;
          top: 108px;
          -webkit-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
                  writing-mode: vertical-rl;
          text-orientation: sideways;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          z-index: 3;
          background: #fff; }
          .pblock-kuzu_fixed .breadcrumb-item + .breadcrumb-item::before {
            padding: 0.5em 0; }
          .pblock-kuzu_fixed.end {
            position: absolute;
            right: 0;
            bottom: 0;
            top: auto; }
          .pblock-kuzu_fixed.pblock-kuzu_fixed_ptn2.end {
            top: 100%;
            bottom: auto; } }
    @media (min-width: 768px) {
      .pblock-kuzu {
        padding-top: 10px; } }
    @media (min-width: 1280px) {
      .pblock-kuzu {
        margin-right: 0;
        padding-left: 20px;
        max-width: calc(1000px + 250px + 108px);
        padding-right: calc(250px + 108px + 60px); } }
    @media (min-width: 1478px) {
      .pblock-kuzu {
        padding-right: calc(250px + 108px);
        padding-left: 0;
        margin-right: auto; } }
    .pblock-kuzu_btm {
      background: var(--theme_bggray, #efefef);
      margin-bottom: 0; }
    .pblock-kuzu_gray {
      background: var(--theme_bggray, #efefef);
      margin-bottom: 0;
      padding-bottom: 100px; }
    .pblock-kuzu_black {
      background: var(--theme_black, #000);
      margin-bottom: 0;
      padding-bottom: 0; }
      .pblock-kuzu_black .breadcrumb-item::before {
        color: #fff; }
      .pblock-kuzu_black .breadcrumb-item a {
        color: #fff; }
    @media (max-width: 767.98px) {
      .pblock-kuzu .breadcrumb {
        line-height: 1.5em;
        overflow-x: scroll;
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .pblock-kuzu .breadcrumb::-webkit-scrollbar {
          height: 6px; }
        .pblock-kuzu .breadcrumb::-webkit-scrollbar-track {
          border-radius: 10px; }
        .pblock-kuzu .breadcrumb::-webkit-scrollbar-thumb {
          background-color: rgba(0, 0, 0, 0.2);
          border-radius: 3px; } }
  .pblock .col-slim, .pblock-center .col-slim, .pblock-slim .col-slim, .pblock-wide .col-slim, .pblock-main .col-slim, .pblock-tp1 .col-slim, .pblock-sp-right .col-slim, .pblock-sp-wide .col-slim, .pblock-tp1-main .col-slim, .cont-mv__ttl_t5 .col-slim {
    max-width: 200px;
    margin: auto; }
  .pblock_col_ptn1 {
    margin-bottom: 0; }
    .pblock_col_ptn1[class*="gutters-y"] {
      margin-bottom: 0 !important; }
  p + .pblock_col_ptn1, .pblock_col_ptn1 + .pblock_col_ptn1 {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      p + .pblock_col_ptn1, .pblock_col_ptn1 + .pblock_col_ptn1 {
        margin-top: 90px; } }
    @media (max-width: 767.98px) {
      p + .pblock_col_ptn1, .pblock_col_ptn1 + .pblock_col_ptn1 {
        margin-top: 60px; } }
    @media (min-width: 768px) {
      p + .pblock_col_ptn1.pbox_t3, .pblock_col_ptn1 + .pblock_col_ptn1.pbox_t3 {
        margin-top: 30px; } }
    @media (max-width: 767.98px) {
      p + .pblock_col_ptn1.pbox_t3, .pblock_col_ptn1 + .pblock_col_ptn1.pbox_t3 {
        margin-top: 30px; } }
  p + .pblock_col_ptn2, .pblock_col_ptn2 + .pblock_col_ptn2 {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      p + .pblock_col_ptn2, .pblock_col_ptn2 + .pblock_col_ptn2 {
        margin-top: 20px; } }
    @media (max-width: 767.98px) {
      p + .pblock_col_ptn2, .pblock_col_ptn2 + .pblock_col_ptn2 {
        margin-top: 20px; } }
  .pblock_col_ptn1 + p:empty, .pblock_col_ptn2 + p:empty, .pblock_col_ptn3 + p:empty {
    margin-bottom: 0; }
  .pblock_col_ptn1 .plist, .pblock_col_ptn2 .plist, .pblock_col_ptn3 .plist {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .pblock-kuzu + .pbox {
    margin-bottom: 120px; } }

@media (max-width: 767.98px) {
  .pblock-kuzu + .pbox {
    margin-bottom: 90px; } }

.pbox_clr_sub1 {
  background: #C8D5D5; }

.pbox_clr_sub2 {
  background: #83CCC5; }

.pbox_clr_black-main {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme_black, #000)), color-stop(50%, var(--theme_black, #000)), color-stop(50%, var(--theme_main, #4F157F)), to(var(--theme_main, #4F157F)));
  background: linear-gradient(90deg, var(--theme_black, #000) 0%, var(--theme_black, #000) 50%, var(--theme_main, #4F157F) 50%, var(--theme_main, #4F157F) 100%); }

.pbox_clr_main, .pbox_clr_med, .pbox_clr_hss, .pbox_clr_nurs, .pbox_clr_hsn, .pbox_clr_ila, .pbox_clr_hs, .pbox_clr_ms, .pbox_clr_hds, .pbox_clr_grad, .pbox_clr_base {
  background: var(--theme_main, #4F157F); }

.pbox_clr_black {
  background: var(--theme_black, #000); }

.pbox_clr_white {
  background: #fff; }

.pbox_clr_red {
  background: #da212f; }

.pbox_clr_text {
  background: #333; }

.pbox_clr_gray {
  background: var(--theme_bggray, #efefef); }

.pbox_clr_dark {
  background: var(--theme_black-light, #666); }

.pbox_bdr_main {
  border: 1px solid var(--theme_main, #4F157F); }

.pbox_bdr_black {
  border: 1px solid var(--theme_black, #000); }

.pbox_bdr_white {
  border: 1px solid #fff; }

.pbox_bdr_red {
  border: 1px solid #da212f; }

.pbox_bdr_text {
  border: 1px solid #333; }

.pbox_bdr_gray {
  border: 1px solid var(--theme_bggray, #efefef); }

.pbox_bdr_dark {
  border: 1px solid var(--theme_black-light, #666); }

.pbox_t1 {
  padding: 30px;
  border: 1px solid #d3d3d3; }
  @media (max-width: 767.98px) {
    .pbox_t1 {
      padding: 20px; } }
  @media (min-width: 768px) {
    .pbox_t1 .pbox__title {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    .pbox_t1 .pbox__title {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .pbox_t1 .pbox__title {
      margin-bottom: 1em; } }
  @media (max-width: 767.98px) {
    .pbox_t1 .pbox__title {
      margin-bottom: 0.8em; } }
  @media (min-width: 768px) {
    .pbox_t1 .pbox__lead {
      font-size: 1.6rem; } }
  @media (max-width: 767.98px) {
    .pbox_t1 .pbox__lead {
      font-size: 1.4rem; } }

.pbox_t2, .pbox_t2_med, .pbox_t2_hss, .pbox_t2_nurs, .pbox_t2_hsn, .pbox_t2_ila, .pbox_t2_hs, .pbox_t2_ms, .pbox_t2_hds, .pbox_t2_grad, .pbox_t2_base {
  padding: 30px;
  border: 2px solid var(--theme_main, #4F157F); }
  @media (max-width: 767.98px) {
    .pbox_t2, .pbox_t2_med, .pbox_t2_hss, .pbox_t2_nurs, .pbox_t2_hsn, .pbox_t2_ila, .pbox_t2_hs, .pbox_t2_ms, .pbox_t2_hds, .pbox_t2_grad, .pbox_t2_base {
      padding: 20px; } }
  @media (min-width: 768px) {
    .pbox_t2 .pbox__title, .pbox_t2_med .pbox__title, .pbox_t2_hss .pbox__title, .pbox_t2_nurs .pbox__title, .pbox_t2_hsn .pbox__title, .pbox_t2_ila .pbox__title, .pbox_t2_hs .pbox__title, .pbox_t2_ms .pbox__title, .pbox_t2_hds .pbox__title, .pbox_t2_grad .pbox__title, .pbox_t2_base .pbox__title {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    .pbox_t2 .pbox__title, .pbox_t2_med .pbox__title, .pbox_t2_hss .pbox__title, .pbox_t2_nurs .pbox__title, .pbox_t2_hsn .pbox__title, .pbox_t2_ila .pbox__title, .pbox_t2_hs .pbox__title, .pbox_t2_ms .pbox__title, .pbox_t2_hds .pbox__title, .pbox_t2_grad .pbox__title, .pbox_t2_base .pbox__title {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .pbox_t2 .pbox__title, .pbox_t2_med .pbox__title, .pbox_t2_hss .pbox__title, .pbox_t2_nurs .pbox__title, .pbox_t2_hsn .pbox__title, .pbox_t2_ila .pbox__title, .pbox_t2_hs .pbox__title, .pbox_t2_ms .pbox__title, .pbox_t2_hds .pbox__title, .pbox_t2_grad .pbox__title, .pbox_t2_base .pbox__title {
      margin-bottom: 1em; } }
  @media (max-width: 767.98px) {
    .pbox_t2 .pbox__title, .pbox_t2_med .pbox__title, .pbox_t2_hss .pbox__title, .pbox_t2_nurs .pbox__title, .pbox_t2_hsn .pbox__title, .pbox_t2_ila .pbox__title, .pbox_t2_hs .pbox__title, .pbox_t2_ms .pbox__title, .pbox_t2_hds .pbox__title, .pbox_t2_grad .pbox__title, .pbox_t2_base .pbox__title {
      margin-bottom: 0.8em; } }
  @media (min-width: 768px) {
    .pbox_t2 .pbox__lead, .pbox_t2_med .pbox__lead, .pbox_t2_hss .pbox__lead, .pbox_t2_nurs .pbox__lead, .pbox_t2_hsn .pbox__lead, .pbox_t2_ila .pbox__lead, .pbox_t2_hs .pbox__lead, .pbox_t2_ms .pbox__lead, .pbox_t2_hds .pbox__lead, .pbox_t2_grad .pbox__lead, .pbox_t2_base .pbox__lead {
      font-size: 1.6rem; } }
  @media (max-width: 767.98px) {
    .pbox_t2 .pbox__lead, .pbox_t2_med .pbox__lead, .pbox_t2_hss .pbox__lead, .pbox_t2_nurs .pbox__lead, .pbox_t2_hsn .pbox__lead, .pbox_t2_ila .pbox__lead, .pbox_t2_hs .pbox__lead, .pbox_t2_ms .pbox__lead, .pbox_t2_hds .pbox__lead, .pbox_t2_grad .pbox__lead, .pbox_t2_base .pbox__lead {
      font-size: 1.4rem; } }

.pbox_t3 {
  padding: 30px;
  background: var(--theme_bggray, #efefef); }
  @media (max-width: 767.98px) {
    .pbox_t3 {
      padding: 20px; } }
  @media (min-width: 768px) {
    .pbox_t3 .pbox__title {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    .pbox_t3 .pbox__title {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .pbox_t3 .pbox__title {
      margin-bottom: 1em; } }
  @media (max-width: 767.98px) {
    .pbox_t3 .pbox__title {
      margin-bottom: 0.8em; } }
  @media (min-width: 768px) {
    .pbox_t3 .pbox__lead {
      font-size: 1.6rem; } }
  @media (max-width: 767.98px) {
    .pbox_t3 .pbox__lead {
      font-size: 1.4rem; } }
  @media (min-width: 768px) {
    .pbox_t3 .pbox__pict {
      margin-top: 0px; } }
  @media (max-width: 767.98px) {
    .pbox_t3 .pbox__pict {
      margin-top: 20px; } }
  .pbox_t3_sub1 {
    background: #C8D5D5; }

.pbox_t4 {
  padding: 30px;
  border: 1px solid #d3d3d3; }
  @media (max-width: 767.98px) {
    .pbox_t4 {
      padding: 20px; } }
  @media (min-width: 768px) {
    .pbox_t4 .pbox__title {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    .pbox_t4 .pbox__title {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .pbox_t4 .pbox__title {
      margin-bottom: 1em; } }
  @media (max-width: 767.98px) {
    .pbox_t4 .pbox__title {
      margin-bottom: 0.8em; } }
  @media (min-width: 768px) {
    .pbox_t4 .pbox__lead {
      font-size: 1.6rem; } }
  @media (max-width: 767.98px) {
    .pbox_t4 .pbox__lead {
      font-size: 1.4rem; } }
  @media (min-width: 768px) {
    .pbox_t4 .pbox__pict {
      margin-top: 0px; } }
  @media (max-width: 767.98px) {
    .pbox_t4 .pbox__pict {
      margin-top: 20px; } }

.pbox_t4 {
  margin: 10px 0; }
  .pbox_t4 .pbox__title {
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pbox_t4 .pbox__title::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18.214' height='19.335' viewBox='0 0 18.214 19.335'%3e%3cg transform='translate(-0.033 0.054)'%3e%3cpath d='M4.727,6.728a1.055,1.055,0,0,0-.08-1.408c-.362-.4-.161-.644-.161-.644L8.912,3.79l4.426-.885s.282.121.08.644A1.1,1.1,0,0,0,13.9,4.917a13.481,13.481,0,0,0,3.3.322c.764-.08,1.046-1.006,1.046-1.247A3.6,3.6,0,0,0,15.833.411c-2.495-.845-5.432-.362-7.6.08C6.1.934,3.2,1.618,1.227,3.348A3.61,3.61,0,0,0,.382,7.573a1.333,1.333,0,0,0,1.408.764A17.825,17.825,0,0,0,4.727,6.728Z' transform='translate(0 0)' fill='%2324140e'/%3e%3cpath d='M21.095,30.789a2.473,2.473,0,1,0-1.77-.724A2.527,2.527,0,0,0,21.095,30.789Z' transform='translate(-11.096 -15.451)' fill='%2324140e'/%3e%3cpath d='M16.833,15.141a.4.4,0,0,0-.4-.241H15.143a.275.275,0,0,0-.282.282v.885a.275.275,0,0,1-.282.282H10.556a.275.275,0,0,1-.282-.282v-.885a.275.275,0,0,0-.282-.282H8.705a.443.443,0,0,0-.4.241L5.245,21.177a7.135,7.135,0,0,0-.845,3.38v1.408a1.442,1.442,0,0,0,1.449,1.449h.362v.8H7.659v-.8h9.9v.8h1.449v-.8h.362a1.442,1.442,0,0,0,1.449-1.449V24.557a7.135,7.135,0,0,0-.845-3.38Zm-8.168,6.6a3.943,3.943,0,1,1,3.943,3.943A3.95,3.95,0,0,1,8.665,21.74Z' transform='translate(-2.61 -8.937)' fill='%2324140e'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain;
      margin-right: 10px; }
  .pbox_t4 .pbox__data {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0; }
  .pbox_t4 .pbox__sbj {
    font-size: 1.8rem;
    font-weight: bold; }
  .pbox_t4_white .pbox__data {
    border-color: #fff; }

.pbox_col2, .pbox_col2_med, .pbox_col2_hss, .pbox_col2_nurs, .pbox_col2_hsn, .pbox_col2_ila, .pbox_col2_hs, .pbox_col2_ms, .pbox_col2_hds, .pbox_col2_grad, .pbox_col2_base {
  background: var(--theme_bggray, #efefef); }
  @media (min-width: 768px) {
    .pbox_col2, .pbox_col2_med, .pbox_col2_hss, .pbox_col2_nurs, .pbox_col2_hsn, .pbox_col2_ila, .pbox_col2_hs, .pbox_col2_ms, .pbox_col2_hds, .pbox_col2_grad, .pbox_col2_base {
      margin-top: 105px; } }
  @media (max-width: 767.98px) {
    .pbox_col2, .pbox_col2_med, .pbox_col2_hss, .pbox_col2_nurs, .pbox_col2_hsn, .pbox_col2_ila, .pbox_col2_hs, .pbox_col2_ms, .pbox_col2_hds, .pbox_col2_grad, .pbox_col2_base {
      margin-top: 65px; } }
  @media (min-width: 768px) {
    .pbox_col2, .pbox_col2_med, .pbox_col2_hss, .pbox_col2_nurs, .pbox_col2_hsn, .pbox_col2_ila, .pbox_col2_hs, .pbox_col2_ms, .pbox_col2_hds, .pbox_col2_grad, .pbox_col2_base {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .pbox_col2 .pbox__head, .pbox_col2_med .pbox__head, .pbox_col2_hss .pbox__head, .pbox_col2_nurs .pbox__head, .pbox_col2_hsn .pbox__head, .pbox_col2_ila .pbox__head, .pbox_col2_hs .pbox__head, .pbox_col2_ms .pbox__head, .pbox_col2_hds .pbox__head, .pbox_col2_grad .pbox__head, .pbox_col2_base .pbox__head {
    padding: 10px 20px;
    background-color: var(--theme_main, #4F157F); }
    @media (min-width: 768px) {
      .pbox_col2 .pbox__head, .pbox_col2_med .pbox__head, .pbox_col2_hss .pbox__head, .pbox_col2_nurs .pbox__head, .pbox_col2_hsn .pbox__head, .pbox_col2_ila .pbox__head, .pbox_col2_hs .pbox__head, .pbox_col2_ms .pbox__head, .pbox_col2_hds .pbox__head, .pbox_col2_grad .pbox__head, .pbox_col2_base .pbox__head {
        width: 20%;
        padding: 30px;
        min-width: 220px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .pbox_col2 .pbox__body, .pbox_col2_med .pbox__body, .pbox_col2_hss .pbox__body, .pbox_col2_nurs .pbox__body, .pbox_col2_hsn .pbox__body, .pbox_col2_ila .pbox__body, .pbox_col2_hs .pbox__body, .pbox_col2_ms .pbox__body, .pbox_col2_hds .pbox__body, .pbox_col2_grad .pbox__body, .pbox_col2_base .pbox__body {
    padding: 10px 20px; }
    @media (min-width: 768px) {
      .pbox_col2 .pbox__body, .pbox_col2_med .pbox__body, .pbox_col2_hss .pbox__body, .pbox_col2_nurs .pbox__body, .pbox_col2_hsn .pbox__body, .pbox_col2_ila .pbox__body, .pbox_col2_hs .pbox__body, .pbox_col2_ms .pbox__body, .pbox_col2_hds .pbox__body, .pbox_col2_grad .pbox__body, .pbox_col2_base .pbox__body {
        padding: 30px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.aspect, .aspect_4by3, .home__journal .journal__item-img-inner, .aspect_16by9 {
  width: 100%;
  height: auto; }
  .aspect_4by3, .home__journal .journal__item-img-inner {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover; }
  .aspect_16by9 {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 767.98px) {
    .aspect_sp_16by9 {
      width: 100%;
      height: auto;
      aspect-ratio: 16/9;
      -o-object-fit: cover;
         object-fit: cover; } }
  @media (max-width: 767.98px) {
    .aspect_sp_4by3 {
      width: 100%;
      height: auto;
      aspect-ratio: 4/3;
      -o-object-fit: cover;
         object-fit: cover; } }
  @media (max-width: 767.98px) {
    .aspect_sp_3by2 {
      width: 100%;
      height: auto;
      aspect-ratio: 3/2;
      -o-object-fit: cover;
         object-fit: cover; } }
  @media (max-width: 767.98px) {
    .aspect_sp_2by1 {
      width: 100%;
      height: auto;
      aspect-ratio: 2/1;
      -o-object-fit: cover;
         object-fit: cover; } }

.ptags {
  display: inline-block;
  color: #333;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding: 0.4em; }
  @media (min-width: 768px) {
    .ptags {
      margin-bottom: 1em; } }
  @media (max-width: 767.98px) {
    .ptags {
      margin-bottom: 1em; } }
  a.ptags:not(:last-child) {
    margin-right: 5px; }
  a.ptags:hover, a.ptags:focus {
    opacity: 0.7;
    text-decoration: none;
    color: #333; }
  .ptags_clr1 {
    color: var(--theme_main, #4F157F); }
    a.ptags_clr1:hover, a.ptags_clr1:focus {
      color: var(--theme_main, #4F157F); }
  .ptags_clr2 {
    color: #da212f; }
    a.ptags_clr2:hover, a.ptags_clr2:focus {
      color: #da212f; }
  .ptags_clr3 {
    color: #EA7324; }
    a.ptags_clr3:hover, a.ptags_clr3:focus {
      color: #EA7324; }
  .ptags_clr4 {
    color: #fff; }
    a.ptags_clr4:hover, a.ptags_clr4:focus {
      color: #fff; }
  .ptags_clr1 {
    background-color: #fff; }
  .ptags_clr1 {
    background-color: #fff; }
  .ptags_clr3 {
    background-color: var(--theme_black, #000); }
  .ptags_clr1 {
    background-color: #fff; }
  .ptags_type_box, .ptags_type_rounded, .ptags_type_pill {
    color: #fff;
    background: #333; }
    .ptags_type_box.ptags_clr1, .ptags_clr1.ptags_type_rounded, .ptags_clr1.ptags_type_pill {
      background: var(--theme_main, #4F157F); }
      a.ptags_type_box.ptags_clr1:hover, a.ptags_clr1.ptags_type_rounded:hover, a.ptags_clr1.ptags_type_pill:hover, a.ptags_type_box.ptags_clr1:focus, a.ptags_clr1.ptags_type_rounded:focus, a.ptags_clr1.ptags_type_pill:focus {
        color: #fff; }
    .ptags_type_box.ptags_clr2, .ptags_clr2.ptags_type_rounded, .ptags_clr2.ptags_type_pill {
      background: #da212f; }
      a.ptags_type_box.ptags_clr2:hover, a.ptags_clr2.ptags_type_rounded:hover, a.ptags_clr2.ptags_type_pill:hover, a.ptags_type_box.ptags_clr2:focus, a.ptags_clr2.ptags_type_rounded:focus, a.ptags_clr2.ptags_type_pill:focus {
        color: #fff; }
    .ptags_type_box.ptags_clr3, .ptags_clr3.ptags_type_rounded, .ptags_clr3.ptags_type_pill {
      background: #EA7324; }
      a.ptags_type_box.ptags_clr3:hover, a.ptags_clr3.ptags_type_rounded:hover, a.ptags_clr3.ptags_type_pill:hover, a.ptags_type_box.ptags_clr3:focus, a.ptags_clr3.ptags_type_rounded:focus, a.ptags_clr3.ptags_type_pill:focus {
        color: #fff; }
    .ptags_type_box.ptags_clr4, .ptags_clr4.ptags_type_rounded, .ptags_clr4.ptags_type_pill {
      background: #fff; }
      a.ptags_type_box.ptags_clr4:hover, a.ptags_clr4.ptags_type_rounded:hover, a.ptags_clr4.ptags_type_pill:hover, a.ptags_type_box.ptags_clr4:focus, a.ptags_clr4.ptags_type_rounded:focus, a.ptags_clr4.ptags_type_pill:focus {
        color: #fff; }
    .ptags_type_box.ptags_clr1, .ptags_clr1.ptags_type_rounded, .ptags_clr1.ptags_type_pill {
      color: #fff; }
    .ptags_type_box.ptags_clr1, .ptags_clr1.ptags_type_rounded, .ptags_clr1.ptags_type_pill {
      color: #fff; }
    .ptags_type_box.ptags_clr3, .ptags_clr3.ptags_type_rounded, .ptags_clr3.ptags_type_pill {
      color: var(--theme_black, #000); }
    .ptags_type_box.ptags_clr1, .ptags_clr1.ptags_type_rounded, .ptags_clr1.ptags_type_pill {
      color: #fff; }
  .ptags_type_rounded {
    border-radius: 0.25rem; }
  .ptags_type_pill {
    border-radius: 50rem;
    padding-left: 0.6em;
    padding-right: 0.6em; }
  .ptags_type_border {
    color: #333;
    border: 1px solid #333;
    background: transparent !important; }
    a.ptags_type_border {
      background-color: #fff !important; }
    .ptags_type_border.ptags_clr1 {
      color: var(--theme_main, #4F157F);
      border: 1px solid var(--theme_main, #4F157F);
      background: transparent !important; }
      a.ptags_type_border.ptags_clr1:hover, a.ptags_type_border.ptags_clr1:focus {
        color: var(--theme_main, #4F157F); }
    .ptags_type_border.ptags_clr2 {
      color: #da212f;
      border: 1px solid #da212f;
      background: transparent !important; }
      a.ptags_type_border.ptags_clr2:hover, a.ptags_type_border.ptags_clr2:focus {
        color: #da212f; }
    .ptags_type_border.ptags_clr3 {
      color: #EA7324;
      border: 1px solid #EA7324;
      background: transparent !important; }
      a.ptags_type_border.ptags_clr3:hover, a.ptags_type_border.ptags_clr3:focus {
        color: #EA7324; }
    .ptags_type_border.ptags_clr4 {
      color: #fff;
      border: 1px solid #fff;
      background: transparent !important; }
      a.ptags_type_border.ptags_clr4:hover, a.ptags_type_border.ptags_clr4:focus {
        color: #fff; }
    a.ptags_type_border.ptags_type_transparent {
      background-color: transparent !important; }

.ptag {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem; }
  .ptag__link {
    color: currentColor; }
    .ptag__link:hover {
      color: currentColor;
      opacity: 1; }
    .ptag__link::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      pointer-events: inherit;
      content: "";
      background-color: rgba(255, 255, 255, 0); }
  .ptag__item {
    position: relative;
    line-height: 1;
    width: auto;
    margin-bottom: 0.5em; }
    .ptag__item:not(:last-child) {
      margin-right: 5px !important; }
    .ptag__item_type_border {
      color: var(--theme_black, #000) !important;
      background: #fff !important;
      border: 1px solid #333; }
      .ptag__item_type_border.ptag__item_tag1, .ptag__item_type_border.ptag__item_tag1_med, .ptag__item_type_border.ptag__item_tag1_hss, .ptag__item_type_border.ptag__item_tag1_nurs, .ptag__item_type_border.ptag__item_tag1_hsn, .ptag__item_type_border.ptag__item_tag1_ila, .ptag__item_type_border.ptag__item_tag1_hs, .ptag__item_type_border.ptag__item_tag1_ms, .ptag__item_type_border.ptag__item_tag1_hds, .ptag__item_type_border.ptag__item_tag1_grad, .ptag__item_type_border.ptag__item_tag1_base {
        color: var(--theme_main, #4F157F) !important;
        border: 1px solid var(--theme_main, #4F157F) !important; }
      .ptag__item_type_border.ptag__item_tag2 {
        color: #da212f !important;
        border: 1px solid #da212f !important; }
      .ptag__item_type_border.ptag__item_tag3 {
        color: #EA7324 !important;
        border: 1px solid #EA7324 !important; }
      .ptag__item_type_border.ptag__item_tag4 {
        color: #fff !important;
        border: 1px solid #fff !important; }
      .ptag__item_type_border.ptag__item_tag1, .ptag__item_type_border.ptag__item_tag1_med, .ptag__item_type_border.ptag__item_tag1_hss, .ptag__item_type_border.ptag__item_tag1_nurs, .ptag__item_type_border.ptag__item_tag1_hsn, .ptag__item_type_border.ptag__item_tag1_ila, .ptag__item_type_border.ptag__item_tag1_hs, .ptag__item_type_border.ptag__item_tag1_ms, .ptag__item_type_border.ptag__item_tag1_hds, .ptag__item_type_border.ptag__item_tag1_grad, .ptag__item_type_border.ptag__item_tag1_base {
        background: #fff !important; }
      .ptag__item_type_border.ptag__item_tag1, .ptag__item_type_border.ptag__item_tag1_med, .ptag__item_type_border.ptag__item_tag1_hss, .ptag__item_type_border.ptag__item_tag1_nurs, .ptag__item_type_border.ptag__item_tag1_hsn, .ptag__item_type_border.ptag__item_tag1_ila, .ptag__item_type_border.ptag__item_tag1_hs, .ptag__item_type_border.ptag__item_tag1_ms, .ptag__item_type_border.ptag__item_tag1_hds, .ptag__item_type_border.ptag__item_tag1_grad, .ptag__item_type_border.ptag__item_tag1_base {
        background: #fff !important; }
      .ptag__item_type_border.ptag__item_tag3 {
        background: var(--theme_black, #000) !important; }
      .ptag__item_type_border.ptag__item_tag1, .ptag__item_type_border.ptag__item_tag1_med, .ptag__item_type_border.ptag__item_tag1_hss, .ptag__item_type_border.ptag__item_tag1_nurs, .ptag__item_type_border.ptag__item_tag1_hsn, .ptag__item_type_border.ptag__item_tag1_ila, .ptag__item_type_border.ptag__item_tag1_hs, .ptag__item_type_border.ptag__item_tag1_ms, .ptag__item_type_border.ptag__item_tag1_hds, .ptag__item_type_border.ptag__item_tag1_grad, .ptag__item_type_border.ptag__item_tag1_base {
        background: #fff !important; }
    .ptag__item_tag1, .ptag__item_type_border.ptag__item_tag1_med, .ptag__item_type_border.ptag__item_tag1_hss, .ptag__item_type_border.ptag__item_tag1_nurs, .ptag__item_type_border.ptag__item_tag1_hsn, .ptag__item_type_border.ptag__item_tag1_ila, .ptag__item_type_border.ptag__item_tag1_hs, .ptag__item_type_border.ptag__item_tag1_ms, .ptag__item_type_border.ptag__item_tag1_hds, .ptag__item_type_border.ptag__item_tag1_grad, .ptag__item_type_border.ptag__item_tag1_base {
      color: var(--theme_main, #4F157F); }
    .ptag__item_tag2 {
      color: #da212f; }
    .ptag__item_tag3 {
      color: #EA7324; }
    .ptag__item_tag4 {
      color: #fff; }
    .ptag__item_tag1, .ptag__item_type_border.ptag__item_tag1_med, .ptag__item_type_border.ptag__item_tag1_hss, .ptag__item_type_border.ptag__item_tag1_nurs, .ptag__item_type_border.ptag__item_tag1_hsn, .ptag__item_type_border.ptag__item_tag1_ila, .ptag__item_type_border.ptag__item_tag1_hs, .ptag__item_type_border.ptag__item_tag1_ms, .ptag__item_type_border.ptag__item_tag1_hds, .ptag__item_type_border.ptag__item_tag1_grad, .ptag__item_type_border.ptag__item_tag1_base {
      background: #fff !important; }
    .ptag__item_tag1, .ptag__item_type_border.ptag__item_tag1_med, .ptag__item_type_border.ptag__item_tag1_hss, .ptag__item_type_border.ptag__item_tag1_nurs, .ptag__item_type_border.ptag__item_tag1_hsn, .ptag__item_type_border.ptag__item_tag1_ila, .ptag__item_type_border.ptag__item_tag1_hs, .ptag__item_type_border.ptag__item_tag1_ms, .ptag__item_type_border.ptag__item_tag1_hds, .ptag__item_type_border.ptag__item_tag1_grad, .ptag__item_type_border.ptag__item_tag1_base {
      background: #fff !important; }
    .ptag__item_tag3 {
      background: var(--theme_black, #000) !important; }
    .ptag__item_tag1, .ptag__item_type_border.ptag__item_tag1_med, .ptag__item_type_border.ptag__item_tag1_hss, .ptag__item_type_border.ptag__item_tag1_nurs, .ptag__item_type_border.ptag__item_tag1_hsn, .ptag__item_type_border.ptag__item_tag1_ila, .ptag__item_type_border.ptag__item_tag1_hs, .ptag__item_type_border.ptag__item_tag1_ms, .ptag__item_type_border.ptag__item_tag1_hds, .ptag__item_type_border.ptag__item_tag1_grad, .ptag__item_type_border.ptag__item_tag1_base {
      background: #fff !important; }
  .ptag.ptag_type_fz-normal {
    font-size: inherit; }
  .ptag.ptag_type_box .ptag__item, .ptag.ptag_type_rounded .ptag__item, .ptag.ptag_type_pill .ptag__item {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0.3em 0.5em;
    color: #fff;
    background: #333; }
    .ptag.ptag_type_box .ptag__item_tag1, .ptag.ptag_type_rounded .ptag__item_tag1, .ptag.ptag_type_pill .ptag__item_tag1, .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_med, .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_med, .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_med, .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hss, .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hss, .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hss, .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_nurs, .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_nurs, .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_nurs, .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hsn, .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hsn, .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hsn, .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_ila, .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_ila, .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_ila, .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hs, .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hs, .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hs, .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_ms, .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_ms, .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_ms, .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hds, .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hds, .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hds, .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_grad, .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_grad, .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_grad, .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_base, .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_base, .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_base {
      background: var(--theme_main, #4F157F); }
    .ptag.ptag_type_box .ptag__item_tag2, .ptag.ptag_type_rounded .ptag__item_tag2, .ptag.ptag_type_pill .ptag__item_tag2 {
      background: #da212f; }
    .ptag.ptag_type_box .ptag__item_tag3, .ptag.ptag_type_rounded .ptag__item_tag3, .ptag.ptag_type_pill .ptag__item_tag3 {
      background: #EA7324; }
    .ptag.ptag_type_box .ptag__item_tag4, .ptag.ptag_type_rounded .ptag__item_tag4, .ptag.ptag_type_pill .ptag__item_tag4 {
      background: #fff; }
    .ptag.ptag_type_box .ptag__item_tag1:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_tag1:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_tag1:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_med:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_med:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_med:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hss:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hss:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hss:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_nurs:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_nurs:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_nurs:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hsn:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hsn:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hsn:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_ila:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_ila:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_ila:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hs:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hs:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hs:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_ms:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_ms:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_ms:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hds:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hds:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hds:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_grad:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_grad:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_grad:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_base:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_base:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_base:not(.ptag__item_type_border) {
      color: #fff !important; }
    .ptag.ptag_type_box .ptag__item_tag1:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_tag1:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_tag1:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_med:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_med:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_med:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hss:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hss:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hss:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_nurs:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_nurs:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_nurs:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hsn:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hsn:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hsn:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_ila:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_ila:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_ila:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hs:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hs:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hs:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_ms:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_ms:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_ms:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hds:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hds:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hds:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_grad:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_grad:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_grad:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_base:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_base:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_base:not(.ptag__item_type_border) {
      color: #fff !important; }
    .ptag.ptag_type_box .ptag__item_tag3:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_tag3:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_tag3:not(.ptag__item_type_border) {
      color: var(--theme_black, #000) !important; }
    .ptag.ptag_type_box .ptag__item_tag1:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_tag1:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_tag1:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_med:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_med:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_med:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hss:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hss:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hss:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_nurs:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_nurs:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_nurs:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hsn:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hsn:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hsn:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_ila:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_ila:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_ila:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hs:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hs:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hs:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_ms:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_ms:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_ms:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_hds:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_hds:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_hds:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_grad:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_grad:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_grad:not(.ptag__item_type_border), .ptag.ptag_type_box .ptag__item_type_border.ptag__item_tag1_base:not(.ptag__item_type_border), .ptag.ptag_type_rounded .ptag__item_type_border.ptag__item_tag1_base:not(.ptag__item_type_border), .ptag.ptag_type_pill .ptag__item_type_border.ptag__item_tag1_base:not(.ptag__item_type_border) {
      color: #fff !important; }
  .ptag.ptag_type_rounded .ptag__item {
    border-radius: 5px; }
  .ptag.ptag_type_pill .ptag__item {
    border-radius: 50rem;
    padding-left: 1em;
    padding-right: 1em; }
  .ptag.ptag_bg_white .ptag__item {
    background: #fff !important; }
  .ptag.ptag_bg_gray .ptag__item {
    background: #d3d3d3 !important; }
  .ptag.ptag_bg_gray_light .ptag__item {
    background: var(--theme_bggray, #efefef) !important; }
  .ptag.ptag_bg_transparent .ptag__item {
    background: transparent !important; }
  .ptag.ptag_clr_black .ptag__item {
    color: var(--theme_black, #000) !important; }
  .ptag.ptag_clr_black_light .ptag__item {
    color: var(--theme_black-light, #666) !important; }
  .ptag.ptag_clr_white .ptag__item {
    color: #fff !important; }
  .ptag.ptag_type_tag .ptag__item::before {
    content: "#"; }
  .ptag.ptag_type_lines {
    margin-bottom: -0.5em; }

.sys-info.sys-info_t2 .sys-info_bg {
  padding: 45px 0 40px; }

.sys-info.sys-info_t2 .sys-info__dlist {
  margin: 0 auto; }
  .sys-info.sys-info_t2 .sys-info__dlist_bdt {
    border-top: 1px solid #d3d3d3; }

.sys-info.sys-info_t2 .sys-info__dbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  padding: 0.8em 0; }

.sys-info.sys-info_t2 .sys-info__dhead {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-weight: normal;
  text-align: left; }
  @media (min-width: 768px) {
    .sys-info.sys-info_t2 .sys-info__dhead {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8em;
              flex: 0 0 8em; } }

.sys-info.sys-info_t2 .sys-info__dbody {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-right: 1em; }

.sys-info.sys-info_t2 .sys-info__link {
  color: currentColor; }
  .sys-info.sys-info_t2 .sys-info__link::before {
    color: currentColor;
    font-family: fontawesome;
    content: "\f105";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .sys-info.sys-info_t2 .sys-info__link::before {
    font-size: 1.2rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    left: auto;
    right: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .gnav .sys-info.sys-info_t2 .sys-info__link::after {
    color: currentColor !important;
    margin-right: 0.2em; }
  .sys-info.sys-info_t2 .sys-info__link:hover {
    color: currentColor;
    opacity: 1;
    text-decoration: none; }
    .sys-info.sys-info_t2 .sys-info__link:hover::before {
      -webkit-transform: translate(10px, -50%);
              transform: translate(10px, -50%); }
  .sys-info.sys-info_t2 .sys-info__link[href*=".pdf"], .sys-info.sys-info_t2 .sys-info__link[href*=".doc"], .sys-info.sys-info_t2 .sys-info__link[href*=".docx"], .sys-info.sys-info_t2 .sys-info__link[href*=".xls"], .sys-info.sys-info_t2 .sys-info__link[href*=".xlsx"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.sys-info.sys-info_t5 .sys-info_bg {
  padding: 45px 0 40px; }

.sys-info.sys-info_t5 .sys-info__dlist {
  margin: 0 auto 30px; }
  .sys-info.sys-info_t5 .sys-info__dlist_bdt {
    border-top: 1px solid #d3d3d3; }

.sys-info.sys-info_t5 .sys-info__dbox {
  position: relative;
  border-bottom: 1px solid #d3d3d3;
  padding: 1em 0; }
  .sys-info.sys-info_t5 .sys-info__dbox:first-child {
    padding-top: 0; }

.sys-info.sys-info_t5 .sys-info__dhead {
  font-weight: normal;
  text-align: left;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.sys-info.sys-info_t5 .sys-info__date {
  margin-bottom: 0.3em;
  margin-right: 1em; }

.sys-info.sys-info_t5 .sys-info__link {
  color: currentColor;
  display: block;
  padding-right: 20px; }
  .sys-info.sys-info_t5 .sys-info__link::after {
    color: currentColor;
    font-family: fontawesome;
    content: "\f105";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .sys-info.sys-info_t5 .sys-info__link::before {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .sys-info.sys-info_t5 .sys-info__link::after {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .sys-info.sys-info_t5 .sys-info__link:hover {
    color: currentColor;
    opacity: 1;
    text-decoration: none; }
    .sys-info.sys-info_t5 .sys-info__link:hover::before {
      background: rgba(var(--theme_main, #4F157F), 0.1); }
    .sys-info.sys-info_t5 .sys-info__link:hover::after {
      font-size: 1.8rem;
      -webkit-transform: translate(10px, -50%);
              transform: translate(10px, -50%); }

.sys-info.sys-info_ti4 .sys-info__list {
  list-style: none;
  padding: 0; }
  .sys-info.sys-info_ti4 .sys-info__list.slick-slider {
    display: block; }
    .sys-info.sys-info_ti4 .sys-info__list.slick-slider > * {
      width: auto; }
  .sys-info.sys-info_ti4 .sys-info__list_limit .sys-info__item:nth-child(n+5) {
    display: none; }
  @media (min-width: 1000px) {
    .sys-info.sys-info_ti4 .sys-info__list_limit .sys-info__item:nth-child(n+4) {
      display: none; } }

.sys-info.sys-info_ti4 .sys-info__item {
  position: relative; }
  .sys-info.sys-info_ti4 .sys-info__item:hover .sys-info__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.sys-info.sys-info_ti4 .sys-info__fig {
  border: 1px solid #d3d3d3;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  background-color: #fff; }
  .sys-info.sys-info_ti4 .sys-info__fig_16by9 {
    padding-top: 56.25%; }
  .sys-info.sys-info_ti4 .sys-info__fig_12by5 {
    padding-top: 41.6%; }
  .sys-info.sys-info_ti4 .sys-info__fig_8by5 {
    padding-top: 62.5%; }
  .sys-info.sys-info_ti4 .sys-info__fig_4by3 {
    padding-top: 75%; }
  .sys-info.sys-info_ti4 .sys-info__fig_3by2 {
    padding-top: 66.6%; }
  .sys-info.sys-info_ti4 .sys-info__fig_1by1 {
    padding-top: 100%; }

.sys-info.sys-info_ti4 .sys-info__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

.sys-info.sys-info_ti4 .sys-info__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sys-info.sys-info_ti4 .sys-info__head_tp2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.sys-info.sys-info_ti4 .sys-info__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background: var(--theme_main, #4F157F); }
  .sys-info.sys-info_ti4 .sys-info__label::before {
    content: "";
    display: block;
    padding-bottom: 100%; }

.sys-info.sys-info_ti4 .sys-info__date {
  line-height: 1;
  font-size: 1.4rem;
  margin-right: 1em;
  margin-top: 0.3em; }

.sys-info.sys-info_ti4 .sys-info__title {
  font-weight: bold;
  line-height: 1.3; }

.sys-info.sys-info_ti4 .sys-info__text {
  text-decoration: underline; }
  .sys-info.sys-info_ti4 .sys-info__text_noline {
    text-decoration: none; }

.sys-info.sys-info_ti4 .sys-info__more {
  text-align: right; }

.sys-info.sys-info_ti4 .sys-info__link {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: currentColor; }
  .sys-info.sys-info_ti4 .sys-info__link:hover {
    color: currentColor;
    text-decoration: none;
    opacity: 1; }
  .sys-info.sys-info_ti4 .sys-info__link::after {
    display: none !important; }
  .sys-info.sys-info_ti4 .sys-info__link[target="_blank"]:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]) .sys-info__text::after {
    font-family: "FontAwesome";
    content: "\f08e";
    font-size: smaller;
    vertical-align: super;
    display: inline-block;
    margin-left: 0.2em; }
  .sys-info.sys-info_ti4 .sys-info__link[href*=".pdf"] .sys-info__text::before, .sys-info.sys-info_ti4 .sys-info__link[href*=".doc"] .sys-info__text::before, .sys-info.sys-info_ti4 .sys-info__link[href*=".docx"] .sys-info__text::before, .sys-info.sys-info_ti4 .sys-info__link[href*=".xls"] .sys-info__text::before, .sys-info.sys-info_ti4 .sys-info__link[href*=".xlsx"] .sys-info__text::before {
    margin-right: 0.2em;
    font-family: "FontAwesome"; }
  .sys-info.sys-info_ti4 .sys-info__link[href*=".pdf"] .sys-info__text::before {
    content: "\f1c1";
    color: red; }
  .sys-info.sys-info_ti4 .sys-info__link[href*=".doc"] .sys-info__text::before, .sys-info.sys-info_ti4 .sys-info__link[href*=".docx"] .sys-info__text::before {
    content: "\f1c2";
    color: blue; }
  .sys-info.sys-info_ti4 .sys-info__link[href*=".xls"] .sys-info__text::before, .sys-info.sys-info_ti4 .sys-info__link[href*=".xlsx"] .sys-info__text::before {
    content: "\f1c3";
    color: green; }

.sys-img.sys-img_type_thumbnail .sys-img__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px; }
  .sys-img.sys-img_type_thumbnail .sys-img__list_col_auto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sys-img.sys-img_type_thumbnail .sys-img__list_col_auto > *:not(:last-child) {
      margin-right: 10px; }
  .sys-img.sys-img_type_thumbnail .sys-img__list_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 768px) {
      .sys-img.sys-img_type_thumbnail .sys-img__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * {
          width: calc((100% - 10px * 2) / 3); }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > *:not(:nth-child(3n)) {
            margin-right: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * img {
            width: 100%; } }
    @media (max-width: 767.98px) {
      .sys-img.sys-img_type_thumbnail .sys-img__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * {
          width: calc((100% - 10px * 2) / 3); }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > *:not(:nth-child(3n)) {
            margin-right: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * img {
            width: 100%; } }
  .sys-img.sys-img_type_thumbnail .sys-img__list_col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 768px) {
      .sys-img.sys-img_type_thumbnail .sys-img__list_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * {
          width: calc((100% - 10px * 3) / 4); }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > *:not(:nth-child(4n)) {
            margin-right: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > *:nth-last-child(n + 5) {
            margin-bottom: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * img {
            width: 100%; } }
    @media (max-width: 767.98px) {
      .sys-img.sys-img_type_thumbnail .sys-img__list_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * {
          width: calc((100% - 10px * 3) / 4); }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > *:not(:nth-child(4n)) {
            margin-right: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > *:nth-last-child(n + 5) {
            margin-bottom: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * img {
            width: 100%; } }

.sys-img.sys-img_type_thumbnail .sys-img__link {
  display: block; }

.sys-img.sys-img_type_thumbnail .sys-img__pict {
  width: 100%; }

.sys-select.sys-select_type1 .sys-select__dlist {
  position: relative;
  z-index: 5;
  background: #fff; }

.sys-select.sys-select_type1 .sys-select__box {
  position: relative;
  z-index: 1; }

.sys-select.sys-select_type1 .sys-select__head {
  position: relative; }
  .sys-select.sys-select_type1 .sys-select__head::after {
    position: absolute;
    z-index: -1;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-family: fontawesome;
    content: "\f107";
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 100%;
    color: #333;
    background: transparent; }

.sys-select__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.sys-select__head {
  border: 1px solid #d3d3d3;
  font-weight: normal; }

.sys-select__body {
  border: 1px solid #d3d3d3;
  border-top: none;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff; }

.sys-select__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.sys-select__link, .sys-select__toggle {
  display: block;
  padding: 0.2em 40px 0.2em 0.5em;
  color: #333; }
  .sys-select__link:hover, .sys-select__toggle:hover {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor;
    background: rgba(var(--theme_main, #4F157F), 0.1); }
    .sys-select__link:hover:hover, .sys-select__toggle:hover:hover {
      color: currentColor;
      text-decoration: none;
      opacity: 1; }

.table-responsive {
  min-height: 80px; }
  @media (min-width: 768px) {
    .table-responsive {
      position: static !important; } }
  @media (max-width: 767.98px) {
    .table-responsive table {
      min-width: 800px; } }

.img-responsive {
  min-height: 80px; }
  @media (max-width: 767.98px) {
    .img-responsive img {
      min-width: 800px; } }

.scroll-hint-icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .scroll-hint-icon-wrap {
    overflow: hidden;
    min-height: 80px; }

.ptable, .ptable_med, .ptable_hss, .ptable_nurs, .ptable_hsn, .ptable_ila, .ptable_hs, .ptable_ms, .ptable_hds, .ptable_grad, .ptable_base {
  width: 100%; }
  .ptable.ptable_col, .ptable_col.ptable_med, .ptable_col.ptable_hss, .ptable_col.ptable_nurs, .ptable_col.ptable_hsn, .ptable_col.ptable_ila, .ptable_col.ptable_hs, .ptable_col.ptable_ms, .ptable_col.ptable_hds, .ptable_col.ptable_grad, .ptable_col.ptable_base {
    table-layout: fixed; }
    .ptable.ptable_col th, .ptable_col.ptable_med th, .ptable_col.ptable_hss th, .ptable_col.ptable_nurs th, .ptable_col.ptable_hsn th, .ptable_col.ptable_ila th, .ptable_col.ptable_hs th, .ptable_col.ptable_ms th, .ptable_col.ptable_hds th, .ptable_col.ptable_grad th, .ptable_col.ptable_base th,
    .ptable.ptable_col td,
    .ptable_col.ptable_med td,
    .ptable_col.ptable_hss td,
    .ptable_col.ptable_nurs td,
    .ptable_col.ptable_hsn td,
    .ptable_col.ptable_ila td,
    .ptable_col.ptable_hs td,
    .ptable_col.ptable_ms td,
    .ptable_col.ptable_hds td,
    .ptable_col.ptable_grad td,
    .ptable_col.ptable_base td {
      white-space: normal !important; }
  .ptable.ptable_w10p, .ptable_w10p.ptable_med, .ptable_w10p.ptable_hss, .ptable_w10p.ptable_nurs, .ptable_w10p.ptable_hsn, .ptable_w10p.ptable_ila, .ptable_w10p.ptable_hs, .ptable_w10p.ptable_ms, .ptable_w10p.ptable_hds, .ptable_w10p.ptable_grad, .ptable_w10p.ptable_base {
    width: 10%; }
  .ptable thead th, .ptable_med thead th, .ptable_hss thead th, .ptable_nurs thead th, .ptable_hsn thead th, .ptable_ila thead th, .ptable_hs thead th, .ptable_ms thead th, .ptable_hds thead th, .ptable_grad thead th, .ptable_base thead th {
    text-align: center;
    color: #fff;
    background: var(--theme_main, #4F157F);
    border: 1px solid #d3d3d3 !important; }
  .ptable tr.gray, .ptable_med tr.gray, .ptable_hss tr.gray, .ptable_nurs tr.gray, .ptable_hsn tr.gray, .ptable_ila tr.gray, .ptable_hs tr.gray, .ptable_ms tr.gray, .ptable_hds tr.gray, .ptable_grad tr.gray, .ptable_base tr.gray {
    background: var(--theme_bggray, #efefef); }
  .ptable tr.gray2, .ptable_med tr.gray2, .ptable_hss tr.gray2, .ptable_nurs tr.gray2, .ptable_hsn tr.gray2, .ptable_ila tr.gray2, .ptable_hs tr.gray2, .ptable_ms tr.gray2, .ptable_hds tr.gray2, .ptable_grad tr.gray2, .ptable_base tr.gray2 {
    background: #d3d3d3; }
  .ptable tr.dark, .ptable_med tr.dark, .ptable_hss tr.dark, .ptable_nurs tr.dark, .ptable_hsn tr.dark, .ptable_ila tr.dark, .ptable_hs tr.dark, .ptable_ms tr.dark, .ptable_hds tr.dark, .ptable_grad tr.dark, .ptable_base tr.dark {
    color: #fff;
    background: var(--theme_black-light, #666); }
  .ptable tr.black, .ptable_med tr.black, .ptable_hss tr.black, .ptable_nurs tr.black, .ptable_hsn tr.black, .ptable_ila tr.black, .ptable_hs tr.black, .ptable_ms tr.black, .ptable_hds tr.black, .ptable_grad tr.black, .ptable_base tr.black {
    color: #fff;
    background: var(--theme_black, #000); }
  .ptable th, .ptable_med th, .ptable_hss th, .ptable_nurs th, .ptable_hsn th, .ptable_ila th, .ptable_hs th, .ptable_ms th, .ptable_hds th, .ptable_grad th, .ptable_base th {
    text-align: center;
    border: 1px solid #d3d3d3 !important; }
  .ptable th, .ptable_med th, .ptable_hss th, .ptable_nurs th, .ptable_hsn th, .ptable_ila th, .ptable_hs th, .ptable_ms th, .ptable_hds th, .ptable_grad th, .ptable_base th,
  .ptable td,
  .ptable_med td,
  .ptable_hss td,
  .ptable_nurs td,
  .ptable_hsn td,
  .ptable_ila td,
  .ptable_hs td,
  .ptable_ms td,
  .ptable_hds td,
  .ptable_grad td,
  .ptable_base td {
    padding: 0.7rem;
    border: 1px solid #d3d3d3; }
    .ptable th.gray, .ptable_med th.gray, .ptable_hss th.gray, .ptable_nurs th.gray, .ptable_hsn th.gray, .ptable_ila th.gray, .ptable_hs th.gray, .ptable_ms th.gray, .ptable_hds th.gray, .ptable_grad th.gray, .ptable_base th.gray,
    .ptable td.gray,
    .ptable_med td.gray,
    .ptable_hss td.gray,
    .ptable_nurs td.gray,
    .ptable_hsn td.gray,
    .ptable_ila td.gray,
    .ptable_hs td.gray,
    .ptable_ms td.gray,
    .ptable_hds td.gray,
    .ptable_grad td.gray,
    .ptable_base td.gray {
      background: var(--theme_bggray, #efefef); }
    .ptable th.gray2, .ptable_med th.gray2, .ptable_hss th.gray2, .ptable_nurs th.gray2, .ptable_hsn th.gray2, .ptable_ila th.gray2, .ptable_hs th.gray2, .ptable_ms th.gray2, .ptable_hds th.gray2, .ptable_grad th.gray2, .ptable_base th.gray2,
    .ptable td.gray2,
    .ptable_med td.gray2,
    .ptable_hss td.gray2,
    .ptable_nurs td.gray2,
    .ptable_hsn td.gray2,
    .ptable_ila td.gray2,
    .ptable_hs td.gray2,
    .ptable_ms td.gray2,
    .ptable_hds td.gray2,
    .ptable_grad td.gray2,
    .ptable_base td.gray2 {
      background: #d3d3d3; }
    .ptable th.dark, .ptable_med th.dark, .ptable_hss th.dark, .ptable_nurs th.dark, .ptable_hsn th.dark, .ptable_ila th.dark, .ptable_hs th.dark, .ptable_ms th.dark, .ptable_hds th.dark, .ptable_grad th.dark, .ptable_base th.dark,
    .ptable td.dark,
    .ptable_med td.dark,
    .ptable_hss td.dark,
    .ptable_nurs td.dark,
    .ptable_hsn td.dark,
    .ptable_ila td.dark,
    .ptable_hs td.dark,
    .ptable_ms td.dark,
    .ptable_hds td.dark,
    .ptable_grad td.dark,
    .ptable_base td.dark {
      color: #fff;
      background: var(--theme_black-light, #666); }
    .ptable th.main, .ptable_med th.main, .ptable_hss th.main, .ptable_nurs th.main, .ptable_hsn th.main, .ptable_ila th.main, .ptable_hs th.main, .ptable_ms th.main, .ptable_hds th.main, .ptable_grad th.main, .ptable_base th.main,
    .ptable td.main,
    .ptable_med td.main,
    .ptable_hss td.main,
    .ptable_nurs td.main,
    .ptable_hsn td.main,
    .ptable_ila td.main,
    .ptable_hs td.main,
    .ptable_ms td.main,
    .ptable_hds td.main,
    .ptable_grad td.main,
    .ptable_base td.main {
      color: #fff;
      background: var(--theme_main, #4F157F); }
    .ptable th.black, .ptable_med th.black, .ptable_hss th.black, .ptable_nurs th.black, .ptable_hsn th.black, .ptable_ila th.black, .ptable_hs th.black, .ptable_ms th.black, .ptable_hds th.black, .ptable_grad th.black, .ptable_base th.black,
    .ptable td.black,
    .ptable_med td.black,
    .ptable_hss td.black,
    .ptable_nurs td.black,
    .ptable_hsn td.black,
    .ptable_ila td.black,
    .ptable_hs td.black,
    .ptable_ms td.black,
    .ptable_hds td.black,
    .ptable_grad td.black,
    .ptable_base td.black {
      color: #fff;
      background: #333; }
  .ptable_border-x td, .ptable_border-x th {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    border-color: #333 !important;
    padding: 20px 0; }
  .ptable_border-x th {
    text-align: left;
    padding-right: 20px; }
  .ptable_border-x tr:last-child td, .ptable_border-x tr:last-child th {
    border-bottom-width: 0 !important; }

.table.table_w10p tr > th:nth-child(1) {
  width: 10%; }

.table.table_w20p tr > th:nth-child(1) {
  width: 20%; }

.table.table_col_3, .table.table_col_4, .table.table_col_7, .table.table_calendar, .table.table_calendar_med, .table.table_calendar_hss, .table.table_calendar_nurs, .table.table_calendar_hsn, .table.table_calendar_ila, .table.table_calendar_hs, .table.table_calendar_ms, .table.table_calendar_hds, .table.table_calendar_grad, .table.table_calendar_base {
  table-layout: fixed; }
  .table.table_col_3 th, .table.table_col_4 th, .table.table_col_7 th, .table.table_calendar th, .table.table_calendar_med th, .table.table_calendar_hss th, .table.table_calendar_nurs th, .table.table_calendar_hsn th, .table.table_calendar_ila th, .table.table_calendar_hs th, .table.table_calendar_ms th, .table.table_calendar_hds th, .table.table_calendar_grad th, .table.table_calendar_base th,
  .table.table_col_3 td,
  .table.table_col_4 td,
  .table.table_col_7 td,
  .table.table_calendar td,
  .table.table_calendar_med td,
  .table.table_calendar_hss td,
  .table.table_calendar_nurs td,
  .table.table_calendar_hsn td,
  .table.table_calendar_ila td,
  .table.table_calendar_hs td,
  .table.table_calendar_ms td,
  .table.table_calendar_hds td,
  .table.table_calendar_grad td,
  .table.table_calendar_base td {
    white-space: normal !important; }
  .table.table_col_3 colgroup col, .table.table_col_4 colgroup col, .table.table_col_7 colgroup col, .table.table_calendar colgroup col, .table.table_calendar_med colgroup col, .table.table_calendar_hss colgroup col, .table.table_calendar_nurs colgroup col, .table.table_calendar_hsn colgroup col, .table.table_calendar_ila colgroup col, .table.table_calendar_hs colgroup col, .table.table_calendar_ms colgroup col, .table.table_calendar_hds colgroup col, .table.table_calendar_grad colgroup col, .table.table_calendar_base colgroup col {
    width: calc(100% / 3); }

.table.table_col_4 colgroup col {
  width: calc(100% / 4); }

.table.table_col_7 colgroup col, .table.table_calendar colgroup col, .table.table_calendar_med colgroup col, .table.table_calendar_hss colgroup col, .table.table_calendar_nurs colgroup col, .table.table_calendar_hsn colgroup col, .table.table_calendar_ila colgroup col, .table.table_calendar_hs colgroup col, .table.table_calendar_ms colgroup col, .table.table_calendar_hds colgroup col, .table.table_calendar_grad colgroup col, .table.table_calendar_base colgroup col {
  width: calc(100% / 7); }

.table.tbl__style_3_nowrap td,
.table.tbl__style_3_nowrap th {
  white-space: nowrap; }

.table.tbl__style_3 td,
.table.tbl__style_3 th {
  font-weight: normal;
  border: 0; }

.table.tbl__style_3 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: var(--theme_main, #4F157F);
  color: #fff; }

.table.tbl__style_3 thead tr th:first-child {
  border-left: 1px #d3d3d3 solid; }

.table.tbl__style_3 thead tr th:last-child {
  border-right: 1px #d3d3d3 solid; }

.table.tbl__style_3 tbody {
  border-top: 1px #d3d3d3 solid; }
  .table.tbl__style_3 tbody::before {
    display: none; }
  .table.tbl__style_3 tbody tr td {
    vertical-align: middle;
    border: 0;
    border-bottom: 1px #d3d3d3 solid;
    border-left: 1px #d3d3d3 solid; }
  .table.tbl__style_3 tbody tr th {
    background-color: #fff;
    color: var(--theme_main, #4F157F);
    font-weight: bold;
    border: 0;
    border-bottom: 1px #d3d3d3 solid;
    border-left: 1px #d3d3d3 solid;
    text-align: center; }
  .table.tbl__style_3 tbody tr .thead_th {
    color: #fff !important;
    font-weight: normal;
    background-color: var(--theme_main, #4F157F) !important;
    border-left: 1px #d3d3d3 solid; }
  .table.tbl__style_3 tbody tr:last-child .thead_th {
    border-bottom-color: #d3d3d3; }
  .table.tbl__style_3 tbody tr td:last-child {
    border-right: 1px #d3d3d3 solid; }
  .table.tbl__style_3 tbody tr th.gray,
  .table.tbl__style_3 tbody tr td.gray {
    background: var(--theme_bggray, #efefef); }
  .table.tbl__style_3 tbody tr th.gray2,
  .table.tbl__style_3 tbody tr td.gray2 {
    color: #fff;
    background: #d3d3d3; }
  .table.tbl__style_3 tbody tr th.dark,
  .table.tbl__style_3 tbody tr td.dark {
    color: #fff;
    background: #390518; }
  .table.tbl__style_3 tbody tr.gray th,
  .table.tbl__style_3 tbody tr.gray td {
    background: var(--theme_bggray, #efefef); }
  .table.tbl__style_3 tbody tr.gray2 th,
  .table.tbl__style_3 tbody tr.gray2 td {
    color: #fff;
    background: #d3d3d3; }
  .table.tbl__style_3 tbody tr.dark th,
  .table.tbl__style_3 tbody tr.dark td {
    color: #fff;
    background: #390518; }
  .table.tbl__style_3 tbody tr.sub1 th,
  .table.tbl__style_3 tbody tr.sub1 td {
    background: #C8D5D5; }
  .table.tbl__style_3 tbody tr.font-weight-bold th,
  .table.tbl__style_3 tbody tr.font-weight-bold td {
    font-weight: bold; }

@media (max-width: 767.98px) {
  .table.tbl__style_3.table__break_sm {
    border: 1px #d3d3d3 solid; }
    .table.tbl__style_3.table__break_sm tbody tr td,
    .table.tbl__style_3.table__break_sm tbody tr th,
    .table.tbl__style_3.table__break_sm thead tr td,
    .table.tbl__style_3.table__break_sm thead tr th {
      border-top: 0;
      border-left: 0; } }

.table_calendar, .table_calendar_med, .table_calendar_hss, .table_calendar_nurs, .table_calendar_hsn, .table_calendar_ila, .table_calendar_hs, .table_calendar_ms, .table_calendar_hds, .table_calendar_grad, .table_calendar_base {
  font-family: "Barlow", sans-serif;
  font-weight: 400; }
  .table_calendar thead th, .table_calendar_med thead th, .table_calendar_hss thead th, .table_calendar_nurs thead th, .table_calendar_hsn thead th, .table_calendar_ila thead th, .table_calendar_hs thead th, .table_calendar_ms thead th, .table_calendar_hds thead th, .table_calendar_grad thead th, .table_calendar_base thead th, .table_calendar thead td, .table_calendar_med thead td, .table_calendar_hss thead td, .table_calendar_nurs thead td, .table_calendar_hsn thead td, .table_calendar_ila thead td, .table_calendar_hs thead td, .table_calendar_ms thead td, .table_calendar_hds thead td, .table_calendar_grad thead td, .table_calendar_base thead td, .table_calendar tbody th, .table_calendar_med tbody th, .table_calendar_hss tbody th, .table_calendar_nurs tbody th, .table_calendar_hsn tbody th, .table_calendar_ila tbody th, .table_calendar_hs tbody th, .table_calendar_ms tbody th, .table_calendar_hds tbody th, .table_calendar_grad tbody th, .table_calendar_base tbody th, .table_calendar tbody td, .table_calendar_med tbody td, .table_calendar_hss tbody td, .table_calendar_nurs tbody td, .table_calendar_hsn tbody td, .table_calendar_ila tbody td, .table_calendar_hs tbody td, .table_calendar_ms tbody td, .table_calendar_hds tbody td, .table_calendar_grad tbody td, .table_calendar_base tbody td {
    position: relative;
    border: 1px solid #d3d3d3; }
    .table_calendar thead th::after, .table_calendar_med thead th::after, .table_calendar_hss thead th::after, .table_calendar_nurs thead th::after, .table_calendar_hsn thead th::after, .table_calendar_ila thead th::after, .table_calendar_hs thead th::after, .table_calendar_ms thead th::after, .table_calendar_hds thead th::after, .table_calendar_grad thead th::after, .table_calendar_base thead th::after, .table_calendar thead td::after, .table_calendar_med thead td::after, .table_calendar_hss thead td::after, .table_calendar_nurs thead td::after, .table_calendar_hsn thead td::after, .table_calendar_ila thead td::after, .table_calendar_hs thead td::after, .table_calendar_ms thead td::after, .table_calendar_hds thead td::after, .table_calendar_grad thead td::after, .table_calendar_base thead td::after, .table_calendar tbody th::after, .table_calendar_med tbody th::after, .table_calendar_hss tbody th::after, .table_calendar_nurs tbody th::after, .table_calendar_hsn tbody th::after, .table_calendar_ila tbody th::after, .table_calendar_hs tbody th::after, .table_calendar_ms tbody th::after, .table_calendar_hds tbody th::after, .table_calendar_grad tbody th::after, .table_calendar_base tbody th::after, .table_calendar tbody td::after, .table_calendar_med tbody td::after, .table_calendar_hss tbody td::after, .table_calendar_nurs tbody td::after, .table_calendar_hsn tbody td::after, .table_calendar_ila tbody td::after, .table_calendar_hs tbody td::after, .table_calendar_ms tbody td::after, .table_calendar_hds tbody td::after, .table_calendar_grad tbody td::after, .table_calendar_base tbody td::after {
      content: '';
      display: block;
      padding-top: 100%; }
    .table_calendar thead th .calendar-item, .table_calendar_med thead th .calendar-item, .table_calendar_hss thead th .calendar-item, .table_calendar_nurs thead th .calendar-item, .table_calendar_hsn thead th .calendar-item, .table_calendar_ila thead th .calendar-item, .table_calendar_hs thead th .calendar-item, .table_calendar_ms thead th .calendar-item, .table_calendar_hds thead th .calendar-item, .table_calendar_grad thead th .calendar-item, .table_calendar_base thead th .calendar-item, .table_calendar thead td .calendar-item, .table_calendar_med thead td .calendar-item, .table_calendar_hss thead td .calendar-item, .table_calendar_nurs thead td .calendar-item, .table_calendar_hsn thead td .calendar-item, .table_calendar_ila thead td .calendar-item, .table_calendar_hs thead td .calendar-item, .table_calendar_ms thead td .calendar-item, .table_calendar_hds thead td .calendar-item, .table_calendar_grad thead td .calendar-item, .table_calendar_base thead td .calendar-item, .table_calendar tbody th .calendar-item, .table_calendar_med tbody th .calendar-item, .table_calendar_hss tbody th .calendar-item, .table_calendar_nurs tbody th .calendar-item, .table_calendar_hsn tbody th .calendar-item, .table_calendar_ila tbody th .calendar-item, .table_calendar_hs tbody th .calendar-item, .table_calendar_ms tbody th .calendar-item, .table_calendar_hds tbody th .calendar-item, .table_calendar_grad tbody th .calendar-item, .table_calendar_base tbody th .calendar-item, .table_calendar tbody td .calendar-item, .table_calendar_med tbody td .calendar-item, .table_calendar_hss tbody td .calendar-item, .table_calendar_nurs tbody td .calendar-item, .table_calendar_hsn tbody td .calendar-item, .table_calendar_ila tbody td .calendar-item, .table_calendar_hs tbody td .calendar-item, .table_calendar_ms tbody td .calendar-item, .table_calendar_hds tbody td .calendar-item, .table_calendar_grad tbody td .calendar-item, .table_calendar_base tbody td .calendar-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      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;
      z-index: 1; }
      @media (min-width: 768px) {
        .table_calendar thead th .calendar-item, .table_calendar_med thead th .calendar-item, .table_calendar_hss thead th .calendar-item, .table_calendar_nurs thead th .calendar-item, .table_calendar_hsn thead th .calendar-item, .table_calendar_ila thead th .calendar-item, .table_calendar_hs thead th .calendar-item, .table_calendar_ms thead th .calendar-item, .table_calendar_hds thead th .calendar-item, .table_calendar_grad thead th .calendar-item, .table_calendar_base thead th .calendar-item, .table_calendar thead td .calendar-item, .table_calendar_med thead td .calendar-item, .table_calendar_hss thead td .calendar-item, .table_calendar_nurs thead td .calendar-item, .table_calendar_hsn thead td .calendar-item, .table_calendar_ila thead td .calendar-item, .table_calendar_hs thead td .calendar-item, .table_calendar_ms thead td .calendar-item, .table_calendar_hds thead td .calendar-item, .table_calendar_grad thead td .calendar-item, .table_calendar_base thead td .calendar-item, .table_calendar tbody th .calendar-item, .table_calendar_med tbody th .calendar-item, .table_calendar_hss tbody th .calendar-item, .table_calendar_nurs tbody th .calendar-item, .table_calendar_hsn tbody th .calendar-item, .table_calendar_ila tbody th .calendar-item, .table_calendar_hs tbody th .calendar-item, .table_calendar_ms tbody th .calendar-item, .table_calendar_hds tbody th .calendar-item, .table_calendar_grad tbody th .calendar-item, .table_calendar_base tbody th .calendar-item, .table_calendar tbody td .calendar-item, .table_calendar_med tbody td .calendar-item, .table_calendar_hss tbody td .calendar-item, .table_calendar_nurs tbody td .calendar-item, .table_calendar_hsn tbody td .calendar-item, .table_calendar_ila tbody td .calendar-item, .table_calendar_hs tbody td .calendar-item, .table_calendar_ms tbody td .calendar-item, .table_calendar_hds tbody td .calendar-item, .table_calendar_grad tbody td .calendar-item, .table_calendar_base tbody td .calendar-item {
          font-size: 2.4rem; } }
      @media (max-width: 767.98px) {
        .table_calendar thead th .calendar-item, .table_calendar_med thead th .calendar-item, .table_calendar_hss thead th .calendar-item, .table_calendar_nurs thead th .calendar-item, .table_calendar_hsn thead th .calendar-item, .table_calendar_ila thead th .calendar-item, .table_calendar_hs thead th .calendar-item, .table_calendar_ms thead th .calendar-item, .table_calendar_hds thead th .calendar-item, .table_calendar_grad thead th .calendar-item, .table_calendar_base thead th .calendar-item, .table_calendar thead td .calendar-item, .table_calendar_med thead td .calendar-item, .table_calendar_hss thead td .calendar-item, .table_calendar_nurs thead td .calendar-item, .table_calendar_hsn thead td .calendar-item, .table_calendar_ila thead td .calendar-item, .table_calendar_hs thead td .calendar-item, .table_calendar_ms thead td .calendar-item, .table_calendar_hds thead td .calendar-item, .table_calendar_grad thead td .calendar-item, .table_calendar_base thead td .calendar-item, .table_calendar tbody th .calendar-item, .table_calendar_med tbody th .calendar-item, .table_calendar_hss tbody th .calendar-item, .table_calendar_nurs tbody th .calendar-item, .table_calendar_hsn tbody th .calendar-item, .table_calendar_ila tbody th .calendar-item, .table_calendar_hs tbody th .calendar-item, .table_calendar_ms tbody th .calendar-item, .table_calendar_hds tbody th .calendar-item, .table_calendar_grad tbody th .calendar-item, .table_calendar_base tbody th .calendar-item, .table_calendar tbody td .calendar-item, .table_calendar_med tbody td .calendar-item, .table_calendar_hss tbody td .calendar-item, .table_calendar_nurs tbody td .calendar-item, .table_calendar_hsn tbody td .calendar-item, .table_calendar_ila tbody td .calendar-item, .table_calendar_hs tbody td .calendar-item, .table_calendar_ms tbody td .calendar-item, .table_calendar_hds tbody td .calendar-item, .table_calendar_grad tbody td .calendar-item, .table_calendar_base tbody td .calendar-item {
          font-size: 2rem; } }
    .table_calendar thead th a.calendar-item, .table_calendar_med thead th a.calendar-item, .table_calendar_hss thead th a.calendar-item, .table_calendar_nurs thead th a.calendar-item, .table_calendar_hsn thead th a.calendar-item, .table_calendar_ila thead th a.calendar-item, .table_calendar_hs thead th a.calendar-item, .table_calendar_ms thead th a.calendar-item, .table_calendar_hds thead th a.calendar-item, .table_calendar_grad thead th a.calendar-item, .table_calendar_base thead th a.calendar-item, .table_calendar thead td a.calendar-item, .table_calendar_med thead td a.calendar-item, .table_calendar_hss thead td a.calendar-item, .table_calendar_nurs thead td a.calendar-item, .table_calendar_hsn thead td a.calendar-item, .table_calendar_ila thead td a.calendar-item, .table_calendar_hs thead td a.calendar-item, .table_calendar_ms thead td a.calendar-item, .table_calendar_hds thead td a.calendar-item, .table_calendar_grad thead td a.calendar-item, .table_calendar_base thead td a.calendar-item, .table_calendar tbody th a.calendar-item, .table_calendar_med tbody th a.calendar-item, .table_calendar_hss tbody th a.calendar-item, .table_calendar_nurs tbody th a.calendar-item, .table_calendar_hsn tbody th a.calendar-item, .table_calendar_ila tbody th a.calendar-item, .table_calendar_hs tbody th a.calendar-item, .table_calendar_ms tbody th a.calendar-item, .table_calendar_hds tbody th a.calendar-item, .table_calendar_grad tbody th a.calendar-item, .table_calendar_base tbody th a.calendar-item, .table_calendar tbody td a.calendar-item, .table_calendar_med tbody td a.calendar-item, .table_calendar_hss tbody td a.calendar-item, .table_calendar_nurs tbody td a.calendar-item, .table_calendar_hsn tbody td a.calendar-item, .table_calendar_ila tbody td a.calendar-item, .table_calendar_hs tbody td a.calendar-item, .table_calendar_ms tbody td a.calendar-item, .table_calendar_hds tbody td a.calendar-item, .table_calendar_grad tbody td a.calendar-item, .table_calendar_base tbody td a.calendar-item {
      color: currentColor;
      text-decoration: underline; }
      .table_calendar thead th a.calendar-item:hover, .table_calendar_med thead th a.calendar-item:hover, .table_calendar_hss thead th a.calendar-item:hover, .table_calendar_nurs thead th a.calendar-item:hover, .table_calendar_hsn thead th a.calendar-item:hover, .table_calendar_ila thead th a.calendar-item:hover, .table_calendar_hs thead th a.calendar-item:hover, .table_calendar_ms thead th a.calendar-item:hover, .table_calendar_hds thead th a.calendar-item:hover, .table_calendar_grad thead th a.calendar-item:hover, .table_calendar_base thead th a.calendar-item:hover, .table_calendar thead td a.calendar-item:hover, .table_calendar_med thead td a.calendar-item:hover, .table_calendar_hss thead td a.calendar-item:hover, .table_calendar_nurs thead td a.calendar-item:hover, .table_calendar_hsn thead td a.calendar-item:hover, .table_calendar_ila thead td a.calendar-item:hover, .table_calendar_hs thead td a.calendar-item:hover, .table_calendar_ms thead td a.calendar-item:hover, .table_calendar_hds thead td a.calendar-item:hover, .table_calendar_grad thead td a.calendar-item:hover, .table_calendar_base thead td a.calendar-item:hover, .table_calendar tbody th a.calendar-item:hover, .table_calendar_med tbody th a.calendar-item:hover, .table_calendar_hss tbody th a.calendar-item:hover, .table_calendar_nurs tbody th a.calendar-item:hover, .table_calendar_hsn tbody th a.calendar-item:hover, .table_calendar_ila tbody th a.calendar-item:hover, .table_calendar_hs tbody th a.calendar-item:hover, .table_calendar_ms tbody th a.calendar-item:hover, .table_calendar_hds tbody th a.calendar-item:hover, .table_calendar_grad tbody th a.calendar-item:hover, .table_calendar_base tbody th a.calendar-item:hover, .table_calendar tbody td a.calendar-item:hover, .table_calendar_med tbody td a.calendar-item:hover, .table_calendar_hss tbody td a.calendar-item:hover, .table_calendar_nurs tbody td a.calendar-item:hover, .table_calendar_hsn tbody td a.calendar-item:hover, .table_calendar_ila tbody td a.calendar-item:hover, .table_calendar_hs tbody td a.calendar-item:hover, .table_calendar_ms tbody td a.calendar-item:hover, .table_calendar_hds tbody td a.calendar-item:hover, .table_calendar_grad tbody td a.calendar-item:hover, .table_calendar_base tbody td a.calendar-item:hover {
        opacity: 0.6; }
      .table_calendar thead th a.calendar-item::before, .table_calendar_med thead th a.calendar-item::before, .table_calendar_hss thead th a.calendar-item::before, .table_calendar_nurs thead th a.calendar-item::before, .table_calendar_hsn thead th a.calendar-item::before, .table_calendar_ila thead th a.calendar-item::before, .table_calendar_hs thead th a.calendar-item::before, .table_calendar_ms thead th a.calendar-item::before, .table_calendar_hds thead th a.calendar-item::before, .table_calendar_grad thead th a.calendar-item::before, .table_calendar_base thead th a.calendar-item::before, .table_calendar thead td a.calendar-item::before, .table_calendar_med thead td a.calendar-item::before, .table_calendar_hss thead td a.calendar-item::before, .table_calendar_nurs thead td a.calendar-item::before, .table_calendar_hsn thead td a.calendar-item::before, .table_calendar_ila thead td a.calendar-item::before, .table_calendar_hs thead td a.calendar-item::before, .table_calendar_ms thead td a.calendar-item::before, .table_calendar_hds thead td a.calendar-item::before, .table_calendar_grad thead td a.calendar-item::before, .table_calendar_base thead td a.calendar-item::before, .table_calendar tbody th a.calendar-item::before, .table_calendar_med tbody th a.calendar-item::before, .table_calendar_hss tbody th a.calendar-item::before, .table_calendar_nurs tbody th a.calendar-item::before, .table_calendar_hsn tbody th a.calendar-item::before, .table_calendar_ila tbody th a.calendar-item::before, .table_calendar_hs tbody th a.calendar-item::before, .table_calendar_ms tbody th a.calendar-item::before, .table_calendar_hds tbody th a.calendar-item::before, .table_calendar_grad tbody th a.calendar-item::before, .table_calendar_base tbody th a.calendar-item::before, .table_calendar tbody td a.calendar-item::before, .table_calendar_med tbody td a.calendar-item::before, .table_calendar_hss tbody td a.calendar-item::before, .table_calendar_nurs tbody td a.calendar-item::before, .table_calendar_hsn tbody td a.calendar-item::before, .table_calendar_ila tbody td a.calendar-item::before, .table_calendar_hs tbody td a.calendar-item::before, .table_calendar_ms tbody td a.calendar-item::before, .table_calendar_hds tbody td a.calendar-item::before, .table_calendar_grad tbody td a.calendar-item::before, .table_calendar_base tbody td a.calendar-item::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        width: 65%;
        height: 65%;
        border-radius: 50%;
        z-index: 0;
        background-color: var(--theme_main, #4F157F);
        opacity: 0.2;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .table_calendar thead th, .table_calendar_med thead th, .table_calendar_hss thead th, .table_calendar_nurs thead th, .table_calendar_hsn thead th, .table_calendar_ila thead th, .table_calendar_hs thead th, .table_calendar_ms thead th, .table_calendar_hds thead th, .table_calendar_grad thead th, .table_calendar_base thead th, .table_calendar thead td, .table_calendar_med thead td, .table_calendar_hss thead td, .table_calendar_nurs thead td, .table_calendar_hsn thead td, .table_calendar_ila thead td, .table_calendar_hs thead td, .table_calendar_ms thead td, .table_calendar_hds thead td, .table_calendar_grad thead td, .table_calendar_base thead td {
    font-weight: normal;
    background-color: var(--theme_bggray, #efefef); }

.ptab .nav-link {
  text-decoration: none !important; }

.ptab.ptab_t3 .nav {
  background: transparent;
  padding: 0;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .ptab.ptab_t3 .nav {
      font-size: 1.4rem; } }
  @media (max-width: 767.98px) {
    .ptab.ptab_t3 .nav {
      font-size: 1.4rem; } }
  .ptab.ptab_t3 .nav-item {
    margin-bottom: 10px; }
    .ptab.ptab_t3 .nav-item:not(:last-child) {
      margin-right: 10px; }
  .ptab.ptab_t3 .nav-link {
    color: var(--theme_main, #4F157F);
    background: #fff;
    border: 2px solid var(--theme_main, #4F157F);
    border-radius: 14px;
    padding: 1em 1.3em;
    line-height: 1; }
    .ptab.ptab_t3 .nav-link.active {
      color: #fff;
      background: var(--theme_main, #4F157F); }
  @media (max-width: 767.98px) {
    .ptab.ptab_t3 .nav {
      margin-bottom: 30px;
      overflow-x: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .ptab.ptab_t3 .nav::-webkit-scrollbar {
        height: 10px; }
      .ptab.ptab_t3 .nav::-webkit-scrollbar-track {
        background: linear-gradient(0, transparent 0, transparent 4px, var(--theme_bggray, #efefef) 5px, var(--theme_bggray, #efefef) 7px, transparent 8px, transparent 10px); }
      .ptab.ptab_t3 .nav::-webkit-scrollbar-thumb {
        background-color: #d3d3d3; }
      .ptab.ptab_t3 .nav-link {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        white-space: nowrap; }
        .ptab.ptab_t3 .nav-link:hover {
          opacity: 1; } }

.ptab.ptab_t3_white .nav-link {
  color: #fff;
  background: transparent;
  border-color: #fff; }
  .ptab.ptab_t3_white .nav-link.active {
    color: #333;
    background: #fff; }

.ptab.ptab_t3_gray .nav-link {
  color: #999999;
  background: #fff;
  border-color: #999999; }
  .ptab.ptab_t3_gray .nav-link.active {
    color: #fff;
    background: #999999; }

.ptab.ptab_t4 .nav, .ptab.ptab_t4_med .nav, .ptab.ptab_t4_hss .nav, .ptab.ptab_t4_nurs .nav, .ptab.ptab_t4_hsn .nav, .ptab.ptab_t4_ila .nav, .ptab.ptab_t4_hs .nav, .ptab.ptab_t4_ms .nav, .ptab.ptab_t4_hds .nav, .ptab.ptab_t4_grad .nav, .ptab.ptab_t4_base .nav {
  background: transparent;
  padding: 0;
  font-weight: bold;
  margin-bottom: 30px; }
  .ptab.ptab_t4 .nav-item, .ptab.ptab_t4_med .nav-item, .ptab.ptab_t4_hss .nav-item, .ptab.ptab_t4_nurs .nav-item, .ptab.ptab_t4_hsn .nav-item, .ptab.ptab_t4_ila .nav-item, .ptab.ptab_t4_hs .nav-item, .ptab.ptab_t4_ms .nav-item, .ptab.ptab_t4_hds .nav-item, .ptab.ptab_t4_grad .nav-item, .ptab.ptab_t4_base .nav-item {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .ptab.ptab_t4 .nav-item:first-child:nth-last-child(2), .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(2), .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(2), .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(2), .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(2), .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(2), .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(2), .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(2), .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(2), .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(2), .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(2), .ptab.ptab_t4 .nav-item:first-child:nth-last-child(2) ~ .nav-item, .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(2) ~ .nav-item, .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(2) ~ .nav-item, .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(2) ~ .nav-item, .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(2) ~ .nav-item, .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(2) ~ .nav-item, .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(2) ~ .nav-item, .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(2) ~ .nav-item, .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(2) ~ .nav-item, .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(2) ~ .nav-item, .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(2) ~ .nav-item {
        width: 50%; }
      .ptab.ptab_t4 .nav-item:first-child:nth-last-child(3), .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(3), .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(3), .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(3), .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(3), .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(3), .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(3), .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(3), .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(3), .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(3), .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(3), .ptab.ptab_t4 .nav-item:first-child:nth-last-child(3) ~ .nav-item, .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(3) ~ .nav-item, .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(3) ~ .nav-item, .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(3) ~ .nav-item, .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(3) ~ .nav-item, .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(3) ~ .nav-item, .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(3) ~ .nav-item, .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(3) ~ .nav-item, .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(3) ~ .nav-item, .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(3) ~ .nav-item, .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(3) ~ .nav-item, .ptab.ptab_t4 .nav-item:first-child:nth-last-child(6), .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(6), .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(6), .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(6), .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(6), .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(6), .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(6), .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(6), .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(6), .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(6), .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(6), .ptab.ptab_t4 .nav-item:first-child:nth-last-child(6) ~ .nav-item, .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(6) ~ .nav-item, .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(6) ~ .nav-item, .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(6) ~ .nav-item, .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(6) ~ .nav-item, .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(6) ~ .nav-item, .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(6) ~ .nav-item, .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(6) ~ .nav-item, .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(6) ~ .nav-item, .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(6) ~ .nav-item, .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(6) ~ .nav-item {
        width: 33.33333%; }
      .ptab.ptab_t4 .nav-item:first-child:nth-last-child(4), .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(4), .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(4), .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(4), .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(4), .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(4), .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(4), .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(4), .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(4), .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(4), .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(4), .ptab.ptab_t4 .nav-item:first-child:nth-last-child(4) ~ .nav-item, .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(4) ~ .nav-item, .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(4) ~ .nav-item, .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(4) ~ .nav-item, .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(4) ~ .nav-item, .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(4) ~ .nav-item, .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(4) ~ .nav-item, .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(4) ~ .nav-item, .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(4) ~ .nav-item, .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(4) ~ .nav-item, .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(4) ~ .nav-item, .ptab.ptab_t4 .nav-item:first-child:nth-last-child(7), .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(7), .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(7), .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(7), .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(7), .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(7), .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(7), .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(7), .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(7), .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(7), .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(7), .ptab.ptab_t4 .nav-item:first-child:nth-last-child(7) ~ .nav-item, .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(7) ~ .nav-item, .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(7) ~ .nav-item, .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(7) ~ .nav-item, .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(7) ~ .nav-item, .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(7) ~ .nav-item, .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(7) ~ .nav-item, .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(7) ~ .nav-item, .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(7) ~ .nav-item, .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(7) ~ .nav-item, .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(7) ~ .nav-item, .ptab.ptab_t4 .nav-item:first-child:nth-last-child(8), .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(8), .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(8), .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(8), .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(8), .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(8), .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(8), .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(8), .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(8), .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(8), .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(8), .ptab.ptab_t4 .nav-item:first-child:nth-last-child(8) ~ .nav-item, .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(8) ~ .nav-item, .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(8) ~ .nav-item, .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(8) ~ .nav-item, .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(8) ~ .nav-item, .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(8) ~ .nav-item, .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(8) ~ .nav-item, .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(8) ~ .nav-item, .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(8) ~ .nav-item, .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(8) ~ .nav-item, .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(8) ~ .nav-item {
        width: 25%; }
      .ptab.ptab_t4 .nav-item:first-child:nth-last-child(5), .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(5), .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(5), .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(5), .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(5), .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(5), .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(5), .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(5), .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(5), .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(5), .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(5), .ptab.ptab_t4 .nav-item:first-child:nth-last-child(5) ~ .nav-item, .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(5) ~ .nav-item, .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(5) ~ .nav-item, .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(5) ~ .nav-item, .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(5) ~ .nav-item, .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(5) ~ .nav-item, .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(5) ~ .nav-item, .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(5) ~ .nav-item, .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(5) ~ .nav-item, .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(5) ~ .nav-item, .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(5) ~ .nav-item, .ptab.ptab_t4 .nav-item:first-child:nth-last-child(n + 9), .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(n + 9), .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(n + 9), .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(n + 9), .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(n + 9), .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(n + 9), .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(n + 9), .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(n + 9), .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(n + 9), .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(n + 9), .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(n + 9), .ptab.ptab_t4 .nav-item:first-child:nth-last-child(n + 9) ~ .nav-item, .ptab.ptab_t4_med .nav-item:first-child:nth-last-child(n + 9) ~ .nav-item, .ptab.ptab_t4_hss .nav-item:first-child:nth-last-child(n + 9) ~ .nav-item, .ptab.ptab_t4_nurs .nav-item:first-child:nth-last-child(n + 9) ~ .nav-item, .ptab.ptab_t4_hsn .nav-item:first-child:nth-last-child(n + 9) ~ .nav-item, .ptab.ptab_t4_ila .nav-item:first-child:nth-last-child(n + 9) ~ .nav-item, .ptab.ptab_t4_hs .nav-item:first-child:nth-last-child(n + 9) ~ .nav-item, .ptab.ptab_t4_ms .nav-item:first-child:nth-last-child(n + 9) ~ .nav-item, .ptab.ptab_t4_hds .nav-item:first-child:nth-last-child(n + 9) ~ .nav-item, .ptab.ptab_t4_grad .nav-item:first-child:nth-last-child(n + 9) ~ .nav-item, .ptab.ptab_t4_base .nav-item:first-child:nth-last-child(n + 9) ~ .nav-item {
        width: 20%; } }
  .ptab.ptab_t4 .nav-link, .ptab.ptab_t4_med .nav-link, .ptab.ptab_t4_hss .nav-link, .ptab.ptab_t4_nurs .nav-link, .ptab.ptab_t4_hsn .nav-link, .ptab.ptab_t4_ila .nav-link, .ptab.ptab_t4_hs .nav-link, .ptab.ptab_t4_ms .nav-link, .ptab.ptab_t4_hds .nav-link, .ptab.ptab_t4_grad .nav-link, .ptab.ptab_t4_base .nav-link {
    border-radius: 0;
    text-align: center;
    border-bottom: 1px solid #999999;
    background: transparent;
    padding: 0.7em 0 !important;
    border-left: none !important;
    border-right: none !important;
    line-height: 1;
    color: var(--theme_black-light, #666) !important;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
    .ptab.ptab_t4 .nav-link::after, .ptab.ptab_t4_med .nav-link::after, .ptab.ptab_t4_hss .nav-link::after, .ptab.ptab_t4_nurs .nav-link::after, .ptab.ptab_t4_hsn .nav-link::after, .ptab.ptab_t4_ila .nav-link::after, .ptab.ptab_t4_hs .nav-link::after, .ptab.ptab_t4_ms .nav-link::after, .ptab.ptab_t4_hds .nav-link::after, .ptab.ptab_t4_grad .nav-link::after, .ptab.ptab_t4_base .nav-link::after {
      position: absolute;
      content: "" !important;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 4px;
      background: var(--theme_main, #4F157F);
      opacity: 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .ptab.ptab_t4 .nav-link[href*=".pdf"]::before, .ptab.ptab_t4_med .nav-link[href*=".pdf"]::before, .ptab.ptab_t4_hss .nav-link[href*=".pdf"]::before, .ptab.ptab_t4_nurs .nav-link[href*=".pdf"]::before, .ptab.ptab_t4_hsn .nav-link[href*=".pdf"]::before, .ptab.ptab_t4_ila .nav-link[href*=".pdf"]::before, .ptab.ptab_t4_hs .nav-link[href*=".pdf"]::before, .ptab.ptab_t4_ms .nav-link[href*=".pdf"]::before, .ptab.ptab_t4_hds .nav-link[href*=".pdf"]::before, .ptab.ptab_t4_grad .nav-link[href*=".pdf"]::before, .ptab.ptab_t4_base .nav-link[href*=".pdf"]::before {
      content: "\f1c1";
      font-family: "FontAwesome";
      color: red;
      margin-right: 0.2em; }
    .ptab.ptab_t4 .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_t4_med .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_t4_hss .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_t4_nurs .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_t4_hsn .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_t4_ila .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_t4_hs .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_t4_ms .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_t4_hds .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_t4_grad .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_t4_base .nav-link[target="_blank"]:not([href*=".pdf"]) {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important; }
      .ptab.ptab_t4 .nav-link[target="_blank"]:not([href*=".pdf"])::before, .ptab.ptab_t4_med .nav-link[target="_blank"]:not([href*=".pdf"])::before, .ptab.ptab_t4_hss .nav-link[target="_blank"]:not([href*=".pdf"])::before, .ptab.ptab_t4_nurs .nav-link[target="_blank"]:not([href*=".pdf"])::before, .ptab.ptab_t4_hsn .nav-link[target="_blank"]:not([href*=".pdf"])::before, .ptab.ptab_t4_ila .nav-link[target="_blank"]:not([href*=".pdf"])::before, .ptab.ptab_t4_hs .nav-link[target="_blank"]:not([href*=".pdf"])::before, .ptab.ptab_t4_ms .nav-link[target="_blank"]:not([href*=".pdf"])::before, .ptab.ptab_t4_hds .nav-link[target="_blank"]:not([href*=".pdf"])::before, .ptab.ptab_t4_grad .nav-link[target="_blank"]:not([href*=".pdf"])::before, .ptab.ptab_t4_base .nav-link[target="_blank"]:not([href*=".pdf"])::before {
        content: "\f08e";
        font-family: "FontAwesome";
        margin-left: 0.2em;
        vertical-align: super;
        display: inline-block;
        font-size: 75%; }
    @media (min-width: 768px) {
      .ptab.ptab_t4 .nav-link, .ptab.ptab_t4_med .nav-link, .ptab.ptab_t4_hss .nav-link, .ptab.ptab_t4_nurs .nav-link, .ptab.ptab_t4_hsn .nav-link, .ptab.ptab_t4_ila .nav-link, .ptab.ptab_t4_hs .nav-link, .ptab.ptab_t4_ms .nav-link, .ptab.ptab_t4_hds .nav-link, .ptab.ptab_t4_grad .nav-link, .ptab.ptab_t4_base .nav-link {
        height: 100%;
        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; }
        .ptab.ptab_t4 .nav-link.active, .ptab.ptab_t4_med .nav-link.active, .ptab.ptab_t4_hss .nav-link.active, .ptab.ptab_t4_nurs .nav-link.active, .ptab.ptab_t4_hsn .nav-link.active, .ptab.ptab_t4_ila .nav-link.active, .ptab.ptab_t4_hs .nav-link.active, .ptab.ptab_t4_ms .nav-link.active, .ptab.ptab_t4_hds .nav-link.active, .ptab.ptab_t4_grad .nav-link.active, .ptab.ptab_t4_base .nav-link.active, .ptab.ptab_t4 .nav-link:hover, .ptab.ptab_t4_med .nav-link:hover, .ptab.ptab_t4_hss .nav-link:hover, .ptab.ptab_t4_nurs .nav-link:hover, .ptab.ptab_t4_hsn .nav-link:hover, .ptab.ptab_t4_ila .nav-link:hover, .ptab.ptab_t4_hs .nav-link:hover, .ptab.ptab_t4_ms .nav-link:hover, .ptab.ptab_t4_hds .nav-link:hover, .ptab.ptab_t4_grad .nav-link:hover, .ptab.ptab_t4_base .nav-link:hover {
          color: var(--theme_main, #4F157F) !important;
          opacity: 1; }
          .ptab.ptab_t4 .nav-link.active::after, .ptab.ptab_t4_med .nav-link.active::after, .ptab.ptab_t4_hss .nav-link.active::after, .ptab.ptab_t4_nurs .nav-link.active::after, .ptab.ptab_t4_hsn .nav-link.active::after, .ptab.ptab_t4_ila .nav-link.active::after, .ptab.ptab_t4_hs .nav-link.active::after, .ptab.ptab_t4_ms .nav-link.active::after, .ptab.ptab_t4_hds .nav-link.active::after, .ptab.ptab_t4_grad .nav-link.active::after, .ptab.ptab_t4_base .nav-link.active::after, .ptab.ptab_t4 .nav-link:hover::after, .ptab.ptab_t4_med .nav-link:hover::after, .ptab.ptab_t4_hss .nav-link:hover::after, .ptab.ptab_t4_nurs .nav-link:hover::after, .ptab.ptab_t4_hsn .nav-link:hover::after, .ptab.ptab_t4_ila .nav-link:hover::after, .ptab.ptab_t4_hs .nav-link:hover::after, .ptab.ptab_t4_ms .nav-link:hover::after, .ptab.ptab_t4_hds .nav-link:hover::after, .ptab.ptab_t4_grad .nav-link:hover::after, .ptab.ptab_t4_base .nav-link:hover::after {
            opacity: 1; }
          .ptab.ptab_t4 .nav-link.active span span:first-child, .ptab.ptab_t4_med .nav-link.active span span:first-child, .ptab.ptab_t4_hss .nav-link.active span span:first-child, .ptab.ptab_t4_nurs .nav-link.active span span:first-child, .ptab.ptab_t4_hsn .nav-link.active span span:first-child, .ptab.ptab_t4_ila .nav-link.active span span:first-child, .ptab.ptab_t4_hs .nav-link.active span span:first-child, .ptab.ptab_t4_ms .nav-link.active span span:first-child, .ptab.ptab_t4_hds .nav-link.active span span:first-child, .ptab.ptab_t4_grad .nav-link.active span span:first-child, .ptab.ptab_t4_base .nav-link.active span span:first-child, .ptab.ptab_t4 .nav-link:hover span span:first-child, .ptab.ptab_t4_med .nav-link:hover span span:first-child, .ptab.ptab_t4_hss .nav-link:hover span span:first-child, .ptab.ptab_t4_nurs .nav-link:hover span span:first-child, .ptab.ptab_t4_hsn .nav-link:hover span span:first-child, .ptab.ptab_t4_ila .nav-link:hover span span:first-child, .ptab.ptab_t4_hs .nav-link:hover span span:first-child, .ptab.ptab_t4_ms .nav-link:hover span span:first-child, .ptab.ptab_t4_hds .nav-link:hover span span:first-child, .ptab.ptab_t4_grad .nav-link:hover span span:first-child, .ptab.ptab_t4_base .nav-link:hover span span:first-child {
            color: var(--theme_black, #000); } }
    .ptab.ptab_t4 .nav-link span, .ptab.ptab_t4_med .nav-link span, .ptab.ptab_t4_hss .nav-link span, .ptab.ptab_t4_nurs .nav-link span, .ptab.ptab_t4_hsn .nav-link span, .ptab.ptab_t4_ila .nav-link span, .ptab.ptab_t4_hs .nav-link span, .ptab.ptab_t4_ms .nav-link span, .ptab.ptab_t4_hds .nav-link span, .ptab.ptab_t4_grad .nav-link span, .ptab.ptab_t4_base .nav-link span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .ptab.ptab_t4 .nav-link span span:first-child, .ptab.ptab_t4_med .nav-link span span:first-child, .ptab.ptab_t4_hss .nav-link span span:first-child, .ptab.ptab_t4_nurs .nav-link span span:first-child, .ptab.ptab_t4_hsn .nav-link span span:first-child, .ptab.ptab_t4_ila .nav-link span span:first-child, .ptab.ptab_t4_hs .nav-link span span:first-child, .ptab.ptab_t4_ms .nav-link span span:first-child, .ptab.ptab_t4_hds .nav-link span span:first-child, .ptab.ptab_t4_grad .nav-link span span:first-child, .ptab.ptab_t4_base .nav-link span span:first-child {
        color: var(--theme_black-light, #666); }
        @media (min-width: 768px) {
          .ptab.ptab_t4 .nav-link span span:first-child, .ptab.ptab_t4_med .nav-link span span:first-child, .ptab.ptab_t4_hss .nav-link span span:first-child, .ptab.ptab_t4_nurs .nav-link span span:first-child, .ptab.ptab_t4_hsn .nav-link span span:first-child, .ptab.ptab_t4_ila .nav-link span span:first-child, .ptab.ptab_t4_hs .nav-link span span:first-child, .ptab.ptab_t4_ms .nav-link span span:first-child, .ptab.ptab_t4_hds .nav-link span span:first-child, .ptab.ptab_t4_grad .nav-link span span:first-child, .ptab.ptab_t4_base .nav-link span span:first-child {
            font-size: 1.4rem; } }
        @media (max-width: 767.98px) {
          .ptab.ptab_t4 .nav-link span span:first-child, .ptab.ptab_t4_med .nav-link span span:first-child, .ptab.ptab_t4_hss .nav-link span span:first-child, .ptab.ptab_t4_nurs .nav-link span span:first-child, .ptab.ptab_t4_hsn .nav-link span span:first-child, .ptab.ptab_t4_ila .nav-link span span:first-child, .ptab.ptab_t4_hs .nav-link span span:first-child, .ptab.ptab_t4_ms .nav-link span span:first-child, .ptab.ptab_t4_hds .nav-link span span:first-child, .ptab.ptab_t4_grad .nav-link span span:first-child, .ptab.ptab_t4_base .nav-link span span:first-child {
            font-size: 1.4rem; } }
        @media (min-width: 768px) {
          .ptab.ptab_t4 .nav-link span span:first-child, .ptab.ptab_t4_med .nav-link span span:first-child, .ptab.ptab_t4_hss .nav-link span span:first-child, .ptab.ptab_t4_nurs .nav-link span span:first-child, .ptab.ptab_t4_hsn .nav-link span span:first-child, .ptab.ptab_t4_ila .nav-link span span:first-child, .ptab.ptab_t4_hs .nav-link span span:first-child, .ptab.ptab_t4_ms .nav-link span span:first-child, .ptab.ptab_t4_hds .nav-link span span:first-child, .ptab.ptab_t4_grad .nav-link span span:first-child, .ptab.ptab_t4_base .nav-link span span:first-child {
            margin-bottom: 0.2em; } }
        @media (max-width: 767.98px) {
          .ptab.ptab_t4 .nav-link span span:first-child, .ptab.ptab_t4_med .nav-link span span:first-child, .ptab.ptab_t4_hss .nav-link span span:first-child, .ptab.ptab_t4_nurs .nav-link span span:first-child, .ptab.ptab_t4_hsn .nav-link span span:first-child, .ptab.ptab_t4_ila .nav-link span span:first-child, .ptab.ptab_t4_hs .nav-link span span:first-child, .ptab.ptab_t4_ms .nav-link span span:first-child, .ptab.ptab_t4_hds .nav-link span span:first-child, .ptab.ptab_t4_grad .nav-link span span:first-child, .ptab.ptab_t4_base .nav-link span span:first-child {
            margin-bottom: 0.2em; } }
      .ptab.ptab_t4 .nav-link span span:last-child, .ptab.ptab_t4_med .nav-link span span:last-child, .ptab.ptab_t4_hss .nav-link span span:last-child, .ptab.ptab_t4_nurs .nav-link span span:last-child, .ptab.ptab_t4_hsn .nav-link span span:last-child, .ptab.ptab_t4_ila .nav-link span span:last-child, .ptab.ptab_t4_hs .nav-link span span:last-child, .ptab.ptab_t4_ms .nav-link span span:last-child, .ptab.ptab_t4_hds .nav-link span span:last-child, .ptab.ptab_t4_grad .nav-link span span:last-child, .ptab.ptab_t4_base .nav-link span span:last-child {
        font-family: "Barlow", sans-serif;
        font-weight: 400; }
        @media (min-width: 768px) {
          .ptab.ptab_t4 .nav-link span span:last-child, .ptab.ptab_t4_med .nav-link span span:last-child, .ptab.ptab_t4_hss .nav-link span span:last-child, .ptab.ptab_t4_nurs .nav-link span span:last-child, .ptab.ptab_t4_hsn .nav-link span span:last-child, .ptab.ptab_t4_ila .nav-link span span:last-child, .ptab.ptab_t4_hs .nav-link span span:last-child, .ptab.ptab_t4_ms .nav-link span span:last-child, .ptab.ptab_t4_hds .nav-link span span:last-child, .ptab.ptab_t4_grad .nav-link span span:last-child, .ptab.ptab_t4_base .nav-link span span:last-child {
            font-size: 1rem; } }
        @media (max-width: 767.98px) {
          .ptab.ptab_t4 .nav-link span span:last-child, .ptab.ptab_t4_med .nav-link span span:last-child, .ptab.ptab_t4_hss .nav-link span span:last-child, .ptab.ptab_t4_nurs .nav-link span span:last-child, .ptab.ptab_t4_hsn .nav-link span span:last-child, .ptab.ptab_t4_ila .nav-link span span:last-child, .ptab.ptab_t4_hs .nav-link span span:last-child, .ptab.ptab_t4_ms .nav-link span span:last-child, .ptab.ptab_t4_hds .nav-link span span:last-child, .ptab.ptab_t4_grad .nav-link span span:last-child, .ptab.ptab_t4_base .nav-link span span:last-child {
            font-size: 1rem; } }
  @media (max-width: 767.98px) {
    .ptab.ptab_t4 .nav, .ptab.ptab_t4_med .nav, .ptab.ptab_t4_hss .nav, .ptab.ptab_t4_nurs .nav, .ptab.ptab_t4_hsn .nav, .ptab.ptab_t4_ila .nav, .ptab.ptab_t4_hs .nav, .ptab.ptab_t4_ms .nav, .ptab.ptab_t4_hds .nav, .ptab.ptab_t4_grad .nav, .ptab.ptab_t4_base .nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.ptab.ptab_sp-drop {
  position: relative; }
  .ptab.ptab_sp-drop .nav {
    display: none; }
    .ptab.ptab_sp-drop .nav.show {
      display: block; }
  @media (max-width: 767.98px) {
    .ptab.ptab_sp-drop.ptab_t4 .nav-link, .ptab.ptab_sp-drop.ptab_t4_med .nav-link, .ptab.ptab_sp-drop.ptab_t4_hss .nav-link, .ptab.ptab_sp-drop.ptab_t4_nurs .nav-link, .ptab.ptab_sp-drop.ptab_t4_hsn .nav-link, .ptab.ptab_sp-drop.ptab_t4_ila .nav-link, .ptab.ptab_sp-drop.ptab_t4_hs .nav-link, .ptab.ptab_sp-drop.ptab_t4_ms .nav-link, .ptab.ptab_sp-drop.ptab_t4_hds .nav-link, .ptab.ptab_sp-drop.ptab_t4_grad .nav-link, .ptab.ptab_sp-drop.ptab_t4_base .nav-link {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      max-width: 100%;
      border-bottom: none !important;
      line-height: 1.8;
      text-align: left;
      background: #fff;
      padding: 0.25rem 1.5rem !important; }
      .ptab.ptab_sp-drop.ptab_t4 .nav-link.active, .ptab.ptab_sp-drop.ptab_t4_med .nav-link.active, .ptab.ptab_sp-drop.ptab_t4_hss .nav-link.active, .ptab.ptab_sp-drop.ptab_t4_nurs .nav-link.active, .ptab.ptab_sp-drop.ptab_t4_hsn .nav-link.active, .ptab.ptab_sp-drop.ptab_t4_ila .nav-link.active, .ptab.ptab_sp-drop.ptab_t4_hs .nav-link.active, .ptab.ptab_sp-drop.ptab_t4_ms .nav-link.active, .ptab.ptab_sp-drop.ptab_t4_hds .nav-link.active, .ptab.ptab_sp-drop.ptab_t4_grad .nav-link.active, .ptab.ptab_sp-drop.ptab_t4_base .nav-link.active, .ptab.ptab_sp-drop.ptab_t4 .nav-link:hover, .ptab.ptab_sp-drop.ptab_t4_med .nav-link:hover, .ptab.ptab_sp-drop.ptab_t4_hss .nav-link:hover, .ptab.ptab_sp-drop.ptab_t4_nurs .nav-link:hover, .ptab.ptab_sp-drop.ptab_t4_hsn .nav-link:hover, .ptab.ptab_sp-drop.ptab_t4_ila .nav-link:hover, .ptab.ptab_sp-drop.ptab_t4_hs .nav-link:hover, .ptab.ptab_sp-drop.ptab_t4_ms .nav-link:hover, .ptab.ptab_sp-drop.ptab_t4_hds .nav-link:hover, .ptab.ptab_sp-drop.ptab_t4_grad .nav-link:hover, .ptab.ptab_sp-drop.ptab_t4_base .nav-link:hover {
        color: currentColor !important;
        background: var(--theme_bggray, #efefef);
        opacity: 1; }
      .ptab.ptab_sp-drop.ptab_t4 .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_sp-drop.ptab_t4_med .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_sp-drop.ptab_t4_hss .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_sp-drop.ptab_t4_nurs .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_sp-drop.ptab_t4_hsn .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_sp-drop.ptab_t4_ila .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_sp-drop.ptab_t4_hs .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_sp-drop.ptab_t4_ms .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_sp-drop.ptab_t4_hds .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_sp-drop.ptab_t4_grad .nav-link[target="_blank"]:not([href*=".pdf"]), .ptab.ptab_sp-drop.ptab_t4_base .nav-link[target="_blank"]:not([href*=".pdf"]) {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  @media (min-width: 768px) {
    .ptab.ptab_sp-drop .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .ptab.ptab_sp-drop .nav-link {
        color: currentColor;
        border-left: 1px solid currentColor;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        padding: 0 0.7em;
        line-height: 1.2;
        margin-bottom: 5px; }
        .ptab.ptab_sp-drop .nav-link:last-child {
          border-right: 1px solid currentColor; }
        .ptab.ptab_sp-drop .nav-link.active, .ptab.ptab_sp-drop .nav-link:hover {
          color: var(--theme_main, #4F157F);
          font-weight: bold; } }

.dropdown {
  background: #fff; }
  .dropdown-toggle {
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: left;
    border: 1px solid currentColor;
    color: currentColor;
    border-radius: 0;
    padding: 1em; }
    .dropdown-toggle::after {
      border: 0;
      font-family: "FontAwesome";
      content: "\f107"; }
    .dropdown-toggle:hover {
      opacity: 1;
      color: currentColor;
      text-decoration: none; }
    .dropdown-toggle:focus {
      -webkit-box-shadow: inherit;
              box-shadow: inherit; }
  .dropdown-menu {
    width: 100%;
    max-height: 180px;
    overflow-y: scroll; }
  .dropdown-item {
    color: currentColor;
    white-space: normal; }
    .dropdown-item:hover {
      color: currentColor; }
  .dropdown_no-border .dropdown-toggle, .dropdown_t1 .dropdown-toggle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    padding: 0; }
    .dropdown_no-border .dropdown-toggle:hover, .dropdown_t1 .dropdown-toggle:hover {
      opacity: 0.6; }
  .dropdown_large, .dropdown_t1 {
    line-height: 1.2; }
    @media (min-width: 768px) {
      .dropdown_large, .dropdown_t1 {
        font-size: 3.6rem; } }
    @media (max-width: 767.98px) {
      .dropdown_large, .dropdown_t1 {
        font-size: 2.8rem; } }
    @media (min-width: 768px) {
      .dropdown_large .dropdown-menu, .dropdown_t1 .dropdown-menu {
        font-size: 2.6rem; } }
    @media (max-width: 767.98px) {
      .dropdown_large .dropdown-menu, .dropdown_t1 .dropdown-menu {
        font-size: 2rem; } }
  .dropdown_t1 {
    display: inline-block;
    min-width: 7.5em; }
    @media (min-width: 768px) {
      .dropdown_t1 {
        margin-bottom: 0.5em; } }
    @media (max-width: 767.98px) {
      .dropdown_t1 {
        margin-bottom: 0.5em; } }

.pdropdown__select {
  border: 2px solid #333;
  width: 100%;
  padding: 0.3em; }

.slick-slider.slick-initialized.row {
  margin-left: -20px;
  margin-right: -20px; }

.slick-slider .slick-arrow {
  z-index: 1; }
  .slick-slider .slick-arrow.slick-prev {
    left: 0px; }
    .slick-slider .slick-arrow.slick-prev::before {
      content: "\f104"; }
  .slick-slider .slick-arrow.slick-next {
    right: 0px; }
    .slick-slider .slick-arrow.slick-next::before {
      content: "\f105"; }
  .slick-slider .slick-arrow::before {
    font-family: "FontAwesome";
    font-size: 3rem;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    line-height: 1; }

.slick-slider > .slick-list {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0 !important; }
  .slick-slider > .slick-list > .slick-track {
    margin-left: 0; }
    .slick-slider > .slick-list > .slick-track > .slick-slide {
      border: none;
      margin-left: 0px;
      margin-right: 0px; }

.slick-slider.slick-gutter-20 > .slick-list {
  margin-left: -10px;
  margin-right: -10px; }
  .slick-slider.slick-gutter-20 > .slick-list > .slick-track > .slick-slide {
    margin-left: 10px;
    margin-right: 10px; }
    .slick-slider.slick-gutter-20 > .slick-list > .slick-track > .slick-slide.col {
      padding-left: 0;
      padding-right: 0; }

@media (max-width: 767.98px) {
  .slick-slider.slick-sp-gutter-20 > .slick-list {
    margin-left: -10px;
    margin-right: -10px; }
    .slick-slider.slick-sp-gutter-20 > .slick-list > .slick-track > .slick-slide {
      margin-left: 10px;
      margin-right: 10px; }
      .slick-slider.slick-sp-gutter-20 > .slick-list > .slick-track > .slick-slide.col {
        padding-left: 0;
        padding-right: 0; } }

@media (min-width: 768px) {
  .slick-slider.slick-pc-gutter-20 > .slick-list {
    margin-left: -10px;
    margin-right: -10px; }
    .slick-slider.slick-pc-gutter-20 > .slick-list > .slick-track > .slick-slide {
      margin-left: 10px;
      margin-right: 10px; }
      .slick-slider.slick-pc-gutter-20 > .slick-list > .slick-track > .slick-slide.col {
        padding-left: 0;
        padding-right: 0; } }

.slick-slider.slick-gutter-40 > .slick-list {
  margin-left: -20px;
  margin-right: -20px; }
  .slick-slider.slick-gutter-40 > .slick-list > .slick-track > .slick-slide {
    margin-left: 20px;
    margin-right: 20px; }
    .slick-slider.slick-gutter-40 > .slick-list > .slick-track > .slick-slide.col {
      padding-left: 0;
      padding-right: 0; }

@media (max-width: 767.98px) {
  .slick-slider.slick-sp-gutter-40 > .slick-list {
    margin-left: -20px;
    margin-right: -20px; }
    .slick-slider.slick-sp-gutter-40 > .slick-list > .slick-track > .slick-slide {
      margin-left: 20px;
      margin-right: 20px; }
      .slick-slider.slick-sp-gutter-40 > .slick-list > .slick-track > .slick-slide.col {
        padding-left: 0;
        padding-right: 0; } }

@media (min-width: 768px) {
  .slick-slider.slick-pc-gutter-40 > .slick-list {
    margin-left: -20px;
    margin-right: -20px; }
    .slick-slider.slick-pc-gutter-40 > .slick-list > .slick-track > .slick-slide {
      margin-left: 20px;
      margin-right: 20px; }
      .slick-slider.slick-pc-gutter-40 > .slick-list > .slick-track > .slick-slide.col {
        padding-left: 0;
        padding-right: 0; } }

.slick-slider.slick-gutter-60 > .slick-list {
  margin-left: -30px;
  margin-right: -30px; }
  .slick-slider.slick-gutter-60 > .slick-list > .slick-track > .slick-slide {
    margin-left: 30px;
    margin-right: 30px; }
    .slick-slider.slick-gutter-60 > .slick-list > .slick-track > .slick-slide.col {
      padding-left: 0;
      padding-right: 0; }

@media (max-width: 767.98px) {
  .slick-slider.slick-sp-gutter-60 > .slick-list {
    margin-left: -30px;
    margin-right: -30px; }
    .slick-slider.slick-sp-gutter-60 > .slick-list > .slick-track > .slick-slide {
      margin-left: 30px;
      margin-right: 30px; }
      .slick-slider.slick-sp-gutter-60 > .slick-list > .slick-track > .slick-slide.col {
        padding-left: 0;
        padding-right: 0; } }

@media (min-width: 768px) {
  .slick-slider.slick-pc-gutter-60 > .slick-list {
    margin-left: -30px;
    margin-right: -30px; }
    .slick-slider.slick-pc-gutter-60 > .slick-list > .slick-track > .slick-slide {
      margin-left: 30px;
      margin-right: 30px; }
      .slick-slider.slick-pc-gutter-60 > .slick-list > .slick-track > .slick-slide.col {
        padding-left: 0;
        padding-right: 0; } }

.slick-slider.slick-margin-arrow > .slick-list {
  margin-left: 50px;
  margin-right: 50px; }

@media (max-width: 767.98px) {
  .slick-slider.slick-sp-margin-arrow > .slick-list {
    margin-left: 50px;
    margin-right: 50px; } }

@media (min-width: 768px) {
  .slick-slider.slick-pc-margin-arrow > .slick-list {
    margin-left: 50px;
    margin-right: 50px; } }

.slick-slider.slick-type-fade > .slick-list {
  margin-left: 0;
  margin-right: 0; }
  .slick-slider.slick-type-fade > .slick-list > .slick-track > .slick-slide {
    margin-left: 0;
    margin-right: 0; }

@media (max-width: 767.98px) {
  .slick-slider.slick-type-sp-fade > .slick-list {
    margin-left: 0;
    margin-right: 0; }
    .slick-slider.slick-type-sp-fade > .slick-list > .slick-track > .slick-slide {
      margin-left: 0;
      margin-right: 0; } }

@media (min-width: 768px) {
  .slick-slider.slick-type-pc-fade > .slick-list {
    margin-left: 0;
    margin-right: 0; }
    .slick-slider.slick-type-pc-fade > .slick-list > .slick-track > .slick-slide {
      margin-left: 0;
      margin-right: 0; } }

.slick-slider.slick-type-noarrow > .slick-arrow {
  display: none !important; }

@media (max-width: 767.98px) {
  .slick-slider.slick-type-sp-noarrow > .slick-arrow {
    display: none !important; } }

@media (min-width: 768px) {
  .slick-slider.slick-type-pc-noarrow > .slick-arrow {
    display: none !important; } }

.slick-slider.slick-type-arrow > .slick-arrow {
  width: 0px;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .slick-slider.slick-type-arrow > .slick-arrow::before {
    font-size: 3rem;
    color: #000; }
  .slick-slider.slick-type-arrow > .slick-arrow:hover {
    background: rgba(211, 211, 211, 0.3); }

@media (max-width: 767.98px) {
  .slick-slider.slick-type-sp-arrow > .slick-arrow {
    width: 0px;
    height: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .slick-slider.slick-type-sp-arrow > .slick-arrow::before {
      font-size: 3rem;
      color: #000; }
    .slick-slider.slick-type-sp-arrow > .slick-arrow:hover {
      background: rgba(211, 211, 211, 0.3); } }

@media (min-width: 768px) {
  .slick-slider.slick-type-pc-arrow > .slick-arrow {
    width: 0px;
    height: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .slick-slider.slick-type-pc-arrow > .slick-arrow::before {
      font-size: 3rem;
      color: #000; }
    .slick-slider.slick-type-pc-arrow > .slick-arrow:hover {
      background: rgba(211, 211, 211, 0.3); } }

.slick-slider.slick-type-arrow-box > .slick-arrow {
  font-size: 3rem;
  width: 50px !important;
  height: 50px !important;
  background: #000; }
  .slick-slider.slick-type-arrow-box > .slick-arrow::before {
    color: #fff; }

@media (max-width: 767.98px) {
  .slick-slider.slick-type-sp-arrow-box > .slick-arrow {
    font-size: 3rem;
    width: 50px !important;
    height: 50px !important;
    background: #000; }
    .slick-slider.slick-type-sp-arrow-box > .slick-arrow::before {
      color: #fff; } }

@media (min-width: 768px) {
  .slick-slider.slick-type-pc-arrow-box > .slick-arrow {
    font-size: 3rem;
    width: 50px !important;
    height: 50px !important;
    background: #000; }
    .slick-slider.slick-type-pc-arrow-box > .slick-arrow::before {
      color: #fff; } }

.slick-slider.slick-type-arrow-circle > .slick-arrow {
  font-size: 3rem;
  width: 50px !important;
  height: 50px !important;
  background: #000;
  border-radius: 50rem; }
  .slick-slider.slick-type-arrow-circle > .slick-arrow::before {
    color: #fff; }

@media (max-width: 767.98px) {
  .slick-slider.slick-type-sp-arrow-circle > .slick-arrow {
    font-size: 3rem;
    width: 50px !important;
    height: 50px !important;
    background: #000;
    border-radius: 50rem; }
    .slick-slider.slick-type-sp-arrow-circle > .slick-arrow::before {
      color: #fff; } }

@media (min-width: 768px) {
  .slick-slider.slick-type-pc-arrow-circle > .slick-arrow {
    font-size: 3rem;
    width: 50px !important;
    height: 50px !important;
    background: #000;
    border-radius: 50rem; }
    .slick-slider.slick-type-pc-arrow-circle > .slick-arrow::before {
      color: #fff; } }

.slick-slider.slick-type-arrow-outside > .slick-arrow.slick-prev {
  left: -65px; }

.slick-slider.slick-type-arrow-outside > .slick-arrow.slick-next {
  right: -65px; }

@media (max-width: 767.98px) {
  .slick-slider.slick-type-sp-arrow-outside > .slick-arrow.slick-prev {
    left: -65px; }
  .slick-slider.slick-type-sp-arrow-outside > .slick-arrow.slick-next {
    right: -65px; } }

@media (min-width: 768px) {
  .slick-slider.slick-type-pc-arrow-outside > .slick-arrow.slick-prev {
    left: -65px; }
  .slick-slider.slick-type-pc-arrow-outside > .slick-arrow.slick-next {
    right: -65px; } }

.slick-slider.slick-type-nodot > .slick-dots {
  display: none !important; }

@media (max-width: 767.98px) {
  .slick-slider.slick-type-sp-nodot > .slick-dots {
    display: none !important; } }

@media (min-width: 768px) {
  .slick-slider.slick-type-pc-nodot > .slick-dots {
    display: none !important; } }

.slick-slider.slick-dotted {
  margin-bottom: 60px !important; }
  .slick-slider.slick-dotted .slick-dots {
    position: absolute;
    bottom: 0;
    margin: 0;
    bottom: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .slick-slider.slick-dotted .slick-dots li {
      height: 10px;
      width: 10px;
      margin-left: 10px;
      margin-right: 10px;
      cursor: pointer; }
      .slick-slider.slick-dotted .slick-dots li button {
        height: 100%;
        width: 100%;
        padding: 0; }
        .slick-slider.slick-dotted .slick-dots li button:hover:before, .slick-slider.slick-dotted .slick-dots li button:focus:before {
          opacity: 0.75; }
        .slick-slider.slick-dotted .slick-dots li button:before {
          content: "";
          width: 100%;
          height: 100%;
          background: #d3d3d3;
          border-radius: 50%;
          opacity: 1; }
      .slick-slider.slick-dotted .slick-dots li.slick-active button:before {
        background: var(--theme_main, #4F157F);
        opacity: 1; }
  .slick-slider.slick-dotted.slick-type-dot1 .slick-dots li {
    width: 100%;
    max-width: 50px;
    height: 4px;
    margin-left: 5px;
    margin-right: 5px; }
    .slick-slider.slick-dotted.slick-type-dot1 .slick-dots li button:before {
      border-radius: 0; }
  .slick-slider.slick-dotted.slick-type-dot-color-white li button:before {
    background: rgba(255, 255, 255, 0.4); }
  .slick-slider.slick-dotted.slick-type-dot-color-white li.slick-active button:before {
    background: #fff; }
  .slick-slider.slick-dotted.slick-type-dot-color-main li button:before {
    background: rgba(79, 21, 127, 0.4); }
  .slick-slider.slick-dotted.slick-type-dot-color-main li.slick-active button:before {
    background: var(--theme_main, #4F157F); }

[id^="frm-"] {
  margin-bottom: 120px;
  position: relative; }
  [id^="frm-"]::before {
    content: attr(id);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #da212f;
    background: #ff0; }

.parts {
  padding-bottom: 20px;
  position: relative; }
  .parts::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 2px;
    background: var(--theme_black, #000);
    left: 0;
    right: 0;
    bottom: 0; }
  .parts .pblock, .parts .pblock-center, .parts .pblock-slim, .parts .pblock-wide, .parts .pblock-main, .parts .pblock-tp1, .parts .pblock-sp-right, .parts .pblock-sp-wide, .parts .pblock-tp1-main, .parts .cont-mv__ttl_t5 {
    -webkit-box-shadow: 0 0 5px 5px rgba(153, 153, 153, 0.5);
            box-shadow: 0 0 5px 5px rgba(153, 153, 153, 0.5);
    margin-bottom: 0; }
  .parts [class*="pblock-col"] {
    background: #d3d3d3; }
  .parts div:not(.parts__code) > .row {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: -10px; }
    .parts div:not(.parts__code) > .row > .col,
    .parts div:not(.parts__code) > .row > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px;
      margin-bottom: 10px; }
  .parts .opa {
    opacity: 0.3; }
  .parts__nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .parts__nav li {
      list-style-position: inside;
      padding-right: 1em; }
  .parts__toggle {
    display: block;
    margin-top: 50px;
    padding: 10px;
    position: relative; }
    .parts__toggle::before {
      position: absolute;
      top: -25px;
      left: calc((100vw - 1024px) / 2 * -1);
      display: block;
      content: "";
      width: 100vw;
      height: 1px;
      background: #333; }
    .parts__toggle ~ .parts__box {
      margin-top: 0; }
      .parts__toggle ~ .parts__box::before {
        content: none; }
  .parts__box {
    margin-top: 50px;
    padding: 10px;
    position: relative; }
    .parts__box::before {
      position: absolute;
      top: -25px;
      left: calc((100vw - 1024px) / 2 * -1);
      display: block;
      content: "";
      width: 100vw;
      height: 1px;
      background: #333; }
  .parts__block {
    border: 1px solid #999999;
    padding: 10px; }
    .parts__block + .parts__block {
      margin-top: 10px; }
  .parts__title {
    color: var(--theme_main, #4F157F);
    font-weight: bold; }
    .parts__title ~ .parts__title {
      margin-top: 10px; }
  .parts__note {
    color: #298d79;
    font-size: 90%; }
  .parts__code {
    border: 1px solid rgba(153, 153, 153, 0.3);
    padding: 10px; }
    .parts__code + .parts__code {
      margin-top: 10px; }
  .parts__textarea {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    color: #666;
    background: #ffc;
    word-break: break-all; }

.home {
  background: url(/img/home/img_bg.jpg) no-repeat center center/cover fixed; }
  @media (max-width: 767.98px) {
    .home {
      background-image: url(/img/home/img_bg_sp.jpg); } }
  .home__mv {
    position: relative; }
    @media (min-width: 768px) {
      .home__mv {
        margin-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .home__mv {
        margin-bottom: 40px; } }
    .home__mv .mv {
      height: calc(100vh - 60px);
      max-height: 720px;
      position: relative;
      width: 100%; }
      .home__mv .mv-slide {
        margin: 0;
        padding: 0;
        list-style: none; }
      .home__mv .mv-main {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden; }
        .home__mv .mv-main__inner {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .home__mv .mv-overlay {
        pointer-events: none; }
        .home__mv .mv-overlay__bg {
          position: absolute;
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.2);
          z-index: 1; }
        .home__mv .mv-overlay__txt {
          padding: 20px 40px;
          position: absolute;
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: transparent;
          z-index: 2;
          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;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; }
      .home__mv .mv-info {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: #fff;
        line-height: 1.4;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 3; }
        @media (min-width: 768px) {
          .home__mv .mv-info {
            width: 488px; } }
        .home__mv .mv-info__box {
          padding: 20px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          @media (min-width: 768px) {
            .home__mv .mv-info__box {
              padding: 20px 30px; } }
        .home__mv .mv-info__ttl {
          font-family: "Cormorant Garamond", serif;
          font-weight: 400;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 8px; }
          .home__mv .mv-info__ttl-ico {
            margin-right: 5px;
            width: 1.2em; }
        .home__mv .mv-info__list {
          margin: 0;
          padding: 0;
          list-style: none; }
        .home__mv .mv-info__item:not(:last-child) {
          margin-bottom: 5px; }
        .home__mv .mv-info__link {
          border-bottom: 1px solid #fff;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
          color: currentColor;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .home__mv .mv-info__link:hover {
            color: currentColor;
            text-decoration: none;
            opacity: 0.6; }
          .home__mv .mv-info__link-date {
            width: 6.5em;
            display: block; }
            @media (min-width: 768px) {
              .home__mv .mv-info__link-date {
                font-size: 1.4rem; } }
            @media (max-width: 767.98px) {
              .home__mv .mv-info__link-date {
                font-size: 1.4rem; } }
          .home__mv .mv-info__link-txt {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: calc(100vw - 84px - 6em - 40px); }
            @media (min-width: 768px) {
              .home__mv .mv-info__link-txt {
                width: 16em; } }
        .home__mv .mv-info__new {
          width: 84px; }
          @media (min-width: 768px) {
            .home__mv .mv-info__new {
              width: 88px;
              min-width: 88px; } }
          .home__mv .mv-info__new-link {
            color: #fff;
            display: block;
            width: 100%;
            height: 100%;
            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;
            text-align: center;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            color: currentColor;
            position: relative;
            font-weight: bold; }
            .home__mv .mv-info__new-link:hover {
              color: currentColor;
              text-decoration: none;
              opacity: 0.6; }
            .home__mv .mv-info__new-link::after {
              content: "";
              display: block;
              position: absolute;
              z-index: 1;
              width: 1px;
              height: calc(50% - 1.5em);
              background-color: #fff;
              bottom: 0;
              left: 50%; }
      @media (min-width: 768px) {
        .home__mv .mv {
          height: auto;
          max-height: auto;
          min-height: 640px; }
          .home__mv .mv::before {
            content: "";
            display: block;
            padding-top: 56.25%; }
          .home__mv .mv-main {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            height: 100%;
            width: 100%; }
          .home__mv .mv__img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
      @media (min-width: 1280px) {
        .home__mv .mv {
          height: calc(100vh - 200px); } }
  .home__discov {
    position: relative;
    padding: 80px 0; }
    @media (max-width: 767.98px) {
      .home__discov .discov__ttl {
        margin-bottom: 48px; } }
    @media (min-width: 768px) {
      .home__discov .discov__ttl {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    .home__discov .discov__img {
      position: relative;
      overflow: hidden; }
      .home__discov .discov__img::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.35);
        -webkit-transition: 0.2s;
        transition: 0.2s;
        z-index: 1; }
      .home__discov .discov__img_new::before {
        content: 'New';
        letter-spacing: normal;
        font-family: "Cormorant Garamond", serif;
        font-weight: 400;
        color: #fff;
        background-color: var(--theme_main, #4F157F);
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 0.1em;
        top: 0;
        right: 0;
        width: 90px;
        height: 90px;
        z-index: 2;
        -webkit-transform-origin: top right;
                transform-origin: top right;
        -webkit-transform: rotate(45deg) translate(50%, -50%);
                transform: rotate(45deg) translate(50%, -50%); }
        @media (min-width: 768px) {
          .home__discov .discov__img_new::before {
            font-size: 1.4rem; } }
        @media (max-width: 767.98px) {
          .home__discov .discov__img_new::before {
            font-size: 1.2rem; } }
        @media (max-width: 999.98px) {
          .home__discov .discov__img_new::before {
            width: 80px;
            height: 80px; } }
    .home__discov .discov__txt {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .home__discov .discov__detail {
      position: absolute;
      width: 100%;
      height: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 20%;
      text-align: center;
      color: #fff;
      padding: 0 10px;
      opacity: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      z-index: 4;
      line-height: 1.4; }
      @media (min-width: 768px) {
        .home__discov .discov__detail {
          font-size: 1.4vw; } }
      @media (max-width: 767.98px) {
        .home__discov .discov__detail {
          font-size: 1.4rem; } }
    .home__discov .discov__link {
      position: relative;
      display: block;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor;
      padding: 10px;
      border: 1px solid #fff; }
      .home__discov .discov__link:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
      .home__discov .discov__link::after {
        content: 'MORE';
        position: absolute;
        width: auto;
        height: auto;
        bottom: 15%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 4;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        color: #fff;
        letter-spacing: normal;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        border-bottom: 1px solid #fff;
        opacity: 0; }
      .home__discov .discov__link:hover .discov__txt {
        opacity: 0; }
      .home__discov .discov__link:hover .discov__img::after {
        background: rgba(79, 21, 127, 0.8);
        z-index: 3; }
      .home__discov .discov__link:hover .discov__detail {
        opacity: 1; }
      .home__discov .discov__link:hover::after {
        opacity: 1; }
  .home__faculty {
    position: relative;
    padding: 0 0 120px; }
    @media (min-width: 768px) {
      .home__faculty {
        padding: 0 0 212px; } }
    .home__faculty .faculty__lead {
      font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      font-weight: 400;
      text-align: center;
      color: #fff;
      line-height: 1.3; }
      @media (min-width: 768px) {
        .home__faculty .faculty__lead {
          font-size: 3.8rem; } }
      @media (max-width: 767.98px) {
        .home__faculty .faculty__lead {
          font-size: 2.8rem; } }
      @media (min-width: 768px) {
        .home__faculty .faculty__lead {
          margin-bottom: 60px; } }
      @media (max-width: 767.98px) {
        .home__faculty .faculty__lead {
          margin-bottom: 60px; } }
    @media (max-width: 767.98px) {
      .home__faculty .faculty__ttl {
        padding-left: 20px;
        max-width: 250px; } }
    @media (min-width: 768px) {
      .home__faculty .faculty__ttl {
        position: absolute;
        bottom: 120px;
        left: 64px; } }
    .home__faculty .faculty__list {
      background: #fff; }
      @media (min-width: 768px) {
        .home__faculty .faculty__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    .home__faculty .faculty__link {
      display: block;
      position: relative;
      color: #fff;
      width: 100%;
      z-index: 2;
      overflow: hidden; }
      @media (min-width: 768px) {
        .home__faculty .faculty__link {
          font-size: 2.4rem; } }
      @media (max-width: 767.98px) {
        .home__faculty .faculty__link {
          font-size: 2rem; } }
      @media (max-width: 767.98px) {
        .home__faculty .faculty__link {
          height: 0;
          -webkit-transition: height .3s linear;
          transition: height .3s linear; }
          .home__faculty .faculty__link.collapsed {
            height: 100px; }
          .home__faculty .faculty__link-inner {
            height: 100px; } }
      @media (min-width: 768px) {
        .home__faculty .faculty__link {
          width: 0;
          -webkit-transition: width .3s linear;
          transition: width .3s linear; }
          .home__faculty .faculty__link.collapsed {
            display: block;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            width: 100%; }
          .home__faculty .faculty__link-inner {
            width: 100%; } }
      .home__faculty .faculty__link:hover {
        opacity: 1; }
      .home__faculty .faculty__link-bg {
        width: 100%;
        height: 100%; }
        .home__faculty .faculty__link-bg img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        @media (min-width: 768px) {
          .home__faculty .faculty__link-bg {
            height: 460px; } }
      .home__faculty .faculty__link::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1; }
      .home__faculty .faculty__link-txt {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 767.98px) {
          .home__faculty .faculty__link-txt {
            -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;
            padding: 20px; } }
        @media (min-width: 768px) {
          .home__faculty .faculty__link-txt {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-writing-mode: vertical-lr;
                -ms-writing-mode: tb-lr;
                    writing-mode: vertical-lr; } }
        .home__faculty .faculty__link-txt-jp {
          display: block; }
          @media (min-width: 768px) {
            .home__faculty .faculty__link-txt-jp {
              font-size: 2.4rem; } }
          @media (max-width: 767.98px) {
            .home__faculty .faculty__link-txt-jp {
              font-size: 2rem; } }
          @media (min-width: 768px) {
            .home__faculty .faculty__link-txt-jp {
              padding-top: 65px; } }
        .home__faculty .faculty__link-txt-en {
          font-family: "Cormorant Garamond", serif;
          font-weight: 400;
          display: block; }
          @media (min-width: 768px) {
            .home__faculty .faculty__link-txt-en {
              font-size: 1.4rem; } }
          @media (max-width: 767.98px) {
            .home__faculty .faculty__link-txt-en {
              font-size: 1.2rem; } }
          @media (min-width: 768px) {
            .home__faculty .faculty__link-txt-en {
              position: absolute;
              bottom: 10px;
              left: 10px;
              line-height: 1; } }
    .home__faculty .faculty__item {
      position: relative; }
      @media (max-width: 767.98px) {
        .home__faculty .faculty__item:not(:last-child) {
          border-bottom: 1px solid #fff; } }
      @media (min-width: 768px) {
        .home__faculty .faculty__item {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 460px; }
          .home__faculty .faculty__item:not(:last-child) {
            border-right: 1px solid #fff; } }
      .home__faculty .faculty__item-btn {
        position: absolute;
        top: 0;
        right: 0;
        background: #000;
        color: #fff;
        width: 40px;
        height: 40px;
        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;
        z-index: 3; }
        .home__faculty .faculty__item-btn:hover {
          text-decoration: none; }
        .home__faculty .faculty__item-btn-inner {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          font-size: 2.6rem; }
        .home__faculty .faculty__item-btn[aria-expanded="true"] .faculty__item-btn-inner {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .home__faculty .faculty__item-txt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .home__faculty .faculty__item-box {
        color: currentColor;
        z-index: 1;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        letter-spacing: normal; }
        @media (min-width: 768px) {
          .home__faculty .faculty__item-box {
            width: 0;
            height: 100%; }
            .home__faculty .faculty__item-box.collapse {
              width: 440px; } }
        .home__faculty .faculty__item-box .plink.plink_type_box_arrow_rr {
          padding-right: 20px; }
      .home__faculty .faculty__item-link {
        color: currentColor;
        text-decoration: none; }
        .home__faculty .faculty__item-link::after {
          content: none !important; }
        .home__faculty .faculty__item-link[target="_blank"]:not([href*=".pdf"]) .faculty__item-txt::after {
          font-family: "FontAwesome";
          content: "\f08e";
          font-size: smaller;
          vertical-align: super;
          display: inline-block;
          margin-left: 0.2em; }
        .home__faculty .faculty__item-link:hover .faculty__item-img img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        .home__faculty .faculty__item-link[href*=".pdf"] .faculty__item-txt::before {
          margin-right: 0.2em;
          font-family: "FontAwesome";
          content: "\f1c1";
          color: red; }
      .home__faculty .faculty__item-img {
        border: 1px solid #d3d3d3;
        margin-bottom: 0.5em;
        aspect-ratio: 4/3;
        overflow: hidden; }
        .home__faculty .faculty__item-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
      @media (max-width: 767.98px) {
        .home__faculty .faculty__item-inner {
          padding: 40px 20px; } }
      @media (min-width: 768px) {
        .home__faculty .faculty__item-inner {
          width: 440px;
          padding: 40px 80px; } }
      .home__faculty .faculty__item-inner-img {
        margin-bottom: 10px; }
      .home__faculty .faculty__item-inner-txt {
        margin-bottom: 40px; }
  .home__journal {
    position: relative;
    padding: 120px 0 0;
    position: relative;
    position: relative; }
    .home__journal::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 50%;
      height: 5px;
      background-color: var(--theme_main, #4F157F);
      top: 0;
      left: 0; }
    .home__journal::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 50%;
      height: 5px;
      background-color: var(--theme_black, #000);
      top: 0;
      right: 0; }
    .home__journal .journal {
      padding: 0 0 120px;
      position: relative;
      position: relative; }
      .home__journal .journal::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 50%;
        height: 5px;
        background-color: var(--theme_main, #4F157F);
        bottom: 0;
        left: 0; }
      .home__journal .journal::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 50%;
        height: 5px;
        background-color: var(--theme_black, #000);
        bottom: 0;
        right: 0; }
      @media (min-width: 768px) {
        .home__journal .journal__ttl {
          padding-bottom: 64px; } }
      @media (max-width: 767.98px) {
        .home__journal .journal__ttl {
          padding-bottom: 30px; } }
      .home__journal .journal__head {
        position: relative; }
      .home__journal .journal__lead {
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        font-weight: bold; }
        @media (min-width: 768px) {
          .home__journal .journal__lead {
            font-size: 3.2rem; } }
        @media (max-width: 767.98px) {
          .home__journal .journal__lead {
            font-size: 2.6rem; } }
        @media (max-width: 767.98px) {
          .home__journal .journal__lead {
            margin: 0 auto 60px; } }
        @media (min-width: 768px) {
          .home__journal .journal__lead {
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            height: 20vw;
            width: auto; }
            .home__journal .journal__lead svg {
              max-height: 100%; } }
        @media (min-width: 1000px) {
          .home__journal .journal__lead {
            height: 16vw; } }
      .home__journal .journal__cat {
        font-family: "Barlow", sans-serif;
        font-weight: 400; }
        @media (min-width: 768px) {
          .home__journal .journal__cat {
            margin-bottom: 0; } }
        @media (max-width: 767.98px) {
          .home__journal .journal__cat {
            margin-bottom: 30px; } }
        @media (min-width: 768px) {
          .home__journal .journal__cat {
            position: absolute;
            top: calc(20vw + 280px);
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            height: auto;
            width: 135px; } }
        @media (min-width: 1000px) {
          .home__journal .journal__cat {
            top: calc(16vw + 280px); } }
        @media (min-width: 1280px) {
          .home__journal .journal__cat {
            top: 500px; } }
        .home__journal .journal__cat-list {
          display: block; }
          .home__journal .journal__cat-list .plist__link {
            padding: 10px 0;
            display: block;
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }
            .home__journal .journal__cat-list .plist__link:hover {
              text-decoration: none; }
            .home__journal .journal__cat-list .plist__link.active, .home__journal .journal__cat-list .plist__link:hover {
              color: var(--theme_main, #4F157F);
              font-weight: bold; }
          @media (max-width: 767.98px) {
            .home__journal .journal__cat-list {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
              .home__journal .journal__cat-list .plist__item {
                line-height: 1.2;
                border-bottom: none;
                border-right: 1px solid #333; }
                .home__journal .journal__cat-list .plist__item:first-child {
                  border-top: none;
                  border-left: 1px solid #333; }
              .home__journal .journal__cat-list .plist__link {
                padding: 0 15px; } }
      @media (min-width: 768px) {
        .home__journal .journal__item {
          max-width: calc(50% - 80px); } }
      @media (min-width: 1000px) {
        .home__journal .journal__item:nth-child(even) .journal__item-img {
          padding-right: 20px; }
        .home__journal .journal__item:nth-child(odd) .journal__link {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
        .home__journal .journal__item:nth-child(odd) .journal__item-img {
          padding-left: 20px; } }
      @media (min-width: 1280px) {
        .home__journal .journal__item {
          max-width: calc(50% - 120px); } }
      .home__journal .journal__item-img {
        margin-bottom: 10px; }
        @media (min-width: 1000px) {
          .home__journal .journal__item-img {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 60%;
                    flex: 0 0 60%;
            max-width: 60%; } }
        .home__journal .journal__item-img-inner {
          position: relative;
          overflow: hidden; }
          .home__journal .journal__item-img-inner img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
      @media (min-width: 1000px) {
        .home__journal .journal__item-info {
          max-width: 40%; } }
      .home__journal .journal__link {
        color: currentColor; }
        @media (min-width: 1000px) {
          .home__journal .journal__link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        .home__journal .journal__link:hover {
          text-decoration: none; }
        .home__journal .journal__link::after {
          display: none !important; }
      .home__journal .journal__sdgs-ico {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px; }
      .home__journal .journal__date {
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        margin-bottom: 5px; }
      .home__journal .journal__tag {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none; }
        @media (min-width: 768px) {
          .home__journal .journal__tag {
            font-size: 1.4rem; } }
        @media (max-width: 767.98px) {
          .home__journal .journal__tag {
            font-size: 1.2rem; } }
        .home__journal .journal__tag-item {
          margin-right: 1em; }
  .home__featured {
    padding: 120px 0; }
    .home__featured .featured {
      position: relative;
      overflow: hidden; }
      .home__featured .featured__cont, .home__featured .featured__ttl {
        position: relative;
        z-index: 1; }
      @media (max-width: 767.98px) {
        .home__featured .featured__ttl {
          margin-bottom: 95px; } }
      @media (min-width: 768px) {
        .home__featured .featured__ttl {
          min-width: 240px;
          width: 25%; } }
      @media (min-width: 768px) {
        .home__featured .featured__cont {
          width: 70%;
          max-width: 700px;
          padding: 90px 0;
          margin: auto; } }
      .home__featured .featured__link {
        margin-bottom: 10px;
        color: currentColor;
        display: block;
        font-weight: bold; }
        .home__featured .featured__link:hover {
          color: currentColor;
          text-decoration: none; }
      .home__featured .featured__bg {
        position: absolute;
        right: 0;
        z-index: 0; }
        .home__featured .featured__bg img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        @media (max-width: 767.98px) {
          .home__featured .featured__bg {
            bottom: 0;
            width: 75%;
            height: calc(100% - (80px + 35px)); } }
        @media (min-width: 768px) {
          .home__featured .featured__bg {
            bottom: 0;
            width: 50%;
            height: 100%; } }
  .home__topics {
    padding: 90px 0; }
    .home__topics .topics .slick-arrow {
      z-index: 1;
      top: 7vw; }
      @media (max-width: 767.98px) {
        .home__topics .topics .slick-arrow {
          top: 30vw; } }
  .home__news {
    padding: 90px 0; }
  .home__gmenu {
    color: #fff;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .home__gmenu .gmenu .pblock-wide {
        padding: 0 0; } }
    @media (min-width: 768px) {
      .home__gmenu .gmenu__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        position: relative; } }
    @media (min-width: 768px) {
      .home__gmenu .gmenu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 768px) {
      .home__gmenu .gmenu__item {
        width: 25%; } }
    .home__gmenu .gmenu__link {
      color: #fff;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor;
      display: block; }
      .home__gmenu .gmenu__link:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 1; }
      @media (min-width: 768px) {
        .home__gmenu .gmenu__link {
          padding-bottom: 5px; } }
      @media (max-width: 767.98px) {
        .home__gmenu .gmenu__link {
          padding-bottom: 5px; } }
      .home__gmenu .gmenu__link:hover {
        opacity: 0.6; }
      .home__gmenu .gmenu__link::after {
        content: ''; }

@media (min-width: 768px) and (min-width: 768px) {
  .home__gmenu .gmenu__link {
    margin-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 767.98px) {
  .home__gmenu .gmenu__link {
    margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .home__gmenu .gmenu__link.active {
          border-bottom: 1px solid #fff; } }
      @media (max-width: 767.98px) {
        .home__gmenu .gmenu__link .gmenu__link-en, .home__gmenu .gmenu__link .gmenu__link-jp {
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        .home__gmenu .gmenu__link .gmenu__link-en {
          position: relative; }
          .home__gmenu .gmenu__link .gmenu__link-en::after {
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
            width: 60px;
            height: 1px;
            background-color: #fff;
            left: 0;
            top: 50%; }
          .home__gmenu .gmenu__link .gmenu__link-en::after {
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            width: 0; }
        .home__gmenu .gmenu__link[aria-expanded="true"] .gmenu__link-en {
          padding-left: 70px; }
          .home__gmenu .gmenu__link[aria-expanded="true"] .gmenu__link-en::after {
            width: 60px; }
        .home__gmenu .gmenu__link[aria-expanded="true"] .gmenu__link-jp {
          padding-left: 70px; } }
      .home__gmenu .gmenu__link-en {
        display: block;
        font-family: "Cormorant Garamond", serif;
        font-weight: 400;
        line-height: 1; }
        @media (min-width: 768px) {
          .home__gmenu .gmenu__link-en {
            font-size: 3.2rem; } }
        @media (max-width: 767.98px) {
          .home__gmenu .gmenu__link-en {
            font-size: 2.6rem; } }
      @media (min-width: 768px) {
        .home__gmenu .gmenu__link-jp {
          font-size: 1.2rem; } }
      @media (max-width: 767.98px) {
        .home__gmenu .gmenu__link-jp {
          font-size: 1.2rem; } }
    .home__gmenu .gmenu__ttl {
      width: 70px; }
      @media (max-width: 767.98px) {
        .home__gmenu .gmenu__ttl {
          position: absolute;
          top: 0;
          right: 20px;
          padding-top: 100px; } }
    .home__gmenu .gmenu__cont {
      position: relative;
      padding: 60px 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    @media (max-width: 767.98px) {
      .home__gmenu .gmenu .ptab > .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        margin-bottom: 15px; } }
    .home__gmenu .gmenu .tab-content {
      position: relative;
      padding: 20px 0; }
      @media (min-width: 768px) {
        .home__gmenu .gmenu .tab-content {
          padding: 0; }
          .home__gmenu .gmenu .tab-content::after {
            content: '';
            position: absolute;
            background: rgba(255, 255, 255, 0.2);
            top: 0;
            left: 50%;
            width: 100vw;
            height: 100%;
            -webkit-transform: translateX(calc(-50% - 35px));
                    transform: translateX(calc(-50% - 35px));
            z-index: 0; } }
      @media (min-width: 1478px) {
        .home__gmenu .gmenu .tab-content::after {
          -webkit-transform: translateX(calc(-50% - 25px));
                  transform: translateX(calc(-50% - 25px)); } }
    @media (min-width: 768px) {
      .home__gmenu .gmenu .tab-pane > .pcollapse > .pcollapse__box > .pcollapse__head {
        display: none; } }
    @media (max-width: 767.98px) {
      .home__gmenu .gmenu .tab-pane > .pcollapse > .pcollapse__box > .pcollapse__head {
        padding: 0 20px;
        width: 100%; } }
    .home__gmenu .gmenu .tab-pane > .pcollapse > .pcollapse__box > .pcollapse__body {
      position: relative;
      z-index: 2; }
      @media (min-width: 768px) {
        .home__gmenu .gmenu .tab-pane > .pcollapse > .pcollapse__box > .pcollapse__body {
          display: block; } }
      @media (max-width: 767.98px) {
        .home__gmenu .gmenu .tab-pane > .pcollapse > .pcollapse__box > .pcollapse__body {
          position: relative; }
          .home__gmenu .gmenu .tab-pane > .pcollapse > .pcollapse__box > .pcollapse__body::after {
            content: '';
            position: absolute;
            background: rgba(255, 255, 255, 0.2);
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0; } }
      .home__gmenu .gmenu .tab-pane > .pcollapse > .pcollapse__box > .pcollapse__body .plink {
        color: #fff;
        padding: 0.2em 0;
        margin: 0.2em 0 0;
        line-height: 1.6; }
      @media (max-width: 767.98px) {
        .home__gmenu .gmenu .tab-pane > .pcollapse > .pcollapse__box > .pcollapse__body > .pcollapse__content {
          padding: 20px;
          padding-right: 70px; }
          .home__gmenu .gmenu .tab-pane > .pcollapse > .pcollapse__box > .pcollapse__body > .pcollapse__content a {
            font-weight: normal !important;
            font-size: 1.4rem !important; } }
    @media (max-width: 767.98px) {
      .home__gmenu .gmenu .pcollapse__toggle::after {
        font-size: 2rem; } }
    @media (min-width: 768px) {
      .home__gmenu .gmenu .pcollapse__toggle::after {
        right: 0 !important;
        top: 1.2em !important;
        font-size: 2rem; } }
    .home__gmenu .gmenu .plink_type_box_noborder {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      padding-right: 2.5em !important; }
    @media (min-width: 768px) {
      .home__gmenu .gmenu .plink_type_box_arrow_rr::before {
        right: 8px !important;
        top: 1.25em !important; } }
    @media (max-width: 767.98px) {
      .home__gmenu .gmenu .plink_type_box_arrow_rr::before {
        right: 20px !important; } }
    .home__gmenu .gmenu .plink_type_box_arrow_rr::after {
      color: #fff !important; }
    .home__gmenu .gmenu .plink_type_box_arrow_rr:not([target="_blank"])::after {
      top: 1.4em !important; }
      @media (min-width: 768px) {
        .home__gmenu .gmenu .plink_type_box_arrow_rr:not([target="_blank"])::after {
          top: 1.45em !important; } }
    .home__gmenu .gmenu .plink_type_box_arrow_rr[target="_blank"]:not([href*=".pdf"]) {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .home__gmenu .gmenu .plink_type_inline_arrow_lr[href*=".pdf"] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-left: 2em;
      position: relative; }
      .home__gmenu .gmenu .plink_type_inline_arrow_lr[href*=".pdf"]::before {
        position: absolute;
        left: 0;
        top: 0.2em; }
      .home__gmenu .gmenu .plink_type_inline_arrow_lr[href*=".pdf"]::after {
        padding-left: 1em;
        color: currentColor !important; }
    .home__gmenu .gmenu .plink_type_inline_arrow_lr + .plist_type_link .plink_type_inline_arrow_lr[href*=".pdf"]::before {
      top: 1em !important; }
    .home__gmenu .gmenu .sys-info__link::after {
      color: currentColor !important; }
    .home__gmenu .gmenu .gnav-home__news-tab {
      z-index: 3;
      position: relative; }
      @media (max-width: 767.98px) {
        .home__gmenu .gmenu .gnav-home__news-tab {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .home__gmenu .gmenu .gnav-home__news-tab .nav-item {
            width: 49%; } }
      .home__gmenu .gmenu .gnav-home__news-tab .nav-link:not(.active) {
        background-color: #fff;
        color: var(--theme_black, #000); }
    .home__gmenu .gmenu .gnav-home__news-body::after {
      background: none; }
    .home__gmenu .gmenu .gnav-home__news-body .tab-pane {
      position: relative;
      z-index: 3; }
  .home__links {
    color: #fff;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .home__links .links .pblock-wide {
        padding: 0 0; } }
    @media (min-width: 768px) {
      .home__links .links__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        position: relative; } }
    .home__links .links__ttl {
      width: 70px; }
      @media (max-width: 767.98px) {
        .home__links .links__ttl {
          position: absolute;
          top: 0;
          right: 20px;
          padding-top: 100px; } }
    .home__links .links__cont {
      position: relative;
      padding: 60px 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    @media (min-width: 768px) {
      .home__links .links__blk {
        padding-bottom: 20px; }
        .home__links .links__blk:not(:first-child) {
          padding: 20px 0; } }
    @media (max-width: 767.98px) {
      .home__links .links__blk {
        padding: 20px;
        padding-right: 70px; } }
    @media (max-width: 767.98px) {
      .home__links .links__blk_bg {
        background: rgba(255, 255, 255, 0.2); } }
    @media (min-width: 768px) {
      .home__links .links__blk_bg {
        position: relative; }
        .home__links .links__blk_bg::after {
          content: '';
          position: absolute;
          background: rgba(255, 255, 255, 0.2);
          top: 0;
          left: 50%;
          width: 100vw;
          height: 100%;
          -webkit-transform: translateX(calc(-50% + 35px));
                  transform: translateX(calc(-50% + 35px));
          z-index: 0; } }
    @media (min-width: 1478px) {
      .home__links .links__blk_bg::after {
        -webkit-transform: translateX(calc(-50% + 45px));
                transform: translateX(calc(-50% + 45px)); } }

@media (min-width: 768px) {
  body.contact_form form .table td, body.contact_form form .table th {
    padding: 1em 0.5em; }
  body.contact_form form .table th {
    width: 24%;
    padding-top: 1.2em;
    text-align: left;
    /*padding-right: 1.2em;*/
    /*text-align: right;*/ }
  body.contact_form form .table td {
    width: 75%; } }

@media (max-width: 767.98px) {
  body.contact_form form .table th {
    text-align: left;
    padding-top: 1em;
    padding-bottom: 0em;
    padding-right: 0; }
  body.contact_form form .table td {
    padding-bottom: 1em; } }

body.contact_form form .table.tbl__style_3 tbody tr th {
  vertical-align: top;
  background-color: #fff; }

body.contact_form form .form-control-label {
  color: #333 !important; }
  body.contact_form form .form-control-label .text-muted {
    color: #da212f !important; }

body.contact_form form .form-control-feedback {
  color: #da212f !important; }

body.contact_form form .cell-form-input .text-muted {
  margin-top: 5px;
  font-size: 1.5rem;
  color: var(--theme_black-light, #666); }
  body.contact_form form .cell-form-input .text-muted a {
    color: var(--theme_black-light, #666);
    text-decoration: underline; }

body.contact_form form .custom-control-input {
  width: 24px;
  height: 1.8em;
  opacity: 1; }
  @media (max-width: 767.98px) {
    body.contact_form form .custom-control-input {
      width: auto; } }

body.contact_form form .custom-checkbox, body.contact_form form .custom-radio {
  display: inline-block;
  margin-right: 2em;
  padding-left: 34px;
  cursor: pointer; }
  @media (max-width: 767.98px) {
    body.contact_form form .custom-checkbox, body.contact_form form .custom-radio {
      padding-left: 1.2em; } }

body.contact_form form .input-text-1of2 {
  width: 100%;
  margin: 2px 0;
  border: 1px solid #d3d3d3; }
  @media (min-width: 768px) {
    body.contact_form form .input-text-1of2 {
      width: calc(50% - 3px); } }

body.contact_form form .input-text-1of3 {
  width: 100%;
  margin: 2px 0;
  border: 1px solid #d3d3d3; }
  @media (min-width: 768px) {
    body.contact_form form .input-text-1of3 {
      width: calc(33.33333% - 4px); } }

body.contact_form form input, body.contact_form form select, body.contact_form form textarea {
  width: 100%; }

body.contact_form form a[target='_blank']::after {
  display: none !important; }

body.contact_form form #form-post-button, body.contact_form form #form-back-button {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  text-align: center;
  margin: 40px auto 0;
  padding: 0.8em 1.5em; }
  @media (min-width: 768px) {
    body.contact_form form #form-post-button, body.contact_form form #form-back-button {
      font-size: 1.8rem; } }
  @media (max-width: 767.98px) {
    body.contact_form form #form-post-button, body.contact_form form #form-back-button {
      font-size: 1.6rem; } }
  body.contact_form form #form-post-button:hover, body.contact_form form #form-back-button:hover {
    opacity: .8; }

body.contact_form form #form-post-button {
  margin-left: 1%;
  width: auto; }
  @media (min-width: 768px) {
    body.contact_form form #form-post-button {
      margin-left: 5%; } }

body.contact_form form #form-back-button {
  margin-right: 1%;
  width: auto; }
  @media (min-width: 768px) {
    body.contact_form form #form-back-button {
      margin-right: 5%; } }

body.contact_form form .form-btn, body.contact_form form .form-btn_white, body.contact_form form .form-btn_black, body.contact_form form .form-btn_main {
  border: 1px solid var(--theme_black, #000);
  border-radius: none;
  outline: none;
  min-width: 160px; }
  body.contact_form form .form-btn_white {
    background: #fff;
    color: var(--theme_black, #000); }
  body.contact_form form .form-btn_black {
    background: var(--theme_black, #000);
    color: #fff; }
  body.contact_form form .form-btn_main {
    background: var(--theme_main, #4F157F);
    color: #fff; }

.form-top-button {
  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;
  height: 50px;
  width: 180px;
  margin: 0 auto;
  background: var(--theme_main, #4F157F);
  color: #fff; }
  .form-top-button:hover {
    color: #fff;
    opacity: .8; }

@media (max-width: 767.98px) {
  .fac {
    padding-top: 100px; } }

@media (max-width: 767.98px) {
  .fac .modal-content {
    height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    top: 40px; } }

@media (max-width: 767.98px) {
  .fac .navbar-toggler {
    border-bottom: 1px solid #fff; } }

.fac-dlist, .fac-dlist_med, .fac-dlist_hss, .fac-dlist_nurs, .fac-dlist_hsn, .fac-dlist_ila, .fac-dlist_hs, .fac-dlist_ms, .fac-dlist_hds, .fac-dlist_grad, .fac-dlist_base {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 30px 10px 0 20px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin: 0; }
  .fac-dlist__wrap, .fac-dlist__wrap_left {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .fac-dlist__wrap, .fac-dlist__wrap_left {
        margin-bottom: calc(120px + 5vw); } }
    @media (max-width: 767.98px) {
      .fac-dlist__wrap, .fac-dlist__wrap_left {
        margin-bottom: 100px; } }
    .fac-dlist__wrap_left .fac-dlist, .fac-dlist__wrap_left .fac-dlist_med, .fac-dlist__wrap_left .fac-dlist_hss, .fac-dlist__wrap_left .fac-dlist_nurs, .fac-dlist__wrap_left .fac-dlist_hsn, .fac-dlist__wrap_left .fac-dlist_ila, .fac-dlist__wrap_left .fac-dlist_hs, .fac-dlist__wrap_left .fac-dlist_ms, .fac-dlist__wrap_left .fac-dlist_hds, .fac-dlist__wrap_left .fac-dlist_grad, .fac-dlist__wrap_left .fac-dlist_base {
      right: auto;
      left: 0;
      padding-right: 20px;
      padding-left: 10px; }
  @media (max-width: 999.98px) {
    .fac-dlist, .fac-dlist_med, .fac-dlist_hss, .fac-dlist_nurs, .fac-dlist_hsn, .fac-dlist_ila, .fac-dlist_hs, .fac-dlist_ms, .fac-dlist_hds, .fac-dlist_grad, .fac-dlist_base {
      -webkit-transform: translateY(55%);
              transform: translateY(55%); } }
  @media (max-width: 767.98px) {
    .fac-dlist, .fac-dlist_med, .fac-dlist_hss, .fac-dlist_nurs, .fac-dlist_hsn, .fac-dlist_ila, .fac-dlist_hs, .fac-dlist_ms, .fac-dlist_hds, .fac-dlist_grad, .fac-dlist_base {
      padding: 20px 10px 0; } }
  .fac-dlist_h-tb {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 30px;
    padding-bottom: 0; }
    .fac-dlist_h-tb .fac-dlist__item {
      padding: 10px 0;
      border-bottom: 1px solid var(--theme_black, #000);
      text-align: center;
      border-left: none; }
  .fac-dlist__item {
    padding: 0 10px;
    line-height: 1.5;
    border-left: 1px solid var(--theme_black, #000); }
  .fac-dlist__head {
    color: var(--theme_main, #4F157F);
    line-height: 1.3; }
    .fac-dlist__head-txt {
      font-weight: bold; }
    .fac-dlist__head-num {
      font-family: "Barlow", sans-serif;
      font-weight: 400; }
      @media (min-width: 768px) {
        .fac-dlist__head-num {
          font-size: 3rem; } }
      @media (max-width: 767.98px) {
        .fac-dlist__head-num {
          font-size: 2.2rem; } }
  .fac-dlist__body {
    font-weight: bold;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .fac-dlist__body {
        margin-top: 0; } }
    @media (max-width: 767.98px) {
      .fac-dlist__body {
        margin-top: 0; } }
    @media (min-width: 768px) {
      .fac-dlist__body {
        font-size: 2.4rem; } }
    @media (max-width: 767.98px) {
      .fac-dlist__body {
        font-size: 1.8rem; } }

.fac-circle {
  position: absolute;
  bottom: 0;
  right: -60px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  max-width: 50%;
  z-index: 2; }
  @media (max-width: 1279.98px) {
    .fac-circle {
      right: -40px; } }
  @media (max-width: 767.98px) {
    .fac-circle {
      right: -20px; } }
  .fac-circle__wrap {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .fac-circle__wrap {
        margin-bottom: 135px; } }
    @media (max-width: 767.98px) {
      .fac-circle__wrap {
        margin-bottom: 22vw; } }
    .fac-circle__wrap_col2, .fac-circle__wrap_col3 {
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        .fac-circle__wrap_col2, .fac-circle__wrap_col3 {
          margin-bottom: 100px; } }
      @media (max-width: 767.98px) {
        .fac-circle__wrap_col2, .fac-circle__wrap_col3 {
          margin-bottom: 16vw; } }
      .fac-circle__wrap_col2 .fac-circle, .fac-circle__wrap_col3 .fac-circle {
        right: 50%;
        -webkit-transform: translate(50%, 50%);
                transform: translate(50%, 50%); }
    .fac-circle__wrap_col2 .fac-circle {
      min-width: 65%; }
    .fac-circle__wrap_col3 .fac-circle {
      min-width: 96%; }
    .fac-circle__wrap_left .fac-circle {
      right: auto;
      left: -60px;
      -webkit-transform: translate(0, 50%);
              transform: translate(0, 50%); }
      @media (max-width: 1279.98px) {
        .fac-circle__wrap_left .fac-circle {
          left: -40px; } }
      @media (max-width: 767.98px) {
        .fac-circle__wrap_left .fac-circle {
          left: -20px; } }

.fac-btm__wrap {
  position: relative; }

.fac-btm__link-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .fac-btm__link-box {
      width: 65%; } }

.gnav .gnav__link1-jp:only-child {
  line-height: 1; }
  @media (min-width: 768px) {
    .gnav .gnav__link1-jp:only-child {
      margin-top: 0; } }
  @media (max-width: 767.98px) {
    .gnav .gnav__link1-jp:only-child {
      margin-top: 10px; } }
  @media (min-width: 768px) {
    .gnav .gnav__link1-jp:only-child {
      margin-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .gnav .gnav__link1-jp:only-child {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .gnav .gnav__link1-jp:only-child {
      font-size: 2.4rem; } }
  @media (max-width: 767.98px) {
    .gnav .gnav__link1-jp:only-child {
      font-size: 2.4rem; } }
  @media (min-width: 1280px) {
    .gnav .gnav__link1-jp:only-child {
      font-size: 3rem; } }

.gnav_fac {
  height: 40px;
  color: #fff; }
  @media (min-width: 1280px) {
    .gnav_fac {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 1279.98px) {
    .gnav_fac {
      top: 108px; } }
  @media (max-width: 767.98px) {
    .gnav_fac {
      top: 60px;
      z-index: calc(1071 + 1); } }
  @media (min-width: 768px) {
    .gnav_fac {
      z-index: calc(1040 + 1); }
      .gnav_fac-wrap {
        height: 40px; }
      .gnav_fac .modal-content {
        height: calc(100vh - 108px);
        min-height: calc(100% - 108px); } }
  @media (min-width: 1280px) {
    .gnav_fac {
      display: none; }
      .gnav_fac-wrap {
        height: 0; } }

.gnav__fac-name {
  background-color: var(--theme_main, #4F157F);
  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;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 20px; }
  @media (max-width: 1279.98px) {
    .gnav__fac-name {
      padding-right: 132px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .gnav__fac-name:hover {
    color: currentColor;
    text-decoration: none; }
  .gnav__fac-name_jp {
    margin-right: 10px;
    font-weight: bold !important; }
    @media (min-width: 768px) {
      .gnav__fac-name_jp {
        font-size: 2rem; } }
    @media (max-width: 767.98px) {
      .gnav__fac-name_jp {
        font-size: 1.6rem; } }
    @media (min-width: 768px) {
      .gnav__fac-name_jp {
        font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
        font-weight: 400; } }
    @media (max-width: 767.98px) {
      .gnav__fac-name_jp {
        line-height: 1; } }
  .gnav__fac-name_en {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    padding-top: 0.2em; }
    @media (min-width: 768px) {
      .gnav__fac-name_en {
        font-size: 1.4rem; } }
    @media (max-width: 767.98px) {
      .gnav__fac-name_en {
        font-size: 1.4rem; } }
    @media (max-width: 767.98px) {
      .gnav__fac-name_en {
        display: none; } }

.gnav .navbar-toggler_fac {
  top: 60px;
  height: 40px;
  background-color: var(--theme_black, #000);
  width: auto;
  padding: 0 20px; }
  .gnav .navbar-toggler_fac .navbar-toggler-icon {
    width: 20px;
    height: auto;
    background: none !important;
    position: relative;
    z-index: 1; }
    .gnav .navbar-toggler_fac .navbar-toggler-icon::after {
      color: currentColor;
      font-family: fontawesome;
      content: "\f107";
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 20px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .gnav .navbar-toggler_fac .navbar-toggler-icon::after {
      right: 0;
      font-size: 2rem;
      top: calc(50% - 0.1em); }
    .js_toggle_open_fac .gnav .navbar-toggler_fac .navbar-toggler-icon::after {
      content: "\f106"; }
  @media (min-width: 768px) {
    .gnav .navbar-toggler_fac {
      top: 108px; } }
  @media (min-width: 1280px) {
    .gnav .navbar-toggler_fac {
      display: none !important; } }

.fac-dlist_med .fac-dlist__head {
  color: var(--theme_med, #482473); }

.gnav_med .gnav__fac-name {
  background-color: var(--theme_med, #482473); }

.snav__ttl_med {
  background-color: var(--theme_med, #482473); }

.pnav_sp-drop_med .nav-link:hover {
  color: var(--theme_med, #482473); }

.ptab.ptab_t4_med .nav-link.active,
.ptab.ptab_t4_med .nav-link:hover {
  color: var(--theme_med, #482473) !important; }
  .ptab.ptab_t4_med .nav-link.active::after,
  .ptab.ptab_t4_med .nav-link:hover::after {
    background-color: var(--theme_med, #482473); }

.pcollapse.pcollapse_t1_med > .pcollapse__box > .pcollapse__head {
  color: var(--theme_med, #482473);
  border-bottom-color: var(--theme_med, #482473); }

.plink.plink_type_box_underline.plink_type_box_arrow_med::before {
  color: var(--theme_med, #482473); }

.plink.plink_type_box_med {
  border-color: var(--theme_med, #482473);
  color: var(--theme_med, #482473); }
  .plink.plink_type_box_med:hover {
    background-color: var(--theme_med, #482473); }

.plink.plink_type_box_flip_med {
  border-color: var(--theme_med, #482473);
  background-color: var(--theme_med, #482473); }
  .plink.plink_type_box_flip_med:hover {
    color: var(--theme_med, #482473); }
    .plink.plink_type_box_flip_med:hover::before, .plink.plink_type_box_flip_med:hover::after {
      color: var(--theme_med, #482473) !important; }

.plink.plink_type_box_strong_med {
  border-color: var(--theme_med, #482473);
  color: var(--theme_med, #482473); }
  .plink.plink_type_box_strong_med:hover {
    background-color: var(--theme_med, #482473); }

.plist.plist_type_order_circle_med .plist__item::before {
  background-color: var(--theme_med, #482473); }

.plist.plist_type_qa_med .plist__head::before {
  color: var(--theme_med, #482473);
  border-color: var(--theme_med, #482473); }

.plist.plist_type_qa_med .plist__body::before {
  background-color: var(--theme_med, #482473);
  border-color: var(--theme_med, #482473); }

.plist.plist_type_qa_med .plist__body-title {
  color: var(--theme_med, #482473); }

.plist.plist_type_column_head_clr_med .plist__head {
  color: var(--theme_med, #482473); }

.ptable_med thead th {
  background-color: var(--theme_med, #482473); }

.ptable_med tbody th.main {
  background-color: var(--theme_med, #482473); }

.table_calendar_med thead th a.calendar-item::before,
.table_calendar_med thead td a.calendar-item::before,
.table_calendar_med tbody th a.calendar-item::before,
.table_calendar_med tbody td a.calendar-item::before {
  background-color: var(--theme_med, #482473); }

.color__med {
  color: var(--theme_med, #482473); }

.ptitle_pt4_med::after {
  background-color: var(--theme_med, #482473); }

.ptitle_pt4_med .ptitle__title-sub {
  color: var(--theme_med, #482473); }

.ptitle_t3_med::after {
  background-color: var(--theme_med, #482473); }

.ptitle_t5_med {
  color: var(--theme_med, #482473); }

.ptitle_t7_med {
  background-color: var(--theme_med, #482473); }

.ptitle_ct3_med .ptitle__title-jp {
  color: var(--theme_med, #482473); }

.ptitle_ct5_med .ptitle__title-num {
  color: var(--theme_med, #482473); }
  .ptitle_ct5_med .ptitle__title-num::after {
    background-color: var(--theme_med, #482473); }

.ptitle_ct6_med .ptitle__title-en {
  color: var(--theme_med, #482473); }

.pbox_t2_med {
  border-color: var(--theme_med, #482473); }

.pbox_col2_med .pbox__head {
  background-color: var(--theme_med, #482473); }

.pbox_clr_med {
  background-color: var(--theme_med, #482473); }

.pbox_clr_black-med {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme_black, #000)), color-stop(50%, var(--theme_black, #000)), color-stop(50%, var(--theme_med, #482473)), to(var(--theme_med, #482473)));
  background: linear-gradient(90deg, var(--theme_black, #000) 0%, var(--theme_black, #000) 50%, var(--theme_med, #482473) 50%, var(--theme_med, #482473) 100%); }

.ptag__item_type_border.ptag__item_tag1_med {
  border-color: var(--theme_med, #482473) !important;
  color: var(--theme_med, #482473) !important; }

.fac-dlist_hss .fac-dlist__head {
  color: var(--theme_hss, #3189DC); }

.gnav_hss .gnav__fac-name {
  background-color: var(--theme_hss, #3189DC); }

.snav__ttl_hss {
  background-color: var(--theme_hss, #3189DC); }

.pnav_sp-drop_hss .nav-link:hover {
  color: var(--theme_hss, #3189DC); }

.ptab.ptab_t4_hss .nav-link.active,
.ptab.ptab_t4_hss .nav-link:hover {
  color: var(--theme_hss, #3189DC) !important; }
  .ptab.ptab_t4_hss .nav-link.active::after,
  .ptab.ptab_t4_hss .nav-link:hover::after {
    background-color: var(--theme_hss, #3189DC); }

.pcollapse.pcollapse_t1_hss > .pcollapse__box > .pcollapse__head {
  color: var(--theme_hss, #3189DC);
  border-bottom-color: var(--theme_hss, #3189DC); }

.plink.plink_type_box_underline.plink_type_box_arrow_hss::before {
  color: var(--theme_hss, #3189DC); }

.plink.plink_type_box_hss {
  border-color: var(--theme_hss, #3189DC);
  color: var(--theme_hss, #3189DC); }
  .plink.plink_type_box_hss:hover {
    background-color: var(--theme_hss, #3189DC); }

.plink.plink_type_box_flip_hss {
  border-color: var(--theme_hss, #3189DC);
  background-color: var(--theme_hss, #3189DC); }
  .plink.plink_type_box_flip_hss:hover {
    color: var(--theme_hss, #3189DC); }
    .plink.plink_type_box_flip_hss:hover::before, .plink.plink_type_box_flip_hss:hover::after {
      color: var(--theme_hss, #3189DC) !important; }

.plink.plink_type_box_strong_hss {
  border-color: var(--theme_hss, #3189DC);
  color: var(--theme_hss, #3189DC); }
  .plink.plink_type_box_strong_hss:hover {
    background-color: var(--theme_hss, #3189DC); }

.plist.plist_type_order_circle_hss .plist__item::before {
  background-color: var(--theme_hss, #3189DC); }

.plist.plist_type_qa_hss .plist__head::before {
  color: var(--theme_hss, #3189DC);
  border-color: var(--theme_hss, #3189DC); }

.plist.plist_type_qa_hss .plist__body::before {
  background-color: var(--theme_hss, #3189DC);
  border-color: var(--theme_hss, #3189DC); }

.plist.plist_type_qa_hss .plist__body-title {
  color: var(--theme_hss, #3189DC); }

.plist.plist_type_column_head_clr_hss .plist__head {
  color: var(--theme_hss, #3189DC); }

.ptable_hss thead th {
  background-color: var(--theme_hss, #3189DC); }

.ptable_hss tbody th.main {
  background-color: var(--theme_hss, #3189DC); }

.table_calendar_hss thead th a.calendar-item::before,
.table_calendar_hss thead td a.calendar-item::before,
.table_calendar_hss tbody th a.calendar-item::before,
.table_calendar_hss tbody td a.calendar-item::before {
  background-color: var(--theme_hss, #3189DC); }

.color__hss {
  color: var(--theme_hss, #3189DC); }

.ptitle_pt4_hss::after {
  background-color: var(--theme_hss, #3189DC); }

.ptitle_pt4_hss .ptitle__title-sub {
  color: var(--theme_hss, #3189DC); }

.ptitle_t3_hss::after {
  background-color: var(--theme_hss, #3189DC); }

.ptitle_t5_hss {
  color: var(--theme_hss, #3189DC); }

.ptitle_t7_hss {
  background-color: var(--theme_hss, #3189DC); }

.ptitle_ct3_hss .ptitle__title-jp {
  color: var(--theme_hss, #3189DC); }

.ptitle_ct5_hss .ptitle__title-num {
  color: var(--theme_hss, #3189DC); }
  .ptitle_ct5_hss .ptitle__title-num::after {
    background-color: var(--theme_hss, #3189DC); }

.ptitle_ct6_hss .ptitle__title-en {
  color: var(--theme_hss, #3189DC); }

.pbox_t2_hss {
  border-color: var(--theme_hss, #3189DC); }

.pbox_col2_hss .pbox__head {
  background-color: var(--theme_hss, #3189DC); }

.pbox_clr_hss {
  background-color: var(--theme_hss, #3189DC); }

.pbox_clr_black-hss {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme_black, #000)), color-stop(50%, var(--theme_black, #000)), color-stop(50%, var(--theme_hss, #3189DC)), to(var(--theme_hss, #3189DC)));
  background: linear-gradient(90deg, var(--theme_black, #000) 0%, var(--theme_black, #000) 50%, var(--theme_hss, #3189DC) 50%, var(--theme_hss, #3189DC) 100%); }

.ptag__item_type_border.ptag__item_tag1_hss {
  border-color: var(--theme_hss, #3189DC) !important;
  color: var(--theme_hss, #3189DC) !important; }

.fac-dlist_nurs .fac-dlist__head {
  color: var(--theme_nurs, #9E304F); }

.gnav_nurs .gnav__fac-name {
  background-color: var(--theme_nurs, #9E304F); }

.snav__ttl_nurs {
  background-color: var(--theme_nurs, #9E304F); }

.pnav_sp-drop_nurs .nav-link:hover {
  color: var(--theme_nurs, #9E304F); }

.ptab.ptab_t4_nurs .nav-link.active,
.ptab.ptab_t4_nurs .nav-link:hover {
  color: var(--theme_nurs, #9E304F) !important; }
  .ptab.ptab_t4_nurs .nav-link.active::after,
  .ptab.ptab_t4_nurs .nav-link:hover::after {
    background-color: var(--theme_nurs, #9E304F); }

.pcollapse.pcollapse_t1_nurs > .pcollapse__box > .pcollapse__head {
  color: var(--theme_nurs, #9E304F);
  border-bottom-color: var(--theme_nurs, #9E304F); }

.plink.plink_type_box_underline.plink_type_box_arrow_nurs::before {
  color: var(--theme_nurs, #9E304F); }

.plink.plink_type_box_nurs {
  border-color: var(--theme_nurs, #9E304F);
  color: var(--theme_nurs, #9E304F); }
  .plink.plink_type_box_nurs:hover {
    background-color: var(--theme_nurs, #9E304F); }

.plink.plink_type_box_flip_nurs {
  border-color: var(--theme_nurs, #9E304F);
  background-color: var(--theme_nurs, #9E304F); }
  .plink.plink_type_box_flip_nurs:hover {
    color: var(--theme_nurs, #9E304F); }
    .plink.plink_type_box_flip_nurs:hover::before, .plink.plink_type_box_flip_nurs:hover::after {
      color: var(--theme_nurs, #9E304F) !important; }

.plink.plink_type_box_strong_nurs {
  border-color: var(--theme_nurs, #9E304F);
  color: var(--theme_nurs, #9E304F); }
  .plink.plink_type_box_strong_nurs:hover {
    background-color: var(--theme_nurs, #9E304F); }

.plist.plist_type_order_circle_nurs .plist__item::before {
  background-color: var(--theme_nurs, #9E304F); }

.plist.plist_type_qa_nurs .plist__head::before {
  color: var(--theme_nurs, #9E304F);
  border-color: var(--theme_nurs, #9E304F); }

.plist.plist_type_qa_nurs .plist__body::before {
  background-color: var(--theme_nurs, #9E304F);
  border-color: var(--theme_nurs, #9E304F); }

.plist.plist_type_qa_nurs .plist__body-title {
  color: var(--theme_nurs, #9E304F); }

.plist.plist_type_column_head_clr_nurs .plist__head {
  color: var(--theme_nurs, #9E304F); }

.ptable_nurs thead th {
  background-color: var(--theme_nurs, #9E304F); }

.ptable_nurs tbody th.main {
  background-color: var(--theme_nurs, #9E304F); }

.table_calendar_nurs thead th a.calendar-item::before,
.table_calendar_nurs thead td a.calendar-item::before,
.table_calendar_nurs tbody th a.calendar-item::before,
.table_calendar_nurs tbody td a.calendar-item::before {
  background-color: var(--theme_nurs, #9E304F); }

.color__nurs {
  color: var(--theme_nurs, #9E304F); }

.ptitle_pt4_nurs::after {
  background-color: var(--theme_nurs, #9E304F); }

.ptitle_pt4_nurs .ptitle__title-sub {
  color: var(--theme_nurs, #9E304F); }

.ptitle_t3_nurs::after {
  background-color: var(--theme_nurs, #9E304F); }

.ptitle_t5_nurs {
  color: var(--theme_nurs, #9E304F); }

.ptitle_t7_nurs {
  background-color: var(--theme_nurs, #9E304F); }

.ptitle_ct3_nurs .ptitle__title-jp {
  color: var(--theme_nurs, #9E304F); }

.ptitle_ct5_nurs .ptitle__title-num {
  color: var(--theme_nurs, #9E304F); }
  .ptitle_ct5_nurs .ptitle__title-num::after {
    background-color: var(--theme_nurs, #9E304F); }

.ptitle_ct6_nurs .ptitle__title-en {
  color: var(--theme_nurs, #9E304F); }

.pbox_t2_nurs {
  border-color: var(--theme_nurs, #9E304F); }

.pbox_col2_nurs .pbox__head {
  background-color: var(--theme_nurs, #9E304F); }

.pbox_clr_nurs {
  background-color: var(--theme_nurs, #9E304F); }

.pbox_clr_black-nurs {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme_black, #000)), color-stop(50%, var(--theme_black, #000)), color-stop(50%, var(--theme_nurs, #9E304F)), to(var(--theme_nurs, #9E304F)));
  background: linear-gradient(90deg, var(--theme_black, #000) 0%, var(--theme_black, #000) 50%, var(--theme_nurs, #9E304F) 50%, var(--theme_nurs, #9E304F) 100%); }

.ptag__item_type_border.ptag__item_tag1_nurs {
  border-color: var(--theme_nurs, #9E304F) !important;
  color: var(--theme_nurs, #9E304F) !important; }

.fac-dlist_hsn .fac-dlist__head {
  color: var(--theme_hsn, #F47EA8); }

.gnav_hsn .gnav__fac-name {
  background-color: var(--theme_hsn, #F47EA8); }

.snav__ttl_hsn {
  background-color: var(--theme_hsn, #F47EA8); }

.pnav_sp-drop_hsn .nav-link:hover {
  color: var(--theme_hsn, #F47EA8); }

.ptab.ptab_t4_hsn .nav-link.active,
.ptab.ptab_t4_hsn .nav-link:hover {
  color: var(--theme_hsn, #F47EA8) !important; }
  .ptab.ptab_t4_hsn .nav-link.active::after,
  .ptab.ptab_t4_hsn .nav-link:hover::after {
    background-color: var(--theme_hsn, #F47EA8); }

.pcollapse.pcollapse_t1_hsn > .pcollapse__box > .pcollapse__head {
  color: var(--theme_hsn, #F47EA8);
  border-bottom-color: var(--theme_hsn, #F47EA8); }

.plink.plink_type_box_underline.plink_type_box_arrow_hsn::before {
  color: var(--theme_hsn, #F47EA8); }

.plink.plink_type_box_hsn {
  border-color: var(--theme_hsn, #F47EA8);
  color: var(--theme_hsn, #F47EA8); }
  .plink.plink_type_box_hsn:hover {
    background-color: var(--theme_hsn, #F47EA8); }

.plink.plink_type_box_flip_hsn {
  border-color: var(--theme_hsn, #F47EA8);
  background-color: var(--theme_hsn, #F47EA8); }
  .plink.plink_type_box_flip_hsn:hover {
    color: var(--theme_hsn, #F47EA8); }
    .plink.plink_type_box_flip_hsn:hover::before, .plink.plink_type_box_flip_hsn:hover::after {
      color: var(--theme_hsn, #F47EA8) !important; }

.plink.plink_type_box_strong_hsn {
  border-color: var(--theme_hsn, #F47EA8);
  color: var(--theme_hsn, #F47EA8); }
  .plink.plink_type_box_strong_hsn:hover {
    background-color: var(--theme_hsn, #F47EA8); }

.plist.plist_type_order_circle_hsn .plist__item::before {
  background-color: var(--theme_hsn, #F47EA8); }

.plist.plist_type_qa_hsn .plist__head::before {
  color: var(--theme_hsn, #F47EA8);
  border-color: var(--theme_hsn, #F47EA8); }

.plist.plist_type_qa_hsn .plist__body::before {
  background-color: var(--theme_hsn, #F47EA8);
  border-color: var(--theme_hsn, #F47EA8); }

.plist.plist_type_qa_hsn .plist__body-title {
  color: var(--theme_hsn, #F47EA8); }

.plist.plist_type_column_head_clr_hsn .plist__head {
  color: var(--theme_hsn, #F47EA8); }

.ptable_hsn thead th {
  background-color: var(--theme_hsn, #F47EA8); }

.ptable_hsn tbody th.main {
  background-color: var(--theme_hsn, #F47EA8); }

.table_calendar_hsn thead th a.calendar-item::before,
.table_calendar_hsn thead td a.calendar-item::before,
.table_calendar_hsn tbody th a.calendar-item::before,
.table_calendar_hsn tbody td a.calendar-item::before {
  background-color: var(--theme_hsn, #F47EA8); }

.color__hsn {
  color: var(--theme_hsn, #F47EA8); }

.ptitle_pt4_hsn::after {
  background-color: var(--theme_hsn, #F47EA8); }

.ptitle_pt4_hsn .ptitle__title-sub {
  color: var(--theme_hsn, #F47EA8); }

.ptitle_t3_hsn::after {
  background-color: var(--theme_hsn, #F47EA8); }

.ptitle_t5_hsn {
  color: var(--theme_hsn, #F47EA8); }

.ptitle_t7_hsn {
  background-color: var(--theme_hsn, #F47EA8); }

.ptitle_ct3_hsn .ptitle__title-jp {
  color: var(--theme_hsn, #F47EA8); }

.ptitle_ct5_hsn .ptitle__title-num {
  color: var(--theme_hsn, #F47EA8); }
  .ptitle_ct5_hsn .ptitle__title-num::after {
    background-color: var(--theme_hsn, #F47EA8); }

.ptitle_ct6_hsn .ptitle__title-en {
  color: var(--theme_hsn, #F47EA8); }

.pbox_t2_hsn {
  border-color: var(--theme_hsn, #F47EA8); }

.pbox_col2_hsn .pbox__head {
  background-color: var(--theme_hsn, #F47EA8); }

.pbox_clr_hsn {
  background-color: var(--theme_hsn, #F47EA8); }

.pbox_clr_black-hsn {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme_black, #000)), color-stop(50%, var(--theme_black, #000)), color-stop(50%, var(--theme_hsn, #F47EA8)), to(var(--theme_hsn, #F47EA8)));
  background: linear-gradient(90deg, var(--theme_black, #000) 0%, var(--theme_black, #000) 50%, var(--theme_hsn, #F47EA8) 50%, var(--theme_hsn, #F47EA8) 100%); }

.ptag__item_type_border.ptag__item_tag1_hsn {
  border-color: var(--theme_hsn, #F47EA8) !important;
  color: var(--theme_hsn, #F47EA8) !important; }

.fac-dlist_ila .fac-dlist__head {
  color: var(--theme_ila, #47964F); }

.gnav_ila .gnav__fac-name {
  background-color: var(--theme_ila, #47964F); }

.snav__ttl_ila {
  background-color: var(--theme_ila, #47964F); }

.pnav_sp-drop_ila .nav-link:hover {
  color: var(--theme_ila, #47964F); }

.ptab.ptab_t4_ila .nav-link.active,
.ptab.ptab_t4_ila .nav-link:hover {
  color: var(--theme_ila, #47964F) !important; }
  .ptab.ptab_t4_ila .nav-link.active::after,
  .ptab.ptab_t4_ila .nav-link:hover::after {
    background-color: var(--theme_ila, #47964F); }

.pcollapse.pcollapse_t1_ila > .pcollapse__box > .pcollapse__head {
  color: var(--theme_ila, #47964F);
  border-bottom-color: var(--theme_ila, #47964F); }

.plink.plink_type_box_underline.plink_type_box_arrow_ila::before {
  color: var(--theme_ila, #47964F); }

.plink.plink_type_box_ila {
  border-color: var(--theme_ila, #47964F);
  color: var(--theme_ila, #47964F); }
  .plink.plink_type_box_ila:hover {
    background-color: var(--theme_ila, #47964F); }

.plink.plink_type_box_flip_ila {
  border-color: var(--theme_ila, #47964F);
  background-color: var(--theme_ila, #47964F); }
  .plink.plink_type_box_flip_ila:hover {
    color: var(--theme_ila, #47964F); }
    .plink.plink_type_box_flip_ila:hover::before, .plink.plink_type_box_flip_ila:hover::after {
      color: var(--theme_ila, #47964F) !important; }

.plink.plink_type_box_strong_ila {
  border-color: var(--theme_ila, #47964F);
  color: var(--theme_ila, #47964F); }
  .plink.plink_type_box_strong_ila:hover {
    background-color: var(--theme_ila, #47964F); }

.plist.plist_type_order_circle_ila .plist__item::before {
  background-color: var(--theme_ila, #47964F); }

.plist.plist_type_qa_ila .plist__head::before {
  color: var(--theme_ila, #47964F);
  border-color: var(--theme_ila, #47964F); }

.plist.plist_type_qa_ila .plist__body::before {
  background-color: var(--theme_ila, #47964F);
  border-color: var(--theme_ila, #47964F); }

.plist.plist_type_qa_ila .plist__body-title {
  color: var(--theme_ila, #47964F); }

.plist.plist_type_column_head_clr_ila .plist__head {
  color: var(--theme_ila, #47964F); }

.ptable_ila thead th {
  background-color: var(--theme_ila, #47964F); }

.ptable_ila tbody th.main {
  background-color: var(--theme_ila, #47964F); }

.table_calendar_ila thead th a.calendar-item::before,
.table_calendar_ila thead td a.calendar-item::before,
.table_calendar_ila tbody th a.calendar-item::before,
.table_calendar_ila tbody td a.calendar-item::before {
  background-color: var(--theme_ila, #47964F); }

.color__ila {
  color: var(--theme_ila, #47964F); }

.ptitle_pt4_ila::after {
  background-color: var(--theme_ila, #47964F); }

.ptitle_pt4_ila .ptitle__title-sub {
  color: var(--theme_ila, #47964F); }

.ptitle_t3_ila::after {
  background-color: var(--theme_ila, #47964F); }

.ptitle_t5_ila {
  color: var(--theme_ila, #47964F); }

.ptitle_t7_ila {
  background-color: var(--theme_ila, #47964F); }

.ptitle_ct3_ila .ptitle__title-jp {
  color: var(--theme_ila, #47964F); }

.ptitle_ct5_ila .ptitle__title-num {
  color: var(--theme_ila, #47964F); }
  .ptitle_ct5_ila .ptitle__title-num::after {
    background-color: var(--theme_ila, #47964F); }

.ptitle_ct6_ila .ptitle__title-en {
  color: var(--theme_ila, #47964F); }

.pbox_t2_ila {
  border-color: var(--theme_ila, #47964F); }

.pbox_col2_ila .pbox__head {
  background-color: var(--theme_ila, #47964F); }

.pbox_clr_ila {
  background-color: var(--theme_ila, #47964F); }

.pbox_clr_black-ila {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme_black, #000)), color-stop(50%, var(--theme_black, #000)), color-stop(50%, var(--theme_ila, #47964F)), to(var(--theme_ila, #47964F)));
  background: linear-gradient(90deg, var(--theme_black, #000) 0%, var(--theme_black, #000) 50%, var(--theme_ila, #47964F) 50%, var(--theme_ila, #47964F) 100%); }

.ptag__item_type_border.ptag__item_tag1_ila {
  border-color: var(--theme_ila, #47964F) !important;
  color: var(--theme_ila, #47964F) !important; }

.fac-dlist_hs .fac-dlist__head {
  color: var(--theme_hs, #4C529E); }

.gnav_hs .gnav__fac-name {
  background-color: var(--theme_hs, #4C529E); }

.snav__ttl_hs {
  background-color: var(--theme_hs, #4C529E); }

.pnav_sp-drop_hs .nav-link:hover {
  color: var(--theme_hs, #4C529E); }

.ptab.ptab_t4_hs .nav-link.active,
.ptab.ptab_t4_hs .nav-link:hover {
  color: var(--theme_hs, #4C529E) !important; }
  .ptab.ptab_t4_hs .nav-link.active::after,
  .ptab.ptab_t4_hs .nav-link:hover::after {
    background-color: var(--theme_hs, #4C529E); }

.pcollapse.pcollapse_t1_hs > .pcollapse__box > .pcollapse__head {
  color: var(--theme_hs, #4C529E);
  border-bottom-color: var(--theme_hs, #4C529E); }

.plink.plink_type_box_underline.plink_type_box_arrow_hs::before {
  color: var(--theme_hs, #4C529E); }

.plink.plink_type_box_hs {
  border-color: var(--theme_hs, #4C529E);
  color: var(--theme_hs, #4C529E); }
  .plink.plink_type_box_hs:hover {
    background-color: var(--theme_hs, #4C529E); }

.plink.plink_type_box_flip_hs {
  border-color: var(--theme_hs, #4C529E);
  background-color: var(--theme_hs, #4C529E); }
  .plink.plink_type_box_flip_hs:hover {
    color: var(--theme_hs, #4C529E); }
    .plink.plink_type_box_flip_hs:hover::before, .plink.plink_type_box_flip_hs:hover::after {
      color: var(--theme_hs, #4C529E) !important; }

.plink.plink_type_box_strong_hs {
  border-color: var(--theme_hs, #4C529E);
  color: var(--theme_hs, #4C529E); }
  .plink.plink_type_box_strong_hs:hover {
    background-color: var(--theme_hs, #4C529E); }

.plist.plist_type_order_circle_hs .plist__item::before {
  background-color: var(--theme_hs, #4C529E); }

.plist.plist_type_qa_hs .plist__head::before {
  color: var(--theme_hs, #4C529E);
  border-color: var(--theme_hs, #4C529E); }

.plist.plist_type_qa_hs .plist__body::before {
  background-color: var(--theme_hs, #4C529E);
  border-color: var(--theme_hs, #4C529E); }

.plist.plist_type_qa_hs .plist__body-title {
  color: var(--theme_hs, #4C529E); }

.plist.plist_type_column_head_clr_hs .plist__head {
  color: var(--theme_hs, #4C529E); }

.ptable_hs thead th {
  background-color: var(--theme_hs, #4C529E); }

.ptable_hs tbody th.main {
  background-color: var(--theme_hs, #4C529E); }

.table_calendar_hs thead th a.calendar-item::before,
.table_calendar_hs thead td a.calendar-item::before,
.table_calendar_hs tbody th a.calendar-item::before,
.table_calendar_hs tbody td a.calendar-item::before {
  background-color: var(--theme_hs, #4C529E); }

.color__hs {
  color: var(--theme_hs, #4C529E); }

.ptitle_pt4_hs::after {
  background-color: var(--theme_hs, #4C529E); }

.ptitle_pt4_hs .ptitle__title-sub {
  color: var(--theme_hs, #4C529E); }

.ptitle_t3_hs::after {
  background-color: var(--theme_hs, #4C529E); }

.ptitle_t5_hs {
  color: var(--theme_hs, #4C529E); }

.ptitle_t7_hs {
  background-color: var(--theme_hs, #4C529E); }

.ptitle_ct3_hs .ptitle__title-jp {
  color: var(--theme_hs, #4C529E); }

.ptitle_ct5_hs .ptitle__title-num {
  color: var(--theme_hs, #4C529E); }
  .ptitle_ct5_hs .ptitle__title-num::after {
    background-color: var(--theme_hs, #4C529E); }

.ptitle_ct6_hs .ptitle__title-en {
  color: var(--theme_hs, #4C529E); }

.pbox_t2_hs {
  border-color: var(--theme_hs, #4C529E); }

.pbox_col2_hs .pbox__head {
  background-color: var(--theme_hs, #4C529E); }

.pbox_clr_hs {
  background-color: var(--theme_hs, #4C529E); }

.pbox_clr_black-hs {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme_black, #000)), color-stop(50%, var(--theme_black, #000)), color-stop(50%, var(--theme_hs, #4C529E)), to(var(--theme_hs, #4C529E)));
  background: linear-gradient(90deg, var(--theme_black, #000) 0%, var(--theme_black, #000) 50%, var(--theme_hs, #4C529E) 50%, var(--theme_hs, #4C529E) 100%); }

.ptag__item_type_border.ptag__item_tag1_hs {
  border-color: var(--theme_hs, #4C529E) !important;
  color: var(--theme_hs, #4C529E) !important; }

.fac-dlist_ms .fac-dlist__head {
  color: var(--theme_ms, #EA7324); }

.gnav_ms .gnav__fac-name {
  background-color: var(--theme_ms, #EA7324); }

.snav__ttl_ms {
  background-color: var(--theme_ms, #EA7324); }

.pnav_sp-drop_ms .nav-link:hover {
  color: var(--theme_ms, #EA7324); }

.ptab.ptab_t4_ms .nav-link.active,
.ptab.ptab_t4_ms .nav-link:hover {
  color: var(--theme_ms, #EA7324) !important; }
  .ptab.ptab_t4_ms .nav-link.active::after,
  .ptab.ptab_t4_ms .nav-link:hover::after {
    background-color: var(--theme_ms, #EA7324); }

.pcollapse.pcollapse_t1_ms > .pcollapse__box > .pcollapse__head {
  color: var(--theme_ms, #EA7324);
  border-bottom-color: var(--theme_ms, #EA7324); }

.plink.plink_type_box_underline.plink_type_box_arrow_ms::before {
  color: var(--theme_ms, #EA7324); }

.plink.plink_type_box_ms {
  border-color: var(--theme_ms, #EA7324);
  color: var(--theme_ms, #EA7324); }
  .plink.plink_type_box_ms:hover {
    background-color: var(--theme_ms, #EA7324); }

.plink.plink_type_box_flip_ms {
  border-color: var(--theme_ms, #EA7324);
  background-color: var(--theme_ms, #EA7324); }
  .plink.plink_type_box_flip_ms:hover {
    color: var(--theme_ms, #EA7324); }
    .plink.plink_type_box_flip_ms:hover::before, .plink.plink_type_box_flip_ms:hover::after {
      color: var(--theme_ms, #EA7324) !important; }

.plink.plink_type_box_strong_ms {
  border-color: var(--theme_ms, #EA7324);
  color: var(--theme_ms, #EA7324); }
  .plink.plink_type_box_strong_ms:hover {
    background-color: var(--theme_ms, #EA7324); }

.plist.plist_type_order_circle_ms .plist__item::before {
  background-color: var(--theme_ms, #EA7324); }

.plist.plist_type_qa_ms .plist__head::before {
  color: var(--theme_ms, #EA7324);
  border-color: var(--theme_ms, #EA7324); }

.plist.plist_type_qa_ms .plist__body::before {
  background-color: var(--theme_ms, #EA7324);
  border-color: var(--theme_ms, #EA7324); }

.plist.plist_type_qa_ms .plist__body-title {
  color: var(--theme_ms, #EA7324); }

.plist.plist_type_column_head_clr_ms .plist__head {
  color: var(--theme_ms, #EA7324); }

.ptable_ms thead th {
  background-color: var(--theme_ms, #EA7324); }

.ptable_ms tbody th.main {
  background-color: var(--theme_ms, #EA7324); }

.table_calendar_ms thead th a.calendar-item::before,
.table_calendar_ms thead td a.calendar-item::before,
.table_calendar_ms tbody th a.calendar-item::before,
.table_calendar_ms tbody td a.calendar-item::before {
  background-color: var(--theme_ms, #EA7324); }

.color__ms {
  color: var(--theme_ms, #EA7324); }

.ptitle_pt4_ms::after {
  background-color: var(--theme_ms, #EA7324); }

.ptitle_pt4_ms .ptitle__title-sub {
  color: var(--theme_ms, #EA7324); }

.ptitle_t3_ms::after {
  background-color: var(--theme_ms, #EA7324); }

.ptitle_t5_ms {
  color: var(--theme_ms, #EA7324); }

.ptitle_t7_ms {
  background-color: var(--theme_ms, #EA7324); }

.ptitle_ct3_ms .ptitle__title-jp {
  color: var(--theme_ms, #EA7324); }

.ptitle_ct5_ms .ptitle__title-num {
  color: var(--theme_ms, #EA7324); }
  .ptitle_ct5_ms .ptitle__title-num::after {
    background-color: var(--theme_ms, #EA7324); }

.ptitle_ct6_ms .ptitle__title-en {
  color: var(--theme_ms, #EA7324); }

.pbox_t2_ms {
  border-color: var(--theme_ms, #EA7324); }

.pbox_col2_ms .pbox__head {
  background-color: var(--theme_ms, #EA7324); }

.pbox_clr_ms {
  background-color: var(--theme_ms, #EA7324); }

.pbox_clr_black-ms {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme_black, #000)), color-stop(50%, var(--theme_black, #000)), color-stop(50%, var(--theme_ms, #EA7324)), to(var(--theme_ms, #EA7324)));
  background: linear-gradient(90deg, var(--theme_black, #000) 0%, var(--theme_black, #000) 50%, var(--theme_ms, #EA7324) 50%, var(--theme_ms, #EA7324) 100%); }

.ptag__item_type_border.ptag__item_tag1_ms {
  border-color: var(--theme_ms, #EA7324) !important;
  color: var(--theme_ms, #EA7324) !important; }

.fac-dlist_hds .fac-dlist__head {
  color: var(--theme_hds, #C83131); }

.gnav_hds .gnav__fac-name {
  background-color: var(--theme_hds, #C83131); }

.snav__ttl_hds {
  background-color: var(--theme_hds, #C83131); }

.pnav_sp-drop_hds .nav-link:hover {
  color: var(--theme_hds, #C83131); }

.ptab.ptab_t4_hds .nav-link.active,
.ptab.ptab_t4_hds .nav-link:hover {
  color: var(--theme_hds, #C83131) !important; }
  .ptab.ptab_t4_hds .nav-link.active::after,
  .ptab.ptab_t4_hds .nav-link:hover::after {
    background-color: var(--theme_hds, #C83131); }

.pcollapse.pcollapse_t1_hds > .pcollapse__box > .pcollapse__head {
  color: var(--theme_hds, #C83131);
  border-bottom-color: var(--theme_hds, #C83131); }

.plink.plink_type_box_underline.plink_type_box_arrow_hds::before {
  color: var(--theme_hds, #C83131); }

.plink.plink_type_box_hds {
  border-color: var(--theme_hds, #C83131);
  color: var(--theme_hds, #C83131); }
  .plink.plink_type_box_hds:hover {
    background-color: var(--theme_hds, #C83131); }

.plink.plink_type_box_flip_hds {
  border-color: var(--theme_hds, #C83131);
  background-color: var(--theme_hds, #C83131); }
  .plink.plink_type_box_flip_hds:hover {
    color: var(--theme_hds, #C83131); }
    .plink.plink_type_box_flip_hds:hover::before, .plink.plink_type_box_flip_hds:hover::after {
      color: var(--theme_hds, #C83131) !important; }

.plink.plink_type_box_strong_hds {
  border-color: var(--theme_hds, #C83131);
  color: var(--theme_hds, #C83131); }
  .plink.plink_type_box_strong_hds:hover {
    background-color: var(--theme_hds, #C83131); }

.plist.plist_type_order_circle_hds .plist__item::before {
  background-color: var(--theme_hds, #C83131); }

.plist.plist_type_qa_hds .plist__head::before {
  color: var(--theme_hds, #C83131);
  border-color: var(--theme_hds, #C83131); }

.plist.plist_type_qa_hds .plist__body::before {
  background-color: var(--theme_hds, #C83131);
  border-color: var(--theme_hds, #C83131); }

.plist.plist_type_qa_hds .plist__body-title {
  color: var(--theme_hds, #C83131); }

.plist.plist_type_column_head_clr_hds .plist__head {
  color: var(--theme_hds, #C83131); }

.ptable_hds thead th {
  background-color: var(--theme_hds, #C83131); }

.ptable_hds tbody th.main {
  background-color: var(--theme_hds, #C83131); }

.table_calendar_hds thead th a.calendar-item::before,
.table_calendar_hds thead td a.calendar-item::before,
.table_calendar_hds tbody th a.calendar-item::before,
.table_calendar_hds tbody td a.calendar-item::before {
  background-color: var(--theme_hds, #C83131); }

.color__hds {
  color: var(--theme_hds, #C83131); }

.ptitle_pt4_hds::after {
  background-color: var(--theme_hds, #C83131); }

.ptitle_pt4_hds .ptitle__title-sub {
  color: var(--theme_hds, #C83131); }

.ptitle_t3_hds::after {
  background-color: var(--theme_hds, #C83131); }

.ptitle_t5_hds {
  color: var(--theme_hds, #C83131); }

.ptitle_t7_hds {
  background-color: var(--theme_hds, #C83131); }

.ptitle_ct3_hds .ptitle__title-jp {
  color: var(--theme_hds, #C83131); }

.ptitle_ct5_hds .ptitle__title-num {
  color: var(--theme_hds, #C83131); }
  .ptitle_ct5_hds .ptitle__title-num::after {
    background-color: var(--theme_hds, #C83131); }

.ptitle_ct6_hds .ptitle__title-en {
  color: var(--theme_hds, #C83131); }

.pbox_t2_hds {
  border-color: var(--theme_hds, #C83131); }

.pbox_col2_hds .pbox__head {
  background-color: var(--theme_hds, #C83131); }

.pbox_clr_hds {
  background-color: var(--theme_hds, #C83131); }

.pbox_clr_black-hds {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme_black, #000)), color-stop(50%, var(--theme_black, #000)), color-stop(50%, var(--theme_hds, #C83131)), to(var(--theme_hds, #C83131)));
  background: linear-gradient(90deg, var(--theme_black, #000) 0%, var(--theme_black, #000) 50%, var(--theme_hds, #C83131) 50%, var(--theme_hds, #C83131) 100%); }

.ptag__item_type_border.ptag__item_tag1_hds {
  border-color: var(--theme_hds, #C83131) !important;
  color: var(--theme_hds, #C83131) !important; }

.fac-dlist_grad .fac-dlist__head {
  color: var(--theme_grad, #4F157F); }

.gnav_grad .gnav__fac-name {
  background-color: var(--theme_grad, #4F157F); }

.snav__ttl_grad {
  background-color: var(--theme_grad, #4F157F); }

.pnav_sp-drop_grad .nav-link:hover {
  color: var(--theme_grad, #4F157F); }

.ptab.ptab_t4_grad .nav-link.active,
.ptab.ptab_t4_grad .nav-link:hover {
  color: var(--theme_grad, #4F157F) !important; }
  .ptab.ptab_t4_grad .nav-link.active::after,
  .ptab.ptab_t4_grad .nav-link:hover::after {
    background-color: var(--theme_grad, #4F157F); }

.pcollapse.pcollapse_t1_grad > .pcollapse__box > .pcollapse__head {
  color: var(--theme_grad, #4F157F);
  border-bottom-color: var(--theme_grad, #4F157F); }

.plink.plink_type_box_underline.plink_type_box_arrow_grad::before {
  color: var(--theme_grad, #4F157F); }

.plink.plink_type_box_grad {
  border-color: var(--theme_grad, #4F157F);
  color: var(--theme_grad, #4F157F); }
  .plink.plink_type_box_grad:hover {
    background-color: var(--theme_grad, #4F157F); }

.plink.plink_type_box_flip_grad {
  border-color: var(--theme_grad, #4F157F);
  background-color: var(--theme_grad, #4F157F); }
  .plink.plink_type_box_flip_grad:hover {
    color: var(--theme_grad, #4F157F); }
    .plink.plink_type_box_flip_grad:hover::before, .plink.plink_type_box_flip_grad:hover::after {
      color: var(--theme_grad, #4F157F) !important; }

.plink.plink_type_box_strong_grad {
  border-color: var(--theme_grad, #4F157F);
  color: var(--theme_grad, #4F157F); }
  .plink.plink_type_box_strong_grad:hover {
    background-color: var(--theme_grad, #4F157F); }

.plist.plist_type_order_circle_grad .plist__item::before {
  background-color: var(--theme_grad, #4F157F); }

.plist.plist_type_qa_grad .plist__head::before {
  color: var(--theme_grad, #4F157F);
  border-color: var(--theme_grad, #4F157F); }

.plist.plist_type_qa_grad .plist__body::before {
  background-color: var(--theme_grad, #4F157F);
  border-color: var(--theme_grad, #4F157F); }

.plist.plist_type_qa_grad .plist__body-title {
  color: var(--theme_grad, #4F157F); }

.plist.plist_type_column_head_clr_grad .plist__head {
  color: var(--theme_grad, #4F157F); }

.ptable_grad thead th {
  background-color: var(--theme_grad, #4F157F); }

.ptable_grad tbody th.main {
  background-color: var(--theme_grad, #4F157F); }

.table_calendar_grad thead th a.calendar-item::before,
.table_calendar_grad thead td a.calendar-item::before,
.table_calendar_grad tbody th a.calendar-item::before,
.table_calendar_grad tbody td a.calendar-item::before {
  background-color: var(--theme_grad, #4F157F); }

.color__grad {
  color: var(--theme_grad, #4F157F); }

.ptitle_pt4_grad::after {
  background-color: var(--theme_grad, #4F157F); }

.ptitle_pt4_grad .ptitle__title-sub {
  color: var(--theme_grad, #4F157F); }

.ptitle_t3_grad::after {
  background-color: var(--theme_grad, #4F157F); }

.ptitle_t5_grad {
  color: var(--theme_grad, #4F157F); }

.ptitle_t7_grad {
  background-color: var(--theme_grad, #4F157F); }

.ptitle_ct3_grad .ptitle__title-jp {
  color: var(--theme_grad, #4F157F); }

.ptitle_ct5_grad .ptitle__title-num {
  color: var(--theme_grad, #4F157F); }
  .ptitle_ct5_grad .ptitle__title-num::after {
    background-color: var(--theme_grad, #4F157F); }

.ptitle_ct6_grad .ptitle__title-en {
  color: var(--theme_grad, #4F157F); }

.pbox_t2_grad {
  border-color: var(--theme_grad, #4F157F); }

.pbox_col2_grad .pbox__head {
  background-color: var(--theme_grad, #4F157F); }

.pbox_clr_grad {
  background-color: var(--theme_grad, #4F157F); }

.pbox_clr_black-grad {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme_black, #000)), color-stop(50%, var(--theme_black, #000)), color-stop(50%, var(--theme_grad, #4F157F)), to(var(--theme_grad, #4F157F)));
  background: linear-gradient(90deg, var(--theme_black, #000) 0%, var(--theme_black, #000) 50%, var(--theme_grad, #4F157F) 50%, var(--theme_grad, #4F157F) 100%); }

.ptag__item_type_border.ptag__item_tag1_grad {
  border-color: var(--theme_grad, #4F157F) !important;
  color: var(--theme_grad, #4F157F) !important; }

.fac-dlist_base .fac-dlist__head {
  color: var(--theme_base, #4F157F); }

.gnav_base .gnav__fac-name {
  background-color: var(--theme_base, #4F157F); }

.snav__ttl_base {
  background-color: var(--theme_base, #4F157F); }

.pnav_sp-drop_base .nav-link:hover {
  color: var(--theme_base, #4F157F); }

.ptab.ptab_t4_base .nav-link.active,
.ptab.ptab_t4_base .nav-link:hover {
  color: var(--theme_base, #4F157F) !important; }
  .ptab.ptab_t4_base .nav-link.active::after,
  .ptab.ptab_t4_base .nav-link:hover::after {
    background-color: var(--theme_base, #4F157F); }

.pcollapse.pcollapse_t1_base > .pcollapse__box > .pcollapse__head {
  color: var(--theme_base, #4F157F);
  border-bottom-color: var(--theme_base, #4F157F); }

.plink.plink_type_box_underline.plink_type_box_arrow_base::before {
  color: var(--theme_base, #4F157F); }

.plink.plink_type_box_base {
  border-color: var(--theme_base, #4F157F);
  color: var(--theme_base, #4F157F); }
  .plink.plink_type_box_base:hover {
    background-color: var(--theme_base, #4F157F); }

.plink.plink_type_box_flip_base {
  border-color: var(--theme_base, #4F157F);
  background-color: var(--theme_base, #4F157F); }
  .plink.plink_type_box_flip_base:hover {
    color: var(--theme_base, #4F157F); }
    .plink.plink_type_box_flip_base:hover::before, .plink.plink_type_box_flip_base:hover::after {
      color: var(--theme_base, #4F157F) !important; }

.plink.plink_type_box_strong_base {
  border-color: var(--theme_base, #4F157F);
  color: var(--theme_base, #4F157F); }
  .plink.plink_type_box_strong_base:hover {
    background-color: var(--theme_base, #4F157F); }

.plist.plist_type_order_circle_base .plist__item::before {
  background-color: var(--theme_base, #4F157F); }

.plist.plist_type_qa_base .plist__head::before {
  color: var(--theme_base, #4F157F);
  border-color: var(--theme_base, #4F157F); }

.plist.plist_type_qa_base .plist__body::before {
  background-color: var(--theme_base, #4F157F);
  border-color: var(--theme_base, #4F157F); }

.plist.plist_type_qa_base .plist__body-title {
  color: var(--theme_base, #4F157F); }

.plist.plist_type_column_head_clr_base .plist__head {
  color: var(--theme_base, #4F157F); }

.ptable_base thead th {
  background-color: var(--theme_base, #4F157F); }

.ptable_base tbody th.main {
  background-color: var(--theme_base, #4F157F); }

.table_calendar_base thead th a.calendar-item::before,
.table_calendar_base thead td a.calendar-item::before,
.table_calendar_base tbody th a.calendar-item::before,
.table_calendar_base tbody td a.calendar-item::before {
  background-color: var(--theme_base, #4F157F); }

.color__base {
  color: var(--theme_base, #4F157F); }

.ptitle_pt4_base::after {
  background-color: var(--theme_base, #4F157F); }

.ptitle_pt4_base .ptitle__title-sub {
  color: var(--theme_base, #4F157F); }

.ptitle_t3_base::after {
  background-color: var(--theme_base, #4F157F); }

.ptitle_t5_base {
  color: var(--theme_base, #4F157F); }

.ptitle_t7_base {
  background-color: var(--theme_base, #4F157F); }

.ptitle_ct3_base .ptitle__title-jp {
  color: var(--theme_base, #4F157F); }

.ptitle_ct5_base .ptitle__title-num {
  color: var(--theme_base, #4F157F); }
  .ptitle_ct5_base .ptitle__title-num::after {
    background-color: var(--theme_base, #4F157F); }

.ptitle_ct6_base .ptitle__title-en {
  color: var(--theme_base, #4F157F); }

.pbox_t2_base {
  border-color: var(--theme_base, #4F157F); }

.pbox_col2_base .pbox__head {
  background-color: var(--theme_base, #4F157F); }

.pbox_clr_base {
  background-color: var(--theme_base, #4F157F); }

.pbox_clr_black-base {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme_black, #000)), color-stop(50%, var(--theme_black, #000)), color-stop(50%, var(--theme_base, #4F157F)), to(var(--theme_base, #4F157F)));
  background: linear-gradient(90deg, var(--theme_black, #000) 0%, var(--theme_black, #000) 50%, var(--theme_base, #4F157F) 50%, var(--theme_base, #4F157F) 100%); }

.ptag__item_type_border.ptag__item_tag1_base {
  border-color: var(--theme_base, #4F157F) !important;
  color: var(--theme_base, #4F157F) !important; }

@media (min-width: 1280px) {
  .fac.fac_home .gnav_fac {
    display: block; }
    .fac.fac_home .gnav_fac-wrap {
      height: 40px; } }

.fac.fac_home .pickup .slick-arrow {
  z-index: 1;
  top: 100px; }
  @media (max-width: 999.98px) {
    .fac.fac_home .pickup .slick-arrow {
      top: 10vw; } }
  @media (max-width: 767.98px) {
    .fac.fac_home .pickup .slick-arrow {
      top: 30vw; } }

.fac.fac_home .pickup .slick-list {
  overflow: visible; }

.fac.fac_home .pickup .slick-slide {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.4; }
  .fac.fac_home .pickup .slick-slide.is-active-next, .fac.fac_home .pickup .slick-slide.slick-active {
    opacity: 1; }

.cms-text {
  overflow: hidden; }
  .cms-text p {
    margin-bottom: 0; }

[data-bgimage] {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  @media (min-width: 768px) {
    [data-bgimage] {
      background-attachment: fixed !important; } }

.mfp-bg {
  z-index: 1072; }

.mfp-wrap {
  z-index: 1072; }

.mfp-bg {
  background: #333;
  opacity: 0.7; }

.mfp-container.mfp-inline-holder .mfp-content {
  max-width: 800px;
  margin: 60px 0;
  background: #fff; }
  .mfp-container.mfp-inline-holder .mfp-content::-webkit-scrollbar {
    width: 8px;
    background: #eee; }
  .mfp-container.mfp-inline-holder .mfp-content::-webkit-scrollbar-track {
    border-radius: 10px; }
  .mfp-container.mfp-inline-holder .mfp-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2); }
  .mfp-container.mfp-inline-holder .mfp-content-in {
    padding: 60px; }
    @media (max-width: 767.98px) {
      .mfp-container.mfp-inline-holder .mfp-content-in {
        padding: 60px 20px; } }

.mfp-container.mfp-inline-holder .mfp-close {
  top: 10px;
  right: 10px;
  color: #fff !important;
  background: #d3d3d3 !important;
  border-radius: 50%;
  font-size: 4rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  padding-top: 2px; }
  .mfp-container.mfp-inline-holder .mfp-close:active {
    top: 10px; }

.cont-mv {
  z-index: 2;
  background: #fff; }
  .cont-mv_t1 {
    position: relative;
    padding-left: 70px; }
    @media (min-width: 768px) {
      .cont-mv_t1 {
        margin-bottom: 120px; } }
    @media (max-width: 767.98px) {
      .cont-mv_t1 {
        margin-bottom: 120px; } }
    @media (min-width: 768px) {
      .cont-mv_t1 {
        padding-left: 168px;
        margin-bottom: 0; } }
    .cont-mv_t1 .cont-mv__movie {
      height: 416px; }
      @media (min-width: 768px) {
        .cont-mv_t1 .cont-mv__movie {
          height: 590px; } }
  .cont-mv_t2 {
    position: relative; }
    @media (min-width: 768px) {
      .cont-mv_t2 {
        padding-right: 108px; } }
  .cont-mv_t4 {
    position: relative; }
    .cont-mv_t4 .cont-mv__movie, .cont-mv_t4 .cont-mv__slide_wide {
      position: relative; }
      .cont-mv_t4 .cont-mv__movie::after, .cont-mv_t4 .cont-mv__slide_wide::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000;
        opacity: 0.1;
        z-index: 3; }
    .cont-mv_t4 .cont-mv__slide_wide::after {
      opacity: 0.2; }
  .cont-mv__ttl_t1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%; }
    @media (min-width: 768px) {
      .cont-mv__ttl_t1 {
        width: 168px; } }
  .cont-mv__ttl_t2 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%; }
    .cont-mv__ttl_t2 .cont-mv__ttl-inner {
      background-color: #fff;
      position: relative;
      z-index: 3;
      padding-top: 30px; }
      .cont-mv__ttl_t2 .cont-mv__ttl-inner::before {
        content: '';
        position: absolute;
        display: block;
        background: #fff;
        right: 100%;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: 4; }
        @media (min-width: 1478px) {
          .cont-mv__ttl_t2 .cont-mv__ttl-inner::before {
            width: 50vw; } }
      @media (min-width: 1478px) {
        .cont-mv__ttl_t2 .cont-mv__ttl-inner {
          padding: 30px 0 0; } }
    .cont-mv__ttl_t2 .cont-mv__ttl-cat {
      position: absolute;
      display: inline-block;
      padding: 5px 20px;
      padding-left: 0;
      background: var(--theme_black, #000);
      left: 0;
      bottom: 100%;
      color: #fff;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      z-index: 5; }
      .cont-mv__ttl_t2 .cont-mv__ttl-cat::before {
        content: '';
        position: absolute;
        background: var(--theme_black, #000);
        right: 100%;
        top: 0;
        width: 50vw;
        height: 100%; }
        @media (min-width: 1478px) {
          .cont-mv__ttl_t2 .cont-mv__ttl-cat::before {
            width: 50vw; } }
  .cont-mv__ttl_t3 {
    height: 340px;
    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; }
    @media (min-width: 768px) {
      .cont-mv__ttl_t3 {
        height: 370px; } }
  .cont-mv__ttl_t4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    z-index: 5; }
    @media (min-width: 768px) {
      .cont-mv__ttl_t4 {
        bottom: 60px;
        left: 60px; } }
  .cont-mv__ttl_t5 {
    height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .cont-mv__ttl_t5 {
        height: 400px; } }
  .cont-mv__lead_t4 {
    color: #fff;
    font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    font-weight: 400;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 5; }
    @media (min-width: 768px) {
      .cont-mv__lead_t4 {
        font-size: 2.6rem; } }
    @media (max-width: 767.98px) {
      .cont-mv__lead_t4 {
        font-size: 2rem; } }
    @media (min-width: 768px) {
      .cont-mv__lead_t4 {
        top: 68px;
        right: 90px; } }
  .cont-mv__movie, .cont-mv__pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 560px; }
    @media (min-width: 768px) {
      .cont-mv__movie, .cont-mv__pic {
        height: 590px; } }
    .cont-mv__movie-inner, .cont-mv__movie-item, .cont-mv__pic-inner, .cont-mv__pic-item {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cont-mv__slide {
    position: relative;
    z-index: 5; }
    @media (min-width: 768px) {
      .cont-mv__slide {
        padding-bottom: 120px; } }
    @media (max-width: 767.98px) {
      .cont-mv__slide {
        padding-bottom: 120px; } }
    .cont-mv__slide .sys-info__text {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .cont-mv .mv-info {
    height: auto;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 3;
    color: #fff;
    width: 100%; }
    @media (max-width: 767.98px) {
      .cont-mv .mv-info {
        position: relative;
        margin-left: -70px;
        width: 100vw; } }
    @media (min-width: 768px) {
      .cont-mv .mv-info {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 776px;
        max-width: 70%; } }
    .cont-mv .mv-info__box {
      padding: 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media (min-width: 768px) {
        .cont-mv .mv-info__box {
          padding: 20px 30px; } }
    .cont-mv .mv-info__ttl {
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 8px; }
      .cont-mv .mv-info__ttl-ico {
        margin-right: 5px;
        width: 1.2em; }
    .cont-mv .mv-info__list {
      margin: 0;
      padding: 0;
      list-style: none; }
    .cont-mv .mv-info__item:not(:last-child) {
      margin-bottom: 5px; }
    .cont-mv .mv-info__link {
      border-bottom: 1px solid #fff;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cont-mv .mv-info__link:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 0.6; }
      .cont-mv .mv-info__link-date {
        width: 6em;
        display: block; }
        @media (min-width: 768px) {
          .cont-mv .mv-info__link-date {
            font-size: 1.4rem; } }
        @media (max-width: 767.98px) {
          .cont-mv .mv-info__link-date {
            font-size: 1.4rem; } }
      .cont-mv .mv-info__link-txt {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100vw - 84px - 6em - 40px); }
        @media (min-width: 768px) {
          .cont-mv .mv-info__link-txt {
            width: 16em; } }

.cont-inner {
  position: relative; }
  @media (min-width: 1280px) {
    .cont-inner {
      min-height: 960px; } }
  @media (min-width: 768px) {
    .cont-inner_t2 {
      padding-top: 120px; } }
  @media (max-width: 767.98px) {
    .cont-inner_t2 {
      padding-top: 90px; } }
  @media (min-width: 768px) {
    .cont-inner_t4 {
      padding-top: 120px; } }
  @media (max-width: 767.98px) {
    .cont-inner_t4 {
      padding-top: 80px; } }

.links, .recommend, .fac-campus, .fac-more {
  height: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .links__inner, .recommend__inner, .fac-campus__inner, .fac-more__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%; } }
  .links__ttl, .recommend__ttl, .fac-campus__ttl, .fac-more__ttl {
    width: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative; }
    @media (max-width: 767.98px) {
      .links__ttl, .recommend__ttl, .fac-campus__ttl, .fac-more__ttl {
        position: absolute;
        top: 0;
        right: 20px;
        padding-top: 100px; } }
  .links__body, .recommend__body, .fac-campus__body, .fac-more__body {
    position: relative;
    padding: 60px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 767.98px) {
      .links__body, .recommend__body, .fac-campus__body, .fac-more__body {
        padding-right: 54px; } }
    .links__body .sys-info__text::before, .recommend__body .sys-info__text::before, .fac-campus__body .sys-info__text::before, .fac-more__body .sys-info__text::before {
      color: #fff !important; }

@media (min-width: 768px) {
  .links__inner, .fac-more__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.links__inner .plist.plist_type_link_noborder .plist__link, .fac-more__inner .plist.plist_type_link_noborder .plist__link {
  padding: 0.2em; }

.more-cont {
  -webkit-transition: all 0.5;
  transition: all 0.5; }
  .more-cont__item:nth-child(n + 3) {
    display: none; }
  @media (max-width: 999.98px) {
    .more-cont__item:nth-child(n + 2) {
      display: none; } }
  .more-cont__link {
    display: none; }
  .more-cont_3 .more-cont__item:nth-child(3) {
    display: block; }
  .more-cont_3 .more-cont__item:nth-child(n + 4) {
    display: none; }
  @media (max-width: 999.98px) {
    .more-cont_3 .more-cont__item:nth-child(2) {
      display: block; }
    .more-cont_3 .more-cont__item:nth-child(n + 3) {
      display: none; } }

@media (min-width: 768px) {
  .sitemap .pcollapse__head {
    font-size: 1.6rem; } }

@media (max-width: 767.98px) {
  .sitemap .pcollapse__head {
    font-size: 1.4rem; } }

.sitemap .pcollapse__toggle {
  padding: 0;
  margin: 0.5em 0;
  padding-right: 2.5em !important;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .sitemap .pcollapse__toggle {
      font-size: 1.6rem; } }
  @media (max-width: 767.98px) {
    .sitemap .pcollapse__toggle {
      font-size: 1.4rem; } }
  .sitemap .pcollapse__toggle::after {
    right: 15px;
    -webkit-transition: all 0s;
    transition: all 0s;
    top: 0.5em; }
    @media (min-width: 768px) {
      .sitemap .pcollapse__toggle::after {
        font-size: 2rem; } }
    @media (max-width: 767.98px) {
      .sitemap .pcollapse__toggle::after {
        font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .sitemap .pcollapse__toggle[aria-expanded="true"]::after {
      font-size: 1.8rem; } }
  @media (max-width: 767.98px) {
    .sitemap .pcollapse__toggle[aria-expanded="true"]::after {
      font-size: 1.6rem; } }

.sitemap .plink_type_box_noborder.plink_type_box_arrow_rr {
  padding-right: 2.5em !important;
  margin: 0.5em 0; }
  .sitemap .plink_type_box_noborder.plink_type_box_arrow_rr::after {
    top: 0.7em; }

.sitemap .plist.plist_type_link {
  line-height: 1.4;
  margin-bottom: 0.4em; }

.sitemap .plink.plink_type_inline.plink_type_inline_arrow_lr {
  margin: 0.4em 0; }

.sitemap .pcollapse__content > .plist.plist_type_link > li > .plink_type_inline_arrow_lr {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.img-wrap {
  position: relative; }
  .img-wrap__front_ttl_v {
    position: absolute;
    top: 15px;
    left: -0.2em;
    line-height: 1;
    letter-spacing: normal;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff;
    margin: 0;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .img-wrap__front_ttl_v {
        font-size: 8rem; } }
    @media (max-width: 767.98px) {
      .img-wrap__front_ttl_v {
        font-size: 6rem; } }
    @media (max-width: 999.98px) {
      .img-wrap__front_ttl_v {
        font-size: 8vw; } }
    @media (max-width: 767.98px) {
      .img-wrap__front_ttl_v {
        font-size: 6rem; } }
  .img-wrap__front_ttl_h {
    position: absolute;
    bottom: 15px;
    left: 20px;
    line-height: 1;
    letter-spacing: normal;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff;
    margin: 0; }
    @media (min-width: 768px) {
      .img-wrap__front_ttl_h {
        font-size: 8rem; } }
    @media (max-width: 767.98px) {
      .img-wrap__front_ttl_h {
        font-size: 4rem; } }
    @media (max-width: 999.98px) {
      .img-wrap__front_ttl_h {
        bottom: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%;
        text-align: center; } }
  .img-wrap__front_rb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 600px;
    max-width: calc(100% - 430px);
    z-index: 2; }
    @media (max-width: 999.98px) {
      .img-wrap__front_rb {
        position: relative;
        width: 90%;
        max-width: 90%;
        margin: -20px 5% 0; } }

.btm-border {
  padding-bottom: 60px;
  position: relative; }
  .btm-border::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 40px;
    background-color: #333;
    bottom: 0;
    left: 50%; }

.after-txt_x {
  position: relative; }
  .after-txt_x::after {
    position: absolute;
    content: '×';
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    top: 50%;
    left: calc(100% + 30px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1; }
    @media (min-width: 768px) {
      .after-txt_x::after {
        font-size: 9.6rem; } }
    @media (max-width: 767.98px) {
      .after-txt_x::after {
        font-size: 8rem; } }
    @media (max-width: 999.98px) {
      .after-txt_x::after {
        top: calc(100% + 30px - 0.05em);
        left: 50%; } }

#___gcse_0 {
  margin-bottom: 40px; }
  #___gcse_0 * {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  #___gcse_0 .gsc-input-box {
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0; }
  #___gcse_0 .gsc-result .gs-title {
    overflow: visible; }
  #___gcse_0 .gsc-table-result,
  #___gcse_0 .gsc-thumbnail-inside,
  #___gcse_0 .gsc-url-top {
    padding-left: 0; }
  #___gcse_0 .gsc-cursor-box.gs-bidi-start-align {
    text-align: center; }
    #___gcse_0 .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
      padding: 5px 10px;
      display: inline-block;
      background-color: #eee;
      border: 1px #ccc solid;
      color: var(--theme_black, #000); }
    #___gcse_0 .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-current-page {
      background-color: var(--theme_main, #4F157F);
      color: #fff; }
  #___gcse_0 .gsc-control-cse {
    padding: 0; }
  #___gcse_0 .gsc-control-wrapper-cse form {
    background-color: #eee;
    padding: 12px 20px;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important; }
  #___gcse_0 .gsc-search-button svg {
    width: 13px;
    height: 20px;
    max-width: 13px; }
  #___gcse_0 .gsc-search-button-v2 {
    background-color: var(--theme_main, #4F157F);
    border-color: var(--theme_main, #4F157F);
    border-radius: 0;
    padding: 11px 20px; }
  #___gcse_0 .gscb_a {
    margin-top: 5px;
    color: rgba(79, 21, 127, 0.5); }
  #___gcse_0 .gs-image::before, #___gcse_0 .gs-image::after {
    display: none !important; }

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