@charset "UTF-8";
.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: #004552 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #001a1f !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: #ef8a21 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ce700f !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: #2c302e !important;
}

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

.bg-link {
  background-color: #0056b3 !important;
}

a.bg-link:hover, a.bg-link:focus,
button.bg-link:hover,
button.bg-link:focus {
  background-color: #003d80 !important;
}

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

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

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !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: #004552 !important;
}

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

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

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

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

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

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

.border-dark {
  border-color: #2c302e !important;
}

.border-link {
  border-color: #0056b3 !important;
}

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

.border-white {
  border-color: #fff !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: 992px) {
  .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: 1260px) {
  .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: 1480px) {
  .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%;
}

.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;
      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;
      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;
      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;
        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;
        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;
        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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 1260px) {
  .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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 1480px) {
  .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;
        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;
        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;
        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: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

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

@media (min-width: 1480px) {
  .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;
          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;
}

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

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

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

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

.position-sticky {
  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: sticky) {
  .sticky-top {
    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;
}

.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;
}

.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;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

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

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

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

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

.ml-8,
.mx-8 {
  margin-left: 2rem !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;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

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

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

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

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

.pl-8,
.px-8 {
  padding-left: 2rem !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-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

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

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

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

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

.ml-n8,
.mx-n8 {
  margin-left: -2rem !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;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2rem !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;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2rem !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;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2rem !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;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2rem !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: 992px) {
  .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;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2rem !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;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2rem !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: 1260px) {
  .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;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2rem !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;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2rem !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: 1480px) {
  .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;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 2rem !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;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -2rem !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: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

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

@media (min-width: 1480px) {
  .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: #004552 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #000506 !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: #ef8a21 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b6630d !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: #2c302e !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #070808 !important;
}

.text-link {
  color: #0056b3 !important;
}

a.text-link:hover, a.text-link:focus {
  color: #003167 !important;
}

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

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

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !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;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.icon-aidkit-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -139px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-aidkit {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -132px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-blog {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 30px;
  min-width: 30px;
  height: 25px;
}

.icon-board-status {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 14px;
}

.icon-book-warning {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -411px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 50px;
  min-width: 50px;
  height: 36px;
}

.icon-download-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -440px;
  background-image: url("../../../resources/images/sprite.png");
  width: 10px;
  min-width: 10px;
  height: 14px;
}

.icon-download {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -504px;
  background-image: url("../../../resources/images/sprite.png");
  width: 10px;
  min-width: 10px;
  height: 14px;
}

.icon-facebook-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -210px;
  background-image: url("../../../resources/images/sprite.png");
  width: 13px;
  min-width: 13px;
  height: 26px;
}

.icon-facebook {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -286px;
  background-image: url("../../../resources/images/sprite.png");
  width: 13px;
  min-width: 13px;
  height: 26px;
}

.icon-find {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -432px;
  background-image: url("../../../resources/images/sprite.png");
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.icon-flowerpot-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -136px -132px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-flowerpot {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -275px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-footer-nav-arrow {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -128px -540px;
  background-image: url("../../../resources/images/sprite.png");
  width: 9px;
  min-width: 9px;
  height: 5px;
}

.icon-footer-nav-more {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 21px;
  min-width: 21px;
  height: 21px;
}

.icon-footer-nav {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -415px -384px;
  background-image: url("../../../resources/images/sprite.png");
  width: 36px;
  min-width: 36px;
  height: 22px;
}

.icon-gallery-date {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -300px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.icon-gallery-view {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -64px -540px;
  background-image: url("../../../resources/images/sprite.png");
  width: 14px;
  min-width: 14px;
  height: 10px;
}

.icon-hamburger-close {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -71px;
  background-image: url("../../../resources/images/sprite.png");
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.icon-hamburger-gray {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px -377px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 23px;
}

.icon-hamburger-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 23px;
}

.icon-hamburger {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -74px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 23px;
}

.icon-handshake-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -275px -126px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-handshake {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -258px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-home {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -540px;
  background-image: url("../../../resources/images/sprite.png");
  width: 14px;
  min-width: 14px;
  height: 13px;
}

.icon-instagram-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px -75px;
  background-image: url("../../../resources/images/sprite.png");
  width: 26px;
  min-width: 26px;
  height: 26px;
}

.icon-instagram {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px -151px;
  background-image: url("../../../resources/images/sprite.png");
  width: 26px;
  min-width: 26px;
  height: 26px;
}

.icon-languages-arrow {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -187px -540px;
  background-image: url("../../../resources/images/sprite.png");
  width: 9px;
  min-width: 9px;
  height: 5px;
}

.icon-languages {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -364px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.icon-mail-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -192px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 12px;
}

.icon-mail {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -254px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 12px;
}

.icon-monitor-sign-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -136px -258px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-monitor-sign {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -272px -258px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-more-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -428px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.icon-more {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -492px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.icon-pagination-first {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -64px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 14px;
}

.icon-pagination-last {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -128px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 14px;
}

.icon-pagination-next {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -603px;
  background-image: url("../../../resources/images/sprite.png");
  width: 8px;
  min-width: 8px;
  height: 14px;
}

.icon-pagination-prev {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -58px -603px;
  background-image: url("../../../resources/images/sprite.png");
  width: 8px;
  min-width: 8px;
  height: 14px;
}

.icon-pdf {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -362px;
  background-image: url("../../../resources/images/sprite.png");
  width: 15px;
  min-width: 15px;
  height: 20px;
}

.icon-pictogram-document {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 89px;
  min-width: 89px;
  height: 82px;
}

.icon-print {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -141px;
  background-image: url("../../../resources/images/sprite.png");
  width: 20px;
  min-width: 20px;
  height: 19px;
}

.icon-search-close {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -411px -173px;
  background-image: url("../../../resources/images/sprite.png");
  width: 34px;
  min-width: 34px;
  height: 34px;
}

.icon-search-submit {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -411px -86px;
  background-image: url("../../../resources/images/sprite.png");
  width: 36px;
  min-width: 36px;
  height: 37px;
}

.icon-search-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px -227px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 25px;
}

.icon-search {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px -302px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 25px;
}

.icon-sns-blog {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -411px -257px;
  background-image: url("../../../resources/images/sprite.png");
  width: 33px;
  min-width: 33px;
  height: 33px;
}

.icon-sns-facebook {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -384px;
  background-image: url("../../../resources/images/sprite.png");
  width: 33px;
  min-width: 33px;
  height: 33px;
}

.icon-sns-instagram {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -83px -384px;
  background-image: url("../../../resources/images/sprite.png");
  width: 33px;
  min-width: 33px;
  height: 33px;
}

.icon-sns-kakaoplus {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -166px -384px;
  background-image: url("../../../resources/images/sprite.png");
  width: 33px;
  min-width: 33px;
  height: 33px;
}

.icon-sns-twitter {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -249px -384px;
  background-image: url("../../../resources/images/sprite.png");
  width: 33px;
  min-width: 33px;
  height: 33px;
}

.icon-sns-youtube {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -332px -384px;
  background-image: url("../../../resources/images/sprite.png");
  width: 33px;
  min-width: 33px;
  height: 33px;
}

.icon-window-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -316px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 12px;
}

.icon-window {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -378px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 12px;
}

.icon-youtube-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -148px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 26px;
  min-width: 26px;
  height: 18px;
}

.icon-youtube {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -224px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 26px;
  min-width: 26px;
  height: 18px;
}

.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: #004552 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #001a1f !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: #ef8a21 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ce700f !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: #2c302e !important;
}

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

.bg-link {
  background-color: #0056b3 !important;
}

a.bg-link:hover, a.bg-link:focus,
button.bg-link:hover,
button.bg-link:focus {
  background-color: #003d80 !important;
}

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

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

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !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: #004552 !important;
}

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

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

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

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

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

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

.border-dark {
  border-color: #2c302e !important;
}

.border-link {
  border-color: #0056b3 !important;
}

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

.border-white {
  border-color: #fff !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: 992px) {
  .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: 1260px) {
  .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: 1480px) {
  .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-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%;
}

.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;
      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;
      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;
      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;
        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;
        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;
        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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 1260px) {
  .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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 1480px) {
  .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;
        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;
        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;
        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: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

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

@media (min-width: 1480px) {
  .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;
          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;
}

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

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

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

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

.position-sticky {
  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: sticky) {
  .sticky-top {
    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;
}

.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;
}

.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;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

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

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

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

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

.ml-8,
.mx-8 {
  margin-left: 2rem !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;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

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

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

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

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

.pl-8,
.px-8 {
  padding-left: 2rem !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-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

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

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

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

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

.ml-n8,
.mx-n8 {
  margin-left: -2rem !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;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2rem !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;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2rem !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;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2rem !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;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2rem !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: 992px) {
  .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;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2rem !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;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2rem !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: 1260px) {
  .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;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2rem !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;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2rem !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: 1480px) {
  .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;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 2rem !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;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -2rem !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: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

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

@media (min-width: 1480px) {
  .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: #004552 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #000506 !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: #ef8a21 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b6630d !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: #2c302e !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #070808 !important;
}

.text-link {
  color: #0056b3 !important;
}

a.text-link:hover, a.text-link:focus {
  color: #003167 !important;
}

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

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

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !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;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

.alert-primary {
  color: #00242b;
  background-color: #ccdadc;
  border-color: #b8cbcf;
}

.alert-primary hr {
  border-top-color: #a9c0c5;
}

.alert-primary .alert-link {
  color: black;
}

.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: #7c4811;
  background-color: #fce8d3;
  border-color: #fbdec1;
}

.alert-warning hr {
  border-top-color: #f9d1a9;
}

.alert-warning .alert-link {
  color: #4f2e0b;
}

.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: #171918;
  background-color: #d5d6d5;
  border-color: #c4c5c4;
}

.alert-dark hr {
  border-top-color: #b7b8b7;
}

.alert-dark .alert-link {
  color: black;
}

.alert-link {
  color: #002d5d;
  background-color: #ccddf0;
  border-color: #b8d0ea;
}

.alert-link hr {
  border-top-color: #a4c3e4;
}

.alert-link .alert-link {
  color: #00142a;
}

.alert-muted {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-muted hr {
  border-top-color: #c8cbcf;
}

.alert-muted .alert-link {
  color: #202326;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6c6c;
}

.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: #004552;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #001a1f;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 69, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 69, 82, 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: #ef8a21;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ce700f;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 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: #2c302e;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #141515;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
}

.badge-link {
  color: #fff;
  background-color: #0056b3;
}

a.badge-link:hover, a.badge-link:focus {
  color: #fff;
  background-color: #003d80;
}

a.badge-link:focus, a.badge-link.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
}

.badge-muted {
  color: #fff;
  background-color: #6c757d;
}

a.badge-muted:hover, a.badge-muted:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-muted:focus, a.badge-muted.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-white {
  color: #212529;
  background-color: #fff;
}

a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}

a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.table-board .badge {
  font-family: "돋움", "Arial", "Times New Roman", sans-serif;
}

.bookmark {
  margin-bottom: 1rem;
}

.bookmark-pictogram {
  position: relative;
  border: 1px solid #cbd3da;
}

@media (min-width: 0) {
  .bookmark-pictogram {
    padding: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .bookmark-pictogram {
    padding: 3rem;
    padding-left: 12rem;
  }
}

.bookmark-pictogram:after {
  content: "";
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 10.5rem;
  margin: auto;
  border-right: 1px solid #cbd3da;
}

@media (min-width: 0) {
  .bookmark-pictogram:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .bookmark-pictogram:after {
    display: block;
  }
}

.bookmark-pictogram > i {
  top: 3rem;
  bottom: 3rem;
  left: 3rem;
  margin: auto;
  overflow: visible;
}

@media (min-width: 0) {
  .bookmark-pictogram > i {
    position: static;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .bookmark-pictogram > i {
    position: absolute;
    margin-bottom: auto;
  }
}

.bookmark-pictogram > h1, .bookmark-pictogram > h2, .bookmark-pictogram > h3, .bookmark-pictogram > h4, .bookmark-pictogram > h5, .bookmark-pictogram > h6 {
  font-weight: 700;
}

.bookmark-icon {
  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;
  padding: 2rem;
  border: width;
  border-style: solid;
  border-color: #cbd3da;
}

.bookmark-icon > i {
  float: left;
  margin-right: 1rem;
}

.bookmark-icon > h1, .bookmark-icon h2, .bookmark-icon h3, .bookmark-icon h4, .bookmark-icon h5, .bookmark-icon h6 {
  float: left;
  font-weight: 700;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bookmark-icon > div {
  width: 100%;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #cbd3da;
}

.bookmark-icon > div > *:last-child {
  margin-bottom: 0;
  padding-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: 1rem;
  line-height: 1.5;
  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, 69, 82, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 69, 82, 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: #004552;
  border-color: #004552;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00252c;
  border-color: #001a1f;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #00252c;
  border-color: #001a1f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 97, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 97, 108, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #004552;
  border-color: #004552;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #001a1f;
  border-color: #000f12;
}

.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, 97, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 97, 108, 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: #ef8a21;
  border-color: #ef8a21;
}

.btn-warning:hover {
  color: #fff;
  background-color: #da7710;
  border-color: #ce700f;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #da7710;
  border-color: #ce700f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 123, 34, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(208, 123, 34, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ef8a21;
  border-color: #ef8a21;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ce700f;
  border-color: #c26a0e;
}

.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(208, 123, 34, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(208, 123, 34, 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: #2c302e;
  border-color: #2c302e;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1a1c1b;
  border-color: #141515;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #1a1c1b;
  border-color: #141515;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 79, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 79, 77, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #2c302e;
  border-color: #2c302e;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #141515;
  border-color: #0e0f0e;
}

.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(76, 79, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 79, 77, 0.5);
}

.btn-link {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-link:hover {
  color: #fff;
  background-color: #00448d;
  border-color: #003d80;
}

.btn-link:focus, .btn-link.focus {
  color: #fff;
  background-color: #00448d;
  border-color: #003d80;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
}

.btn-link.disabled, .btn-link:disabled {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-link:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled).active,
.show > .btn-link.dropdown-toggle {
  color: #fff;
  background-color: #003d80;
  border-color: #003773;
}

.btn-link:not(:disabled):not(.disabled):active:focus, .btn-link:not(:disabled):not(.disabled).active:focus,
.show > .btn-link.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
}

.btn-muted {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-muted:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-muted:focus, .btn-muted.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-muted.disabled, .btn-muted:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled).active,
.show > .btn-muted.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-muted:not(:disabled):not(.disabled):active:focus, .btn-muted:not(:disabled):not(.disabled).active:focus,
.show > .btn-muted.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-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-outline-primary {
  color: #004552;
  border-color: #004552;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #004552;
  border-color: #004552;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 69, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 69, 82, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #004552;
  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: #004552;
  border-color: #004552;
}

.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, 69, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 69, 82, 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: #ef8a21;
  border-color: #ef8a21;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ef8a21;
  border-color: #ef8a21;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ef8a21;
  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: #ef8a21;
  border-color: #ef8a21;
}

.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(239, 138, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 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: #2c302e;
  border-color: #2c302e;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #2c302e;
  border-color: #2c302e;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2c302e;
  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: #2c302e;
  border-color: #2c302e;
}

.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(44, 48, 46, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
}

.btn-outline-link {
  color: #0056b3;
  border-color: #0056b3;
}

.btn-outline-link:hover {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-outline-link:focus, .btn-outline-link.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
}

.btn-outline-link.disabled, .btn-outline-link:disabled {
  color: #0056b3;
  background-color: transparent;
}

.btn-outline-link:not(:disabled):not(.disabled):active, .btn-outline-link:not(:disabled):not(.disabled).active,
.show > .btn-outline-link.dropdown-toggle {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-outline-link:not(:disabled):not(.disabled):active:focus, .btn-outline-link:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-link.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
}

.btn-outline-muted {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-muted:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-muted:focus, .btn-outline-muted.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-muted.disabled, .btn-outline-muted:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled).active,
.show > .btn-outline-muted.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-muted:not(:disabled):not(.disabled):active:focus, .btn-outline-muted:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-muted.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-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #004552;
  text-decoration: none;
}

.btn-link:hover {
  color: #000506;
  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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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%;
}

.btn-area {
  margin-top: 1rem;
}

.btn-jumbo {
  font-size: 1.1rem;
  min-width: 25%;
  padding: 1rem;
}

.btn-jumbo:hover, .btn-jumbo:focus {
  background-image: url(../../../resources/images/commons/btn-jumbo-hover-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.btn-icon-border {
  padding: 0.75rem 3rem 0.75rem 1rem;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  color: inherit;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .btn-icon-border {
    min-width: 0;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .btn-icon-border {
    min-width: 276px;
    width: auto;
  }
}

.btn-icon-border:hover, .btn-icon-border:focus {
  background-color: black;
  color: white;
}

.btn-icon-border:hover i, .btn-icon-border:focus i {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.btn-icon-border i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.btn-icon-border-blue {
  border: 1px solid #007bff;
  color: #007bff;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-blue:hover, .btn-icon-border-blue:focus {
    background-color: #007bff;
    color: white;
  }
}

.btn-icon-border-indigo {
  border: 1px solid #6610f2;
  color: #6610f2;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-indigo:hover, .btn-icon-border-indigo:focus {
    background-color: #6610f2;
    color: white;
  }
}

.btn-icon-border-purple {
  border: 1px solid #6f42c1;
  color: #6f42c1;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-purple:hover, .btn-icon-border-purple:focus {
    background-color: #6f42c1;
    color: white;
  }
}

.btn-icon-border-pink {
  border: 1px solid #e83e8c;
  color: #e83e8c;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-pink:hover, .btn-icon-border-pink:focus {
    background-color: #e83e8c;
    color: white;
  }
}

.btn-icon-border-red {
  border: 1px solid #dc3545;
  color: #dc3545;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-red:hover, .btn-icon-border-red:focus {
    background-color: #dc3545;
    color: white;
  }
}

.btn-icon-border-orange {
  border: 1px solid #fd7e14;
  color: #fd7e14;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-orange:hover, .btn-icon-border-orange:focus {
    background-color: #fd7e14;
    color: white;
  }
}

.btn-icon-border-yellow {
  border: 1px solid #ffc107;
  color: #ffc107;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-yellow:hover, .btn-icon-border-yellow:focus {
    background-color: #ffc107;
    color: white;
  }
}

.btn-icon-border-green {
  border: 1px solid #28a745;
  color: #28a745;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-green:hover, .btn-icon-border-green:focus {
    background-color: #28a745;
    color: white;
  }
}

.btn-icon-border-teal {
  border: 1px solid #20c997;
  color: #20c997;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-teal:hover, .btn-icon-border-teal:focus {
    background-color: #20c997;
    color: white;
  }
}

.btn-icon-border-cyan {
  border: 1px solid #17a2b8;
  color: #17a2b8;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-cyan:hover, .btn-icon-border-cyan:focus {
    background-color: #17a2b8;
    color: white;
  }
}

.btn-icon-border-white {
  border: 1px solid #fff;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-white:hover, .btn-icon-border-white:focus {
    background-color: #fff;
    color: white;
  }
}

.btn-icon-border-gray {
  border: 1px solid #6c757d;
  color: #6c757d;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-gray:hover, .btn-icon-border-gray:focus {
    background-color: #6c757d;
    color: white;
  }
}

.btn-icon-border-gray-dark {
  border: 1px solid #343a40;
  color: #343a40;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-gray-dark:hover, .btn-icon-border-gray-dark:focus {
    background-color: #343a40;
    color: white;
  }
}

.btn-icon-fill {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0.25rem 0;
  padding: 1rem 3rem 1rem 1rem;
  background-color: #004552;
  border-radius: 0;
  color: white;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .btn-icon-fill {
    min-width: 0;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .btn-icon-fill {
    min-width: 9rem;
    width: auto;
  }
}

.btn-icon-fill:hover, .btn-icon-fill:focus {
  color: white;
}

.btn-icon-fill i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}

