@charset "UTF-8";
.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1230px;
  }
}
.row {
  display: flex;
  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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: 1rem;
  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: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

  .dropdown-menu-xl-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: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  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: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.nav {
  display: flex;
  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-link {
  margin-bottom: -1px;
  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 {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  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: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    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-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    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-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    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-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    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-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    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-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  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-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 1.25rem;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    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: 50%/100% 100% no-repeat;
}

.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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  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: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    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;
}

.pagination {
  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;
  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: 1.25rem;
  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: 0.875rem;
  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;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

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

header {
  width: 100%;
  z-index: 1000;
}
@media (min-width: 576px) {
  header {
    position: absolute;
    top: 0;
  }
}

footer {
  width: 100%;
  margin-top: 20px;
}
footer #navbarFooter {
  position: absolute;
  bottom: 55px;
  width: 100%;
}
footer .back-top {
  display: none;
  margin: 0;
  padding-right: 20px;
}
footer .back-top a {
  color: #e1eaf4;
}
@media (min-width: 768px) {
  footer {
    margin-top: 40px;
  }
  footer .navbar-toggler {
    display: none;
  }
  footer .back-top {
    display: inline;
  }
}

.container {
  padding: 20px;
}

.wp-block-image img {
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
  color: #db0872;
}

ul {
  margin: 0;
}

.display-1 {
  font-size: calc(8 * 1vw);
  line-height: calc(8 * 1vw);
  font-family: Oswald;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #db0872;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 102px;
    line-height: 97px;
  }
}

h1 {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: white;
  font-size: calc(8 * 1vw);
  line-height: calc(8 * 1vw);
}
@media (min-width: 576px) {
  h1 {
    font-size: calc(5 * 1vw);
    line-height: calc(5 * 1vw);
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 68px;
    line-height: 60px;
  }
}

h2 {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(6 * 1.1vw);
  line-height: calc(6 * 1.1vw);
  text-transform: capitalize;
  color: black;
  text-align: left;
  margin-top: 0;
}
@media (min-width: 576px) {
  h2 {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 33px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-family: Hind;
    font-weight: 500;
    font-size: 41px;
    line-height: 50px;
  }
}

h3 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

p {
  text-align: left;
  word-break: break-word;
}

.label {
  color: #525252;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  left: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .label {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .label {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .label {
    font-size: 25px;
  }
}

.label-small {
  color: #525252;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  right: 0;
}
@media (min-width: 1200px) {
  .label-small {
    font-size: 17px;
  }
}

.section-heading,
.section-heading > a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  color: #db0872;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-heading,
.section-heading > a {
    font-size: 37px;
    line-height: 43px;
  }
}
@media (min-width: 1200px) {
  .section-heading,
.section-heading > a {
    font-size: 58px;
    line-height: 97px;
    margin-bottom: 30px;
  }
}

.more-link a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #db0872;
  float: right;
  padding-bottom: 2px;
  border-bottom: 2px solid #db0872;
}
@media (min-width: 768px) {
  .more-link a {
    font-size: 25px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .more-link a {
    font-size: 41px;
    padding-bottom: 15px;
    border-bottom: 4px solid #db0872;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.image-overlay {
  background-color: #272b34;
  padding: 0;
  object-fit: cover;
}

.navbar {
  background: rgba(137, 156, 176, 0.8);
  padding: 0 10px;
  height: 55px;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding: 0;
  }
}
.navbar .container {
  padding: 0;
}
.navbar .navbar-brand {
  padding: 0;
  font-size: 0;
}
.navbar .navbar-brand img {
  height: auto;
  width: 55px;
}
@media (min-width: 992px) {
  .navbar .navbar-brand img {
    width: 64px;
  }
}
.navbar .navbar-collapse:not(.show) {
  padding-left: 65px;
}
.navbar .navbar-nav {
  justify-content: space-between;
  width: 100%;
}
.navbar .navbar-nav .nav-item {
  align-items: center;
  display: flex;
}
.navbar .navbar-nav .nav-item a {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #e1eaf4;
  text-transform: uppercase;
  text-align: center;
  line-height: 19px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-item a {
    line-height: 35px;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item a {
    line-height: 19px;
    font-size: 18px;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 0;
}
.navbar .navbar-nav .nav-item .nav-link span {
  max-width: 110px;
  display: block;
}
.navbar .navbar-nav .dropdown-menu {
  background-color: #c7d1dd;
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  right: auto;
  left: 50%;
  width: 100%;
  max-width: 180px;
  min-width: 170px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 12px 10px;
  white-space: break-spaces;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:active,
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: rgba(158, 174, 191, 0.3);
}
@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown-menu {
    transform: translate(-50%, 0);
  }
}
.navbar .navbar-nav .menu-item-has-children li a {
  color: black;
  font-weight: 300;
}
.navbar .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar .navbar-nav .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.navbar .navbar-nav .dropdown-toggle {
  cursor: default;
  white-space: break-spaces;
}
.navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.navbar .navbar-toggler {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}
@media (min-width: 992px) {
  .navbar .navbar-toggler {
    font-size: inherit;
  }
}
.navbar .show,
.navbar .collapsing {
  background-color: white;
  z-index: 120;
  padding: 24px !important;
}
.navbar .show *,
.navbar .collapsing * {
  max-width: none !important;
}
.navbar .show a,
.navbar .collapsing a {
  color: black !important;
  text-align: left !important;
}
.navbar .show .nav-item,
.navbar .collapsing .nav-item {
  flex-direction: column;
  align-items: baseline;
}
.navbar .show .dropdown-menu,
.navbar .collapsing .dropdown-menu {
  background-color: white;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: block;
}
.navbar .show .dropdown-menu li a,
.navbar .collapsing .dropdown-menu li a {
  line-height: 7px !important;
}
@media (min-width: 768px) {
  .navbar .show .dropdown-menu li a,
.navbar .collapsing .dropdown-menu li a {
    line-height: 7px !important;
    padding: 12px 0;
  }
}

.hero {
  background-size: cover;
  height: calc(265 * 0.3vw);
}
@media (min-width: 576px) {
  .hero {
    height: calc(175 * 0.3vw);
  }
}
@media (min-width: 992px) {
  .hero {
    height: calc(135 * 0.3vw);
  }
}
@media (min-width: 1200px) {
  .hero {
    height: 420px;
  }
}
.hero .absolute-wrapper {
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
}
.hero .container {
  padding: 0;
}
.hero .hero-text h1 {
  align-items: flex-start;
}
@media (min-width: 576px) {
  .hero .hero-text h1 {
    height: calc(calc(175 * 0.3vw) / 2);
  }
}
@media (min-width: 992px) {
  .hero .hero-text h1 {
    height: calc(calc(135 * 0.3vw) / 2);
  }
}
@media (min-width: 1200px) {
  .hero .hero-text h1 {
    height: calc(420px / 2);
  }
}
.hero .subtitle {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: calc(2.9 * 1.1vw);
  text-align: right;
  color: #9194a5;
  margin-top: 0px;
  float: right;
}
@media (min-width: 992px) {
  .hero .subtitle {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .hero .subtitle {
    font-size: 31px;
  }
}

.page-home .hero {
  background-position: 28%;
  height: 170px;
}
@media (min-width: 576px) {
  .page-home .hero {
    background-position: 35%;
    height: 315px;
  }
}
@media (min-width: 992px) {
  .page-home .hero {
    height: 375px;
  }
}
@media (min-width: 1200px) {
  .page-home .hero {
    height: 416px;
  }
}
.page-home .hero .hero-text h1 {
  margin-top: 25px;
  text-align: right;
  align-items: flex-end;
}
@media (min-width: 576px) {
  .page-home .hero .hero-text h1 {
    margin-top: 55px;
    height: calc(315px / 2);
  }
}
@media (min-width: 992px) {
  .page-home .hero .hero-text h1 {
    margin-top: calc(60px + 20px);
    height: calc(375px / 2);
  }
}

.carousel-wrapper {
  padding: 0;
}
@media (min-width: 1200px) {
  .carousel-wrapper {
    padding-top: 40px;
  }
}

.carousel {
  height: 265px;
}
.carousel .carousel-caption {
  text-align: left;
}
.carousel .carousel-indicators {
  z-index: 100;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .carousel .carousel-indicators {
    top: 10px;
    left: inherit;
    bottom: inherit;
    margin-right: 3%;
    margin-top: 4px;
  }
}
.carousel .carousel-indicators li {
  background-color: transparent;
  border: 1px solid #9eaebf;
  padding: 1px;
}
@media (min-width: 1200px) {
  .carousel .carousel-indicators li {
    border: 2px solid #9eaebf;
    padding: 2px;
  }
}
.carousel .carousel-indicators .active {
  background-color: #9eaebf;
  border: none;
}
@media (min-width: 1200px) {
  .carousel {
    height: 416px;
  }
}
.carousel img {
  height: 265px;
  opacity: 30%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .carousel img {
    height: 416px;
  }
}
.carousel .carousel-mobile,
.carousel .carousel-desktop {
  margin: 20px;
  right: 0;
  left: 0;
  top: 0;
  margin-bottom: 14px;
  padding: 9px;
}
.carousel .carousel-desktop {
  height: 100%;
  width: 85%;
}
.carousel .carousel-desktop h2 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .carousel .carousel-desktop h2 {
    height: 50%;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-desktop {
    margin-top: 0;
    top: 0;
  }
  .carousel .carousel-desktop .featured-excerpt {
    margin-top: 0px;
  }
}
.carousel .carousel-mobile {
  background-color: rgba(209, 64, 136, 0.75);
}
@media (min-width: 768px) {
  .carousel .carousel-mobile {
    display: none;
  }
}
.carousel .carousel-mobile h2 {
  margin-bottom: 0;
  height: 40%;
  display: flex;
  align-items: flex-end;
}
.carousel .carousel-mobile .carousel-image-link {
  position: absolute;
  height: 100%;
}
.carousel .carousel-top-link {
  z-index: 50;
  width: 100%;
  height: 265px;
  position: absolute;
}
@media (min-width: 1200px) {
  .carousel .carousel-top-link {
    height: 416px;
  }
}
.carousel .image-overlay {
  height: 265px;
  background-color: #272b34;
  padding: 0;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .carousel .image-overlay {
    height: 416px;
  }
}
.carousel .carousel-indicators {
  margin-bottom: 17px;
}
.carousel .featured-excerpt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .carousel .featured-excerpt {
    color: black;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .carousel .featured-excerpt {
    font-size: 20px;
    line-height: 34px;
  }
}
.carousel .article-labels {
  width: 100%;
  display: block;
}
.carousel .label {
  margin: 0;
  z-index: 100;
  color: #9eaebf;
}
@media (min-width: 1200px) {
  .carousel .label {
    font-size: 25px;
  }
}
.carousel .category {
  padding-right: 10px;
}
.carousel .date {
  padding-left: 10px;
}
@media (min-width: 1200px) and (hover: hover) {
  .carousel:hover .carousel-desktop-wrapper {
    background-color: #d14088;
  }
  .carousel:hover .featured-excerpt {
    color: white;
  }
  .carousel:hover .image-overlay img {
    opacity: 100%;
  }
}

.carousel-desktop-wrapper {
  background-color: transparent;
  transition: 0.3s;
}

.card {
  height: 190px;
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}
@media (min-width: 1200px) {
  .card {
    height: 265px;
  }
}
.card .image-overlay {
  transition: 0.3s;
  height: 100%;
}
.card .card-body p {
  font-size: 17px;
  line-height: 23px;
  color: white;
  z-index: 100;
  position: absolute;
  display: flex;
  opacity: 0;
  align-items: flex-end;
  height: 265px;
  padding: 25px;
  padding-bottom: 35px;
  transition: 0.3s;
}
.card .article-card-title h3 {
  transition: 0.3s;
  top: 0;
  height: 265px;
  display: flex;
  align-items: center;
}
.card .article-card-image {
  position: relative;
  height: 100%;
}
.card .article-card-image .card-image-link {
  width: 100%;
  height: 100%;
}
.card .article-card-image .article-link {
  height: 100%;
  width: 100%;
}
.card .article-card-image .article-link h3 {
  position: absolute;
  width: 100%;
  padding: 15% 22px 5% 22px;
  z-index: 10;
  color: white;
  height: 100%;
  align-items: center;
}
.card .article-card-image .article-excerpt-link {
  width: 100%;
  height: 100%;
}
.card .article-card-image a {
  position: absolute;
  color: #c7c7c7;
}
.card .article-card-image .category {
  text-align: right;
  padding-right: 25px;
  padding-top: 15px;
  z-index: 110;
  text-transform: uppercase;
  transition: 0.5s;
}
@media (hover: hover) {
  .card .article-card-image .category:hover {
    color: white;
    font-weight: 600;
  }
}
.card .article-card-image img {
  opacity: 30%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .card:hover .image-overlay,
.card h3:hover .image-overlay {
    background-color: #a11c5f;
  }
  .card:hover .image-overlay img,
.card h3:hover .image-overlay img {
    opacity: 5%;
  }
  .card:hover .article-card-title h3,
.card h3:hover .article-card-title h3 {
    top: -50px;
  }
  .card:hover .card-body p,
.card h3:hover .card-body p {
    opacity: 1;
  }
}

.project .article-card-image .grey-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.7);
}

.featured-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 18%;
  transition: 0.3s;
}