.calendar-title {
  position: relative;
  z-index: 1;
  background-color: white;
  margin: 0.5rem;
}

.calendar-title:before, .calendar-title:after {
  display: block;
  content: "";
}

.calendar-title:before {
  background-image: url(../../../resources/images/module/calendar-title-border.png);
  margin: 0;
  position: absolute;
  z-index: -1;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}

.calendar-title:after {
  background-color: white;
  margin: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.calendar-title-heading {
  position: relative;
  line-height: 2rem;
  padding: 1.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (min-width: 0) {
  .calendar-title-heading {
    height: auto;
  }
}

@media (min-width: 576px) {
  .calendar-title-heading {
    height: 2rem;
  }
}

.calendar-title-heading h3 {
  padding: 0;
  margin: 0;
  text-align: center;
}

.calendar-title-heading > ul {
  top: 0;
  bottom: 0;
  left: 1.5rem;
  right: 1.5rem;
  list-style: none;
}

@media (min-width: 0) {
  .calendar-title-heading > ul {
    position: static;
    height: auto;
    padding: 1rem 0 0 0;
    margin: 1rem 0 0 0;
    border-top: 1px solid #f2f4f6;
  }
}

@media (min-width: 576px) {
  .calendar-title-heading > ul {
    position: absolute;
    height: 0;
    padding: 0;
    margin: auto 0;
    border-top: 0;
  }
}

.calendar-title-heading > ul:after {
  display: block;
  content: "";
  clear: both;
}

.calendar-title-heading > ul > li > a {
  display: block;
  font-size: 0.9rem;
  height: 2rem;
  line-height: 2rem;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 0) {
  .calendar-title-heading > ul > li > a {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .calendar-title-heading > ul > li > a {
    margin-top: -1rem;
  }
}

.calendar-title-heading > ul > li > a:before {
  display: block;
  content: "";
}

.calendar-title-heading > ul > li:first-child > a {
  float: left;
  padding-left: 3rem;
}

.calendar-title-heading > ul > li:first-child > a:before {
  float: inherit;
  width: 2rem;
  height: 2rem;
  margin-left: -3rem;
  background-image: url(../../../resources/images/module/calendar-title-heading-prev.png);
}

.calendar-title-heading > ul > li:last-child > a {
  float: right;
  padding-right: 3rem;
}

.calendar-title-heading > ul > li:last-child > a:before {
  float: inherit;
  width: 2rem;
  height: 2rem;
  margin-right: -3rem;
  background-image: url(../../../resources/images/module/calendar-title-heading-next.png);
}

.calendar-title-month, .calendar-title-day {
  border-top: 1px solid #dae0e5;
  padding: 1rem 1.5rem;
}

.calendar-title-month > ul, .calendar-title-day > ul {
  width: 100%;
  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;
  padding: 0;
  margin: 0;
  list-style: none;
}

.calendar-title-month > ul:after, .calendar-title-day > ul:after {
  display: block;
  content: "";
  clear: both;
}

.calendar-title-month > ul:after, .calendar-title-day > ul:after {
  width: 100%;
}

.calendar-title-month > ul > li, .calendar-title-day > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: left;
  text-align: center;
}

@media (min-width: 0) {
  .calendar-title-month > ul > li, .calendar-title-day > ul > li {
    width: 16.66667%;
  }
}

@media (min-width: 768px) {
  .calendar-title-month > ul > li, .calendar-title-day > ul > li {
    width: auto;
  }
}

.calendar-title-month > ul > li > a, .calendar-title-day > ul > li > a {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  color: inherit;
  text-decoration: none;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

@media (min-width: 0) {
  .calendar-title-month > ul > li > a, .calendar-title-day > ul > li > a {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .calendar-title-month > ul > li > a, .calendar-title-day > ul > li > a {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .calendar-title-month > ul > li > a, .calendar-title-day > ul > li > a {
    font-size: 1rem;
  }
}

.calendar-title-month > ul > li.is-active > a, .calendar-title-day > ul > li.is-active > a {
  color: #004552;
  border-bottom: 2px solid #004552;
}

.calendar-title-day {
  width: 100%;
  overflow: auto;
}

.calendar-title-day > ul {
  display: block !important;
  margin: 0 -1rem;
}

.calendar-title-day > ul > li {
  float: left;
  padding: 0 1rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2.05rem;
  white-space: nowrap;
}

.calendar-table {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #dae0e5;
  border-collapse: collapse;
  margin-top: 1.5rem;
}

.calendar-table tbody, .calendar-table tbody > td, .calendar-table tbody > tr, .calendar-table tbody > tr > td {
  border-width: inherit;
  border-style: inherit;
  border-color: inherit;
}

.calendar-table th, .calendar-table td {
  width: 14.28571%;
}

.calendar-table th {
  background-color: black;
  text-align: center;
  color: white;
  font-size: inherit;
}

@media (min-width: 0) {
  .calendar-table th {
    font-size: 0;
    padding: 0.5rem 0;
  }
}

@media (min-width: 576px) {
  .calendar-table th {
    font-size: inherit;
    padding: 1rem 0;
  }
}

@media (min-width: 1480px) {
  .calendar-table th {
    font-size: inherit;
    padding: 1.5rem 0;
  }
}

@media (min-width: 0) {
  .calendar-table th::first-letter {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .calendar-table th::first-letter {
    font-size: inherit;
  }
}

.calendar-table td {
  text-align: left;
}

.calendar-table td.is-child {
  background-color: white;
}

.calendar-table td.is-today {
  background-color: #76e9ff !important;
}

@media (min-width: 0) {
  .calendar-table td {
    font-size: 0;
    padding: 0;
    background-color: #e4e7e6;
  }
  .calendar-table td.is-disabled {
    background-color: #eceeed;
  }
}

@media (min-width: 768px) {
  .calendar-table td {
    font-size: inherit;
    padding: 1rem;
    background-color: #eceeed;
  }
  .calendar-table td.is-disabled {
    background-color: white;
  }
}

.calendar-table-day {
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (min-width: 0) {
  .calendar-table-day {
    padding-bottom: 100%;
  }
}

@media (min-width: 768px) {
  .calendar-table-day {
    padding-bottom: 5.1rem;
  }
}

@media (min-width: 1260px) {
  .calendar-table-day {
    padding-bottom: 6.3rem;
  }
}

@media (min-width: 1480px) {
  .calendar-table-day {
    padding-bottom: 7.5rem;
  }
}

.calendar-table-day > nav:after {
  display: block;
  content: "";
  clear: both;
}

.calendar-table-day > nav > strong {
  display: block;
  height: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
}

@media (min-width: 0) {
  .calendar-table-day > nav > strong {
    font-size: 0.9rem;
    float: none;
    margin-right: 0;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > nav > strong {
    font-size: 1rem;
    float: left;
    margin-right: 0.5rem;
    position: static;
  }
}

.calendar-table-day > nav > ul {
  width: 4.125rem;
  float: left;
  padding: 0;
  margin: 0 -0.125rem;
  list-style: none;
}

@media (min-width: 0) {
  .calendar-table-day > nav > ul {
    display: none;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > nav > ul {
    display: block;
  }
}

.calendar-table-day > nav > ul:after {
  display: block;
  content: "";
  clear: both;
}

.calendar-table-day > nav > ul > li {
  float: left;
  padding: 0 0.125rem;
}

.calendar-table-day > nav > ul > li > a {
  display: block;
  border-radius: 2px;
  font-family: "돋움", "바탕", "Arial", sans-serif;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 0;
}

.calendar-table-day > nav > ul > li > a::first-letter {
  font-size: 0.688rem;
}

.calendar-table-day > nav > ul > li[data-meal="breakfast"] > a {
  background-color: #43baad;
}

.calendar-table-day > nav > ul > li[data-meal="lunch"] > a {
  background-color: #e9792f;
}

.calendar-table-day > nav > ul > li[data-meal="dinner"] > a {
  background-color: #004397;
}

.calendar-table-day > nav > a.badge {
  display: block;
  float: right;
}

@media (min-width: 0) {
  .calendar-table-day > nav > a.badge {
    display: none;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > nav > a.badge {
    display: block;
  }
}

.calendar-table-day > a, .calendar-table-day > article {
  position: absolute;
  display: block;
  color: #5d6561;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

@media (min-width: 0) {
  .calendar-table-day > a, .calendar-table-day > article {
    height: auto;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > a, .calendar-table-day > article {
    height: 3.6rem;
  }
}

@media (min-width: 1260px) {
  .calendar-table-day > a, .calendar-table-day > article {
    height: 4.8rem;
  }
}

@media (min-width: 1480px) {
  .calendar-table-day > a, .calendar-table-day > article {
    height: 6rem;
  }
}

.calendar-table-day > a > ol, .calendar-table-day > article > ol {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.calendar-table-day > a > ol[data-meal], .calendar-table-day > article > ol[data-meal] {
  display: none;
}

@media (min-width: 0) {
  .calendar-table-day > a > ol[data-meal].is-active, .calendar-table-day > article > ol[data-meal].is-active {
    display: none;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > a > ol[data-meal].is-active, .calendar-table-day > article > ol[data-meal].is-active {
    display: block;
  }
}

@media (min-width: 0) {
  .calendar-table-day > a > ol.calendar-table-day-list, .calendar-table-day > article > ol.calendar-table-day-list {
    display: none;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > a > ol.calendar-table-day-list, .calendar-table-day > article > ol.calendar-table-day-list {
    display: block;
  }
}

.calendar-table-day > a > ol > li, .calendar-table-day > article > ol > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calendar-table-day > a > ol > li > a, .calendar-table-day > article > ol > li > a {
  display: block;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .calendar-table-day > a span, .calendar-table-day > article span {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > a span, .calendar-table-day > article span {
    display: none !important;
  }
}

.calendar-table-day-popover {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 0) {
  .calendar-table-day-popover {
    top: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
  }
}

@media (min-width: 768px) {
  .calendar-table-day-popover {
    top: auto;
    opacity: 1;
    background-color: white;
  }
}

.calendar-table-day > a {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 0) {
  .calendar-table-day > a {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > a {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1480px) {
  .calendar-table-day > a {
    margin-top: 1.5rem;
  }
}

@media (min-width: 0) {
  .calendar-table-day > article {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > article {
    margin-top: 1.5rem;
  }
}

.calendar-table tbody > tr > td:first-child > .day > nav > strong {
  color: #0056b3;
}

.calendar-table tbody > tr > td:last-child > .day > nav > strong {
  color: #dc3545;
}

.calendar-admin {
  padding-top: 1.5rem;
  margin: 0 -1.5rem;
  text-align: left;
}

.calendar-admin:after {
  display: block;
  content: "";
  clear: both;
}

.calendar-admin-form {
  width: 33.33333%;
  padding: 0 1.5rem;
  float: left;
}

.calendar-admin-form textarea {
  resize: none;
  height: 100px;
}

.calendar .modal-body h6 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}

.calendar .modal-body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid #004552;
}

.calendar .modal-body dl > dt, .calendar .modal-body dl > dd {
  padding: 1.5rem 0;
  border-bottom: 1px solid #dae0e5;
}

.calendar .modal-body dl > dt {
  width: 100px;
}

@media (max-width: 767px) {
  .calendar .modal-body dl > dt {
    width: 80px;
  }
}

.calendar .modal-body dl > dt > strong {
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #2c302e;
  color: white;
  text-align: center;
}

.calendar .modal-body dl > dt[data-meal="breakfast"] > strong {
  background-color: #43baad;
}

.calendar .modal-body dl > dt[data-meal="lunch"] > strong {
  background-color: #e9792f;
}

.calendar .modal-body dl > dt[data-meal="dinner"] > strong {
  background-color: #004397;
}

.calendar .modal-body dl > dd {
  width: calc(100% - 100px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 -0.5rem;
}

@media (max-width: 767px) {
  .calendar .modal-body dl > dd {
    width: calc(100% - 80px);
  }
}

.calendar .modal-body dl > dd > figure, .calendar .modal-body dl > dd > ol, .calendar .modal-body dl > dd > ul {
  width: 33.33333%;
  float: left;
  padding: 0 0.5rem;
  margin: 0;
}

@media (max-width: 767px) {
  .calendar .modal-body dl > dd > figure, .calendar .modal-body dl > dd > ol, .calendar .modal-body dl > dd > ul {
    width: 100%;
  }
}

.calendar .modal-body dl > dd > ol, .calendar .modal-body dl > dd > ul {
  margin: 0;
  list-style: none;
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .calendar .modal-body dl > dd > ol, .calendar .modal-body dl > dd > ul {
    text-align: left;
  }
}

.calendar .modal-body dl > dd > figure img {
  max-width: 100%;
}

.calendar .modal-body dl > dd > figure > figcaption {
  display: none;
}

.calendar .modal-body dl > dd > ul {
  color: #75807b;
}

@media (max-width: 767px) {
  .calendar .modal-body dl > dd > ul {
    margin-top: 15px;
  }
}

.calendar .modal-body dl > dd:after {
  display: block;
  content: "";
  clear: both;
}

.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;
}

.card i:first-child {
  margin-bottom: 1rem;
}

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

.card-hover {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}

.card-hover span {
  display: inline-block;
  border: 1px solid black;
  width: 100%;
  max-width: 8rem;
  padding: 0.5rem;
  color: black;
  background-color: white;
  text-align: center;
}

.card-hover:hover, .card-hover:focus {
  background-color: #004552;
  color: white;
  text-decoration: none;
}

.card-gradu {
  border: 0;
  border-radius: 0;
  background-image: url(../../../resources/images/module/card-gradu-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 12.5%;
}

.card-gradu, .card-gradu a {
  color: white;
}

.card-gradu .card-body {
  padding: 3rem;
  margin: 0;
}

.card-gradu .card-body > a {
  display: inline-block;
  border: 1px solid white;
  padding: 0.5rem 1.5rem;
  margin-top: 3rem;
}

.card-gradu .card-title {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.card-gradu .card-title:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1.3125rem;
  width: 2.5rem;
  height: 0.375rem;
  background-color: white;
}

.card-gradu .card-text {
  color: rgba(255, 255, 255, 0.75);
}

.diagram {
  max-width: 50rem;
  margin: 0 auto;
  overflow: hidden;
}

.diagram[data-length="3"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
          transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
}

.diagram[data-length="3"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(210deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-210deg);
          transform: rotate(210deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-210deg);
}

.diagram[data-length="3"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(330deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-330deg);
          transform: rotate(330deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-330deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="4"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(45deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-45deg);
          transform: rotate(45deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-45deg);
}

.diagram[data-length="4"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(135deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-135deg);
          transform: rotate(135deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-135deg);
}

.diagram[data-length="4"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(225deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-225deg);
          transform: rotate(225deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-225deg);
}

.diagram[data-length="4"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(315deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-315deg);
          transform: rotate(315deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-315deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="5"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
          transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
}

.diagram[data-length="5"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(162deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-162deg);
          transform: rotate(162deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-162deg);
}

.diagram[data-length="5"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(234deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-234deg);
          transform: rotate(234deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-234deg);
}

.diagram[data-length="5"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(306deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-306deg);
          transform: rotate(306deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-306deg);
}

.diagram[data-length="5"] > .diagram-inner > ul > li:nth-child(5) {
  background-color: #a71d2a;
  -webkit-transform: rotate(378deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-378deg);
          transform: rotate(378deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-378deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="6"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(60deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-60deg);
          transform: rotate(60deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-60deg);
}

.diagram[data-length="6"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(120deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-120deg);
          transform: rotate(120deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-120deg);
}

.diagram[data-length="6"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(180deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-180deg);
          transform: rotate(180deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-180deg);
}

.diagram[data-length="6"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(240deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-240deg);
          transform: rotate(240deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-240deg);
}

.diagram[data-length="6"] > .diagram-inner > ul > li:nth-child(5) {
  background-color: #a71d2a;
  -webkit-transform: rotate(300deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-300deg);
          transform: rotate(300deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-300deg);
}

.diagram[data-length="6"] > .diagram-inner > ul > li:nth-child(6) {
  background-color: #9a1b27;
  -webkit-transform: rotate(360deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-360deg);
          transform: rotate(360deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-360deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(38.57143deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-38.57143deg);
          transform: rotate(38.57143deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-38.57143deg);
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
          transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(141.42857deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-141.42857deg);
          transform: rotate(141.42857deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-141.42857deg);
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(192.85714deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-192.85714deg);
          transform: rotate(192.85714deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-192.85714deg);
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(5) {
  background-color: #a71d2a;
  -webkit-transform: rotate(244.28571deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-244.28571deg);
          transform: rotate(244.28571deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-244.28571deg);
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(6) {
  background-color: #9a1b27;
  -webkit-transform: rotate(295.71429deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-295.71429deg);
          transform: rotate(295.71429deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-295.71429deg);
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(7) {
  background-color: #8d1924;
  -webkit-transform: rotate(347.14286deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-347.14286deg);
          transform: rotate(347.14286deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-347.14286deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(22.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-22.5deg);
          transform: rotate(22.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-22.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(67.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-67.5deg);
          transform: rotate(67.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-67.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(112.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-112.5deg);
          transform: rotate(112.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-112.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(157.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-157.5deg);
          transform: rotate(157.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-157.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(5) {
  background-color: #a71d2a;
  -webkit-transform: rotate(202.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-202.5deg);
          transform: rotate(202.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-202.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(6) {
  background-color: #9a1b27;
  -webkit-transform: rotate(247.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-247.5deg);
          transform: rotate(247.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-247.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(7) {
  background-color: #8d1924;
  -webkit-transform: rotate(292.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-292.5deg);
          transform: rotate(292.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-292.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(8) {
  background-color: #801620;
  -webkit-transform: rotate(337.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-337.5deg);
          transform: rotate(337.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-337.5deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(50deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-50deg);
          transform: rotate(50deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-50deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
          transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(130deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-130deg);
          transform: rotate(130deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-130deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(170deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-170deg);
          transform: rotate(170deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-170deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(5) {
  background-color: #a71d2a;
  -webkit-transform: rotate(210deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-210deg);
          transform: rotate(210deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-210deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(6) {
  background-color: #9a1b27;
  -webkit-transform: rotate(250deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-250deg);
          transform: rotate(250deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-250deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(7) {
  background-color: #8d1924;
  -webkit-transform: rotate(290deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-290deg);
          transform: rotate(290deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-290deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(8) {
  background-color: #801620;
  -webkit-transform: rotate(330deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-330deg);
          transform: rotate(330deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-330deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(9) {
  background-color: #73141d;
  -webkit-transform: rotate(370deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-370deg);
          transform: rotate(370deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-370deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(36deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-36deg);
          transform: rotate(36deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-36deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(72deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-72deg);
          transform: rotate(72deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-72deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(108deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-108deg);
          transform: rotate(108deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-108deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(144deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-144deg);
          transform: rotate(144deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-144deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(5) {
  background-color: #a71d2a;
  -webkit-transform: rotate(180deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-180deg);
          transform: rotate(180deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-180deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(6) {
  background-color: #9a1b27;
  -webkit-transform: rotate(216deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-216deg);
          transform: rotate(216deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-216deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(7) {
  background-color: #8d1924;
  -webkit-transform: rotate(252deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-252deg);
          transform: rotate(252deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-252deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(8) {
  background-color: #801620;
  -webkit-transform: rotate(288deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-288deg);
          transform: rotate(288deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-288deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(9) {
  background-color: #73141d;
  -webkit-transform: rotate(324deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-324deg);
          transform: rotate(324deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-324deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(10) {
  background-color: #66121a;
  -webkit-transform: rotate(360deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-360deg);
          transform: rotate(360deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-360deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00b0d2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 69, 82, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 69, 82, 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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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: 1.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.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(1.5em + 0.75rem) !important;
  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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 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 select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.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: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.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(1.5em + 0.75rem) !important;
  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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 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 select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.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;
  }
}

.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-control {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-terms {
  border: 1px solid #cbd3da;
  height: 350px;
  padding: 1.5rem;
  overflow-y: scroll;
}

.login-text {
  margin-top: 5px;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

.login-text p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #495057;
}

.login-text p:last-child {
  margin-bottom: 0;
  color: #cf000d;
}

@media (max-width: 767px) {
  .login-text p {
    letter-spacing: -1.45px;
  }
}

@media (max-width: 767px) {
  .login-text.eng-login p {
    letter-spacing: inherit;
  }
}

.gallery {
  border-top: 2px solid #444b48;
  border-bottom: 1px solid #dae0e5;
  padding: 3rem 0;
}

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.gallery-list:after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 0) {
  .gallery-list {
    margin: -3rem -1rem;
  }
}

@media (min-width: 576px) {
  .gallery-list {
    margin: -3rem -1.5rem;
  }
}

@media (min-width: 1260px) {
  .gallery-list {
    margin: -3rem -3rem;
  }
}

.gallery-list > li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media (min-width: 0) {
  .gallery-list > li {
    width: 100%;
    padding: 3rem 1rem;
  }
}

@media (min-width: 576px) {
  .gallery-list > li {
    width: 50%;
    padding: 3rem 1.5rem;
  }
}

@media (min-width: 1260px) {
  .gallery-list > li {
    width: 33.33333%;
    padding: 3rem 3rem;
  }
}

.gallery-list > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.gallery-list > li > a > figure {
  position: relative;
  padding: 0 0 75% 0;
  margin: 0 0 15px 0;
  overflow: hidden;
  border: 1px solid #ddd;
}

.gallery-list > li > a > figure > img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.gallery-list > li > a > figure > figcaption {
  display: none;
}

.gallery-list > li > a > h4 {
  color: inherit;
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-list > li > a > h5 {
  color: #777;
  font-weight: 700;
  padding: 0;
  margin: 0 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .gallery-list > li > a > h5 {
    font-size: 0.875rem;
  }
}

@media (min-width: 1260px) {
  .gallery-list > li > a > h5 {
    font-size: 0.938rem;
  }
}

.gallery-list > li > a > dl {
  padding: 0;
  margin: 15px 0 0 0;
  color: #888;
}

@media (min-width: 0) {
  .gallery-list > li > a > dl {
    font-size: 0.813rem;
  }
}

@media (min-width: 1260px) {
  .gallery-list > li > a > dl {
    font-size: 0.875rem;
  }
}

.gallery-list > li > a > dl:after {
  display: block;
  content: "";
  clear: both;
}

.gallery-list > li > a > dl > dt {
  float: left;
}

.gallery-list > li > a > dl > dd {
  float: left;
  padding: 0 15px 0 5px;
  margin: 0;
}

.gallery-list-long > li > a > figure {
  padding: 0 0 133.33333% 0;
}

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

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

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

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

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

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

.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;
  margin: 10px 0;
}

.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: 992px) {
  .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: 1260px) {
  .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: 1480px) {
  .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%;
  }
}

.halloffame-title {
  background-repeat: no-repeat;
  background-position: center;
}

.halloffame-title > img {
  display: block;
  margin: 0 auto;
}

.halloffame-content {
  background-color: #f0f0f0;
  padding: 3rem;
}

.halloffame-content > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.halloffame-content > nav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

@media (min-width: 0) {
  .halloffame-content > nav > ul > li {
    width: 50%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .halloffame-content > nav > ul > li {
    width: 25%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media (min-width: 992px) {
  .halloffame-content > nav > ul > li {
    width: 14.28571%;
  }
}

.halloffame-content > nav > ul > li > a {
  display: block;
  background-color: white;
  border: 1px solid #b4a894;
  margin: 0 -1px;
  color: #646464;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
}

@media (min-width: 0) {
  .halloffame-content > nav > ul > li > a {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .halloffame-content > nav > ul > li > a {
    padding: 1rem .5rem;
    font-size: 14px;
  }
}

.halloffame-content > nav > ul > li.is-active > a {
  background-color: #b4a894;
  color: white;
}

.halloffame-content-list {
  margin-top: 3rem;
}

.halloffame-content-list > h4 {
  font-size: 2.125rem;
  color: #ae7e32;
  text-align: center;
  margin: 0;
  padding: 0;
}

.halloffame-content-list > img {
  display: block;
  margin: 1rem auto;
}

.halloffame-content-list > p {
  text-align: center;
  font-size: 1.133rem;
  margin: 0;
  padding: 0;
}

.halloffame-content-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 0;
  margin: -1rem;
  list-style: none;
}

.halloffame-content-list > ul > li {
  padding: 1.5rem 1rem;
  max-width: 350px;
}

@media (min-width: 0) {
  .halloffame-content-list > ul > li {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .halloffame-content-list > ul > li {
    width: 50%;
  }
}

.halloffame-content-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border: 1px solid #ccc;
  height: 100%;
  padding: 1rem;
}

.halloffame-content-list__box > figure {
  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;
  width: 120px;
  height: 120px;
  background-color: #f1f1f1;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-right: 1rem;
}

.halloffame-content-list__box > figure > img {
  max-width: 100%;
  max-height: 100%;
}

.halloffame-content-list__box > figure > figcaption {
  display: none;
}

.halloffame-content-list__box > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 0;
}

.halloffame-content-list__box > div:first-child:last-child {
  text-align: center;
}

h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
  color: #004552;
  font-weight: 600;
}

h1.heading-line, h2.heading-line, h3.heading-line, h4.heading-line, h5.heading-line, h6.heading-line {
  color: #111;
  margin: 0 0 1.5rem 0;
  font-weight: 600;
}

h1.heading-line span, h2.heading-line span, h3.heading-line span, h4.heading-line span, h5.heading-line span, h6.heading-line span {
  display: inline-block;
  font-size: 0.85rem;
}

@media (min-width: 0) {
  h1.heading-line span, h2.heading-line span, h3.heading-line span, h4.heading-line span, h5.heading-line span, h6.heading-line span {
    display: block;
  }
}

@media (min-width: 576px) {
  h1.heading-line span, h2.heading-line span, h3.heading-line span, h4.heading-line span, h5.heading-line span, h6.heading-line span {
    display: inline-block;
  }
}

h1.heading-line:before, h2.heading-line:before, h3.heading-line:before, h4.heading-line:before, h5.heading-line:before, h6.heading-line:before {
  display: block;
  content: "";
  font-size: inherit;
  width: 3.375rem;
  height: 0.25rem;
  background-color: #003039;
  margin-bottom: 1rem;
}

h1.heading-line-sm, h2.heading-line-sm, h3.heading-line-sm, h4.heading-line-sm, h5.heading-line-sm, h6.heading-line-sm {
  font-weight: 600;
  color: #2c302e;
  margin: 1.5rem 0 1rem 0;
}

h1.heading-line-sm span, h2.heading-line-sm span, h3.heading-line-sm span, h4.heading-line-sm span, h5.heading-line-sm span, h6.heading-line-sm span {
  display: inline-block;
}

@media (min-width: 0) {
  h1.heading-line-sm span, h2.heading-line-sm span, h3.heading-line-sm span, h4.heading-line-sm span, h5.heading-line-sm span, h6.heading-line-sm span {
    display: block;
  }
}

@media (min-width: 576px) {
  h1.heading-line-sm span, h2.heading-line-sm span, h3.heading-line-sm span, h4.heading-line-sm span, h5.heading-line-sm span, h6.heading-line-sm span {
    display: inline-block;
  }
}

h1.heading-line-sm:before, h2.heading-line-sm:before, h3.heading-line-sm:before, h4.heading-line-sm:before, h5.heading-line-sm:before, h6.heading-line-sm:before {
  display: block;
  content: "";
  width: 2.5em;
  height: 2px;
  background-color: #004552;
  margin-bottom: 0.3em;
}

h1.heading-circle, h2.heading-circle, h3.heading-circle, h4.heading-circle, h5.heading-circle, h6.heading-circle {
  line-height: 1.5em;
  padding: 0 0 0 1em;
  margin: 0.5em 0;
  position: relative;
  font-weight: 600;
}

h1.heading-circle:before, h2.heading-circle:before, h3.heading-circle:before, h4.heading-circle:before, h5.heading-circle:before, h6.heading-circle:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.75em;
  height: 0.75em;
  margin-top: -0.375em;
  border-width: 0.2em;
  border-style: solid;
  border-color: #004552;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.identity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #cbd3da;
  padding: 3rem 1.5rem;
}

@media screen and (max-width: 991px) {
  .identity {
    height: auto !important;
  }
}

.identity > img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.identity-grid {
  background-image: url(../../../resources/images/module/identity-grid-bg.png);
  background-position: center;
}

.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(: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(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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: 1.25rem;
  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: 0.875rem;
  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:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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;
}

.introduce-figure {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 40%;
}

.introduce-figure img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.introduce-figure figcaption {
  display: none;
}

.introduce-text {
  position: relative;
  z-index: 1;
  background-color: white;
}

@media (min-width: 0) {
  .introduce-text {
    margin: -1rem 1rem 0 1rem;
  }
}

@media (min-width: 576px) {
  .introduce-text {
    margin: -3rem 1.5rem 0 1.5rem;
  }
}

@media (min-width: 992px) {
  .introduce-text {
    margin: -6rem 3rem 0 3rem;
  }
}

.introduce-text h2 {
  position: relative;
  font-weight: 700;
  text-align: center;
  padding: 2.25rem 0;
}

@media (min-width: 0) {
  .introduce-text h2 {
    font-size: 1.05rem;
    margin: 0 1rem;
  }
}

@media (min-width: 576px) {
  .introduce-text h2 {
    font-size: 1.3rem;
    margin: 0 4.5rem;
  }
}

@media (min-width: 992px) {
  .introduce-text h2 {
    font-size: 1.625rem;
    margin: 0 4.5rem;
  }
}

.introduce-text h2 > span {
  display: block;
  color: #6c757d;
}

@media (min-width: 0) {
  .introduce-text h2 > span {
    font-size: 0.95rem;
  }
}

@media (min-width: 576px) {
  .introduce-text h2 > span {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .introduce-text h2 > span {
    font-size: 1.188rem;
  }
}

.introduce-text h2:before, .introduce-text h2:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

@media (min-width: 0) {
  .introduce-text h2:before, .introduce-text h2:after {
    width: 26.625px;
    height: 17.25px;
  }
}

@media (min-width: 576px) {
  .introduce-text h2:before, .introduce-text h2:after {
    width: 35.5px;
    height: 23px;
  }
}

@media (min-width: 992px) {
  .introduce-text h2:before, .introduce-text h2:after {
    width: 71px;
    height: 46px;
  }
}

.introduce-text h2:before {
  background-image: url(../../../resources/images/module/introduce-before.png);
}

@media (min-width: 0) {
  .introduce-text h2:before {
    left: -2rem;
  }
}

@media (min-width: 576px) {
  .introduce-text h2:before {
    left: -35.5px;
  }
}

@media (min-width: 1260px) {
  .introduce-text h2:before {
    left: 0;
  }
}

.introduce-text h2:after {
  background-image: url(../../../resources/images/module/introduce-after.png);
}

@media (min-width: 0) {
  .introduce-text h2:after {
    right: -2rem;
  }
}

@media (min-width: 576px) {
  .introduce-text h2:after {
    right: -35.5px;
  }
}

@media (min-width: 1260px) {
  .introduce-text h2:after {
    right: 0;
  }
}

@media (min-width: 0) {
  .introduce-text p {
    font-size: 0.9rem;
    line-height: 1.75em;
  }
}

@media (min-width: 576px) {
  .introduce-text p {
    font-size: 0.95rem;
    line-height: 1.75em;
  }
}

@media (min-width: 992px) {
  .introduce-text p {
    font-size: 1rem;
    line-height: 1.75em;
  }
}

ul.list-disc, ul.list-dashed, ul.list-decimal, ul.list-decimal-bracket, ul.list-reference, ol.list-disc, ol.list-dashed, ol.list-decimal, ol.list-decimal-bracket, ol.list-reference {
  margin-bottom: 1rem;
}

ul.list-disc:last-child, ul.list-dashed:last-child, ul.list-decimal:last-child, ul.list-decimal-bracket:last-child, ul.list-reference:last-child, ol.list-disc:last-child, ol.list-dashed:last-child, ol.list-decimal:last-child, ol.list-decimal-bracket:last-child, ol.list-reference:last-child {
  margin-bottom: 0;
}

ul.list-disc > li, ul.list-dashed > li, ul.list-decimal > li, ul.list-decimal-bracket > li, ul.list-reference > li, ol.list-disc > li, ol.list-dashed > li, ol.list-decimal > li, ol.list-decimal-bracket > li, ol.list-reference > li {
  margin: 0.25rem 0;
  text-align: left;
}

ul.list-disc > li.no-marker:before, ul.list-dashed > li.no-marker:before, ul.list-decimal > li.no-marker:before, ul.list-decimal-bracket > li.no-marker:before, ul.list-reference > li.no-marker:before, ol.list-disc > li.no-marker:before, ol.list-dashed > li.no-marker:before, ol.list-decimal > li.no-marker:before, ol.list-decimal-bracket > li.no-marker:before, ol.list-reference > li.no-marker:before {
  display: none;
}

ul.list-disc > li > .table, ul.list-disc > li .table-scroll, ul.list-dashed > li > .table, ul.list-dashed > li .table-scroll, ul.list-decimal > li > .table, ul.list-decimal > li .table-scroll, ul.list-decimal-bracket > li > .table, ul.list-decimal-bracket > li .table-scroll, ul.list-reference > li > .table, ul.list-reference > li .table-scroll, ol.list-disc > li > .table, ol.list-disc > li .table-scroll, ol.list-dashed > li > .table, ol.list-dashed > li .table-scroll, ol.list-decimal > li > .table, ol.list-decimal > li .table-scroll, ol.list-decimal-bracket > li > .table, ol.list-decimal-bracket > li .table-scroll, ol.list-reference > li > .table, ol.list-reference > li .table-scroll {
  margin-top: 0.5rem;
}

ul.list-disc, ol.list-disc {
  line-height: 1.55rem;
  padding: 0 0 0 0.5rem;
}

ul.list-disc > li, ol.list-disc > li {
  list-style: none;
  position: relative;
}

ul.list-disc > li:before, ol.list-disc > li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.775rem;
  margin-top: -0.094rem;
  margin-left: -0.5rem;
  width: 0.188rem;
  height: 0.188rem;
  background-color: #2c302e;
  border-radius: 100%;
}

ul.list-dashed, ol.list-dashed {
  line-height: 1.55rem;
  padding: 0 0 0 0.75rem;
}

ul.list-dashed > li, ol.list-dashed > li {
  list-style: none;
  position: relative;
}

ul.list-dashed > li:before, ol.list-dashed > li:before {
  display: block;
  content: "-";
  position: absolute;
  left: -0.75rem;
  top: 0;
}

ul.list-decimal, ol.list-decimal {
  line-height: 1.55rem;
  padding: 0 0 0 1.15rem;
  counter-reset: decimal 0;
}

ul.list-decimal > li, ol.list-decimal > li {
  list-style: none;
  position: relative;
}

ul.list-decimal > li:before, ol.list-decimal > li:before {
  display: block;
  counter-increment: decimal;
  content: counter(decimal) ".";
  position: absolute;
  left: -1.15rem;
  text-align: right;
  top: 0;
}

ul.list-decimal-bracket, ol.list-decimal-bracket {
  line-height: 1.55rem;
  padding: 0 0 0 1.15rem;
  counter-reset: decimal_bracket 0;
}

ul.list-decimal-bracket > li, ol.list-decimal-bracket > li {
  list-style: none;
  position: relative;
}

ul.list-decimal-bracket > li:before, ol.list-decimal-bracket > li:before {
  display: block;
  counter-increment: decimal_bracket;
  content: counter(decimal_bracket) ")";
  position: absolute;
  left: -1.15rem;
  text-align: right;
  top: 0;
}

ul.list-reference, ol.list-reference {
  line-height: 1.55em;
  padding: 0 0 0 1.15em;
}

ul.list-reference > li, ol.list-reference > li {
  margin: 0.5em 0;
  list-style: none;
  position: relative;
}

ul.list-reference > li:before, ol.list-reference > li:before {
  display: block;
  content: "※";
  position: absolute;
  left: -1.15em;
}

ul.list-webzine, ol.list-webzine {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 2px solid #2c302e;
}

ul.list-webzine > li, ol.list-webzine > li {
  padding: 1.5rem 0;
  overflow: hidden;
  border-bottom: 1px solid #dae0e5;
}

ul.list-webzine > li > a, ol.list-webzine > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 0) {
  ul.list-webzine > li > a, ol.list-webzine > li > a {
    padding-left: 100px;
  }
}

@media (min-width: 576px) {
  ul.list-webzine > li > a, ol.list-webzine > li > a {
    padding-left: 150px;
  }
}

@media (min-width: 768px) {
  ul.list-webzine > li > a, ol.list-webzine > li > a {
    padding-left: 230px;
  }
}

ul.list-webzine > li > a:hover, ol.list-webzine > li > a:hover {
  color: inherit;
}

ul.list-webzine > li > a > em, ol.list-webzine > li > a > em {
  width: 80px;
  font-style: normal;
  margin-left: -230px;
  text-align: center;
}

@media (min-width: 0) {
  ul.list-webzine > li > a > em, ol.list-webzine > li > a > em {
    display: none;
  }
}

@media (min-width: 768px) {
  ul.list-webzine > li > a > em, ol.list-webzine > li > a > em {
    display: block;
  }
}

ul.list-webzine > li > a > figure, ol.list-webzine > li > a > figure {
  padding: 0;
  margin: 0;
}

@media (min-width: 0) {
  ul.list-webzine > li > a > figure, ol.list-webzine > li > a > figure {
    margin-left: -100px;
    width: 100px;
  }
}

@media (min-width: 576px) {
  ul.list-webzine > li > a > figure, ol.list-webzine > li > a > figure {
    margin-left: -150px;
    width: 150px;
  }
}

@media (min-width: 768px) {
  ul.list-webzine > li > a > figure, ol.list-webzine > li > a > figure {
    margin-left: 0;
    width: 150px;
  }
}

ul.list-webzine > li > a > figure > img, ol.list-webzine > li > a > figure > img {
  display: block;
  width: 100%;
  height: auto;
}

ul.list-webzine > li > a > figure > figcaption, ol.list-webzine > li > a > figure > figcaption {
  display: none;
}

ul.list-webzine > li > a > div, ol.list-webzine > li > a > div {
  width: 100%;
  padding-left: 1.5rem;
}

ul.list-webzine > li > a > div > h3, ol.list-webzine > li > a > div > h3 {
  font-weight: 700;
  color: #2c302e;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  ul.list-webzine > li > a > div > h3, ol.list-webzine > li > a > div > h3 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  ul.list-webzine > li > a > div > h3, ol.list-webzine > li > a > div > h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  ul.list-webzine > li > a > div > h3, ol.list-webzine > li > a > div > h3 {
    font-size: 1.5rem;
  }
}

ul.list-webzine > li > a > div > h3 > .badge, ol.list-webzine > li > a > div > h3 > .badge {
  font-size: 55%;
  padding: 0;
}

@media (min-width: 0) {
  ul.list-webzine > li > a > div > h3 > .badge, ol.list-webzine > li > a > div > h3 > .badge {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin-left: 0.5rem;
  }
}

@media (min-width: 768px) {
  ul.list-webzine > li > a > div > h3 > .badge, ol.list-webzine > li > a > div > h3 > .badge {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    margin-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  ul.list-webzine > li > a > div > h3 > .badge, ol.list-webzine > li > a > div > h3 > .badge {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-left: 0.5rem;
  }
}

ul.list-webzine > li > a > div > p, ol.list-webzine > li > a > div > p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5rem;
  height: 3rem;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

ul.list-webzine > li > a > div > div, ol.list-webzine > li > a > div > div {
  font-size: 0.8rem;
  margin: 0 -0.5rem;
}

ul.list-webzine > li > a > div > div > p, ol.list-webzine > li > a > div > div > p {
  position: relative;
  padding: 0 0.5rem;
  margin: 0;
  float: left;
}

ul.list-webzine > li > a > div > div > p:before, ol.list-webzine > li > a > div > div > p:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5px;
  margin: auto 0;
  width: 1px;
  height: 0.6rem;
  background-color: #dae0e5;
}

ul.list-webzine > li > a > div > div > p:first-child:before, ol.list-webzine > li > a > div > div > p:first-child:before {
  display: none;
}

.qna-text {
  margin-bottom: 50px;
  padding: 15px 50px;
  background-color: #fafafa;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 991px) {
  .qna-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .qna-text {
    margin-bottom: 15px;
    padding: 30px 15px;
  }
}

.qna-text__img {
  width: 185px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .qna-text__img {
    width: 100%;
    text-align: center;
  }
}

.qna-text__img img {
  display: inline-block;
}

.qna-text__text {
  width: calc(100% - 185px);
  padding-left: 45px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .qna-text__text {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}

.qna-text__text p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  letter-spacing: -.3px;
  line-height: 32px;
}

@media (max-width: 991px) {
  .qna-text__text p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .qna-text__text p {
    font-size: 14px;
    line-height: 28px;
  }
}

.qna-text__text a {
  font-weight: 700;
  color: #b40428;
  text-decoration: underline;
}

.location-map {
  margin-bottom: 3rem;
}

.location-map-frame {
  position: relative;
}

@media (min-width: 0) {
  .location-map-frame {
    padding-bottom: 80%;
  }
}

@media (min-width: 576px) {
  .location-map-frame {
    padding-bottom: 65%;
  }
}

@media (min-width: 992px) {
  .location-map-frame {
    padding-bottom: 50%;
  }
}

@media (min-width: 1260px) {
  .location-map-frame {
    padding-bottom: 40%;
  }
}

.location-map-frame > iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 0;
}

.location-map-overview {
  position: relative;
  background-color: #004552;
}

.location-map-overview > dl {
  margin: 0;
  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;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  color: white;
}

@media (min-width: 0) {
  .location-map-overview > dl {
    height: auto;
    padding: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .location-map-overview > dl {
    height: 100px;
    padding: 28.5px;
    padding-left: 1rem;
    padding-right: 116px;
  }
}

@media (min-width: 1260px) {
  .location-map-overview > dl {
    height: 100px;
    padding: 28.5px;
    padding-left: 3rem;
    padding-right: 148px;
  }
}

.location-map-overview > dl:after {
  display: block;
  content: "";
  clear: both;
}

.location-map-overview > dl > dt {
  width: 43px;
  height: 43px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0.25rem 0;
  border-radius: 100%;
  background-color: #001a1f;
}

.location-map-overview > dl > dd {
  margin: 0.25rem 0;
  padding-left: 59px;
  margin-left: -43px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .location-map-overview > dl > dd {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .location-map-overview > dl > dd {
    width: 50%;
  }
}

.location-map-overview > a {
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 0) {
  .location-map-overview > a {
    width: 100%;
    height: auto;
    text-indent: 0;
    position: static;
    background-image: none;
  }
}

@media (min-width: 768px) {
  .location-map-overview > a {
    width: 100px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    background-image: url(../../../resources/images/module/location-map-overview-map.png);
  }
}

.location-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 3rem;
}

.location-list > li {
  position: relative;
  margin-bottom: 0.5rem;
}

.location-list > li:last-child {
  margin-bottom: 0;
}

.location-list > li:before {
  display: block;
  position: absolute;
  left: -3rem;
  top: 4.2px;
  content: "";
  width: 40px;
  height: 14px;
  background-image: url(../../../resources/images/module/location-list.png);
}

.manager {
  list-style: none;
  background-color: #f8f9fa;
  border: 1px solid #cbd3da;
  padding: 1.5rem;
  margin: 0;
  margin-top: 6rem;
  font-size: 0.933rem;
  line-height: 1.933rem;
}

.manager > li {
  border-top: 1px solid #dae0e5;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

.manager > li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.manager > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.manager > li > ul:after {
  display: block;
  content: "";
  clear: both;
}

.manager > li > ul > li {
  float: left;
  margin-right: 1.5rem;
}

.manager > li > ul > li:last-child {
  margin-right: 0;
}

.manager > li > ul > li > dl {
  padding: 0;
  margin: 0;
}

.manager > li > ul > li > dl:after {
  display: block;
  content: "";
  clear: both;
}

.manager > li > ul > li > dl > dt, .manager > li > ul > li > dl dd {
  padding: 0;
  margin: 0;
  float: left;
}

.manager > li > ul > li > dl > dt {
  color: #444b48;
  margin-right: 1rem;
  font-weight: 700;
}

.manager > li > ul > li > dl > dd {
  color: #383d3b;
}

.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: 1.5;
}

.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: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

.modal {
  z-index: 9999;
}

.modal-header .close {
  background: none;
  border: 0;
  width: 1.5rem;
  background-image: url(../../../resources/images/module/btn-close.png);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}

.modal-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.modal-primary .modal-header {
  background-color: #004552;
  padding: 1.5rem;
}

.modal-primary .modal-header .close {
  padding: inherit;
  margin: -1.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-image: url(../../../resources/images/module/modal-primary-close.png);
  background-color: #000506;
}

.modal-primary .modal-title {
  color: white;
}

.modal-primary .modal-content {
  border: 0 !important;
}

.modal-primary .modal-body > article {
  display: block;
}

.modal-primary .modal-body > ul.files {
  padding: 0;
  margin: 1.5rem 0 0 0;
  list-style: none;
}

.modal-rounded-0 .modal-content, .modal-rounded-0 .modal-header, .modal-rounded-0 .modal-body, .modal-rounded-0 .modal-footer {
  border-radius: 0 !important;
}

.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-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: #004552;
}

.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;
}

.nav-justified .nav-item {
  white-space: nowrap;
}

.nav-default {
  border-bottom: 0;
  margin-bottom: 1.5rem;
}

.nav-default .nav-link, .nav-default .nav-link.active, .nav-default .nav-item.show .nav-default .nav-link {
  border-color: #dae0e5;
}

.nav-default .nav-link {
  color: #5d6561;
  background-color: #f5f6f8;
  border-radius: 0;
  position: relative;
  margin: 0 -0.5px;
  padding: 1rem 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 0) {
  .nav-default .nav-link {
    font-size: 0.825rem;
  }
}

@media (min-width: 576px) {
  .nav-default .nav-link {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .nav-default .nav-link {
    font-size: 1.125rem;
  }
}

.nav-default .nav-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #f5f6f8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-default .nav-link.active {
  color: #004552;
}

.nav-default .nav-link.active:before {
  background-color: #004552;
}

.orgchart {
  overflow: hidden;
}

.orgchart > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 -1rem;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1rem;
}

@media (min-width: 0) {
  .orgchart > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .orgchart > ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.orgchart > ul:first-child {
  margin-top: -1rem;
}

.orgchart > ul:before, .orgchart > ul > li:not(.empty):before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 1rem;
  background: #cbd3da;
}

.orgchart > ul:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  background: #cbd3da;
}

.orgchart > ul:last-child:after {
  display: none;
}

.orgchart > ul > li {
  padding-top: 1rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 0) {
  .orgchart > ul > li {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .orgchart > ul > li {
    width: 100%;
    max-width: 20rem;
  }
}

.orgchart > ul > li:not(.empty):after {
  position: absolute;
  content: "";
  width: auto;
  height: 1px;
  content: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #cbd3da;
  z-index: 1;
}

@media (min-width: 0) {
  .orgchart > ul > li:not(.empty):after {
    display: none;
  }
}

@media (min-width: 768px) {
  .orgchart > ul > li:not(.empty):after {
    display: block;
  }
}

.orgchart > ul > li:not(.empty):first-child:after {
  left: 50%;
}

.orgchart > ul > li:not(.empty):last-child:after {
  right: 50%;
}

.orgchart > ul > li > em {
  display: block;
  margin: 0 1rem;
  background-color: #2c302e;
  color: white;
  font-style: normal;
  text-align: center;
}

.orgchart > ul > li > em[class^="bg-"] {
  font-weight: 700;
}

@media (min-width: 0) {
  .orgchart > ul > li > em {
    padding: 1rem;
    font-size: 1.1rem;
  }
  .orgchart > ul > li > em[class^="bg-"] {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  .orgchart > ul > li > em {
    padding: 1rem;
    font-size: 1.175rem;
  }
  .orgchart > ul > li > em[class^="bg-"] {
    font-size: 1.275rem;
  }
}

@media (min-width: 1260px) {
  .orgchart > ul > li > em {
    padding: 1.5rem;
    font-size: 1.25rem;
  }
  .orgchart > ul > li > em[class^="bg-"] {
    font-size: 1.4rem;
  }
}

.orgchart > ul > li > div {
  background-color: white;
  padding: 1rem;
  border: 1px solid #cbd3da;
  border-top: 0;
  margin: 0 1rem;
}

.orgchart > ul:first-child > li {
  padding-top: 0;
}

.orgchart > ul:last-child > li {
  padding-bottom: 0;
}

.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: #004552;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #000506;
  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, 69, 82, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 69, 82, 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: #004552;
  border-color: #004552;
}

.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;
}

.pagination-custom {
  display: inline-block;
  padding: 0;
  list-style: none;
}

@media (min-width: 0) {
  .pagination-custom {
    margin: 0 -0.0625rem;
  }
}

@media (min-width: 576px) {
  .pagination-custom {
    margin: 0 -0.08333rem;
  }
}

@media (min-width: 768px) {
  .pagination-custom {
    margin: 0 -0.125rem;
  }
}

.pagination-custom .page-item {
  float: left;
}

@media (min-width: 0) {
  .pagination-custom .page-item {
    padding: 0 0.0625rem;
  }
}

@media (min-width: 576px) {
  .pagination-custom .page-item {
    padding: 0 0.08333rem;
  }
}

@media (min-width: 768px) {
  .pagination-custom .page-item {
    padding: 0 0.125rem;
  }
}

@media (min-width: 0) {
  .pagination-custom .page-item:first-child, .pagination-custom .page-item:last-child {
    display: none;
  }
}

@media (min-width: 576px) {
  .pagination-custom .page-item:first-child, .pagination-custom .page-item:last-child {
    display: block;
  }
}

.pagination-custom .page-item.bd-item > a {
  border: none;
}

.pagination-custom .page-item > a {
  display: block;
  color: inherit;
  text-align: center;
  border: 1px solid #e9ecef;
  text-decoration: none;
}

@media (min-width: 0) {
  .pagination-custom .page-item > a {
    font-size: 0.65rem;
    width: 2em;
    height: 2em;
    line-height: 2em;
  }
}

@media (min-width: 576px) {
  .pagination-custom .page-item > a {
    font-size: 0.825rem;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.25em;
  }
}

@media (min-width: 768px) {
  .pagination-custom .page-item > a {
    font-size: 1rem;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
  }
}

@media (min-width: 0) {
  .pagination-custom .page-item > a > i {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}

@media (min-width: 576px) {
  .pagination-custom .page-item > a > i {
    -webkit-transform: scale(0.825);
            transform: scale(0.825);
  }
}

@media (min-width: 768px) {
  .pagination-custom .page-item > a > i {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pagination-custom .page-item.is-active > a {
  color: white;
  border: 1px solid #2c302e;
  background-color: #2c302e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 1px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nanum Barun Gothic", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: 0.875rem;
  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: 1rem;
  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;
}

.popover {
  z-index: 999;
}

.process-title {
  color: white;
  background-color: #141a6f;
  border-radius: 100rem;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 0) {
  .process-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .process-title {
    font-size: 1.75rem;
  }
}

.process-list {
  word-break: keep-all;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 0) {
  .process-list {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .process-list {
    font-size: 1rem;
  }
}

@media (min-width: 1480px) {
  .process-list {
    font-size: 1.1rem;
  }
}

.process-list > li > dl {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0) {
  .process-list > li > dl {
    display: block;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 0) {
  .process-list > li > dl > dt {
    width: auto;
    margin-right: 0;
    color: white;
    background-color: #0c1044;
    border-radius: 100rem;
    padding: 1rem;
    font-size: 1.15rem;
    font-weight: normal;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dt {
    width: 7rem;
    margin-right: 0.5rem;
    color: inherit;
    background-color: white;
    border-radius: 0;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
  }
}

@media (min-width: 0) {
  .process-list > li > dl > dt > br {
    display: none;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dt > br {
    display: inline;
  }
}

.process-list > li > dl > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
  margin: 0;
}

@media (min-width: 0) {
  .process-list > li > dl > dd {
    width: auto;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dd {
    width: calc(100% - 7rem);
  }
}

.process-list > li > dl > dd > * {
  margin-top: 1rem !important;
}

.process-list > li > dl > dd > *:first-child {
  margin-top: 0.25rem !important;
}

.process-list > li > dl > dd dt,
.process-list > li > dl > dd dd,
.process-list > li > dl > dd li > span,
.process-list > li > dl > dd p,
.process-list > li > dl > dd div,
.process-list > li > dl > dd > strong {
  padding: 0;
  margin: 0.25rem 0;
  text-align: center;
}

.process-list > li > dl > dd dt ol[class^="list-"],
.process-list > li > dl > dd dt ul[class^="list-"],
.process-list > li > dl > dd dd ol[class^="list-"],
.process-list > li > dl > dd dd ul[class^="list-"],
.process-list > li > dl > dd li > span ol[class^="list-"],
.process-list > li > dl > dd li > span ul[class^="list-"],
.process-list > li > dl > dd p ol[class^="list-"],
.process-list > li > dl > dd p ul[class^="list-"],
.process-list > li > dl > dd div ol[class^="list-"],
.process-list > li > dl > dd div ul[class^="list-"],
.process-list > li > dl > dd > strong ol[class^="list-"],
.process-list > li > dl > dd > strong ul[class^="list-"] {
  width: 96%;
}

.process-list > li > dl > dd dt:not(dd),
.process-list > li > dl > dd dd:not(dd),
.process-list > li > dl > dd li > span:not(dd),
.process-list > li > dl > dd p:not(dd),
.process-list > li > dl > dd div:not(dd),
.process-list > li > dl > dd > strong:not(dd) {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.process-list > li > dl > dd dt:not(dd) > strong,
.process-list > li > dl > dd dt:not(dd) > h1,
.process-list > li > dl > dd dt:not(dd) > h2,
.process-list > li > dl > dd dt:not(dd) > h3,
.process-list > li > dl > dd dt:not(dd) > h4,
.process-list > li > dl > dd dt:not(dd) > h5,
.process-list > li > dl > dd dt:not(dd) > h6,
.process-list > li > dl > dd dd:not(dd) > strong,
.process-list > li > dl > dd dd:not(dd) > h1,
.process-list > li > dl > dd dd:not(dd) > h2,
.process-list > li > dl > dd dd:not(dd) > h3,
.process-list > li > dl > dd dd:not(dd) > h4,
.process-list > li > dl > dd dd:not(dd) > h5,
.process-list > li > dl > dd dd:not(dd) > h6,
.process-list > li > dl > dd li > span:not(dd) > strong,
.process-list > li > dl > dd li > span:not(dd) > h1,
.process-list > li > dl > dd li > span:not(dd) > h2,
.process-list > li > dl > dd li > span:not(dd) > h3,
.process-list > li > dl > dd li > span:not(dd) > h4,
.process-list > li > dl > dd li > span:not(dd) > h5,
.process-list > li > dl > dd li > span:not(dd) > h6,
.process-list > li > dl > dd p:not(dd) > strong,
.process-list > li > dl > dd p:not(dd) > h1,
.process-list > li > dl > dd p:not(dd) > h2,
.process-list > li > dl > dd p:not(dd) > h3,
.process-list > li > dl > dd p:not(dd) > h4,
.process-list > li > dl > dd p:not(dd) > h5,
.process-list > li > dl > dd p:not(dd) > h6,
.process-list > li > dl > dd div:not(dd) > strong,
.process-list > li > dl > dd div:not(dd) > h1,
.process-list > li > dl > dd div:not(dd) > h2,
.process-list > li > dl > dd div:not(dd) > h3,
.process-list > li > dl > dd div:not(dd) > h4,
.process-list > li > dl > dd div:not(dd) > h5,
.process-list > li > dl > dd div:not(dd) > h6,
.process-list > li > dl > dd > strong:not(dd) > strong,
.process-list > li > dl > dd > strong:not(dd) > h1,
.process-list > li > dl > dd > strong:not(dd) > h2,
.process-list > li > dl > dd > strong:not(dd) > h3,
.process-list > li > dl > dd > strong:not(dd) > h4,
.process-list > li > dl > dd > strong:not(dd) > h5,
.process-list > li > dl > dd > strong:not(dd) > h6 {
  display: block;
  width: 100%;
}

.process-list > li > dl > dd dt:not(dd)[class^="bg-"],
.process-list > li > dl > dd dd:not(dd)[class^="bg-"],
.process-list > li > dl > dd li > span:not(dd)[class^="bg-"],
.process-list > li > dl > dd p:not(dd)[class^="bg-"],
.process-list > li > dl > dd div:not(dd)[class^="bg-"],
.process-list > li > dl > dd > strong:not(dd)[class^="bg-"] {
  color: white;
  border-width: 0;
}

@media (min-width: 0) {
  .process-list > li > dl > dd dt:not(dd) > br,
  .process-list > li > dl > dd dd:not(dd) > br,
  .process-list > li > dl > dd li > span:not(dd) > br,
  .process-list > li > dl > dd p:not(dd) > br,
  .process-list > li > dl > dd div:not(dd) > br,
  .process-list > li > dl > dd > strong:not(dd) > br {
    display: none;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dd dt:not(dd) > br,
  .process-list > li > dl > dd dd:not(dd) > br,
  .process-list > li > dl > dd li > span:not(dd) > br,
  .process-list > li > dl > dd p:not(dd) > br,
  .process-list > li > dl > dd div:not(dd) > br,
  .process-list > li > dl > dd > strong:not(dd) > br {
    display: inline;
  }
}

@media (min-width: 0) {
  .process-list > li > dl > dd dt:not(dd),
  .process-list > li > dl > dd dd:not(dd),
  .process-list > li > dl > dd li > span:not(dd),
  .process-list > li > dl > dd p:not(dd),
  .process-list > li > dl > dd div:not(dd),
  .process-list > li > dl > dd > strong:not(dd) {
    padding: 1rem;
    border-radius: 1rem;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dd dt:not(dd),
  .process-list > li > dl > dd dd:not(dd),
  .process-list > li > dl > dd li > span:not(dd),
  .process-list > li > dl > dd p:not(dd),
  .process-list > li > dl > dd div:not(dd),
  .process-list > li > dl > dd > strong:not(dd) {
    padding: 1.5rem;
    border-radius: 100rem;
  }
}

.process-list > li > dl > dd > p,
.process-list > li > dl > dd > strong,
.process-list > li > dl > dd > dl > dd > p,
.process-list > li > dl > dd > div,
.process-list > li > dl > dd > dl > dd > div {
  border-width: 0.375rem !important;
}

.process-list > li > dl > dd > strong {
  background-color: #32415e !important;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
  border: none !important;
}

.process-list > li > dl > dd > ul,
.process-list > li > dl > dd > dl > dd > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  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;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.process-list > li > dl > dd > ul > li,
.process-list > li > dl > dd > dl > dd > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.process-list > li > dl > dd > ul > li > span,
.process-list > li > dl > dd > dl > dd > ul > li > span {
  height: 100%;
  border-radius: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

.process-list > li > dl > dd > dl {
  padding: 0;
  margin: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 0) {
  .process-list > li > dl > dd > dl {
    display: block;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dd > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.process-list > li > dl > dd > dl > dt,
.process-list > li > dl > dd > dl > dd > ul > li {
  border-radius: 2rem;
}

.process-list > li > dl > dd > dl > dt {
  padding: 1rem;
  background-color: #2c302e;
  color: white;
  border-width: 0;
}

@media (min-width: 0) {
  .process-list > li > dl > dd > dl > dt {
    width: auto;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dd > dl > dt {
    width: 7rem;
    margin-right: 0.5rem;
  }
}

.process-list > li > dl > dd > dl > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 0) {
  .process-list > li > dl > dd > dl > dd {
    width: auto;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dd > dl > dd {
    width: calc(100% - 7rem);
  }
}

.process-list > li > dl > dd > dl > dd > p,
.process-list > li > dl > dd > dl > dd > div {
  margin-top: 0;
  margin-bottom: 0;
}

.process-list > li > dl > dd > p,
.process-list > li > dl > dd > div {
  border-width: 0.375rem;
}

.process-list > li > dl[data-arrow="true"] {
  margin-bottom: 0;
}

@media (min-width: 0) {
  .process-list > li > dl[data-arrow="true"] > dt,
  .process-list > li > dl[data-arrow="true"] > dd > dl > dt {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl[data-arrow="true"] > dt,
  .process-list > li > dl[data-arrow="true"] > dd > dl > dt {
    margin-bottom: 5rem;
  }
}

.process-list > li > dl[data-arrow="true"] > dd > p,
.process-list > li > dl[data-arrow="true"] > dd > div,
.process-list > li > dl[data-arrow="true"] > dd > ul > li,
.process-list > li > dl[data-arrow="true"] > dd > dl > dd > p,
.process-list > li > dl[data-arrow="true"] > dd > dl > dd > ul > li {
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}

.process-list > li > dl[data-arrow="true"] > dd > p:after,
.process-list > li > dl[data-arrow="true"] > dd > div:after,
.process-list > li > dl[data-arrow="true"] > dd > ul > li:after,
.process-list > li > dl[data-arrow="true"] > dd > dl > dd > p:after,
.process-list > li > dl[data-arrow="true"] > dd > dl > dd > ul > li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 5rem;
  background-image: url(../../../resources/images/module/process-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: -5rem;
}

@media (min-width: 0) {
  .process-list > li > dl[data-diffusion] > dt {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl[data-diffusion] > dt {
    margin-bottom: 5rem;
  }
}

.process-list > li > dl[data-diffusion] > dd {
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}

.process-list > li > dl[data-diffusion] > dd:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 8rem;
  background-image: url(../../../resources/images/module/process-diffusion.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.process-list > li > dl[data-diffusion][data-diffusion="up"] > dd:after {
  bottom: -8rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.process-list > li > dl[data-diffusion][data-diffusion="down"] > dd:after {
  bottom: -5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.process-colorful .process-list > li:nth-child(2n + 1) > dl > dt:after {
  background-image: url(../../../resources/images/module/process-colorful-dt-after-01.png);
}

.process-colorful .process-list > li:nth-child(2n + 2) > dl > dt:after {
  background-image: url(../../../resources/images/module/process-colorful-dt-after-02.png);
}

.process-colorful .process-list > li > dl {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.process-colorful .process-list > li > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1.5rem;
  position: relative;
  border-radius: 0;
  font-weight: 700;
  background-image: url(../../../resources/images/module/process-colorful-dt-bg.png);
}

@media (min-width: 0) {
  .process-colorful .process-list > li > dl > dt {
    width: 100%;
    margin-right: 0;
    font-size: 1.135rem;
    font-style: normal;
  }
}

@media (min-width: 992px) {
  .process-colorful .process-list > li > dl > dt {
    width: 8rem;
    margin-right: 2rem;
    font-size: 1.25rem;
    font-style: italic;
  }
}

.process-colorful .process-list > li > dl > dt:after {
  display: block;
  content: "";
  width: 40px;
  height: 30px;
  position: absolute;
}

@media (min-width: 0) {
  .process-colorful .process-list > li > dl > dt:after {
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 992px) {
  .process-colorful .process-list > li > dl > dt:after {
    bottom: 0;
    right: -20px;
  }
}

.process-colorful .process-list > li > dl > dd {
  background-color: #f8f9fa;
  border: 1px solid #cbd3da;
  padding: 1.5rem;
}

@media (min-width: 0) {
  .process-colorful .process-list > li > dl > dd {
    width: 100;
    margin-top: 0.5rem;
  }
}

@media (min-width: 992px) {
  .process-colorful .process-list > li > dl > dd {
    width: calc(100% - 10rem);
    margin-top: 0;
  }
}

.process-colorful .process-list > li > dl > dd > p,
.process-colorful .process-list > li > dl > dd > dl > dd > p {
  background-color: transparent;
  border: none;
  padding: 0.5rem 0 !important;
  margin: 0 !important;
}

@media (min-width: 0) {
  .process-colorful .process-list > li > dl > dd dt:not(dd),
  .process-colorful .process-list > li > dl > dd dd:not(dd),
  .process-colorful .process-list > li > dl > dd li > span:not(dd),
  .process-colorful .process-list > li > dl > dd p:not(dd),
  .process-colorful .process-list > li > dl > dd div:not(dd),
  .process-colorful .process-list > li > dl > dd > strong:not(dd) {
    padding: 1rem;
    border-radius: 0.5rem;
  }
}

@media (min-width: 992px) {
  .process-colorful .process-list > li > dl > dd dt:not(dd),
  .process-colorful .process-list > li > dl > dd dd:not(dd),
  .process-colorful .process-list > li > dl > dd li > span:not(dd),
  .process-colorful .process-list > li > dl > dd p:not(dd),
  .process-colorful .process-list > li > dl > dd div:not(dd),
  .process-colorful .process-list > li > dl > dd > strong:not(dd) {
    padding: 1.5rem;
    border-radius: 1rem;
  }
}

.process-colorful .process-list > li > dl > dd > ul > li > span,
.process-colorful .process-list > li > dl > dd > dl > dd > ul > li > span {
  border: 0;
  color: white;
  font-weight: 700;
}

.process-colorful .process-list > li > dl > dd > ul > li:nth-child(5n + 1) > span,
.process-colorful .process-list > li > dl > dd > dl > dd > ul > li:nth-child(5n + 1) > span {
  background-color: #72b026 !important;
}

.process-colorful .process-list > li > dl > dd > ul > li:nth-child(5n + 2) > span,
.process-colorful .process-list > li > dl > dd > dl > dd > ul > li:nth-child(5n + 2) > span {
  background-color: #59a05a !important;
}

.process-colorful .process-list > li > dl > dd > ul > li:nth-child(5n + 3) > span,
.process-colorful .process-list > li > dl > dd > dl > dd > ul > li:nth-child(5n + 3) > span {
  background-color: #47aac2 !important;
}

.process-colorful .process-list > li > dl > dd > ul > li:nth-child(5n + 4) > span,
.process-colorful .process-list > li > dl > dd > dl > dd > ul > li:nth-child(5n + 4) > span {
  background-color: #216ab0 !important;
}

.process-colorful .process-list > li > dl > dd > ul > li:nth-child(5n + 5) > span,
.process-colorful .process-list > li > dl > dd > dl > dd > ul > li:nth-child(5n + 5) > span {
  background-color: #ff5a00 !important;
}

.process-colorful .process-list > li > dl > dd > strong,
.process-colorful .process-list > li > dl > dd > dl > dd > strong {
  font-size: 1.75rem;
}

.process-top {
  gap: 12px;
  margin-bottom: 15px;
}

.process-top a {
  padding: 32px 0;
  color: #000;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc((100% - 48px) / 5);
}

.process-top a img {
  margin-right: 30px;
}

.process-top a img:last-child {
  display: none;
}

.process-top a:nth-child(2) img, .process-top a:nth-child(3) img {
  margin-right: 12px;
}

.process-top a:nth-child(5) img {
  margin-right: 18px;
}

.process-top a:hover img:first-child {
  display: none;
}

.process-top a:hover img:last-child {
  display: inline;
}

@media (max-width: 1240px) {
  .process-top a {
    padding: 20px 10px;
    width: calc((100% - 36px) / 4);
  }
  .process-top a img {
    margin-right: 15px;
    height: 28px;
  }
  .process-top a:nth-child(2) img, .process-top a:nth-child(3) img {
    margin-right: 5px;
  }
  .process-top a:nth-child(5) img {
    margin-right: 9px;
  }
}

@media (max-width: 768px) {
  .process-top a {
    padding: 10px;
    width: calc((100% - 24px) / 3);
  }
  .process-top a img {
    height: 20px;
  }
}

@media (max-width: 780px) {
  .process-top a {
    width: 100%;
  }
}

.sitemap a {
  color: inherit;
}

.sitemap > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sitemap > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: between;
      -ms-flex-pack: between;
          justify-content: between;
}

@media (min-width: 0) {
  .sitemap > ul > li {
    min-height: auto;
  }
}

@media (min-width: 992px) {
  .sitemap > ul > li {
    min-height: 16.25rem;
  }
}

.sitemap > ul > li > h3 {
  display: block;
  border-top: 0.313rem solid #004552;
  padding: 0;
  margin: 0;
  padding-top: 2.687rem;
}

@media (min-width: 0) {
  .sitemap > ul > li > h3 {
    width: auto;
  }
}

@media (min-width: 992px) {
  .sitemap > ul > li > h3 {
    width: 25%;
  }
}

.sitemap > ul > li > h3 > a {
  font-size: 2.5rem;
  color: #004552;
  text-decoration: none;
}

.sitemap > ul > li > ul {
  padding-bottom: 2rem;
  margin: 0;
  padding-right: 0;
  margin-right: -1rem;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 0) {
  .sitemap > ul > li > ul {
    width: 100%;
    padding-top: 1rem;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .sitemap > ul > li > ul {
    width: 75%;
    padding-top: 2rem;
    padding-left: 2rem;
  }
}

.sitemap > ul > li > ul:before {
  border-top: 1px solid #dae0e5;
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  right: 0;
}

@media (min-width: 0) {
  .sitemap > ul > li > ul:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .sitemap > ul > li > ul:before {
    display: block;
  }
}

.sitemap > ul > li > ul > li {
  padding: 1rem;
}

@media (min-width: 0) {
  .sitemap > ul > li > ul > li {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .sitemap > ul > li > ul > li {
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .sitemap > ul > li > ul > li {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .sitemap > ul > li > ul > li {
    width: 33.33333%;
  }
}

@media (min-width: 1260px) {
  .sitemap > ul > li > ul > li {
    width: 25%;
  }
}

@media (min-width: 1480px) {
  .sitemap > ul > li > ul > li {
    width: 20%;
  }
}

.sitemap > ul > li > ul > li > a {
  font-size: 1.188rem;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

.staff > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.staff > ul > li {
  border-bottom: 1px solid #cbd3da;
}

.staff > ul > li:after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 0) {
  .staff > ul > li {
    padding: 3rem 0;
  }
}

@media (min-width: 576px) {
  .staff > ul > li {
    padding: 3rem 0 3rem 10rem;
  }
}

.staff > ul > li:first-child {
  padding-top: 0 !important;
}

.staff > ul > li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0;
}

.staff-figure {
  padding: 0;
  margin: 0;
  max-width: 8.75rem;
}

@media (min-width: 0) {
  .staff-figure {
    float: none;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

@media (min-width: 576px) {
  .staff-figure {
    float: left;
    margin-left: -10rem;
    margin-bottom: 0;
  }
}

.staff-figure > img {
  display: block;
  width: 100%;
}

.staff-figure > figcaption {
  display: none;
}

@media (min-width: 0) {
  .staff-text {
    width: auto;
    float: none;
  }
}

@media (min-width: 576px) {
  .staff-text {
    width: 100%;
    float: left;
  }
}

.staff-text-title {
  margin: 0 0 1rem 0;
}

.staff-text-define {
  line-height: 1.55rem;
  margin: 0;
}

@media (min-width: 0) {
  .staff-text-define {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .staff-text-define {
    padding: 0 0 0 8rem;
  }
}

.staff-text-define > dt {
  padding: 0 0 0 0.75rem;
  position: relative;
  list-style: none;
  color: #004552;
}

@media (min-width: 0) {
  .staff-text-define > dt {
    float: none;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .staff-text-define > dt {
    float: left;
    margin: 0 0 0 -8rem;
  }
}

.staff-text-define > dt:before {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 2px;
  background-color: #004552;
  float: left;
  top: 0.775rem;
  left: 0;
  margin-top: -1px;
}

.staff-text-contact {
  background-color: #e9ecef;
  margin: 1.5rem 0 0 0;
  list-style: none;
}

@media (min-width: 0) {
  .staff-text-contact {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .staff-text-contact {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
}

.staff-text-contact:after {
  display: block;
  content: "";
  clear: both;
}

.staff-text-contact > li {
  float: left;
  margin: 0.5rem 0;
}

@media (min-width: 0) {
  .staff-text-contact > li {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .staff-text-contact > li {
    width: 50%;
  }
}

.staff-text-contact > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.staff-text-contact > li > dl > dt {
  color: #004552;
  float: left;
  padding-right: 1.5rem;
  white-space: nowrap;
}

.staff-text-contact > li > dl > dt > img {
  margin-right: 0.25rem;
}

.staff-text-contact > li > dl > dd {
  padding: 0;
  margin: 0;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.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: #b8cbcf;
}

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

.table-hover .table-primary:hover {
  background-color: #a9c0c5;
}

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

.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: #fbdec1;
}

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

.table-hover .table-warning:hover {
  background-color: #f9d1a9;
}

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

.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: #c4c5c4;
}

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

.table-hover .table-dark:hover {
  background-color: #b7b8b7;
}

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

.table-link,
.table-link > th,
.table-link > td {
  background-color: #b8d0ea;
}

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

.table-hover .table-link:hover {
  background-color: #a4c3e4;
}

.table-hover .table-link:hover > td,
.table-hover .table-link:hover > th {
  background-color: #a4c3e4;
}

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

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

.table-hover .table-muted:hover {
  background-color: #c8cbcf;
}

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

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.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: #dee2e6;
}

.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: 991.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: 1259.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: 1479.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;
}

.table thead th, .table thead td, .table tbody th, .table tbody td {
  vertical-align: inherit;
}

.table thead th > ul:last-child, .table thead th ol:last-child, .table thead td > ul:last-child, .table thead td ol:last-child, .table tbody th > ul:last-child, .table tbody th ol:last-child, .table tbody td > ul:last-child, .table tbody td ol:last-child {
  margin-bottom: 0;
}

.table-default {
  border: none;
}

.table-default thead > tr th, .table-default tbody > tr th {
  background-color: #eff1f4;
}

.table-default thead > tr > th, .table-default thead > tr > td, .table-default tbody > tr > th, .table-default tbody > tr > td {
  border: 1px solid #cbd3da;
}

.table-default thead > tr:first-child th, .table-default thead > tr:first-child td, .table-default tbody > tr:first-child th, .table-default tbody > tr:first-child td {
  border-top: 2px solid black;
}

.table-default thead + tbody tr:first-child th, .table-default thead + tbody tr:first-child td {
  border-top: 1px solid #cbd3da;
}

.table-default thead + tbody th {
  background-color: #f8f9fa;
}

.table-scroll {
  overflow-x: auto;
  overflow-y: visible;
}

.table-scroll table {
  min-width: 700px;
}

.table-board {
  border-top: 2px solid #444b48;
}

.table-board > :not(:last-child) > :last-child > * {
  border-bottom-color: #75807b;
}

.table-board th {
  font-size: 1rem;
  font-weight: 700;
  background: #fff;
}

@media (min-width: 0) {
  .table-board colgroup {
    display: none;
  }
}

@media (min-width: 768px) {
  .table-board colgroup {
    display: table-column-group;
  }
}

@media (min-width: 0) {
  .table-board colgroup col {
    display: none;
  }
}

@media (min-width: 768px) {
  .table-board colgroup col {
    display: table-column;
  }
}

@media (min-width: 0) {
  .table-board thead {
    display: none;
  }
}

@media (min-width: 768px) {
  .table-board thead {
    display: table-header-group;
  }
}

.table-board thead tr th {
  padding: 1rem 0;
  background-color: #f8f9fa;
  text-align: center;
}

@media (min-width: 0) {
  .table-board tbody {
    display: block;
  }
}

@media (min-width: 768px) {
  .table-board tbody {
    display: table-row-group;
  }
}

.table-board tbody tr {
  position: relative;
}

.table-board tbody tr:after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 0) {
  .table-board tbody tr {
    display: block;
    border-bottom: 1px solid #dae0e5;
    padding: 1rem 1rem;
  }
  .table-board tbody tr:after {
    display: block;
  }
}

@media (min-width: 768px) {
  .table-board tbody tr {
    display: table-row;
    border-bottom: 0;
    padding: 0;
  }
  .table-board tbody tr:after {
    display: none;
  }
}

.table-board tbody tr td {
  color: #75807b;
  padding: 1rem 1rem;
  text-align: center;
}

@media (min-width: 0) {
  .table-board tbody tr td {
    display: block;
    border: 0;
  }
  .table-board tbody tr td.sort, .table-board tbody tr td.tit, .table-board tbody tr td.date, .table-board tbody tr td.num, .table-board tbody tr td.view, .table-board tbody tr td.id, .table-board tbody tr td.cell, .table-board tbody tr td.buttons, .table-board tbody tr td.remark {
    padding: 0;
    text-align: left;
  }
  .table-board tbody tr td.sort, .table-board tbody tr td.tit, .table-board tbody tr td.date, .table-board tbody tr td.view, .table-board tbody tr td.id, .table-board tbody tr td.cell, .table-board tbody tr td.buttons {
    display: block;
  }
  .table-board tbody tr td.num, .table-board tbody tr td.remark {
    display: none;
  }
  .table-board tbody tr td.empty {
    display: none !important;
  }
  .table-board tbody tr td.sort, .table-board tbody tr td.tit {
    font-size: 1rem;
    color: #2c302e;
    font-weight: 500;
  }
  .table-board tbody tr td.sort {
    display: block;
    padding: 0 0.33333rem;
    margin: 0 5px 0 0;
    background-color: #004552;
    color: white;
    font-size: 0.8rem;
    height: 20px;
    float: left;
  }
  .table-board tbody tr td.view:before {
    content: "조회: ";
  }
  .table-board tbody tr td.id:before {
    content: "작성자: ";
  }
  .table-board tbody tr td.date, .table-board tbody tr td.view, .table-board tbody tr td.id, .table-board tbody tr td.cell {
    float: left;
    font-size: 0.8rem;
    position: relative;
    padding-right: 0.4rem;
    margin-right: 5px;
  }
  .table-board tbody tr td.date:after, .table-board tbody tr td.view:after, .table-board tbody tr td.id:after, .table-board tbody tr td.cell:after {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #e9ecef;
    top: 3px;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
  .table-board tbody tr td.date.no-divider:after, .table-board tbody tr td.view.no-divider:after, .table-board tbody tr td.id.no-divider:after, .table-board tbody tr td.cell.no-divider:after {
    display: none;
  }
  .table-board tbody tr td.date:last-child:after, .table-board tbody tr td.view:last-child:after, .table-board tbody tr td.id:last-child:after, .table-board tbody tr td.cell:last-child:after {
    display: none;
  }
  .table-board tbody tr td.buttons {
    clear: both;
    float: none;
    padding: 1rem 0 0 0;
  }
  .table-board tbody tr td.buttons .btn {
    color: white;
  }
}

@media (min-width: 768px) {
  .table-board tbody tr td {
    display: table-cell;
    border-bottom: 1px solid #dae0e5;
  }
  .table-board tbody tr td.num, .table-board tbody tr td.sort, .table-board tbody tr td.tit, .table-board tbody tr td.date, .table-board tbody tr td.view, .table-board tbody tr td.id, .table-board tbody tr td.cell, .table-board tbody tr td.buttons, .table-board tbody tr td.remark, .table-board tbody tr td.empty {
    padding: 0;
    margin: 0;
    text-align: center;
    display: table-cell;
    position: static;
    color: inherit;
    font-weight: normal;
    font-size: inherit;
    background: none;
    color: inherit;
    padding: 1rem 1rem;
    float: none;
  }
  .table-board tbody tr td.num:before, .table-board tbody tr td.sort:before, .table-board tbody tr td.tit:before, .table-board tbody tr td.date:before, .table-board tbody tr td.view:before, .table-board tbody tr td.id:before, .table-board tbody tr td.cell:before, .table-board tbody tr td.buttons:before, .table-board tbody tr td.remark:before, .table-board tbody tr td.empty:before {
    content: none;
  }
  .table-board tbody tr td.empty {
    display: table-cell !important;
  }
  .table-board tbody tr td.tit {
    text-align: left;
  }
  .table-board tbody tr td.buttons {
    padding: 1rem 1rem;
  }
  .table-board tbody tr td.buttons .btn {
    color: white;
  }
  .table-board tbody tr td a:not(.btn) {
    padding: 0;
  }
}

.table-board tbody tr td a:not(.btn) {
  display: block;
  color: inherit;
  text-decoration: none;
}

[class|="table-responsive"] {
  word-break: keep-all;
}

/* 2024.03.13 추가 */
.reset-btn {
  margin-bottom: 15px;
  text-align: right;
}

.reset-btn input {
  width: 100px;
  height: 40px;
  border: none;
  background-color: #b60039;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.custom-table caption {
  margin: 0;
  padding: 0;
  font-size: 0;
}

@media (max-width: 470px) {
  .custom-table th {
    text-align: center;
  }
}

.custom-table select {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  display: block;
  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) {
  .custom-table select {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-table .essential {
  margin-left: 5px;
  display: inline-block;
  font-size: 0.8rem;
  color: #b60039;
}

@media (max-width: 470px) {
  .custom-table .essential {
    margin-left: 0;
    display: block;
  }
}

.tabslider {
  margin-bottom: 1rem;
}

.tabslider-list.is-animate .slick-list {
  margin: 0 3.376rem;
}

.tabslider-list:not(.is-animate) {
  border-left: 0.063rem solid #cbd3da;
  border-right: 0.063rem solid #cbd3da;
}

.tabslider-list:not(.is-animate) .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
}

.tabslider-list:not(.is-animate) .slick-slide {
  width: auto !important;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tabslider-list-item > a {
  display: block;
  position: relative;
  color: #6c757d;
  background-color: #f8f9fa;
  line-height: 1.25rem;
  padding: 1rem;
  text-align: center;
  border: 0.063rem solid #cbd3da;
  margin: 0 -0.063rem;
}

.tabslider-list-item > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
  height: 0.188rem;
  background-color: transparent;
}

.tabslider-list-item.is-active > a {
  background-color: white;
  color: #004552;
}

.tabslider-list-item.is-active > a:before {
  background-color: #004552;
}

.tabslider-list .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3.376rem;
  height: 3.376rem;
  border: 0.063rem solid #cbd3da;
  background: white;
}

.tabslider-list .slick-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #004552;
  border-left: 0.125rem solid #004552;
}

.tabslider-list .slick-arrow.slick-prev {
  left: 0;
  text-indent: -9999px;
}

.tabslider-list .slick-arrow.slick-prev:before {
  left: 0.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tabslider-list .slick-arrow.slick-next {
  right: 0;
  text-indent: -9999px;
}

.tabslider-list .slick-arrow.slick-next:before {
  right: 0.25rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.vision {
  word-break: keep-all;
}

.vision-title-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 110px;
  padding: 1.5rem;
  line-height: 1.25em;
  font-weight: 700;
  color: white;
  background-image: url(../../../resources/images/module/vision-title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 3rem;
}

@media (min-width: 0) {
  .vision-title-bg {
    font-size: 1.25rem;
  }
}

@media (min-width: 576px) {
  .vision-title-bg {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .vision-title-bg {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .vision-title-bg {
    font-size: 1.625rem;
  }
}

@media (min-width: 1260px) {
  .vision-title-bg {
    font-size: 1.75rem;
  }
}

@media (min-width: 1480px) {
  .vision-title-bg {
    font-size: 1.875rem;
  }
}

.vision-title-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 150px;
  padding: 1.5rem;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 3rem;
}

@media (min-width: 0) {
  .vision-title-around {
    font-size: 1.25rem;
  }
}

@media (min-width: 576px) {
  .vision-title-around {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .vision-title-around {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .vision-title-around {
    font-size: 1.625rem;
  }
}

@media (min-width: 1260px) {
  .vision-title-around {
    font-size: 1.75rem;
  }
}

@media (min-width: 1480px) {
  .vision-title-around {
    font-size: 1.875rem;
  }
}

.vision-title-around:before, .vision-title-around:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  background-image: url(../../../resources/images/module/vision-title-around.png);
}

.vision-title-around:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #3069d0;
}

.vision-title-around:after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #01aaad;
}

.vision-title-around > span {
  position: relative;
  display: block;
  z-index: 1;
}

.vision-title-strategy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 70px;
  padding: 1rem;
  line-height: 1.25em;
  font-weight: 700;
  color: white;
  background-color: #30347d;
  background-image: url(../../../resources/images/module/vision-title-strategy.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  margin-bottom: 0.5rem;
}

@media (min-width: 0) {
  .vision-title-strategy {
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) {
  .vision-title-strategy {
    font-size: 1.625rem;
  }
}

.vision-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vision-list > li {
  list-style: none;
  padding: 1rem;
}

@media (min-width: 0) {
  .vision-list > li {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .vision-list > li {
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .vision-list > li {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .vision-list > li {
    width: 20%;
  }
}

.vision-list > li > strong {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  text-align: center;
  z-index: 1;
  font-size: 1.1rem;
  border-radius: 100%;
  color: white;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 0) {
  .vision-list > li > strong {
    width: 7.2rem;
    height: 7.2rem;
  }
}

@media (min-width: 768px) {
  .vision-list > li > strong {
    width: 9rem;
    height: 9rem;
  }
}

.vision-list > li:nth-child(1) > strong {
  background-color: #ee2f52;
}

.vision-list > li:nth-child(2) > strong {
  background-color: #c1082a;
}

.vision-list > li:nth-child(3) > strong {
  background-color: #9e0b26;
}

.vision-list > li:nth-child(4) > strong {
  background-color: #770f22;
}

.vision-dl-circle {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}

.vision-dl-circle > dt, .vision-dl-circle > dd {
  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;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.vision-dl-circle > dt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  text-align: center;
  z-index: 1;
  border-radius: 100%;
  color: white;
  text-align: center;
}

@media (min-width: 0) {
  .vision-dl-circle > dt {
    width: 7.2rem;
    height: 7.2rem;
  }
}

@media (min-width: 768px) {
  .vision-dl-circle > dt {
    width: 9rem;
    height: 9rem;
  }
}

.vision-dl-circle > dt > strong {
  display: block;
  width: 100%;
  font-size: 1.1rem;
}

@media (min-width: 0) {
  .vision-dl-circle > dt > strong {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .vision-dl-circle > dt > strong {
    margin-top: 1rem;
  }
}

.vision-dl-circle > dt:nth-child(1) {
  background-color: #ee2f52;
}

.vision-dl-circle > dt:nth-child(3) {
  background-color: #c1082a;
}

.vision-dl-circle > dt:nth-child(5) {
  background-color: #9e0b26;
}

.vision-dl-circle > dt:nth-child(7) {
  background-color: #770f22;
}

.vision-dl-circle > dd {
  min-height: 9rem;
  background-color: white;
  border: 1px solid #cbd3da;
  font-weight: 700;
}

@media (min-width: 0) {
  .vision-dl-circle > dd {
    width: 100%;
    margin-top: -4.5rem;
    margin-left: 0;
    padding: 4.5rem 1.5rem 1.5rem 1.5rem;
    font-size: 1rem;
    border-radius: 1rem;
  }
}

@media (min-width: 768px) {
  .vision-dl-circle > dd {
    width: calc(100% - 4.5rem);
    margin-top: 0;
    margin-left: -4.5rem;
    padding: 1.5rem 1.5rem 1.5rem 6rem;
    font-size: 1.1rem;
    border-radius: 50rem;
  }
}

@media (min-width: 992px) {
  .vision-dl-circle > dd {
    font-size: 1.2rem;
  }
}

.vision-dl-circle > dd > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.85rem;
  line-height: 1rem;
  padding-left: 0.5rem;
}

.vision-dl-circle > dd > ul > li {
  color: #828c87;
  position: relative;
  padding: 0.125rem 0;
  line-height: 1.35em;
}

.vision-dl-circle > dd > ul > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.625rem;
  left: -0.5rem;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: -0.125rem;
  border-radius: 100%;
  background-color: #828c87;
}

.vision-dl-strategy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 0) {
  .vision-dl-strategy br {
    display: none;
  }
}

@media (min-width: 992px) {
  .vision-dl-strategy br {
    display: inline;
  }
}

.vision-dl-strategy > dt, .vision-dl-strategy dd {
  position: relative;
}

.vision-dl-strategy > dt:after, .vision-dl-strategy dd:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.25rem;
  background-image: url(../../../resources/images/module/vision-dl-strategy-pattern.png);
}

.vision-dl-strategy > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: white;
  padding: 0.5rem 0;
}

@media (min-width: 0) {
  .vision-dl-strategy > dt {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .vision-dl-strategy > dt {
    width: 15%;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}

.vision-dl-strategy > dt:nth-child(1) {
  background-color: #cc1717;
}

.vision-dl-strategy > dt:nth-child(3) {
  background-color: #ef5621;
}

.vision-dl-strategy > dt:nth-child(5) {
  background-color: #ef8a21;
}

.vision-dl-strategy > dt:nth-child(7) {
  background-color: #d77c1e;
}

.vision-dl-strategy > dt:nth-child(9) {
  background-color: #3d505c;
}

.vision-dl-strategy > dt:after {
  background-position: bottom right;
  bottom: -4px;
}

@media (min-width: 0) {
  .vision-dl-strategy > dt:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .vision-dl-strategy > dt:after {
    display: block;
  }
}

.vision-dl-strategy > dd {
  position: relative;
  width: 85%;
  margin-bottom: 0.5rem;
  border: 1px solid #cbd3da;
  border-left: 0;
  padding: 1rem 1.5rem;
}

@media (min-width: 0) {
  .vision-dl-strategy > dd {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .vision-dl-strategy > dd {
    width: 85%;
  }
}

.vision-dl-strategy > dd img {
  max-width: 100%;
}

.vision-dl-strategy > dd ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.vision-dl-strategy > dd:after {
  background-position: bottom left;
  bottom: -5px;
}

.vision-dl-strategy > dd:last-child {
  background-color: #f5f5f5;
  padding: 1.5rem 0.5rem;
}

.vision-dl-strategy > dd table {
  border-collapse: separate;
  border-spacing: 0.5rem;
  margin-top: 0.5rem;
}

.vision-dl-strategy > dd table > thead > tr > th, .vision-dl-strategy > dd table > tbody > tr > th {
  font-size: 0.938rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
}

.vision-dl-strategy > dd table > thead > tr > th:first-child, .vision-dl-strategy > dd table > tbody > tr > th:first-child {
  background-color: #30347d;
  color: white;
  line-height: 1.3em;
}

@media (min-width: 0) {
  .vision-dl-strategy > dd table > thead > tr > th:first-child, .vision-dl-strategy > dd table > tbody > tr > th:first-child {
    font-size: 1rem;
  }
}

@media (min-width: 1260px) {
  .vision-dl-strategy > dd table > thead > tr > th:first-child, .vision-dl-strategy > dd table > tbody > tr > th:first-child {
    font-size: 1.25rem;
  }
}

.vision-dl-strategy > dd table > thead > tr > th {
  background-color: #777;
  color: white;
}

.vision-dl-strategy > dd table > tbody > tr > td {
  background-color: white;
  vertical-align: top;
  padding: 1rem;
}

.vision-dl-strategy > dd table > tbody > tr > td > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.85rem;
  line-height: 1rem;
  padding-left: 0.5rem;
}

.vision-dl-strategy > dd table > tbody > tr > td > ul > li {
  line-height: 1.35em;
  color: #828c87;
  position: relative;
  padding: 0.125rem 0;
}

.vision-dl-strategy > dd table > tbody > tr > td > ul > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.625rem;
  left: -0.5rem;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: -0.125rem;
  border-radius: 100%;
  background-color: #828c87;
}

.hamburger {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background-color: #002723;
}

.hamburger a {
  text-decoration: none;
}

.hamburger-close {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -71px;
  background-image: url("../../../resources/images/sprite.png");
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 13px;
  margin-right: 0;
}

.hamburger-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #003933;
}

.hamburger-top:after {
  display: block;
  content: "";
  clear: both;
}

.hamburger-top > ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hamburger-top > ul > li {
  position: relative;
  float: left;
  padding: 0 0.5rem;
}

.hamburger-top > ul > li > a {
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 1rem 0;
  color: white;
}

.hamburger-top > ul > li:before {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hamburger-top > ul > li:first-child:before {
  display: none;
}

.hamburger-top > ul > li.is-child {
  padding-right: 0;
}

.hamburger-top > ul > li.is-child > a {
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #000306;
}

.hamburger-top > ul > li.is-child > a:after {
  margin-left: 10px;
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -187px -540px;
  background-image: url("../../../resources/images/sprite.png");
  width: 9px;
  min-width: 9px;
  height: 5px;
}

.hamburger-top > ul > li.is-child.is-active > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hamburger-top > ul > li.is-child:before {
  display: none;
}

.hamburger-top > ul > li.is-child > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  background-color: white;
  left: 0.5rem;
  right: 0;
  z-index: 99999;
  border: 1px solid #dae0e5;
  border-top: 0;
}

.hamburger-top > ul > li.is-child > ul > li {
  border-bottom: 1px dotted #e9ecef;
}

.hamburger-top > ul > li.is-child > ul > li > a {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #2c302e;
  font-size: 0.8rem;
  background-color: #f2f4f6;
}

.hamburger-top > ul > li.is-child > ul > li > a:hover {
  background-color: white;
}

.hamburger-top > ul > li:after {
  display: block;
  content: "";
  clear: both;
}

.hamburger-list {
  padding-top: 2.875rem;
  height: 100%;
  margin-left: 11rem;
  background-color: white;
}

.hamburger-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hamburger-list > ul {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
}

.hamburger-list > ul > li {
  margin-left: -11rem;
}

.hamburger-list > ul > li > a {
  display: block;
  font-size: 0.875rem;
  width: 11rem;
  color: white;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hamburger-list > ul > li.is-active > a {
  background-color: rgba(0, 0, 0, 0.1);
}

.hamburger-list > ul > li > ul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.hamburger-list > ul > li > ul > li {
  border-bottom: 1px solid #cbd3da;
}

.hamburger-list > ul > li > ul > li > a {
  display: block;
  font-size: 0.875rem;
  color: inherit;
  padding: 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hamburger-list > ul > li > ul > li > ul {
  border-top: 2px solid #004552;
  background-color: #f8f9fa;
  padding: 1rem;
}

.hamburger-list > ul > li > ul > li > ul > li {
  margin: 0.25rem 0;
}

.hamburger-list > ul > li > ul > li > ul > li > a {
  display: block;
  position: relative;
  font-size: 0.813rem;
  padding-left: 0.75rem;
  color: #6c757d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hamburger-list > ul > li > ul > li > ul > li > a:before {
  display: block;
  content: "";
  width: 0.375rem;
  height: 0.125rem;
  background-color: #004552;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

header {
  background-color: white;
  position: relative;
  z-index: 1000;
  font-family: "NanumGothic", sans-serif;
}

header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

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

header a {
  color: inherit;
  text-decoration: none;
}

header .header-top-navigation {
  background-color: #004552;
  color: white;
}

@media (min-width: 0) {
  header .header-top-navigation {
    display: none;
  }
}

@media (min-width: 992px) {
  header .header-top-navigation {
    display: block;
  }
}

header .header-top-navigation a {
  color: inherit;
  text-decoration: none;
}

header .header-top-navigation a:hover {
  color: inherit;
}

header .header-top-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header .header-top-navigation nav:first-child {
  float: left;
}

header .header-top-navigation nav:first-child > ul > li {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

header .header-top-navigation nav:first-child > ul > li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

header .header-top-navigation nav:first-child > ul > li > a {
  display: block;
  font-size: 12px;
  padding: 1rem 1.5rem;
}

header .header-top-navigation nav:first-child > ul:after {
  display: block;
  content: "";
  clear: both;
}

header .header-top-navigation nav:last-child {
  float: right;
}

header .header-top-navigation nav:last-child > ul > li {
  position: relative;
  float: left;
  padding: 0 1rem;
}

header .header-top-navigation nav:last-child > ul > li > a {
  display: block;
  font-size: 0.75em;
  padding: 1rem 0;
}

header .header-top-navigation nav:last-child > ul > li:before {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

header .header-top-navigation nav:last-child > ul > li:first-child {
  padding-left: 0;
}

header .header-top-navigation nav:last-child > ul > li:first-child:before {
  display: none;
}

header .header-top-navigation nav:last-child > ul > li:last-child {
  padding-right: 0;
}

header .header-top-navigation nav:last-child > ul > li:after {
  display: block;
  content: "";
  clear: both;
}

header .header-top-navigation:after {
  display: block;
  content: "";
  clear: both;
}

header .header-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-logo {
  padding: 0;
  margin: 0;
}

header .header-logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 0) {
  header .header-logo > a {
    padding: 13.33333px 0;
  }
}

@media (min-width: 992px) {
  header .header-logo > a {
    padding: 30px 0;
  }
}

header .header-logo > a > span {
  display: block;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0px;
}

@media (min-width: 0) {
  header .header-logo > a > span {
    width: 173.33333px;
  }
}

@media (min-width: 992px) {
  header .header-logo > a > span {
    width: 208px;
  }
}

header .header-logo > a > span:before {
  display: block;
  content: "";
  height: 0;
  padding-bottom: 19.23077%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-image: url(../../../resources/images/theme/amcs/h-logo.png);
  background-size: 100% auto;
  background-position: left center;
  background-repeat: no-repeat;
}

@media (min-width: 0) {
  header .header-logo > a > span:before {
    width: 173.33333px;
  }
}

@media (min-width: 992px) {
  header .header-logo > a > span:before {
    width: 208px;
  }
}

header .header-logo > a > em {
  position: relative;
  font-style: normal;
  font-weight: bold;
}

@media (min-width: 0) {
  header .header-logo > a > em {
    font-size: 0.825rem;
    margin-left: 0.5rem;
    padding-left: 9px;
  }
}

@media (min-width: 576px) {
  header .header-logo > a > em {
    font-size: 1rem;
    margin-left: 0.5rem;
    padding-left: 9px;
  }
}

@media (min-width: 768px) {
  header .header-logo > a > em {
    font-size: 1.125rem;
    margin-left: 1rem;
    padding-left: 18px;
  }
}

@media (min-width: 992px) {
  header .header-logo > a > em {
    font-size: 1.35rem;
    margin-left: 1rem;
    padding-left: 18px;
  }
}

@media (min-width: 0) {
  header .header-logo > a > em br {
    display: inline;
  }
}

@media (min-width: 576px) {
  header .header-logo > a > em br {
    display: none;
  }
}

header .header-logo > a > em:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #cbd3da;
}

@media (min-width: 0) {
  header .header-logo > a > em:before {
    width: 1px;
    height: 1.25rem;
  }
}

@media (min-width: 768px) {
  header .header-logo > a > em:before {
    width: 2px;
    height: 1.5rem;
  }
}

@media (min-width: 0) {
  header .header-menu {
    display: none;
  }
}

@media (min-width: 992px) {
  header .header-menu {
    display: block;
  }
}

header .header-menu > ul {
  padding: 0;
  list-style: none;
}

@media (min-width: 0) {
  header .header-menu > ul {
    margin: 0 -0.5rem;
  }
}

@media (min-width: 1260px) {
  header .header-menu > ul {
    margin: 0 -1rem;
  }
}

header .header-menu > ul:after {
  display: block;
  content: "";
  clear: both;
}

header .header-menu > ul > li {
  margin-left: 125px;
  float: left;
  position: relative;
}

@media (min-width: 0) {
  header .header-menu > ul > li {
    padding: 0 0.5rem;
  }
}

@media (min-width: 1260px) {
  header .header-menu > ul > li {
    padding: 0 1rem;
  }
}

header .header-menu > ul > li > a {
  color: inherit;
  line-height: 100px;
  text-decoration: none;
  font-weight: 700;
}

@media (min-width: 0) {
  header .header-menu > ul > li > a {
    font-size: 0.9rem;
  }
}

@media (min-width: 1260px) {
  header .header-menu > ul > li > a {
    font-size: 1rem;
  }
}

header .header-menu > ul > li > ul {
  display: none;
  width: 140px;
  left: -1000%;
  right: -1000%;
  padding: 0;
  margin: -2px auto 0 auto;
  padding: 0.5rem 1rem;
  list-style: none;
  position: absolute;
  background-color: white;
  border: 1px solid #cbd3da;
  border-top: 4px solid #004552;
  text-align: center;
  line-height: 1.2rem;
  z-index: 100;
}

header .header-menu > ul > li > ul > li {
  padding: 0.5rem 0;
}

header .header-menu > ul > li > ul > li > a {
  color: inherit;
  font-size: 0.925rem;
}

header .header-menu > ul > li > ul > li > ul {
  display: none;
}

@media (min-width: 0) {
  header .header-icon {
    display: block;
  }
}

@media (min-width: 992px) {
  header .header-icon {
    display: none;
  }
}

header .header-icon > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0) {
  header .header-icon > ul {
    padding: 13.33333px 0;
  }
}

@media (min-width: 992px) {
  header .header-icon > ul {
    padding: 30px 0;
  }
}

header .header-icon > ul > li {
  float: left;
}

header .header-icon > ul > li > a {
  display: block;
  text-decoration: none;
}

header .header-icon > ul > li > a.hamburger-open {
  position: relative;
}

@media (min-width: 0) {
  header .header-icon > ul > li > a.hamburger-open {
    height: 33.33333px;
    line-height: 33.33333px;
  }
}

@media (min-width: 992px) {
  header .header-icon > ul > li > a.hamburger-open {
    height: 40px;
    line-height: 40px;
  }
}

header .header-icon > ul > li > a.hamburger-open > i {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px -377px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 23px;
  text-indent: -9999px;
  overflow: hidden;
}

@media (min-width: 1480px) {
  main > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 0) {
  body.subpage main {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  body.subpage main {
    margin-top: -100px;
  }
}

footer {
  background-color: #2c302e;
  color: #828c87;
}

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

footer .footer-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

footer .footer-nav > .container:after {
  display: block;
  content: "";
  clear: both;
}

footer .footer-nav a {
  text-decoration: none;
}

footer .footer-nav-list, footer .footer-nav-family {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .footer-nav-list > li, footer .footer-nav-family > li {
  float: left;
}

footer .footer-nav-list:after, footer .footer-nav-family:after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 0) {
  footer .footer-nav-list {
    float: none;
    line-height: normal;
    margin: 0 -3px;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  footer .footer-nav-list {
    margin: 0 -10px;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  footer .footer-nav-list {
    float: left;
    margin: 0 -15px;
  }
}

@media (min-width: 0) {
  footer .footer-nav-list > li {
    height: auto;
    line-height: normal;
    font-size: 0.75em;
    padding: 0 3px;
  }
}

@media (min-width: 576px) {
  footer .footer-nav-list > li {
    font-size: 0.8em;
    padding: 0 5px;
  }
}

@media (min-width: 768px) {
  footer .footer-nav-list > li {
    font-size: 0.9em;
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  footer .footer-nav-list > li {
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    padding: 0 15px;
  }
}

footer .footer-nav-list > li a {
  color: inherit;
}

footer .footer-nav-list > li a:hover {
  font-weight: 700;
  color: #ff7e41;
}

footer .footer-nav-list:after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 0) {
  footer .footer-nav-family {
    float: none;
    width: 100%;
    font-size: 0.85em;
  }
}

@media (min-width: 576px) {
  footer .footer-nav-family {
    width: 60%;
    font-size: 0.9em;
  }
}

@media (min-width: 768px) {
  footer .footer-nav-family {
    width: 40%;
    font-size: 0.95em;
  }
}

@media (min-width: 992px) {
  footer .footer-nav-family {
    float: right;
    width: 20%;
    font-size: 1em;
  }
}

footer .footer-nav-family > li {
  width: 100%;
  position: relative;
  height: 50px;
  line-height: 50px;
}

footer .footer-nav-family > li > a {
  display: block;
  color: #75807b;
  position: relative;
}

footer .footer-nav-family > li > a i {
  margin-right: 1rem;
}

footer .footer-nav-family > li > a:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 21px;
  min-width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer .footer-nav-family > li > ul {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 0.25rem;
  right: 0.25rem;
  background-color: #eff1f4;
  z-index: 9;
}

footer .footer-nav-family > li > ul > li > a {
  display: block;
  padding: 0 1rem;
  font-size: 0.8em;
  color: #5d6561;
  border-bottom: 1px dotted #c5c9c7;
}

footer .footer-nav-family > li > ul > li:last-child a {
  border-bottom: 0;
}

footer .footer-nav-family:after {
  display: block;
  content: "";
  clear: both;
}

footer .footer-nav:after {
  display: block;
  content: "";
  clear: both;
}

footer .footer-copyright {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

footer .footer-copyright-address {
  display: block;
  margin: 0;
  line-height: 24px;
  font-size: 0.8em;
}

@media (min-width: 0) {
  footer .footer-copyright-address {
    float: none;
  }
}

@media (min-width: 768px) {
  footer .footer-copyright-address {
    padding: 0 0 0 238px;
  }
}

@media (min-width: 1260px) {
  footer .footer-copyright-address {
    float: left;
  }
}

footer .footer-copyright-address > h2 {
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  float: left;
}

@media (min-width: 0) {
  footer .footer-copyright-address > h2 {
    float: none;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  footer .footer-copyright-address > h2 {
    float: left;
    margin-left: -238px;
    margin-bottom: 0;
  }
}

footer .footer-copyright-address > h2 img {
  display: block;
  width: 208px;
  height: auto;
}

footer .footer-copyright-address > ul li {
  display: inline-block;
  padding-right: 0.5rem;
}

footer .footer-copyright-address > ul li strong {
  font-weight: inherit;
}

footer .footer-copyright-address > ul li strong:after {
  content: " :";
}

footer .footer-copyright-address > ul li:first-child strong {
  display: none;
}

footer .footer-copyright-address > p {
  color: #69736e;
  font-size: 0.9em;
  margin-bottom: 0;
}

@media (min-width: 0) {
  footer .footer-copyright-sns {
    float: none;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  footer .footer-copyright-sns {
    padding-left: 238px;
  }
}

@media (min-width: 1260px) {
  footer .footer-copyright-sns {
    float: right;
    padding-left: 0;
  }
}

footer .footer-copyright-sns ul {
  margin: 0 -0.25rem;
}

footer .footer-copyright-sns ul li {
  padding: 0 0.25rem;
  float: left;
}

footer .footer-copyright-sns ul:after {
  display: block;
  content: "";
  clear: both;
}

footer .footer-copyright:after {
  display: block;
  content: "";
  clear: both;
}

.sub-visual {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  line-height: 1.5;
}

.sub-visual-content {
  height: 84px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (min-width: 0) {
  .sub-visual-content {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

@media (min-width: 992px) {
  .sub-visual-content {
    padding-top: 168px;
    padding-bottom: 68px;
  }
}

.sub-visual-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.sub-visual-text {
  font-size: 1rem;
  opacity: 0.8;
}

@media (min-width: 0) {
  .sub-container {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .sub-container {
    padding-left: 230px;
  }
}

@media (min-width: 1480px) {
  .sub-container {
    padding-left: 265px;
  }
}

@media (min-width: 1480px) {
  .sub-container {
    padding-left: 300px;
  }
}

.sub-container:after {
  width: 100%;
}

.sub-container ul {
  list-style: none;
}

.sub-container:after {
  display: block;
  content: "";
  clear: both;
}

.sub-navigation {
  float: left;
}

@media (min-width: 0) {
  .sub-navigation {
    display: none;
    width: 0;
  }
}

@media (min-width: 992px) {
  .sub-navigation {
    display: block;
    width: 200px;
    margin-left: -230px;
  }
}

@media (min-width: 1480px) {
  .sub-navigation {
    display: block;
    width: 225px;
    margin-left: -265px;
  }
}

@media (min-width: 1480px) {
  .sub-navigation {
    display: block;
    width: 250px;
    margin-left: -300px;
  }
}

.sub-navigation {
  padding-bottom: 6rem;
}

.sub-navigation a {
  text-decoration: none;
}

.sub-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sub-navigation-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #004552;
  background-image: url(../../../resources/images/theme/site/sub-navigation-title.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 135px;
  padding: 2.063rem 2rem;
}

.sub-navigation-title h2 {
  margin: auto;
  font-weight: 700;
  line-height: 1.25em;
  color: white;
}

@media (min-width: 0) {
  .sub-navigation-title h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .sub-navigation-title h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1480px) {
  .sub-navigation-title h2 {
    font-size: 1.625rem;
  }
}

@media (min-width: 1480px) {
  .sub-navigation-title h2 {
    font-size: 1.75rem;
  }
}

.sub-navigation-list > li {
  border-bottom: 1px solid #dae0e5;
}

.sub-navigation-list > li:last-child {
  border-bottom: 0;
}

.sub-navigation-list > li > a {
  display: block;
  position: relative;
  padding: 1rem 1.5rem;
  padding-right: 39px;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub-navigation-list > li > a:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-navigation-list > li.is-child > a:after {
  background-image: url(../../../resources/images/theme/base/sub-navigation-plus.png);
}

.sub-navigation-list > li.is-active > a {
  color: white;
  background-color: #00252c;
}

.sub-navigation-list > li.is-active.is-child > a:after {
  background-image: url(../../../resources/images/theme/base/sub-navigation-minus.png);
}

.sub-navigation-list > li > ul {
  display: none;
  background-color: #f8f9fa;
  padding: 1rem 1.5rem;
}

.sub-navigation-list > li > ul > li {
  margin: 0.5rem 0;
}

.sub-navigation-list > li > ul > li > a {
  display: block;
  color: #69736e;
  padding-left: 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-underline-offset: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub-navigation-list > li > ul > li > a:before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #69736e;
}

.sub-navigation-list > li > ul > li > a:hover {
  text-decoration: underline;
}

.sub-navigation-list > li > ul > li.is-active > a:before {
  background-color: #004552;
  border: 1px solid #004552;
}

.sub-contents {
  width: 100%;
  padding: 1rem 0 6rem 0;
}

@media (min-width: 0) {
  .sub-contents {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .sub-contents {
    text-align: left;
  }
}

.sub-contents-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-bottom: 1px solid #cbd3da;
  padding: 1.5rem 0 1.5rem 0;
}

@media (min-width: 0) {
  .sub-contents-title {
    display: block;
  }
}

@media (min-width: 992px) {
  .sub-contents-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-contents-title > h2 {
  font-size: 1.75em;
  height: 1em;
  line-height: 1em;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .sub-contents-title > h2 {
    float: none;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .sub-contents-title > h2 {
    float: left;
    margin-bottom: 0;
  }
}

.sub-contents-title > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 0) {
  .sub-contents-title > div {
    display: block;
  }
}

@media (min-width: 992px) {
  .sub-contents-title > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-contents-breadcrumbs {
  font-size: 0.9375em;
  margin: 0 0 0 -1rem;
  padding: 0 1rem;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs {
    display: inline-block;
    float: none;
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs {
    display: block;
    float: right;
  }
}

.sub-contents-breadcrumbs a {
  color: #69736e;
  text-decoration: none;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs a {
    cursor: default;
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs a {
    cursor: pointer;
  }
}

.sub-contents-breadcrumbs ol,
.sub-contents-breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sub-contents-breadcrumbs > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs > ol {
    margin: 0 -0.33333rem;
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs > ol {
    margin: 0 -0.5rem;
  }
}

.sub-contents-breadcrumbs > ol > li {
  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;
  position: relative;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs > ol > li {
    height: 1em;
    line-height: 1em;
    padding: 0 0.33333rem;
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs > ol > li {
    height: 1.75em;
    line-height: 1.75em;
    padding: 0 0.5rem;
  }
}

.sub-contents-breadcrumbs > ol > li > a {
  display: block;
  position: relative;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs > ol > li > a {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.8em;
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs > ol > li > a {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.9em;
  }
}

.sub-contents-breadcrumbs > ol > li > a:after {
  display: none;
  position: absolute;
  content: "";
  width: 1.75em;
  height: 1.75em;
  background-image: url(../../../resources/images/theme/base/sub-breadcrumbs-more.png);
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.sub-contents-breadcrumbs > ol > li.is-child > a {
  cursor: pointer;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs > ol > li.is-child > a {
    padding-left: 0;
    padding-right: 0;
  }
  .sub-contents-breadcrumbs > ol > li.is-child > a:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs > ol > li.is-child > a {
    padding-left: 0;
    padding-right: 4.5rem;
  }
  .sub-contents-breadcrumbs > ol > li.is-child > a:after {
    display: block;
  }
}

.sub-contents-breadcrumbs > ol > li:first-child > a {
  padding-right: 0;
}

.sub-contents-breadcrumbs > ol > li:first-child > a:after {
  display: none;
}

.sub-contents-breadcrumbs > ol > li > ul {
  display: none;
  position: absolute;
  background-color: #f8f9fa;
  left: 0.5rem;
  right: 0.5rem;
  border: 1px solid #dae0e5;
}

.sub-contents-breadcrumbs > ol > li > ul > li > a {
  display: block;
  position: relative;
  padding: 0.5rem;
  border-bottom: 1px solid #dae0e5;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub-contents-breadcrumbs > ol > li > ul > li > a:after {
  display: none;
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 4px;
  height: 8px;
  background-image: url(../../../resources/images/theme/base/sub-breadcrumbs-child-arrow.png);
}

.sub-contents-breadcrumbs > ol > li > ul > li > a:hover {
  background-color: #004552;
  color: white;
  padding-right: 1.5rem;
}

.sub-contents-breadcrumbs > ol > li > ul > li > a:hover:after {
  display: block;
}

.sub-contents-breadcrumbs > ol > li > ul > li:last-child > a {
  border-bottom: 0;
}

.sub-contents-breadcrumbs > ol > li:after {
  display: block;
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(../../../resources/images/theme/base/sub-breadcrumbs-arrow.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  margin: auto;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs > ol > li:after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs > ol > li:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sub-contents-breadcrumbs > ol > li:last-child > a {
  color: inherit;
  font-weight: 700;
}

.sub-contents-breadcrumbs > ol > li:last-child:after {
  display: none;
}

.sub-contents-maintext {
  text-align: left;
  padding-top: 3rem;
}

.sub-contents-maintext img {
  max-width: 100%;
}

.sub-contents-icons {
  padding: 0;
  margin: 0;
}

@media (min-width: 0) {
  .sub-contents-icons {
    height: 38px;
  }
  .sub-contents-icons > ul {
    height: 38px;
  }
  .sub-contents-icons > ul > li > a {
    width: 38px;
    height: 38px;
  }
}

@media (min-width: 992px) {
  .sub-contents-icons {
    height: 44px;
  }
  .sub-contents-icons > ul {
    height: 44px;
  }
  .sub-contents-icons > ul > li > a {
    width: 44px;
    height: 44px;
  }
}

.sub-contents-icons > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 -0.25rem;
  list-style: none;
}

.sub-contents-icons > ul > li {
  padding: 0 0.25rem;
}

.sub-contents-icons > ul > li > a {
  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;
  border: 1px solid #aab1ae;
  border-radius: 100%;
  text-align: center;
}

body.mainpage > main {
  overflow: unset;
}

body.mainpage > main .visual {
  padding: 4.5rem 0;
  background-image: url(../../../resources/images/theme/site/visual-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  body.mainpage > main .visual {
    padding: 40px 10px;
  }
}

@media (min-width: 1480px) {
  body.mainpage > main .visual > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

body.mainpage > main .visual-banner {
  width: 100%;
}

body.mainpage > main .visual-banner-inner {
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

body.mainpage > main .visual-banner-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-height: 330px;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding-right: 107px;
}

body.mainpage > main .visual-banner-inner > div .left-img {
  margin: -47px 0;
}

@media screen and (max-width: 991px) {
  body.mainpage > main .visual-banner-inner > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: none;
    padding-right: 0;
    padding-bottom: 20px;
  }
  body.mainpage > main .visual-banner-inner > div .left-img {
    width: 90%;
    margin: -50px 0 -50px -10px;
  }
  body.mainpage > main .visual-banner-inner > div .right-img {
    margin: 0 auto;
    width: 20%;
  }
}

@media screen and (max-width: 480px) {
  body.mainpage > main .visual-banner-inner > div .left-img {
    width: 100%;
    margin: -10% 0 -10% -10%;
  }
}

body.mainpage > main .visual-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: -0.5rem;
}

body.mainpage > main .visual-nav > ul:after {
  display: block;
  content: "";
  clear: both;
}

body.mainpage > main .visual-nav > ul > li {
  width: 50%;
  float: left;
  padding: 0.5rem;
  margin: 0;
}

body.mainpage > main .visual-nav > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.125rem;
  background-color: white;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
}

body.mainpage > main .visual-nav > ul > li > a figure {
  padding: 0.25rem 0;
  margin: 0;
}

body.mainpage > main .visual-nav > ul > li > a figure img {
  max-width: 100%;
  width: 8.875rem;
}

body.mainpage > main .visual-nav > ul > li > a figure figcaption {
  padding: 0;
  margin: 0.25rem 0 0 0;
  font-size: 1.125rem;
  font-weight: 700;
}

body.mainpage > main .visual-nav > ul > li:nth-child(1) > a {
  background-color: #ffffff;
  color: black;
}

body.mainpage > main .visual-nav > ul > li:nth-child(2) > a {
  background-color: #fdd413;
  color: black;
}

body.mainpage > main .visual-nav > ul > li:nth-child(3) > a {
  background-color: #5f9cee;
  color: white;
}

body.mainpage > main .visual-nav > ul > li:nth-child(4) > a {
  background-color: #81c642;
  color: white;
}

body.mainpage > main .board {
  overflow: hidden;
  position: relative;
  font-family: "NanumGothic";
}

body.mainpage > main .board-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-bottom: 1.5rem;
}

@media (min-width: 0) {
  body.mainpage > main .board-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 576px) {
  body.mainpage > main .board-title {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

body.mainpage > main .board-title > h2 {
  position: relative;
  padding: 0;
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
}

body.mainpage > main .board-title > h2:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.5rem;
  height: 1.5rem;
  background-color: #9c1c2b;
}

@media (min-width: 0) {
  body.mainpage > main .board-title > h2 {
    font-size: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 576px) {
  body.mainpage > main .board-title > h2 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  body.mainpage > main .board-title > h2 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  body.mainpage > main .board-title > h2 {
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

body.mainpage > main .board-title > ul {
  padding: 0;
  list-style: none;
}

@media (min-width: 0) {
  body.mainpage > main .board-title > ul {
    width: 100%;
    margin: 0 -1rem;
  }
}

@media (min-width: 576px) {
  body.mainpage > main .board-title > ul {
    width: auto;
    margin: 0;
  }
}

body.mainpage > main .board-title > ul:after {
  display: block;
  content: "";
  clear: both;
}

body.mainpage > main .board-title > ul > li {
  float: left;
  padding: 0 1rem;
}

body.mainpage > main .board-title > ul > li > a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #aab1ae;
  padding-bottom: 0.25rem;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

@media (min-width: 0) {
  body.mainpage > main .board-title > ul > li > a {
    font-size: 1rem;
  }
}

@media (min-width: 576px) {
  body.mainpage > main .board-title > ul > li > a {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  body.mainpage > main .board-title > ul > li > a {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  body.mainpage > main .board-title > ul > li > a {
    font-size: 1.375rem;
  }
}

body.mainpage > main .board-title > ul > li.is-active > a {
  color: inherit;
  border-bottom-color: #ef8a21;
}

body.mainpage > main .board-title > div {
  position: absolute;
  right: -1px;
}

body.mainpage > main .board-title > div:after {
  display: block;
  content: "";
  clear: both;
}

body.mainpage > main .board-title > div > div {
  float: left;
}

body.mainpage > main .board-title > div button,
body.mainpage > main .board-title > div a {
  display: block;
  width: 34px;
  height: 34px;
  float: left;
  margin: 0 1px;
  border: 1px solid #cbd3da;
  text-indent: -9999px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}

body.mainpage > main .board-title > div button.more,
body.mainpage > main .board-title > div a.more {
  background-image: url(../../../resources/images/theme/site/board-more.png);
}

body.mainpage > main .board-title > div button.slick-prev,
body.mainpage > main .board-title > div a.slick-prev {
  background-image: url(../../../resources/images/theme/site/board-prev.png);
}

body.mainpage > main .board-title > div button.slick-next,
body.mainpage > main .board-title > div a.slick-next {
  background-image: url(../../../resources/images/theme/site/board-next.png);
}

body.mainpage > main .board-title > div button.slick-start,
body.mainpage > main .board-title > div a.slick-start {
  background-image: url(../../../resources/images/theme/site/board-start.png);
}

body.mainpage > main .board-title > div button.slick-pause,
body.mainpage > main .board-title > div a.slick-pause {
  background-image: url(../../../resources/images/theme/site/board-pause.png);
}

body.mainpage > main .board-title > div button.slick-disabled,
body.mainpage > main .board-title > div a.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

body.mainpage > main .board-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

body.mainpage > main .board-list > li {
  border-bottom: 1px solid #ddd;
}

body.mainpage > main .board-list > li:first-child {
  padding-top: 0;
}

@media (min-width: 0) {
  body.mainpage > main .board-list > li:last-child {
    display: block;
  }
}

@media (min-width: 992px) {
  body.mainpage > main .board-list > li:last-child {
    display: none;
  }
}

@media (min-width: 1260px) {
  body.mainpage > main .board-list > li:last-child {
    display: block;
  }
}

body.mainpage > main .board-list > li > a {
  margin: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
  padding-left: 1rem;
  position: relative;
  line-height: 1;
}

body.mainpage > main .board-list > li > a:after {
  display: block;
  content: "";
  clear: both;
}

body.mainpage > main .board-list > li > a:before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #bcc1c6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 100%;
}

body.mainpage > main .board-list > li > a strong {
  width: 100%;
  display: block;
  font-weight: normal;
  color: #6c757d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  body.mainpage > main .board-list > li > a strong {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  body.mainpage > main .board-list > li > a strong {
    font-size: 1.075rem;
  }
}

body.mainpage > main .board-list > li > a span {
  color: #868e96;
}

@media (min-width: 0) {
  body.mainpage > main .board-list > li > a span {
    font-size: 0.925rem;
  }
}

@media (min-width: 768px) {
  body.mainpage > main .board-list > li > a span {
    font-size: 1rem;
  }
}

body.mainpage > main .photo {
  overflow: hidden;
  position: relative;
}

@media (min-width: 0) {
  body.mainpage > main .photo {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  body.mainpage > main .photo {
    margin-top: 0;
  }
}

body.mainpage > main .photo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-bottom: 1.5rem;
}

@media (min-width: 0) {
  body.mainpage > main .photo-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 576px) {
  body.mainpage > main .photo-title {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

body.mainpage > main .photo-title > h2 {
  position: relative;
  padding: 0;
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
}

body.mainpage > main .photo-title > h2:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.5rem;
  height: 1.5rem;
  background-color: #9c1c2b;
}

@media (min-width: 0) {
  body.mainpage > main .photo-title > h2 {
    font-size: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 576px) {
  body.mainpage > main .photo-title > h2 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  body.mainpage > main .photo-title > h2 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  body.mainpage > main .photo-title > h2 {
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

body.mainpage > main .photo-title > ul {
  padding: 0;
  list-style: none;
}

@media (min-width: 0) {
  body.mainpage > main .photo-title > ul {
    width: 100%;
    margin: 0 -1rem;
  }
}

@media (min-width: 576px) {
  body.mainpage > main .photo-title > ul {
    width: auto;
    margin: 0;
  }
}

body.mainpage > main .photo-title > ul:after {
  display: block;
  content: "";
  clear: both;
}

body.mainpage > main .photo-title > ul > li {
  float: left;
  padding: 0 1rem;
}

body.mainpage > main .photo-title > ul > li > a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #aab1ae;
  padding-bottom: 0.25rem;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

@media (min-width: 0) {
  body.mainpage > main .photo-title > ul > li > a {
    font-size: 1rem;
  }
}

@media (min-width: 576px) {
  body.mainpage > main .photo-title > ul > li > a {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  body.mainpage > main .photo-title > ul > li > a {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  body.mainpage > main .photo-title > ul > li > a {
    font-size: 1.375rem;
  }
}

body.mainpage > main .photo-title > ul > li.is-active > a {
  color: inherit;
  border-bottom-color: #ef8a21;
}

body.mainpage > main .photo-title > div {
  position: absolute;
  right: -1px;
}

body.mainpage > main .photo-title > div:after {
  display: block;
  content: "";
  clear: both;
}

body.mainpage > main .photo-title > div > div {
  float: left;
}

body.mainpage > main .photo-title > div button, body.mainpage > main .photo-title > div a {
  display: block;
  width: 34px;
  height: 34px;
  float: left;
  margin: 0 1px;
  background: none;
  border: 1px solid #cbd3da;
  text-indent: -9999px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}

body.mainpage > main .photo-title > div button.more, body.mainpage > main .photo-title > div a.more {
  background-image: url(../../../resources/images/theme/site/board-more.png);
}

body.mainpage > main .photo-title > div button.slick-prev, body.mainpage > main .photo-title > div a.slick-prev {
  background-image: url(../../../resources/images/theme/site/board-prev.png);
}

body.mainpage > main .photo-title > div button.slick-next, body.mainpage > main .photo-title > div a.slick-next {
  background-image: url(../../../resources/images/theme/site/board-next.png);
}

body.mainpage > main .photo-title > div button.slick-start, body.mainpage > main .photo-title > div a.slick-start {
  background-image: url(../../../resources/images/theme/site/board-start.png);
}

body.mainpage > main .photo-title > div button.slick-pause, body.mainpage > main .photo-title > div a.slick-pause {
  background-image: url(../../../resources/images/theme/site/board-pause.png);
}

body.mainpage > main .photo-title > div button.slick-disabled, body.mainpage > main .photo-title > div a.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

body.mainpage > main .photo-slider {
  margin: 0 -0.5rem;
}

body.mainpage > main .photo-slider .slick-slide {
  padding: 0 0.5rem;
}

body.mainpage > main .photo-slider .slick-slide a {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.mainpage > main .photo-slider .slick-slide a figure {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

@media (min-width: 0) {
  body.mainpage > main .photo-slider .slick-slide a figure {
    padding-bottom: 66.66667%;
  }
}

@media (min-width: 768px) {
  body.mainpage > main .photo-slider .slick-slide a figure {
    padding-bottom: 55%;
  }
}

@media (min-width: 992px) {
  body.mainpage > main .photo-slider .slick-slide a figure {
    padding-bottom: 63%;
  }
}

@media (min-width: 1260px) {
  body.mainpage > main .photo-slider .slick-slide a figure {
    padding-bottom: 72%;
  }
}

@media (min-width: 1480px) {
  body.mainpage > main .photo-slider .slick-slide a figure {
    padding-bottom: 66.66667%;
  }
}

body.mainpage > main .photo-slider .slick-slide a figure img {
  position: absolute;
  min-width: 100%;
  max-width: none;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

body.mainpage > main .photo-slider .slick-slide a figure figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.mainpage > main .photo-slider .slick-slide a strong {
  font-size: 0.875rem;
  font-weight: normal;
}

.greeting {
  word-break: keep-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.greeting h3 {
  margin-bottom: 1rem;
  line-height: 1.4em;
}

@media (min-width: 0) {
  .greeting h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1260px) {
  .greeting h3 {
    font-size: 1.8rem;
  }
}

.greeting h3 > strong {
  font-weight: 700;
}

.greeting h4 {
  margin-bottom: 1rem;
  line-height: 1.4em;
}

@media (min-width: 0) {
  .greeting h4 {
    font-size: 1.1rem;
  }
}

@media (min-width: 1260px) {
  .greeting h4 {
    font-size: 1.25rem;
  }
}

.greeting h4 > strong {
  font-weight: 700;
}

.greeting-img {
  padding: 0;
  margin: 0;
}

.greeting-img > img {
  display: block;
  max-width: 100%;
}

.greeting-img > figcaption {
  display: none;
}

@media (min-width: 0) {
  .greeting-text {
    width: 100%;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .greeting-text {
    width: 50%;
    line-height: 4;
  }
}

.history-title {
  display: none;
}

.history-timeline {
  border-top: 2px solid #004552;
  border-bottom: 2px solid #004552;
}

.history-timeline > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.history-timeline > ul > li {
  position: relative;
  padding: 1.5rem 0 1.5rem 4.5rem;
}

.history-timeline > ul > li:after {
  display: block;
  content: "";
  position: absolute;
  border-bottom: 1px solid #cbd3da;
  bottom: 0;
  left: 4.5rem;
  right: 0;
}

.history-timeline > ul > li:last-child:after {
  display: none;
}

.history-timeline > ul > li > h4 {
  float: left;
  margin-left: -4.5rem;
  font-size: 1.375rem;
  line-height: 2.1rem;
  font-weight: 700;
  color: #004552;
}

.history-timeline > ul > li > dl {
  position: relative;
  padding: 0;
  margin: 0;
  padding-left: 3rem;
}

.history-timeline > ul > li > dl > dt, .history-timeline > ul > li > dl > dd {
  line-height: 1.4rem;
  padding: 0.5rem 0;
  margin: 0;
}

.history-timeline > ul > li > dl > dt {
  position: relative;
  float: left;
  width: 3rem;
  margin-left: -3rem;
  padding-left: 0.875rem;
  color: #36347d;
}

.history-timeline > ul > li > dl > dt:before {
  display: block;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #cc1717;
  border-radius: 100%;
  position: absolute;
  top: 1.2rem;
  left: 0;
  margin-top: -0.125rem;
}

.introduction {
  background: #f5fefc;
  position: relative;
  padding: 45px 30px 50px;
}

.introduction-img {
  position: absolute;
  top: 95px;
  right: 45px;
  z-index: 0;
}

.introduction-list {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.introduction-list li {
  line-height: 2;
  position: relative;
  padding-left: 20px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.introduction-list li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 4px solid #004552;
  left: 0;
  top: 6px;
}

.organization-chart {
  padding: 0 40px;
}

.organization-chart-depth {
  position: relative;
  margin: 0 auto;
  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;
  width: 290px;
  height: 80px;
  background: #6c757d;
  color: #fff;
  z-index: 1;
  margin-bottom: 20px;
}

.organization-chart-depth span {
  font-size: 22px;
  font-weight: 700;
}

.organization-chart-depth::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #cbd3da;
  z-index: -1;
}

.organization-chart-depth.organization-chart-1depth {
  background: #004552;
}

.organization-chart-depth.organization-chart-2depth::after {
  height: 120px;
}

.organization-chart-depth.organization-chart-3depth {
  width: 100%;
  height: auto;
  background: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.organization-chart-depth.organization-chart-3depth .organization-chart-3depth-item {
  width: 210px;
  height: 70px;
  background: #6c757d;
  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;
}

.organization-chart-depth.organization-chart-3depth::after {
  width: 100%;
  height: 1px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.organization-chart-depth.organization-chart-6depth {
  margin-bottom: 30px;
}

.organization-chart-depth.organization-chart-6depth::after {
  height: 30px;
}

.organization-chart-depth.organization-chart-7depth {
  width: 100%;
  height: auto;
  background: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.organization-chart-depth.organization-chart-7depth::after {
  width: calc(100% - 80px);
  height: 1px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.organization-chart-depth.organization-chart-7depth .organization-chart-7depth-item {
  background: #2c302e;
  margin-top: 30px;
  width: 80px;
  height: 270px;
  padding: 30px;
  text-align: center;
  position: relative;
}

.organization-chart-depth.organization-chart-7depth .organization-chart-7depth-item span {
  font-size: 20px;
  line-height: 1.2;
}

.organization-chart-depth.organization-chart-7depth .organization-chart-7depth-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #cbd3da;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .organization-chart {
    padding: 0;
  }
  .organization-chart-depth {
    width: 180px;
    height: 50px;
  }
  .organization-chart-depth span {
    font-size: 16px;
  }
  .organization-chart-depth.organization-chart-3depth .organization-chart-3depth-item {
    width: 150px;
    height: 50px;
  }
  .organization-chart-depth.organization-chart-6depth {
    margin-bottom: 20px;
  }
  .organization-chart-depth.organization-chart-6depth::after {
    height: 20px;
  }
  .organization-chart-depth.organization-chart-7depth::after {
    width: calc(100% - 40px);
  }
  .organization-chart-depth.organization-chart-7depth .organization-chart-7depth-item {
    margin-top: 20px;
    width: 40px;
    height: 180px;
    padding: 12px;
  }
  .organization-chart-depth.organization-chart-7depth .organization-chart-7depth-item span {
    font-size: 14px;
  }
  .organization-chart-depth.organization-chart-7depth .organization-chart-7depth-item::after {
    height: 20px;
    left: 50%;
    bottom: 100%;
  }
}

@media screen and (max-width: 480px) {
  .organization-chart-depth.organization-chart-3depth .organization-chart-3depth-item {
    width: 100px;
    height: 40px;
  }
  .organization-chart-depth.organization-chart-7depth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    gap: 10px;
  }
  .organization-chart-depth.organization-chart-7depth::after {
    width: 1px;
    height: calc(100% - 40px);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .organization-chart-depth.organization-chart-7depth .organization-chart-7depth-item {
    margin-top: 0;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .organization-chart-depth.organization-chart-7depth .organization-chart-7depth-item span {
    font-size: 14px;
  }
  .organization-chart-depth.organization-chart-7depth .organization-chart-7depth-item::after {
    width: 20px;
    height: 1px;
    left: 0;
    bottom: 50%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.vission {
  font-family: "Pretendard", "Nanum Gothic", sans-serif;
}

.vission-top {
  text-align: center;
}

.vission-top-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 80px;
}

.vission-top-sub-item {
  width: 150px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  margin: 0 -5px;
}

.vission-top-sub-item:nth-child(1) {
  background-color: #19b99626;
}

.vission-top-sub-item:nth-child(2) {
  background-color: #f9837726;
}

.vission-top-sub-item:nth-child(3) {
  background-color: #3697e926;
}

.vission-top-sub-item:nth-child(4) {
  background-color: #f5b02a26;
}

.vission-top-sub-item:nth-child(5) {
  background-color: #bf58e526;
}

.vission-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.vission-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vission-bottom-item > div {
  border-radius: 7px;
}

.vission-bottom-item .title {
  width: 170px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(/template/resources/images/theme/amcs/vission-title-bg.png);
  background-size: 284px 222px;
  background-repeat: no-repeat;
  background-position: -47px -23px;
}

.vission-bottom-item .content {
  border: 2px solid #ddd;
  width: calc(100% - 158px);
  height: 100%;
  padding: 18px 48px 18px 56px;
  font-weight: 700;
  font-size: 20px;
}

.vission-bottom-item .content ul.list-disc {
  padding-left: 0;
}

.vission-bottom-item .content ul.list-disc li {
  margin: 0;
  line-height: 1.5;
  color: #444;
  padding-left: 14px;
}

.vission-bottom-item .content ul.list-disc li::before {
  width: 5px;
  height: 5px;
  background: #999;
  margin: 0;
}

.vission-bottom-item:nth-child(1) .title {
  background-color: #137588;
}

.vission-bottom-item:nth-child(1) .content {
  font-size: 28px;
  color: #003e49;
}

.vission-bottom-item:nth-child(2) .title {
  background-color: #0e6170;
}

.vission-bottom-item:nth-child(2) .content {
  padding: 13px 48px 13px 56px;
}

.vission-bottom-item:nth-child(3) .title {
  background-color: #04505d;
}

.vission-bottom-item:nth-child(3) .content {
  padding: 13px 48px 13px 56px;
}

.vission-bottom-item:nth-child(4) .title {
  background-color: #003e49;
}

.vission-bottom-item:nth-child(4) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vission-bottom-item:nth-child(4) .content-item {
  width: 24%;
  max-width: 150px;
  min-width: 60px;
  height: 50px;
  border-radius: 50px;
  background: #19b99626;
  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;
}

.vission-bottom-item:nth-child(4) .content-item:nth-child(2n) {
  background: #60a5ff26;
}

@media screen and (max-width: 768px) {
  .vission-top-sub {
    margin: 20px 0 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vission-top-sub-item {
    width: 100px;
    height: 35px;
    font-size: 16px;
    margin: -3px -5px;
  }
  .vission-bottom-item .title {
    width: 30%;
    font-size: 18px;
    font-weight: 700;
    background-size: 200% auto;
    background-position: -47px -23px;
  }
  .vission-bottom-item .content {
    width: calc(70% + 12px);
    height: 100%;
    padding: 15px 20px 15px 32px !important;
    font-weight: 700;
    font-size: 14px;
  }
  .vission-bottom-item .content ul.list-disc li {
    padding-left: 12px;
  }
  .vission-bottom-item .content ul.list-disc li::before {
    top: 7px;
  }
  .vission-bottom-item:nth-child(1) .content {
    font-size: 20px;
  }
  .vission-bottom-item:nth-child(4) .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .vission-bottom-item:nth-child(4) .content-item {
    width: 24%;
    height: 35px;
  }
}

/*# sourceMappingURL=../maps/theme/amcs.css.map */