.single:not(.page-home) .hero,
.page:not(.page-home) .hero,
.blog:not(.page-home) .hero,
.archive:not(.page-home) .hero,
.error404:not(.page-home) .hero {
  padding: 0;
}
.single:not(.page-home) .hero .container,
.page:not(.page-home) .hero .container,
.blog:not(.page-home) .hero .container,
.archive:not(.page-home) .hero .container,
.error404:not(.page-home) .hero .container {
  padding: 0 20px;
}
.single:not(.page-home) .hero .article-info,
.single:not(.page-home) .hero .page-info,
.page:not(.page-home) .hero .article-info,
.page:not(.page-home) .hero .page-info,
.blog:not(.page-home) .hero .article-info,
.blog:not(.page-home) .hero .page-info,
.archive:not(.page-home) .hero .article-info,
.archive:not(.page-home) .hero .page-info,
.error404:not(.page-home) .hero .article-info,
.error404:not(.page-home) .hero .page-info {
  z-index: 5;
  width: 93%;
  height: calc(265 * 0.3vw);
}
@media (min-width: 576px) {
  .single:not(.page-home) .hero .article-info,
.single:not(.page-home) .hero .page-info,
.page:not(.page-home) .hero .article-info,
.page:not(.page-home) .hero .page-info,
.blog:not(.page-home) .hero .article-info,
.blog:not(.page-home) .hero .page-info,
.archive:not(.page-home) .hero .article-info,
.archive:not(.page-home) .hero .page-info,
.error404:not(.page-home) .hero .article-info,
.error404:not(.page-home) .hero .page-info {
    width: 100%;
    margin-bottom: 17px;
    height: calc(175 * 0.3vw);
  }
}
@media (min-width: 992px) {
  .single:not(.page-home) .hero .article-info,
.single:not(.page-home) .hero .page-info,
.page:not(.page-home) .hero .article-info,
.page:not(.page-home) .hero .page-info,
.blog:not(.page-home) .hero .article-info,
.blog:not(.page-home) .hero .page-info,
.archive:not(.page-home) .hero .article-info,
.archive:not(.page-home) .hero .page-info,
.error404:not(.page-home) .hero .article-info,
.error404:not(.page-home) .hero .page-info {
    height: calc(135 * 0.3vw);
  }
}
@media (min-width: 1200px) {
  .single:not(.page-home) .hero .article-info,
.single:not(.page-home) .hero .page-info,
.page:not(.page-home) .hero .article-info,
.page:not(.page-home) .hero .page-info,
.blog:not(.page-home) .hero .article-info,
.blog:not(.page-home) .hero .page-info,
.archive:not(.page-home) .hero .article-info,
.archive:not(.page-home) .hero .page-info,
.error404:not(.page-home) .hero .article-info,
.error404:not(.page-home) .hero .page-info {
    margin-bottom: 17px;
    height: 420px;
  }
}
.single:not(.page-home) .hero .page-info h1,
.page:not(.page-home) .hero .page-info h1,
.blog:not(.page-home) .hero .page-info h1,
.archive:not(.page-home) .hero .page-info h1,
.error404:not(.page-home) .hero .page-info h1 {
  font-size: calc(14 * 1vw);
  line-height: calc(14 * 1vw);
}
@media (min-width: 576px) {
  .single:not(.page-home) .hero .page-info h1,
.page:not(.page-home) .hero .page-info h1,
.blog:not(.page-home) .hero .page-info h1,
.archive:not(.page-home) .hero .page-info h1,
.error404:not(.page-home) .hero .page-info h1 {
    font-size: calc(11 * 1vw);
    line-height: calc(11 * 1vw);
  }
}
@media (min-width: 1200px) {
  .single:not(.page-home) .hero .page-info h1,
.page:not(.page-home) .hero .page-info h1,
.blog:not(.page-home) .hero .page-info h1,
.archive:not(.page-home) .hero .page-info h1,
.error404:not(.page-home) .hero .page-info h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
.single:not(.page-home) .hero .image-overlay,
.page:not(.page-home) .hero .image-overlay,
.blog:not(.page-home) .hero .image-overlay,
.archive:not(.page-home) .hero .image-overlay,
.error404:not(.page-home) .hero .image-overlay {
  height: calc(265 * 0.3vw);
}
@media (min-width: 576px) {
  .single:not(.page-home) .hero .image-overlay,
.page:not(.page-home) .hero .image-overlay,
.blog:not(.page-home) .hero .image-overlay,
.archive:not(.page-home) .hero .image-overlay,
.error404:not(.page-home) .hero .image-overlay {
    height: calc(175 * 0.3vw);
  }
}
@media (min-width: 992px) {
  .single:not(.page-home) .hero .image-overlay,
.page:not(.page-home) .hero .image-overlay,
.blog:not(.page-home) .hero .image-overlay,
.archive:not(.page-home) .hero .image-overlay,
.error404:not(.page-home) .hero .image-overlay {
    height: calc(135 * 0.3vw);
  }
}
@media (min-width: 1200px) {
  .single:not(.page-home) .hero .image-overlay,
.page:not(.page-home) .hero .image-overlay,
.blog:not(.page-home) .hero .image-overlay,
.archive:not(.page-home) .hero .image-overlay,
.error404:not(.page-home) .hero .image-overlay {
    height: 420px;
  }
}
.single:not(.page-home) .hero h1,
.page:not(.page-home) .hero h1,
.blog:not(.page-home) .hero h1,
.archive:not(.page-home) .hero h1,
.error404:not(.page-home) .hero h1 {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  margin: 0;
}
@media (min-width: 576px) {
  .single:not(.page-home) .hero h1,
.page:not(.page-home) .hero h1,
.blog:not(.page-home) .hero h1,
.archive:not(.page-home) .hero h1,
.error404:not(.page-home) .hero h1 {
    padding-top: 55px;
  }
}
@media (min-width: 768px) {
  .single:not(.page-home) .hero h1,
.page:not(.page-home) .hero h1,
.blog:not(.page-home) .hero h1,
.archive:not(.page-home) .hero h1,
.error404:not(.page-home) .hero h1 {
    padding-top: 60px;
  }
}
.single:not(.page-home) .hero .article-labels a,
.single:not(.page-home) .hero .article-labels p,
.page:not(.page-home) .hero .article-labels a,
.page:not(.page-home) .hero .article-labels p,
.blog:not(.page-home) .hero .article-labels a,
.blog:not(.page-home) .hero .article-labels p,
.archive:not(.page-home) .hero .article-labels a,
.archive:not(.page-home) .hero .article-labels p,
.error404:not(.page-home) .hero .article-labels a,
.error404:not(.page-home) .hero .article-labels p {
  color: #c7c7c7;
}
@media (min-width: 768px) {
  .single:not(.page-home) .hero .article-labels a,
.single:not(.page-home) .hero .article-labels p,
.page:not(.page-home) .hero .article-labels a,
.page:not(.page-home) .hero .article-labels p,
.blog:not(.page-home) .hero .article-labels a,
.blog:not(.page-home) .hero .article-labels p,
.archive:not(.page-home) .hero .article-labels a,
.archive:not(.page-home) .hero .article-labels p,
.error404:not(.page-home) .hero .article-labels a,
.error404:not(.page-home) .hero .article-labels p {
    margin: 0;
  }
}
.single:not(.page-home) .hero .article-labels .category,
.page:not(.page-home) .hero .article-labels .category,
.blog:not(.page-home) .hero .article-labels .category,
.archive:not(.page-home) .hero .article-labels .category,
.error404:not(.page-home) .hero .article-labels .category {
  padding-right: 10px;
  text-transform: uppercase;
}
.single:not(.page-home) .hero .article-labels .date,
.page:not(.page-home) .hero .article-labels .date,
.blog:not(.page-home) .hero .article-labels .date,
.archive:not(.page-home) .hero .article-labels .date,
.error404:not(.page-home) .hero .article-labels .date {
  padding-left: 10px;
  margin: 0;
}
@media (min-width: 768px) {
  .single:not(.page-home) .hero .article-labels .date,
.page:not(.page-home) .hero .article-labels .date,
.blog:not(.page-home) .hero .article-labels .date,
.archive:not(.page-home) .hero .article-labels .date,
.error404:not(.page-home) .hero .article-labels .date {
    margin: 4px 0;
  }
}
@media (min-width: 1200px) {
  .single:not(.page-home) .article-content,
.single:not(.page-home) .page-content,
.page:not(.page-home) .article-content,
.page:not(.page-home) .page-content,
.blog:not(.page-home) .article-content,
.blog:not(.page-home) .page-content,
.archive:not(.page-home) .article-content,
.archive:not(.page-home) .page-content,
.error404:not(.page-home) .article-content,
.error404:not(.page-home) .page-content {
    padding-top: 70px;
    width: 1000px;
  }
}
.single:not(.page-home) .article-content p,
.single:not(.page-home) .page-content p,
.page:not(.page-home) .article-content p,
.page:not(.page-home) .page-content p,
.blog:not(.page-home) .article-content p,
.blog:not(.page-home) .page-content p,
.archive:not(.page-home) .article-content p,
.archive:not(.page-home) .page-content p,
.error404:not(.page-home) .article-content p,
.error404:not(.page-home) .page-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.015em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .single:not(.page-home) .article-content p,
.single:not(.page-home) .page-content p,
.page:not(.page-home) .article-content p,
.page:not(.page-home) .page-content p,
.blog:not(.page-home) .article-content p,
.blog:not(.page-home) .page-content p,
.archive:not(.page-home) .article-content p,
.archive:not(.page-home) .page-content p,
.error404:not(.page-home) .article-content p,
.error404:not(.page-home) .page-content p {
    font-size: 18px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .single:not(.page-home) .article-content p,
.single:not(.page-home) .page-content p,
.page:not(.page-home) .article-content p,
.page:not(.page-home) .page-content p,
.blog:not(.page-home) .article-content p,
.blog:not(.page-home) .page-content p,
.archive:not(.page-home) .article-content p,
.archive:not(.page-home) .page-content p,
.error404:not(.page-home) .article-content p,
.error404:not(.page-home) .page-content p {
    font-size: 19px;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  .single:not(.page-home) .article-content,
.page:not(.page-home) .article-content,
.blog:not(.page-home) .article-content,
.archive:not(.page-home) .article-content,
.error404:not(.page-home) .article-content {
    width: 820px;
  }
}

.single .absolute-wrapper {
  height: calc(265 * 0.3vw);
}
@media (min-width: 576px) {
  .single .absolute-wrapper {
    height: calc(175 * 0.3vw);
  }
}
@media (min-width: 992px) {
  .single .absolute-wrapper {
    height: calc(135 * 0.3vw);
  }
}
@media (min-width: 1200px) {
  .single .absolute-wrapper {
    height: 420px;
  }
}
.single .absolute-wrapper .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.single .absolute-wrapper .container .article-info {
  height: initial;
}

.screen-reader-text {
  display: none;
}

.pagination {
  display: block;
}
.pagination .newer {
  float: left;
}
.pagination .older {
  float: right;
}
.pagination a {
  border: 0;
}/*# sourceMappingURL=styles.css.map */