@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Shippori+Mincho+B1:wght@600&family=Inter:wght@400;500;600;700&display=swap");
/* $sans-serif: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #3f8894;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #da7773;
  --red: #CC0033;
  --orange: #ef6c35;
  --yellow: #FFBE00;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2363A6;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #FFBE00;
  --danger: #CC0033;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}

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

.newStyle body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.newStyle [tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

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

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

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

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

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

.newStyle dt {
  font-weight: 700;
}

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

.newStyle blockquote {
  margin: 0 0 1rem;
}

.newStyle dfn {
  font-style: italic;
}

.newStyle b,
.newStyle strong {
  font-weight: bolder;
}

.newStyle small {
  font-size: 80%;
}

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

.newStyle sub {
  bottom: -.25em;
}

.newStyle sup {
  top: -.5em;
}

.newStyle a {
  color: #1a5183;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.newStyle a:hover {
  color: #2363A6;
  text-decoration: underline;
}

.newStyle a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.newStyle a:not([href]):not([tabindex]):hover, .newStyle a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

.newStyle a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.newStyle pre,
.newStyle code,
.newStyle kbd,
.newStyle samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

.newStyle figure {
  margin: 0 0 1rem;
}

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

.newStyle svg:not(:root) {
  overflow: hidden;
}

.newStyle table {
  border-collapse: collapse;
}

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

.newStyle th {
  text-align: inherit;
}

.newStyle label {
  display: inline-block;
  margin-bottom: .5rem;
}

.newStyle button {
  border-radius: 0;
}

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

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

.newStyle button,
.newStyle input {
  overflow: visible;
}

.newStyle button,
.newStyle select {
  text-transform: none;
}

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

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

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

.newStyle input[type="date"],
.newStyle input[type="time"],
.newStyle input[type="datetime-local"],
.newStyle input[type="month"] {
  -webkit-appearance: listbox;
}

.newStyle textarea {
  overflow: auto;
  resize: vertical;
}

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

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

.newStyle progress {
  vertical-align: baseline;
}

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

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

.newStyle [type="search"]::-webkit-search-cancel-button,
.newStyle [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

.newStyle output {
  display: inline-block;
}

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

.newStyle template {
  display: none;
}

.newStyle [hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newStyle .list-inline-item {
  display: inline-block;
}

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

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

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

.newStyle .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.newStyle .blockquote-footer::before {
  content: "\2014 \00A0";
}

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

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

.newStyle .figure {
  display: inline-block;
}

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

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

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

.newStyle code {
  font-size: 87.5%;
  color: #da7773;
  word-break: break-word;
}

a > .newStyle code {
  color: inherit;
}

.newStyle kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

.newStyle kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

.newStyle pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

.newStyle pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.newStyle .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

@media (min-width: 992px) {
  .newStyle .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .newStyle .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .newStyle .container {
    max-width: 1320px;
  }
}

.newStyle .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.newStyle .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.newStyle .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newStyle .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.newStyle .table th,
.newStyle .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.newStyle .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.newStyle .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.newStyle .table .table {
  background-color: #fff;
}

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

.newStyle .table-bordered {
  border: 1px solid #dee2e6;
}

.newStyle .table-bordered th,
.newStyle .table-bordered td {
  border: 1px solid #dee2e6;
}

.newStyle .table-bordered thead th,
.newStyle .table-bordered thead td {
  border-bottom-width: 2px;
}

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

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

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

.newStyle .table-hover .table-primary:hover {
  background-color: #afc6df;
}

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

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

.newStyle .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.newStyle .table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.newStyle .table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.newStyle .table-hover .table-warning:hover {
  background-color: #ffe79f;
}

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

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

.newStyle .table-hover .table-danger:hover {
  background-color: #eda3b5;
}

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

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

.newStyle .table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.newStyle .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

.newStyle .table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

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

.newStyle .table-dark {
  color: #fff;
  background-color: #212529;
}

.newStyle .table-dark th,
.newStyle .table-dark td,
.newStyle .table-dark thead th {
  border-color: #32383e;
}

.newStyle .table-dark.table-bordered {
  border: 0;
}

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

.newStyle .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

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

.newStyle .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.newStyle .table-responsive > .table-bordered {
  border: 0;
}

.newStyle .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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;
}

.newStyle .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.newStyle .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #69a3df;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.25);
}

.newStyle .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.newStyle .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.newStyle .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.newStyle .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.newStyle .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.newStyle .form-control:disabled, .newStyle .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.newStyle select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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

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

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

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

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

.newStyle .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.newStyle .form-control-plaintext.form-control-sm, .newStyle .input-group-sm > .form-control-plaintext.form-control,
.newStyle .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.newStyle .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.newStyle .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.newStyle .input-group-sm > .input-group-append > .form-control-plaintext.btn, .newStyle .form-control-plaintext.form-control-lg, .newStyle .input-group-lg > .form-control-plaintext.form-control,
.newStyle .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.newStyle .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.newStyle .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.newStyle .input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

.newStyle select.form-control-sm:not([size]):not([multiple]), .newStyle .input-group-sm > select.form-control:not([size]):not([multiple]),
.newStyle .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.newStyle .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.newStyle .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.newStyle .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

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

.newStyle select.form-control-lg:not([size]):not([multiple]), .newStyle .input-group-lg > select.form-control:not([size]):not([multiple]),
.newStyle .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.newStyle .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.newStyle .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.newStyle .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

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

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

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

.newStyle .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.newStyle .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

.newStyle .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.was-validated .newStyle .form-control:valid, .newStyle .form-control.is-valid, .was-validated
.newStyle .custom-select:valid,
.newStyle .custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .newStyle .form-control:valid:focus, .newStyle .form-control.is-valid:focus, .was-validated
.newStyle .custom-select:valid:focus,
.newStyle .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 .newStyle .form-control:valid ~ .valid-feedback,
.was-validated .newStyle .form-control:valid ~ .valid-tooltip, .newStyle .form-control.is-valid ~ .valid-feedback,
.newStyle .form-control.is-valid ~ .valid-tooltip, .was-validated
.newStyle .custom-select:valid ~ .valid-feedback,
.was-validated
.newStyle .custom-select:valid ~ .valid-tooltip,
.newStyle .custom-select.is-valid ~ .valid-feedback,
.newStyle .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

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

.was-validated .newStyle .custom-control-input:valid ~ .custom-control-label::before, .newStyle .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

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

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

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

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

.was-validated .newStyle .custom-file-input:valid ~ .custom-file-label::before, .newStyle .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

.was-validated .newStyle .custom-file-input:valid:focus ~ .custom-file-label, .newStyle .custom-file-input.is-valid:focus ~ .custom-file-label {
  -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);
}

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

.newStyle .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(204, 0, 51, 0.8);
  border-radius: .2rem;
}

.was-validated .newStyle .form-control:invalid, .newStyle .form-control.is-invalid, .was-validated
.newStyle .custom-select:invalid,
.newStyle .custom-select.is-invalid {
  border-color: #CC0033;
}

.was-validated .newStyle .form-control:invalid:focus, .newStyle .form-control.is-invalid:focus, .was-validated
.newStyle .custom-select:invalid:focus,
.newStyle .custom-select.is-invalid:focus {
  border-color: #CC0033;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 51, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 51, 0.25);
}

.was-validated .newStyle .form-control:invalid ~ .invalid-feedback,
.was-validated .newStyle .form-control:invalid ~ .invalid-tooltip, .newStyle .form-control.is-invalid ~ .invalid-feedback,
.newStyle .form-control.is-invalid ~ .invalid-tooltip, .was-validated
.newStyle .custom-select:invalid ~ .invalid-feedback,
.was-validated
.newStyle .custom-select:invalid ~ .invalid-tooltip,
.newStyle .custom-select.is-invalid ~ .invalid-feedback,
.newStyle .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .newStyle .custom-control-input:invalid ~ .custom-control-label, .newStyle .custom-control-input.is-invalid ~ .custom-control-label {
  color: #CC0033;
}

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

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

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

.was-validated .newStyle .custom-control-input:invalid:focus ~ .custom-control-label::before, .newStyle .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(204, 0, 51, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(204, 0, 51, 0.25);
}

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

.was-validated .newStyle .custom-file-input:invalid ~ .custom-file-label::before, .newStyle .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

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

.was-validated .newStyle .custom-file-input:invalid:focus ~ .custom-file-label, .newStyle .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 51, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 51, 0.25);
}

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

.newStyle .form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .newStyle .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;
  }
  .newStyle .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;
  }
  .newStyle .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .newStyle .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .newStyle .form-inline .input-group {
    width: auto;
  }
  .newStyle .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;
  }
  .newStyle .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .newStyle .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;
  }
  .newStyle .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.newStyle .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
}

.newStyle .btn:hover, .newStyle .btn:focus {
  text-decoration: none;
}

.newStyle .btn:focus, .newStyle .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.25);
}

.newStyle .btn.disabled, .newStyle .btn:disabled {
  opacity: 0.65;
}

.newStyle .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.newStyle .btn:not(:disabled):not(.disabled):active, .newStyle .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

.newStyle .btn-primary {
  color: #fff;
  background-color: #2363A6;
  border-color: #2363A6;
}

.newStyle .btn-primary:hover {
  color: #fff;
  background-color: #1c5086;
  border-color: #1a4a7c;
}

.newStyle .btn-primary:focus, .newStyle .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.5);
}

.newStyle .btn-primary.disabled, .newStyle .btn-primary:disabled {
  color: #fff;
  background-color: #2363A6;
  border-color: #2363A6;
}

.newStyle .btn-primary:not(:disabled):not(.disabled):active, .newStyle .btn-primary:not(:disabled):not(.disabled).active,
.show > .newStyle .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a4a7c;
  border-color: #184471;
}

.newStyle .btn-primary:not(:disabled):not(.disabled):active:focus, .newStyle .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.5);
}

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

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

.newStyle .btn-secondary:focus, .newStyle .btn-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);
}

.newStyle .btn-secondary.disabled, .newStyle .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

.newStyle .btn-secondary:not(:disabled):not(.disabled):active:focus, .newStyle .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .btn-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);
}

.newStyle .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.newStyle .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.newStyle .btn-success:focus, .newStyle .btn-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);
}

.newStyle .btn-success.disabled, .newStyle .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.newStyle .btn-success:not(:disabled):not(.disabled):active, .newStyle .btn-success:not(:disabled):not(.disabled).active,
.show > .newStyle .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.newStyle .btn-success:not(:disabled):not(.disabled):active:focus, .newStyle .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .btn-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);
}

.newStyle .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.newStyle .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.newStyle .btn-info:focus, .newStyle .btn-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);
}

.newStyle .btn-info.disabled, .newStyle .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.newStyle .btn-info:not(:disabled):not(.disabled):active, .newStyle .btn-info:not(:disabled):not(.disabled).active,
.show > .newStyle .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.newStyle .btn-info:not(:disabled):not(.disabled):active:focus, .newStyle .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .btn-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);
}

.newStyle .btn-warning {
  color: #212529;
  background-color: #FFBE00;
  border-color: #FFBE00;
}

.newStyle .btn-warning:hover {
  color: #212529;
  background-color: #d9a200;
  border-color: #cc9800;
}

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

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

.newStyle .btn-warning:not(:disabled):not(.disabled):active, .newStyle .btn-warning:not(:disabled):not(.disabled).active,
.show > .newStyle .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cc9800;
  border-color: #bf8f00;
}

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

.newStyle .btn-danger {
  color: #fff;
  background-color: #CC0033;
  border-color: #CC0033;
}

.newStyle .btn-danger:hover {
  color: #fff;
  background-color: #a60029;
  border-color: #990026;
}

.newStyle .btn-danger:focus, .newStyle .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 51, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 51, 0.5);
}

.newStyle .btn-danger.disabled, .newStyle .btn-danger:disabled {
  color: #fff;
  background-color: #CC0033;
  border-color: #CC0033;
}

.newStyle .btn-danger:not(:disabled):not(.disabled):active, .newStyle .btn-danger:not(:disabled):not(.disabled).active,
.show > .newStyle .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #990026;
  border-color: #8c0023;
}

.newStyle .btn-danger:not(:disabled):not(.disabled):active:focus, .newStyle .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 51, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 51, 0.5);
}

.newStyle .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.newStyle .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.newStyle .btn-light:focus, .newStyle .btn-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);
}

.newStyle .btn-light.disabled, .newStyle .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.newStyle .btn-light:not(:disabled):not(.disabled):active, .newStyle .btn-light:not(:disabled):not(.disabled).active,
.show > .newStyle .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.newStyle .btn-light:not(:disabled):not(.disabled):active:focus, .newStyle .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .btn-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);
}

.newStyle .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.newStyle .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.newStyle .btn-dark:focus, .newStyle .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.newStyle .btn-dark.disabled, .newStyle .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.newStyle .btn-dark:not(:disabled):not(.disabled):active, .newStyle .btn-dark:not(:disabled):not(.disabled).active,
.show > .newStyle .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.newStyle .btn-dark:not(:disabled):not(.disabled):active:focus, .newStyle .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.newStyle .btn-outline-primary {
  color: #2363A6;
  background-color: transparent;
  background-image: none;
  border-color: #2363A6;
}

.newStyle .btn-outline-primary:hover {
  color: #fff;
  background-color: #2363A6;
  border-color: #2363A6;
}

.newStyle .btn-outline-primary:focus, .newStyle .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.5);
}

.newStyle .btn-outline-primary.disabled, .newStyle .btn-outline-primary:disabled {
  color: #2363A6;
  background-color: transparent;
}

.newStyle .btn-outline-primary:not(:disabled):not(.disabled):active, .newStyle .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .newStyle .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2363A6;
  border-color: #2363A6;
}

.newStyle .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .newStyle .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.5);
}

.newStyle .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

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

.newStyle .btn-outline-secondary:focus, .newStyle .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);
}

.newStyle .btn-outline-secondary.disabled, .newStyle .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

.newStyle .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .newStyle .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .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);
}

.newStyle .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.newStyle .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.newStyle .btn-outline-success:focus, .newStyle .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);
}

.newStyle .btn-outline-success.disabled, .newStyle .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.newStyle .btn-outline-success:not(:disabled):not(.disabled):active, .newStyle .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .newStyle .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.newStyle .btn-outline-success:not(:disabled):not(.disabled):active:focus, .newStyle .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .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);
}

.newStyle .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.newStyle .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.newStyle .btn-outline-info:focus, .newStyle .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);
}

.newStyle .btn-outline-info.disabled, .newStyle .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.newStyle .btn-outline-info:not(:disabled):not(.disabled):active, .newStyle .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .newStyle .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.newStyle .btn-outline-info:not(:disabled):not(.disabled):active:focus, .newStyle .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .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);
}

.newStyle .btn-outline-warning {
  color: #FFBE00;
  background-color: transparent;
  background-image: none;
  border-color: #FFBE00;
}

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

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

.newStyle .btn-outline-warning.disabled, .newStyle .btn-outline-warning:disabled {
  color: #FFBE00;
  background-color: transparent;
}

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

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

.newStyle .btn-outline-danger {
  color: #CC0033;
  background-color: transparent;
  background-image: none;
  border-color: #CC0033;
}

.newStyle .btn-outline-danger:hover {
  color: #fff;
  background-color: #CC0033;
  border-color: #CC0033;
}

.newStyle .btn-outline-danger:focus, .newStyle .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 51, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 51, 0.5);
}

.newStyle .btn-outline-danger.disabled, .newStyle .btn-outline-danger:disabled {
  color: #CC0033;
  background-color: transparent;
}

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

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

.newStyle .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.newStyle .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.newStyle .btn-outline-light:focus, .newStyle .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);
}

.newStyle .btn-outline-light.disabled, .newStyle .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

.newStyle .btn-outline-light:not(:disabled):not(.disabled):active:focus, .newStyle .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .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);
}

.newStyle .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.newStyle .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.newStyle .btn-outline-dark:focus, .newStyle .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.newStyle .btn-outline-dark.disabled, .newStyle .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.newStyle .btn-outline-dark:not(:disabled):not(.disabled):active, .newStyle .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .newStyle .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.newStyle .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .newStyle .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .newStyle .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.newStyle .btn-link {
  font-weight: 400;
  color: #1a5183;
  background-color: transparent;
}

.newStyle .btn-link:hover {
  color: #2363A6;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.newStyle .btn-link:focus, .newStyle .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.newStyle .btn-link:disabled, .newStyle .btn-link.disabled {
  color: #6c757d;
}

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

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

.newStyle .btn-block {
  display: block;
  width: 100%;
}

.newStyle .btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.newStyle .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.newStyle .fade.show {
  opacity: 1;
}

.newStyle .collapse {
  display: none;
}

.newStyle .collapse.show {
  display: block;
}

.newStyle tr.collapse.show {
  display: table-row;
}

.newStyle tbody.collapse.show {
  display: table-row-group;
}

.newStyle .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.newStyle .dropup,
.newStyle .dropdown {
  position: relative;
}

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

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

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

.newStyle .dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

.newStyle .dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.newStyle .dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

.newStyle .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.newStyle .dropdown-item:hover, .newStyle .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.newStyle .dropdown-item.active, .newStyle .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2363A6;
}

.newStyle .dropdown-item.disabled, .newStyle .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.newStyle .btn-group,
.newStyle .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.newStyle .btn-group > .btn,
.newStyle .btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.newStyle .btn-group > .btn:hover,
.newStyle .btn-group-vertical > .btn:hover {
  z-index: 1;
}

.newStyle .btn-group > .btn:focus, .newStyle .btn-group > .btn:active, .newStyle .btn-group > .btn.active,
.newStyle .btn-group-vertical > .btn:focus,
.newStyle .btn-group-vertical > .btn:active,
.newStyle .btn-group-vertical > .btn.active {
  z-index: 1;
}

.newStyle .btn-group .btn + .btn,
.newStyle .btn-group .btn + .btn-group,
.newStyle .btn-group .btn-group + .btn,
.newStyle .btn-group .btn-group + .btn-group,
.newStyle .btn-group-vertical .btn + .btn,
.newStyle .btn-group-vertical .btn + .btn-group,
.newStyle .btn-group-vertical .btn-group + .btn,
.newStyle .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.newStyle .btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.newStyle .btn-toolbar .input-group {
  width: auto;
}

.newStyle .btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.newStyle .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.newStyle .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

.newStyle .btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newStyle .btn-group-vertical .btn,
.newStyle .btn-group-vertical .btn-group {
  width: 100%;
}

.newStyle .btn-group-vertical > .btn + .btn,
.newStyle .btn-group-vertical > .btn + .btn-group,
.newStyle .btn-group-vertical > .btn-group + .btn,
.newStyle .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

.newStyle .btn-group-toggle > .btn,
.newStyle .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

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

.newStyle .input-group > .form-control,
.newStyle .input-group > .custom-select,
.newStyle .input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.newStyle .input-group > .form-control:focus,
.newStyle .input-group > .custom-select:focus,
.newStyle .input-group > .custom-file:focus {
  z-index: 3;
}

.newStyle .input-group > .form-control + .form-control,
.newStyle .input-group > .form-control + .custom-select,
.newStyle .input-group > .form-control + .custom-file,
.newStyle .input-group > .custom-select + .form-control,
.newStyle .input-group > .custom-select + .custom-select,
.newStyle .input-group > .custom-select + .custom-file,
.newStyle .input-group > .custom-file + .form-control,
.newStyle .input-group > .custom-file + .custom-select,
.newStyle .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.newStyle .input-group > .form-control:not(:last-child),
.newStyle .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.newStyle .input-group > .form-control:not(:first-child),
.newStyle .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.newStyle .input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newStyle .input-group > .custom-file:not(:last-child) .custom-file-label,
.newStyle .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.newStyle .input-group > .custom-file:not(:first-child) .custom-file-label,
.newStyle .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.newStyle .input-group-prepend,
.newStyle .input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newStyle .input-group-prepend .btn,
.newStyle .input-group-append .btn {
  position: relative;
  z-index: 2;
}

.newStyle .input-group-prepend .btn + .btn,
.newStyle .input-group-prepend .btn + .input-group-text,
.newStyle .input-group-prepend .input-group-text + .input-group-text,
.newStyle .input-group-prepend .input-group-text + .btn,
.newStyle .input-group-append .btn + .btn,
.newStyle .input-group-append .btn + .input-group-text,
.newStyle .input-group-append .input-group-text + .input-group-text,
.newStyle .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

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

.newStyle .input-group-text input[type="radio"],
.newStyle .input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

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

.newStyle .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.newStyle .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.newStyle .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #2363A6;
}

.newStyle .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(35, 99, 166, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(35, 99, 166, 0.25);
}

.newStyle .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #93bde8;
}

.newStyle .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.newStyle .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.newStyle .custom-control-label {
  margin-bottom: 0;
}

.newStyle .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.newStyle .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

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

.newStyle .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2363A6;
}

.newStyle .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.newStyle .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #2363A6;
}

.newStyle .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.newStyle .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(35, 99, 166, 0.5);
}

.newStyle .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(35, 99, 166, 0.5);
}

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

.newStyle .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2363A6;
}

.newStyle .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.newStyle .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(35, 99, 166, 0.5);
}

.newStyle .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.newStyle .custom-select:focus {
  border-color: #69a3df;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(105, 163, 223, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(105, 163, 223, 0.5);
}

.newStyle .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.newStyle .custom-select[multiple], .newStyle .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.newStyle .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.newStyle .custom-select::-ms-expand {
  opacity: 0;
}

.newStyle .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.newStyle .custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.newStyle .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.newStyle .custom-file-input:focus ~ .custom-file-control {
  border-color: #69a3df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.25);
}

.newStyle .custom-file-input:focus ~ .custom-file-control::before {
  border-color: #69a3df;
}

.newStyle .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.newStyle .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

.newStyle .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.newStyle .nav-link:hover, .newStyle .nav-link:focus {
  text-decoration: none;
}

.newStyle .nav-link.disabled {
  color: #6c757d;
}

.newStyle .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.newStyle .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.newStyle .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.newStyle .nav-tabs .nav-link:hover, .newStyle .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.newStyle .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.newStyle .nav-tabs .nav-link.active,
.newStyle .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.newStyle .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.newStyle .nav-pills .nav-link.active,
.newStyle .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2363A6;
}

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

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

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

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

.newStyle .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.newStyle .navbar > .container,
.newStyle .navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newStyle .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.newStyle .navbar-brand:hover, .newStyle .navbar-brand:focus {
  text-decoration: none;
}

.newStyle .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.newStyle .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.newStyle .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.newStyle .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.newStyle .navbar-toggler:hover, .newStyle .navbar-toggler:focus {
  text-decoration: none;
}

.newStyle .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 1399.98px) {
  .newStyle .navbar-expand-xxl > .container,
  .newStyle .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.newStyle .navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.newStyle .navbar-expand > .container,
.newStyle .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.newStyle .navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.newStyle .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.newStyle .navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.newStyle .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.newStyle .navbar-expand > .container,
.newStyle .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.newStyle .navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.newStyle .navbar-expand .navbar-toggler {
  display: none;
}

.newStyle .navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

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

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

.newStyle .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

.newStyle .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

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

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

.newStyle .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.newStyle .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

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

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

.newStyle .navbar-dark .navbar-brand {
  color: #fff;
}

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

.newStyle .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

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

.newStyle .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

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

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

.newStyle .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.newStyle .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.newStyle .navbar-dark .navbar-text a {
  color: #fff;
}

.newStyle .navbar-dark .navbar-text a:hover, .newStyle .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

.newStyle .card > hr {
  margin-right: 0;
  margin-left: 0;
}

.newStyle .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.newStyle .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

.newStyle .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.newStyle .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.newStyle .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.newStyle .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.newStyle .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.newStyle .card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.newStyle .card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

@media (min-width: 576px) {
  .newStyle .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;
  }
  .newStyle .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

.newStyle .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.newStyle .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.newStyle .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.newStyle .breadcrumb-item.active {
  color: #6c757d;
}

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

.newStyle .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1a5183;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.newStyle .page-link:hover {
  color: #2363A6;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.newStyle .page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(35, 99, 166, 0.25);
}

.newStyle .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.newStyle .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2363A6;
  border-color: #2363A6;
}

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

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

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

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

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

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

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

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

.newStyle .badge:empty {
  display: none;
}

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

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

.newStyle .badge-primary {
  color: #fff;
  background-color: #2363A6;
}

.newStyle .badge-primary[href]:hover, .newStyle .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1a4a7c;
}

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

.newStyle .badge-secondary[href]:hover, .newStyle .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.newStyle .badge-success {
  color: #fff;
  background-color: #28a745;
}

.newStyle .badge-success[href]:hover, .newStyle .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.newStyle .badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.newStyle .badge-info[href]:hover, .newStyle .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.newStyle .badge-warning {
  color: #212529;
  background-color: #FFBE00;
}

.newStyle .badge-warning[href]:hover, .newStyle .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cc9800;
}

.newStyle .badge-danger {
  color: #fff;
  background-color: #CC0033;
}

.newStyle .badge-danger[href]:hover, .newStyle .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #990026;
}

.newStyle .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.newStyle .badge-light[href]:hover, .newStyle .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.newStyle .badge-dark {
  color: #fff;
  background-color: #343a40;
}

.newStyle .badge-dark[href]:hover, .newStyle .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.newStyle .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .newStyle .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.newStyle .alert-heading {
  color: inherit;
}

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

.newStyle .alert-dismissible {
  padding-right: 4rem;
}

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

.newStyle .alert-primary {
  color: #123356;
  background-color: #d3e0ed;
  border-color: #c1d3e6;
}

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

.newStyle .alert-primary .alert-link {
  color: #091a2c;
}

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

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

.newStyle .alert-secondary .alert-link {
  color: #202326;
}

.newStyle .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.newStyle .alert-success hr {
  border-top-color: #b1dfbb;
}

.newStyle .alert-success .alert-link {
  color: #0b2e13;
}

.newStyle .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.newStyle .alert-info hr {
  border-top-color: #abdde5;
}

.newStyle .alert-info .alert-link {
  color: #062c33;
}

.newStyle .alert-warning {
  color: #856300;
  background-color: #fff2cc;
  border-color: #ffedb8;
}

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

.newStyle .alert-warning .alert-link {
  color: #523d00;
}

.newStyle .alert-danger {
  color: #6a001b;
  background-color: #f5ccd6;
  border-color: #f1b8c6;
}

.newStyle .alert-danger hr {
  border-top-color: #eda3b5;
}

.newStyle .alert-danger .alert-link {
  color: #37000e;
}

.newStyle .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.newStyle .alert-light hr {
  border-top-color: #ececf6;
}

.newStyle .alert-light .alert-link {
  color: #686868;
}

.newStyle .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

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

.newStyle .alert-dark .alert-link {
  color: #040505;
}

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

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

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

.newStyle .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #2363A6;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

.newStyle .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

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

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

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

.newStyle .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.newStyle .list-group-item-action:hover, .newStyle .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.newStyle .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.newStyle .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.newStyle .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.newStyle .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.newStyle .list-group-item:hover, .newStyle .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.newStyle .list-group-item.disabled, .newStyle .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.newStyle .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2363A6;
  border-color: #2363A6;
}

.newStyle .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.newStyle .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.newStyle .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.newStyle .list-group-item-primary {
  color: #123356;
  background-color: #c1d3e6;
}

.newStyle .list-group-item-primary.list-group-item-action:hover, .newStyle .list-group-item-primary.list-group-item-action:focus {
  color: #123356;
  background-color: #afc6df;
}

.newStyle .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #123356;
  border-color: #123356;
}

.newStyle .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.newStyle .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.newStyle .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.newStyle .list-group-item-success.list-group-item-action:hover, .newStyle .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.newStyle .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.newStyle .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.newStyle .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.newStyle .list-group-item-warning {
  color: #856300;
  background-color: #ffedb8;
}

.newStyle .list-group-item-warning.list-group-item-action:hover, .newStyle .list-group-item-warning.list-group-item-action:focus {
  color: #856300;
  background-color: #ffe79f;
}

.newStyle .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856300;
  border-color: #856300;
}

.newStyle .list-group-item-danger {
  color: #6a001b;
  background-color: #f1b8c6;
}

.newStyle .list-group-item-danger.list-group-item-action:hover, .newStyle .list-group-item-danger.list-group-item-action:focus {
  color: #6a001b;
  background-color: #eda3b5;
}

.newStyle .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6a001b;
  border-color: #6a001b;
}

.newStyle .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.newStyle .list-group-item-light.list-group-item-action:hover, .newStyle .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.newStyle .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.newStyle .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.newStyle .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.newStyle .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.newStyle .close:hover, .newStyle .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.newStyle .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.newStyle button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.newStyle .modal-open {
  overflow: hidden;
}

.newStyle .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.newStyle .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .newStyle .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, -25%);
  transform: translate(0, -25%);
}

.modal.show .newStyle .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.newStyle .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% - (0.5rem * 2));
}

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

.newStyle .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.newStyle .modal-backdrop.fade {
  opacity: 0;
}

.newStyle .modal-backdrop.show {
  opacity: 0.5;
}

.newStyle .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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.newStyle .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.newStyle .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.newStyle .modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.newStyle .modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .newStyle .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .newStyle .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .newStyle .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .newStyle .modal-lg {
    max-width: 800px;
  }
}

.newStyle .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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;
  opacity: 0;
}

.newStyle .tooltip.show {
  opacity: 0.9;
}

.newStyle .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.newStyle .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.newStyle .bs-tooltip-top, .newStyle .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.newStyle .bs-tooltip-top .arrow, .newStyle .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.newStyle .bs-tooltip-right, .newStyle .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.newStyle .bs-tooltip-right .arrow, .newStyle .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.newStyle .bs-tooltip-bottom, .newStyle .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.newStyle .bs-tooltip-bottom .arrow, .newStyle .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.newStyle .bs-tooltip-left, .newStyle .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.newStyle .bs-tooltip-left .arrow, .newStyle .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.newStyle .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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;
}

.newStyle .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.newStyle .popover .arrow::before, .newStyle .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.newStyle .bs-popover-top, .newStyle .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.newStyle .bs-popover-top .arrow, .newStyle .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.newStyle .bs-popover-top .arrow::before, .newStyle .bs-popover-auto[x-placement^="top"] .arrow::before,
.newStyle .bs-popover-top .arrow::after,
.newStyle .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.newStyle .bs-popover-top .arrow::before, .newStyle .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.newStyle .bs-popover-top .arrow::after,
.newStyle .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.newStyle .bs-popover-right, .newStyle .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.newStyle .bs-popover-right .arrow, .newStyle .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.newStyle .bs-popover-right .arrow::before, .newStyle .bs-popover-auto[x-placement^="right"] .arrow::before,
.newStyle .bs-popover-right .arrow::after,
.newStyle .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.newStyle .bs-popover-right .arrow::before, .newStyle .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.newStyle .bs-popover-right .arrow::after,
.newStyle .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.newStyle .bs-popover-bottom, .newStyle .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.newStyle .bs-popover-bottom .arrow, .newStyle .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.newStyle .bs-popover-bottom .arrow::before, .newStyle .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.newStyle .bs-popover-bottom .arrow::after,
.newStyle .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.newStyle .bs-popover-bottom .arrow::before, .newStyle .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.newStyle .bs-popover-bottom .arrow::after,
.newStyle .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.newStyle .bs-popover-bottom .popover-header::before, .newStyle .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;
}

.newStyle .bs-popover-left, .newStyle .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.newStyle .bs-popover-left .arrow, .newStyle .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.newStyle .bs-popover-left .arrow::before, .newStyle .bs-popover-auto[x-placement^="left"] .arrow::before,
.newStyle .bs-popover-left .arrow::after,
.newStyle .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.newStyle .bs-popover-left .arrow::before, .newStyle .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.newStyle .bs-popover-left .arrow::after,
.newStyle .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

.newStyle .popover-header:empty {
  display: none;
}

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

.newStyle .carousel {
  position: relative;
}

.newStyle .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.newStyle .carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

.newStyle .carousel-item-next,
.newStyle .carousel-item-prev {
  position: absolute;
  top: 0;
}

.newStyle .carousel-item-next.carousel-item-left,
.newStyle .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .newStyle .carousel-item-next.carousel-item-left,
  .newStyle .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@supports (transform-style: preserve-3d) {
  .newStyle .carousel-item-next,
  .newStyle .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@supports (transform-style: preserve-3d) {
  .newStyle .carousel-item-prev,
  .newStyle .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.newStyle .carousel-control-prev,
.newStyle .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.newStyle .carousel-control-prev:hover, .newStyle .carousel-control-prev:focus,
.newStyle .carousel-control-next:hover,
.newStyle .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

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

.newStyle .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.newStyle .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.newStyle .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.newStyle .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.newStyle .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.newStyle .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.newStyle .carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

.newStyle .bg-primary {
  background-color: #2363A6 !important;
}

.newStyle a.bg-primary:hover, .newStyle a.bg-primary:focus,
.newStyle button.bg-primary:hover,
.newStyle button.bg-primary:focus {
  background-color: #1a4a7c !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newStyle .border {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.newStyle .border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.newStyle .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.newStyle .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.newStyle .border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

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

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

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

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

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

.newStyle .border-primary {
  border-color: #2363A6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newStyle .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.newStyle .embed-responsive::before {
  display: block;
  content: "";
}

.newStyle .embed-responsive .embed-responsive-item,
.newStyle .embed-responsive iframe,
.newStyle .embed-responsive embed,
.newStyle .embed-responsive object,
.newStyle .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .newStyle .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .newStyle .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .newStyle .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;
  }
  .newStyle .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;
  }
  .newStyle .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .newStyle .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .newStyle .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .newStyle .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .newStyle .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .newStyle .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .newStyle .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .newStyle .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .newStyle .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .newStyle .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .newStyle .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .newStyle .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .newStyle .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .newStyle .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .newStyle .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .newStyle .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .newStyle .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .newStyle .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .newStyle .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .newStyle .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .newStyle .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .newStyle .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .newStyle .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .newStyle .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .newStyle .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .newStyle .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .newStyle .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .newStyle .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;
  }
  .newStyle .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;
  }
  .newStyle .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .newStyle .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .newStyle .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .newStyle .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .newStyle .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .newStyle .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .newStyle .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .newStyle .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .newStyle .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .newStyle .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .newStyle .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .newStyle .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .newStyle .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .newStyle .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .newStyle .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .newStyle .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .newStyle .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .newStyle .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .newStyle .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .newStyle .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .newStyle .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .newStyle .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .newStyle .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .newStyle .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .newStyle .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .newStyle .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .newStyle .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .newStyle .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;
  }
  .newStyle .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;
  }
  .newStyle .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .newStyle .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .newStyle .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .newStyle .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .newStyle .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .newStyle .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .newStyle .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .newStyle .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .newStyle .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .newStyle .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .newStyle .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .newStyle .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .newStyle .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .newStyle .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .newStyle .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .newStyle .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .newStyle .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .newStyle .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .newStyle .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .newStyle .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .newStyle .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .newStyle .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .newStyle .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .newStyle .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .newStyle .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .newStyle .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .newStyle .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .newStyle .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;
  }
  .newStyle .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;
  }
  .newStyle .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .newStyle .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .newStyle .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .newStyle .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .newStyle .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .newStyle .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .newStyle .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .newStyle .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .newStyle .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .newStyle .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .newStyle .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .newStyle .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .newStyle .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .newStyle .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .newStyle .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .newStyle .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .newStyle .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .newStyle .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .newStyle .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .newStyle .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .newStyle .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .newStyle .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .newStyle .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .newStyle .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .newStyle .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .newStyle .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .newStyle .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .newStyle .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;
  }
  .newStyle .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;
  }
  .newStyle .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .newStyle .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .newStyle .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .newStyle .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .newStyle .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .newStyle .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .newStyle .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .newStyle .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .newStyle .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .newStyle .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .newStyle .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .newStyle .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .newStyle .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .newStyle .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .newStyle .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .newStyle .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .newStyle .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .newStyle .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .newStyle .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .newStyle .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .newStyle .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .newStyle .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .newStyle .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .newStyle .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .newStyle .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newStyle .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newStyle .text-primary {
  color: #2363A6 !important;
}

.newStyle a.text-primary:hover, .newStyle a.text-primary:focus {
  color: #1a4a7c !important;
}

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

.newStyle a.text-secondary:hover, .newStyle a.text-secondary:focus {
  color: #545b62 !important;
}

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

.newStyle a.text-success:hover, .newStyle a.text-success:focus {
  color: #1e7e34 !important;
}

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

.newStyle a.text-info:hover, .newStyle a.text-info:focus {
  color: #117a8b !important;
}

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

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

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

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

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

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

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

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

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

.newStyle .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.newStyle .visible {
  visibility: visible !important;
}

.newStyle .invisible {
  visibility: hidden !important;
}

@media print {
  .newStyle *,
  .newStyle *::before,
  .newStyle *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .newStyle a:not(.btn) {
    text-decoration: underline;
  }
  .newStyle abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .newStyle pre {
    white-space: pre-wrap !important;
  }
  .newStyle pre,
  .newStyle blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .newStyle thead {
    display: table-header-group;
  }
  .newStyle tr,
  .newStyle img {
    page-break-inside: avoid;
  }
  .newStyle p,
  .newStyle h2,
  .newStyle h3 {
    orphans: 3;
    widows: 3;
  }
  .newStyle h2,
  .newStyle h3 {
    page-break-after: avoid;
  }
  @page {
    .newStyle {
      size: a3;
    }
  }
  .newStyle body {
    min-width: 992px !important;
  }
  .newStyle .container {
    min-width: 992px !important;
  }
  .newStyle .navbar {
    display: none;
  }
  .newStyle .badge {
    border: 1px solid #000;
  }
  .newStyle .table {
    border-collapse: collapse !important;
  }
  .newStyle .table td,
  .newStyle .table th {
    background-color: #fff !important;
  }
  .newStyle .table-bordered th,
  .newStyle .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.newStyle {
  /* _base */
  /* _colors */
  /* _typography */
  /*h3.heading {
  background-color: #efefef;
  color: $key-color;
  font-family: $point-font;
  font-weight: 600;
  border-left: 0.25em solid;
  padding: 0.5em 0.5em 0.5em 1em;
  margin: 0;
}

h4.heading {
  color: $key-color;
  font-family: $point-font;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}

h5.heading {
  color: $key-color;
  font-family: $point-font;
  font-weight: 600;
  border-left: 0.25em solid;
  padding-left: 0.5em;
  margin-bottom: 0;
}*/
  /* _modification */
  /* _content */
}

@font-face {
  .newStyle {
    font-family: "docomo-sys";
    src: url("../fonts/docomo-sys.eot?q09sdp");
    src: url("../fonts/docomo-sys.eot?q09sdp#iefix") format("embedded-opentype"), url("../fonts/docomo-sys.ttf?q09sdp") format("truetype"), url("../fonts/docomo-sys.woff?q09sdp") format("woff"), url("../fonts/docomo-sys.svg?q09sdp#docomo-sys") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

.newStyle [class^="icon-"], .newStyle [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "docomo-sys" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.newStyle .icon-lightbulb:before {
  content: "\e916";
}

.newStyle .icon-task:before {
  content: "\e917";
}

.newStyle .icon-arrow-right-circle:before {
  content: "\e915";
}

.newStyle .icon-document:before {
  content: "\e90e";
}

.newStyle .icon-download:before {
  content: "\e90f";
}

.newStyle .icon-loading:before {
  content: "\e910";
}

.newStyle .icon-speech:before {
  content: "\e911";
}

.newStyle .icon-movie-file:before {
  content: "\e912";
}

.newStyle .icon-mail:before {
  content: "\e913";
}

.newStyle .icon-line-cloud:before {
  content: "\e914";
}

.newStyle .icon-telephone:before {
  content: "\e90d";
}

.newStyle .icon-pen-tool:before {
  content: "\e90b";
}

.newStyle .icon-tag:before {
  content: "\e90c";
}

.newStyle .icon-house:before {
  content: "\e90a";
}

.newStyle .icon-arrow-right:before {
  content: "\e900";
}

.newStyle .icon-check:before {
  content: "\e5ca";
}

.newStyle .icon-cross:before {
  content: "\e5cd";
}

.newStyle .icon-freedial:before {
  content: "\e901";
}

.newStyle .icon-cheveron-outline-down:before {
  content: "\e902";
}

.newStyle .icon-cheveron-outline-left:before {
  content: "\e903";
}

.newStyle .icon-cheveron-outline-right:before {
  content: "\e904";
}

.newStyle .icon-cheveron-outline-up:before {
  content: "\e905";
}

.newStyle .icon-cheveron-down:before {
  content: "\e906";
}

.newStyle .icon-cheveron-left:before {
  content: "\e907";
}

.newStyle .icon-cheveron-right:before {
  content: "\e908";
}

.newStyle .icon-cheveron-up:before {
  content: "\e909";
}

.newStyle .icon-chevron-right:before {
  content: "\e91f";
}

.newStyle .icon-plus:before {
  content: "\e920";
}

.newStyle .icon-minus:before {
  content: "\e921";
}

.newStyle .icon-envelope:before {
  content: "\e924";
}

.newStyle .icon-chevron-up:before {
  content: "\e927";
}

.newStyle .icon-chevron-left:before {
  content: "\e929";
}

.newStyle .icon-chevron-down:before {
  content: "\e92a";
}

.newStyle .icon-chevron-bold-up:before {
  content: "\e92b";
}

.newStyle .icon-chevron-bold-right:before {
  content: "\e92c";
}

.newStyle .icon-chevron-bold-down:before {
  content: "\e92d";
}

.newStyle .icon-chevron-bold-left:before {
  content: "\e92e";
}

.newStyle body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.newStyle a {
  color: #1a5183;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newStyle a:focus, .newStyle a:hover {
  color: #2363A6;
}

.newStyle a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newStyle a:hover img {
  opacity: 0.7;
}

.newStyle a[href^="tel:"] {
  color: #161c2e;
  cursor: default;
}

.newStyle a[href^="tel:"]:hover {
  text-decoration: none;
}

.newStyle a.icon-none::after {
  display: none;
}

.newStyle dl dt {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.newStyle dl dt span {
  display: inline-block;
}

.newStyle dl dd {
  margin-bottom: 0;
  margin-left: 0;
}

.newStyle img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.newStyle .screen-reader-text {
  position: absolute;
  left: -1000em;
}

.newStyle figure {
  margin-bottom: 1em;
}

.newStyle figure figcaption {
  margin-top: 1em;
}

.newStyle p {
  margin-bottom: 1em;
}

.newStyle .key-color {
  color: #2363A6;
}

.newStyle .white {
  color: white;
}

.newStyle .theme-color {
  color: #2363A6;
}

.sworksquare .newStyle .theme-color {
  color: #ff8118 !important;
}

.letaria .newStyle .theme-color {
  color: #2B5F99 !important;
}

.splashtop .newStyle .theme-color {
  color: #0E6DC0 !important;
}

.mmhmm .newStyle .theme-color {
  color: #4235f2 !important;
}

.diagnosis .newStyle .theme-color {
  color: #039B99 !important;
}

.sworkprotector .newStyle .theme-color {
  color: #6a59a4 !important;
}

.hybrid .newStyle .theme-color {
  color: #309aa6 !important;
}

.newStyle .line-color {
  color: #06c755 !important;
}

.newStyle .bg-gray {
  background-color: whitesmoke !important;
}

.newStyle .bg-color {
  background-color: #E8F0F9 !important;
}

.newStyle .bg-color-light {
  background-color: whitesmoke;
}

.newStyle .bg-color-dark {
  background-color: #333333 !important;
}

.newStyle .bg-key-color {
  background-color: #2363A6 !important;
  color: white;
}

.newStyle .bg-white {
  color: #161c2e;
}

.newStyle .shadow {
  -webkit-box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.05);
  box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.05);
}

.newStyle .bg-second-color {
  background-color: #da7773;
  background: linear-gradient(135deg, #dd837f 0%, #d76b67 100%);
  color: white;
}

.newStyle .secondary-text-color {
  opacity: 0.7;
}

.newStyle h2, .newStyle h3, .newStyle h4, .newStyle h5, .newStyle h6, .newStyle .h2, .newStyle .h3, .newStyle .h4, .newStyle .h5, .newStyle .h6 {
  font-weight: 600;
  margin-bottom: 0.5em;
}

.newStyle h1, .newStyle .h1 {
  font-size: 250%;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .newStyle h1, .newStyle .h1 {
    font-size: 200%;
  }
}

.newStyle h2, .newStyle .h2 {
  font-size: 200%;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .newStyle h2, .newStyle .h2 {
    font-size: 175%;
  }
}

.newStyle h3, .newStyle .h3 {
  font-size: 175%;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .newStyle h3, .newStyle .h3 {
    font-size: 150%;
  }
}

.newStyle h4, .newStyle .h4 {
  font-size: 150%;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .newStyle h4, .newStyle .h4 {
    font-size: 125%;
  }
}

.newStyle h5, .newStyle .h5 {
  font-size: 125%;
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .newStyle h5, .newStyle .h5 {
    font-size: 115%;
  }
}

.newStyle h6, .newStyle .h6 {
  font-size: 1em;
}

.newStyle p {
  margin-bottom: 1em;
}

.newStyle .level1 {
  font-size: 100% !important;
}

.newStyle .level2 {
  font-size: 125% !important;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .newStyle .level2 {
    font-size: 110% !important;
  }
}

.newStyle .level3 {
  font-size: 150% !important;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .newStyle .level3 {
    font-size: 125% !important;
  }
}

.newStyle .level4 {
  font-size: 200% !important;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .newStyle .level4 {
    font-size: 150% !important;
  }
}

.newStyle .level5 {
  font-size: 300% !important;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .newStyle .level5 {
    font-size: 200% !important;
  }
}

.newStyle .level6 {
  font-size: 500% !important;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .newStyle .level6 {
    font-size: 300% !important;
  }
}

.newStyle .lead {
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .newStyle .lead {
    font-size: 125% !important;
    line-height: 1.6;
  }
}

@media (min-width: 576px) {
  .newStyle .lead {
    font-size: 150% !important;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .newStyle .lead {
    font-size: 175% !important;
  }
}

@media (min-width: 992px) {
  .newStyle .lead {
    font-size: 200% !important;
  }
}

.newStyle .catch {
  font-size: 225%;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .newStyle .catch {
    font-size: 175%;
  }
}

.newStyle .catch .sub {
  font-size: 66.66%;
  line-height: 1.6;
}

.newStyle h2 span, .newStyle h3 span, .newStyle h4 span, .newStyle .level2 span, .newStyle .level3 span, .newStyle .level4 span, .newStyle .level5 span, .newStyle .level6 span, .newStyle .lead span, .newStyle .catch span {
  display: inline-block;
}

.newStyle .fs12 {
  font-size: 86%;
}

.newStyle .fs13 {
  font-size: 93%;
}

.newStyle .smaller {
  font-size: smaller;
}

.newStyle .larger {
  font-size: larger;
}

.newStyle .normal {
  font-weight: normal;
}

.newStyle .bold {
  font-weight: bold;
}

.newStyle .fw500 {
  font-weight: 500 !important;
}

.newStyle .fw600 {
  font-weight: 600 !important;
}

.newStyle .lh20 {
  line-height: 2;
}

.newStyle .ls0 {
  letter-spacing: 0 !important;
}

.newStyle .text-center {
  text-align: center;
}

.newStyle .text-right {
  text-align: right;
}

.newStyle .text-left {
  text-align: left;
}

.newStyle .key-color {
  color: #2363A6;
}

.newStyle .second-color, .newStyle .green {
  color: #da7773;
}

.newStyle .ib {
  display: inline-block;
}

.newStyle .of-hidden {
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .newStyle .larger-text {
    font-size: 108%;
  }
}

@media (min-width: 576px) {
  .newStyle .larger-text {
    font-size: 115%;
  }
}

.newStyle .larger-text p {
  margin-bottom: 1em;
}

@media all and (max-width: 413px) {
  .newStyle .elastic {
    font-size: 2.95vw;
  }
}

.newStyle .underline {
  width: 100%;
  position: relative;
  padding-bottom: 0.25em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.newStyle .underline::after {
  content: '';
  width: 30%;
  height: 2px;
  background-color: #da7773;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
}

.newStyle .container-fluid {
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .newStyle .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.newStyle .container-xxl {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .newStyle .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media all and (min-width: 1320px) {
  .newStyle .container-xxl {
    max-width: 1320px;
  }
}

.newStyle .row {
  margin-right: -8px;
  margin-left: -8px;
}

@media (min-width: 768px) {
  .newStyle .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.newStyle .row.mini-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.newStyle .row.mini-gutters > .col,
.newStyle .row.mini-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 576px) {
  .newStyle .row.mini-gutters {
    margin-right: -8px;
    margin-left: -8px;
  }
  .newStyle .row.mini-gutters > .col,
  .newStyle .row.mini-gutters > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 576px) {
  .newStyle .row.ex-gutters {
    margin-right: -20px;
    margin-left: -20px;
  }
  .newStyle .row.ex-gutters > .col,
  .newStyle .row.ex-gutters > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .newStyle .row.ex-gutters {
    margin-right: -30px;
    margin-left: -30px;
  }
  .newStyle .row.ex-gutters > .col,
  .newStyle .row.ex-gutters > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 575.98px) {
  .newStyle .row.row-expand {
    margin-right: -15px;
    margin-left: -15px;
  }
  .newStyle .row.row-expand > .col,
  .newStyle .row.row-expand > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .newStyle .row.row-expand > .col.col-expand,
  .newStyle .row.row-expand > [class*="col-"].col-expand {
    padding-right: 0;
    padding-left: 0;
  }
}

.newStyle .row.col-flex > .col,
.newStyle .row.col-flex > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newStyle .col, .newStyle .col-1, .newStyle .col-2, .newStyle .col-3, .newStyle .col-4, .newStyle .col-5, .newStyle .col-6, .newStyle .col-7, .newStyle .col-8, .newStyle .col-9, .newStyle .col-10, .newStyle .col-11, .newStyle .col-12, .newStyle .col-auto, .newStyle .col-sm, .newStyle .col-sm-1, .newStyle .col-sm-2, .newStyle .col-sm-3, .newStyle .col-sm-4, .newStyle .col-sm-5, .newStyle .col-sm-6, .newStyle .col-sm-7, .newStyle .col-sm-8, .newStyle .col-sm-9, .newStyle .col-sm-10, .newStyle .col-sm-11, .newStyle .col-sm-12, .newStyle .col-sm-auto, .newStyle .col-md, .newStyle .col-md-1, .newStyle .col-md-2, .newStyle .col-md-3, .newStyle .col-md-4, .newStyle .col-md-5, .newStyle .col-md-6, .newStyle .col-md-7, .newStyle .col-md-8, .newStyle .col-md-9, .newStyle .col-md-10, .newStyle .col-md-11, .newStyle .col-md-12, .newStyle .col-md-auto, .newStyle .col-lg, .newStyle .col-lg-1, .newStyle .col-lg-2, .newStyle .col-lg-3, .newStyle .col-lg-4, .newStyle .col-lg-5, .newStyle .col-lg-6, .newStyle .col-lg-7, .newStyle .col-lg-8, .newStyle .col-lg-9, .newStyle .col-lg-10, .newStyle .col-lg-11, .newStyle .col-lg-12, .newStyle .col-lg-auto, .newStyle .col-xl, .newStyle .col-xl-1, .newStyle .col-xl-2, .newStyle .col-xl-3, .newStyle .col-xl-4, .newStyle .col-xl-5, .newStyle .col-xl-6, .newStyle .col-xl-7, .newStyle .col-xl-8, .newStyle .col-xl-9, .newStyle .col-xl-10, .newStyle .col-xl-11, .newStyle .col-xl-12, .newStyle .col-xl-auto {
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .newStyle .col, .newStyle .col-1, .newStyle .col-2, .newStyle .col-3, .newStyle .col-4, .newStyle .col-5, .newStyle .col-6, .newStyle .col-7, .newStyle .col-8, .newStyle .col-9, .newStyle .col-10, .newStyle .col-11, .newStyle .col-12, .newStyle .col-auto, .newStyle .col-sm, .newStyle .col-sm-1, .newStyle .col-sm-2, .newStyle .col-sm-3, .newStyle .col-sm-4, .newStyle .col-sm-5, .newStyle .col-sm-6, .newStyle .col-sm-7, .newStyle .col-sm-8, .newStyle .col-sm-9, .newStyle .col-sm-10, .newStyle .col-sm-11, .newStyle .col-sm-12, .newStyle .col-sm-auto, .newStyle .col-md, .newStyle .col-md-1, .newStyle .col-md-2, .newStyle .col-md-3, .newStyle .col-md-4, .newStyle .col-md-5, .newStyle .col-md-6, .newStyle .col-md-7, .newStyle .col-md-8, .newStyle .col-md-9, .newStyle .col-md-10, .newStyle .col-md-11, .newStyle .col-md-12, .newStyle .col-md-auto, .newStyle .col-lg, .newStyle .col-lg-1, .newStyle .col-lg-2, .newStyle .col-lg-3, .newStyle .col-lg-4, .newStyle .col-lg-5, .newStyle .col-lg-6, .newStyle .col-lg-7, .newStyle .col-lg-8, .newStyle .col-lg-9, .newStyle .col-lg-10, .newStyle .col-lg-11, .newStyle .col-lg-12, .newStyle .col-lg-auto, .newStyle .col-xl, .newStyle .col-xl-1, .newStyle .col-xl-2, .newStyle .col-xl-3, .newStyle .col-xl-4, .newStyle .col-xl-5, .newStyle .col-xl-6, .newStyle .col-xl-7, .newStyle .col-xl-8, .newStyle .col-xl-9, .newStyle .col-xl-10, .newStyle .col-xl-11, .newStyle .col-xl-12, .newStyle .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.newStyle .pagination {
  margin: 0;
}

.newStyle .padding-level1 {
  padding: 1em !important;
}

@media (min-width: 768px) {
  .newStyle .padding-level1 {
    padding: 1.5em !important;
  }
}

.newStyle .padding-level2 {
  padding: 2em !important;
}

@media (min-width: 768px) {
  .newStyle .padding-level2 {
    padding: 3em !important;
  }
}

.newStyle .padding-level3 {
  padding: 3em !important;
}

@media (min-width: 768px) {
  .newStyle .padding-level3 {
    padding: 4.5em !important;
  }
}

.newStyle .padding-level4 {
  padding: 4em !important;
}

@media (min-width: 768px) {
  .newStyle .padding-level4 {
    padding: 6em !important;
  }
}

.newStyle .padding-level5 {
  padding: 5em !important;
}

@media (min-width: 768px) {
  .newStyle .padding-level5 {
    padding: 7.5em !important;
  }
}

.newStyle .pA10em {
  padding: 1em !important;
}

.newStyle .pA15em {
  padding: 1.5em !important;
}

.newStyle .pA20em {
  padding: 2em !important;
}

.newStyle .pA30em {
  padding: 3em !important;
}

.newStyle .pT0 {
  padding-top: 0 !important;
}

.newStyle .pT05em {
  padding-top: 0.5em !important;
}

.newStyle .pT10em {
  padding-top: 1em !important;
}

.newStyle .pT15em {
  padding-top: 1.5em !important;
}

.newStyle .pT20em {
  padding-top: 2em !important;
}

.newStyle .pT30em {
  padding-top: 3em !important;
}

.newStyle .pT40em {
  padding-top: 4em !important;
}

.newStyle .pT50em {
  padding-top: 5em !important;
}

.newStyle .pT60em {
  padding-top: 6em !important;
}

.newStyle .pT80em {
  padding-top: 8em !important;
}

.newStyle .pR0 {
  padding-right: 0 !important;
}

.newStyle .pR05 {
  padding-right: 5px !important;
}

.newStyle .pR10 {
  padding-right: 10px !important;
}

.newStyle .pR15 {
  padding-right: 15px !important;
}

.newStyle .pR30 {
  padding-right: 30px !important;
}

.newStyle .pR05em {
  padding-right: 0.5em !important;
}

.newStyle .pR10em {
  padding-right: 1em !important;
}

.newStyle .pR20em {
  padding-right: 2em !important;
}

.newStyle .pR30em {
  padding-right: 3em !important;
}

.newStyle .pR40em {
  padding-right: 4em !important;
}

.newStyle .pB0 {
  padding-bottom: 0 !important;
}

.newStyle .pB05 {
  padding-bottom: 05px !important;
}

.newStyle .pB10 {
  padding-bottom: 10px !important;
}

.newStyle .pB15 {
  padding-bottom: 15px !important;
}

.newStyle .pB20 {
  padding-bottom: 20px !important;
}

.newStyle .pB30 {
  padding-bottom: 30px !important;
}

.newStyle .pB40 {
  padding-bottom: 40px !important;
}

.newStyle .pB50 {
  padding-bottom: 50px !important;
}

.newStyle .pB05em {
  padding-bottom: 0.5em !important;
}

.newStyle .pB10em {
  padding-bottom: 1em !important;
}

.newStyle .pB15em {
  padding-bottom: 1.5em !important;
}

.newStyle .pB20em {
  padding-bottom: 2em !important;
}

.newStyle .pB30em {
  padding-bottom: 3em !important;
}

.newStyle .pB40em {
  padding-bottom: 4em !important;
}

.newStyle .pB50em {
  padding-bottom: 5em !important;
}

.newStyle .pB60em {
  padding-bottom: 6em !important;
}

.newStyle .pB70em {
  padding-bottom: 7em !important;
}

.newStyle .pB80em {
  padding-bottom: 8em !important;
}

.newStyle .pL0 {
  padding-left: 0 !important;
}

.newStyle .pL05 {
  padding-left: 5px !important;
}

.newStyle .pL10 {
  padding-left: 10px !important;
}

.newStyle .pL15 {
  padding-left: 15px !important;
}

.newStyle .pL30 {
  padding-left: 30px !important;
}

.newStyle .pL05em {
  padding-left: 0.5em !important;
}

.newStyle .pL10em {
  padding-left: 1em !important;
}

.newStyle .pL20em {
  padding-left: 2em !important;
}

.newStyle .pL30em {
  padding-left: 3em !important;
}

.newStyle .pL40em {
  padding-left: 4em !important;
}

.newStyle .mT0 {
  margin-top: 0 !important;
}

.newStyle .mT05 {
  margin-top: 5px !important;
}

.newStyle .mT05em {
  margin-top: 0.5em !important;
}

.newStyle .mT10em {
  margin-top: 1em !important;
}

.newStyle .mT15em {
  margin-top: 1.5em !important;
}

.newStyle .mT20em {
  margin-top: 2em !important;
}

.newStyle .mT30em {
  margin-top: 3em !important;
}

.newStyle .mT40em {
  margin-top: 4em !important;
}

.newStyle .mT50em {
  margin-top: 5em !important;
}

.newStyle .mTauto {
  margin-top: auto !important;
}

.newStyle .mR0 {
  margin-right: 0 !important;
}

.newStyle .mR05em {
  margin-right: 0.5em !important;
}

.newStyle .mR10em {
  margin-right: 1em !important;
}

.newStyle .mR15em {
  margin-right: 1.5em !important;
}

.newStyle .mR20em {
  margin-right: 2em !important;
}

.newStyle .mR30em {
  margin-right: 3em !important;
}

.newStyle .mR40em {
  margin-right: 4em !important;
}

.newStyle .mR50em {
  margin-right: 5em !important;
}

.newStyle .mR60em {
  margin-right: 6em !important;
}

.newStyle .mR70em {
  margin-right: 7em !important;
}

.newStyle .mR80em {
  margin-right: 8em !important;
}

.newStyle .mB0 {
  margin-bottom: 0 !important;
}

.newStyle .mB05 {
  margin-bottom: 5px !important;
}

.newStyle .mB10 {
  margin-bottom: 10px !important;
}

.newStyle .mB15 {
  margin-bottom: 15px !important;
}

.newStyle .mB20 {
  margin-bottom: 20px !important;
}

.newStyle .mB30 {
  margin-bottom: 30px !important;
}

.newStyle .mB40 {
  margin-bottom: 40px !important;
}

.newStyle .mB50 {
  margin-bottom: 50px !important;
}

.newStyle .mB60 {
  margin-bottom: 60px !important;
}

.newStyle .mB05em {
  margin-bottom: 0.5em !important;
}

.newStyle .mB10em {
  margin-bottom: 1em !important;
}

.newStyle .mB15em {
  margin-bottom: 1.5em !important;
}

.newStyle .mB20em {
  margin-bottom: 2em !important;
}

.newStyle .mB30em {
  margin-bottom: 3em !important;
}

.newStyle .mB40em {
  margin-bottom: 4em !important;
}

.newStyle .mB50em {
  margin-bottom: 5em !important;
}

.newStyle .mB60em {
  margin-bottom: 6em !important;
}

.newStyle .mB70em {
  margin-bottom: 7em !important;
}

.newStyle .mB80em {
  margin-bottom: 8em !important;
}

.newStyle .mB-05em {
  margin-bottom: -0.5em !important;
}

.newStyle .mB-10em {
  margin-bottom: -1em !important;
}

.newStyle .mB-20em {
  margin-bottom: -2em !important;
}

.newStyle .mB-30em {
  margin-bottom: -3em !important;
}

.newStyle .mL0 {
  margin-left: 0 !important;
}

.newStyle .mL05em {
  margin-left: 0.5em !important;
}

.newStyle .mL10em {
  margin-left: 1em !important;
}

.newStyle .mL15em {
  margin-left: 1.5em !important;
}

.newStyle .mL20em {
  margin-left: 2em !important;
}

.newStyle .mL30em {
  margin-left: 3em !important;
}

.newStyle .mL40em {
  margin-left: 4em !important;
}

.newStyle .mL50em {
  margin-left: 5em !important;
}

.newStyle .mL60em {
  margin-left: 6em !important;
}

.newStyle .mL70em {
  margin-left: 7em !important;
}

.newStyle .mL80em {
  margin-left: 8em !important;
}

.newStyle .button {
  display: inline-block;
  background-color: #2363A6;
  color: white;
  border: 1px solid #2363A6;
  font-weight: 500;
  border-radius: 3em;
  vertical-align: top;
  white-space: nowrap;
  padding: 0.95em 4.5em 1.05em 2.5em;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 0.4s cubic-bezier(0.545, 0.08, 0.52, 0.975);
  z-index: 1;
  overflow: hidden;
}

.newStyle .button small {
  background-color: white;
  color: #2363A6;
  font-weight: 600;
  border-radius: 1em;
  padding: 0.2em 0.75em 0.3em;
  margin-right: 0.5em;
  letter-spacing: 0;
  position: relative;
  top: -0.1em;
}

.newStyle .button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  -webkit-transition: 0.3s cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: 0.3s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  z-index: -1;
}

.newStyle .button::after {
  font-family: 'docomo-sys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  background-color: white;
  color: #2363A6;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newStyle .button:hover {
  color: #2363A6;
  text-decoration: none;
}

.newStyle .button:hover::before {
  opacity: 1;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transform: translateX(0%) scale(1.02);
  transform: translateX(0%) scale(1.02);
}

.newStyle .button:hover::after {
  color: #2363A6;
}

.newStyle button.button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.newStyle .border-link a {
  display: inline-block;
  color: #2363A6;
  font-weight: 600;
  padding: 1em 3.5em 1em 1.5em;
  border: 1px solid #2363A6;
  text-decoration: none;
  position: relative;
}

.newStyle .border-link a::after {
  font-family: 'docomo-sys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 125%;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newStyle .border-link a:hover {
  background-color: #2363A6;
  color: white;
}

.newStyle ul.disc {
  padding-left: 1.5em;
}

.newStyle table.styled {
  table-layout: auto;
  width: 100%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e6e6e6;
  margin-bottom: 0;
}

.newStyle table.styled th, .newStyle table.styled td {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e6e6e6;
  padding: 1em;
  vertical-align: baseline;
}

.newStyle table.styled th {
  font-weight: 400;
  white-space: nowrap;
}

.newStyle table.styled td dl {
  margin-bottom: 0;
}

.newStyle table.styled td dl dt {
  display: inline-block;
  font-weight: 600;
  vertical-align: top;
}

.newStyle table.styled td dl dd {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}

.newStyle table.styled td dl.block dt, .newStyle table.styled td dl.block dd {
  display: block;
}

.newStyle table.styled td p {
  margin-bottom: 0;
}

.newStyle table.styled td p + dl {
  margin-top: 0.75em;
}

.newStyle table.styled td dl + dl {
  margin-top: 0.75em;
}

@media (max-width: 575.98px) {
  .newStyle table.styled {
    display: block;
    border: none;
  }
  .newStyle table.styled thead, .newStyle table.styled tbody, .newStyle table.styled tr, .newStyle table.styled th, .newStyle table.styled td {
    display: block;
  }
  .newStyle table.styled th {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ababab' fill-opacity='0.75' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  }
  .newStyle table.styled tr:nth-child(odd) {
    background-image: none;
  }
}

.newStyle .styled-table {
  margin-right: -2em;
  margin-left: -2em;
}

.newStyle .styled-table table {
  width: 100%;
  padding: 0;
  margin: 0 0 -2em;
  border-collapse: separate;
  border-spacing: 2em;
}

.newStyle .styled-table table th {
  padding: 0 2em 2em 0;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.newStyle .styled-table table td {
  padding: 0 0 2em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
  .newStyle .styled-table {
    margin-right: 0;
    margin-left: 0;
  }
  .newStyle .styled-table table {
    display: block;
    margin: 0;
    border: none;
  }
  .newStyle .styled-table table thead, .newStyle .styled-table table tbody, .newStyle .styled-table table tr, .newStyle .styled-table table th, .newStyle .styled-table table td {
    display: block;
  }
  .newStyle .styled-table table th {
    padding: 0;
    margin-bottom: 0.5em;
    border: none;
  }
  .newStyle .styled-table table td {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}

.newStyle .bordered-table table, .newStyle .bordered-table th, .newStyle .bordered-table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
}

.newStyle .bordered-table th {
  font-weight: normal;
}

.newStyle .bordered-table thead th {
  background-color: #2363A6;
  color: white;
  white-space: nowrap;
}

.newStyle .bordered-table th, .newStyle .bordered-table td {
  padding: 0.5em 1em;
}

.sworksquare .newStyle .bordered-table thead th {
  background-color: #ff8118 !important;
}

.letaria .newStyle .bordered-table thead th {
  background-color: #2B5F99 !important;
}

.splashtop .newStyle .bordered-table thead th {
  background-color: #0E6DC0 !important;
}

.mmhmm .newStyle .bordered-table thead th {
  background-color: #4235f2 !important;
}

.diagnosis .newStyle .bordered-table thead th {
  background-color: #039B99 !important;
}

.newStyle .dl-table {
  display: table;
}

.newStyle .dl-table dl {
  display: table-row;
}

.newStyle .dl-table dl dt {
  display: table-cell;
  white-space: nowrap;
  padding-right: 1em;
}

.newStyle .dl-table dl dd {
  display: table-cell;
}

.newStyle .dl-table dl + dl dt, .newStyle .dl-table dl + dl dd {
  padding-top: 0.5em;
}

.newStyle .well {
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .newStyle .well {
    padding: 3em 1.5em;
  }
}

@media (min-width: 768px) {
  .newStyle .well {
    padding: 4em;
  }
}

.newStyle .drop-shadow {
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.15) 0 0.2em 0.5em);
  filter: drop-shadow(rgba(0, 0, 0, 0.15) 0 0.2em 0.5em);
}

.newStyle .gmap {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.newStyle .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 575.98px) {
  .newStyle .wrapper {
    padding-top: 3rem;
  }
}

@media (min-width: 576px) {
  .newStyle .wrapper {
    padding-top: 5.20835vw;
  }
}

@media (min-width: 768px) {
  .newStyle .wrapper {
    padding-top: 4.27085vw;
  }
}

@media (min-width: 992px) {
  .newStyle .wrapper {
    padding-top: 3.33335vw;
  }
}

@media (min-width: 1200px) {
  .newStyle .wrapper {
    padding-top: 4rem;
  }
}

@media (max-width: 575.98px) {
  .newStyle .content-area {
    margin-bottom: 6rem;
  }
}

@media (min-width: 576px) {
  .newStyle .content-area {
    margin-bottom: 10.4167vw;
  }
}

@media (min-width: 768px) {
  .newStyle .content-area {
    margin-bottom: 8.5417vw;
  }
}

@media (min-width: 992px) {
  .newStyle .content-area {
    margin-bottom: 6.6667vw;
  }
}

@media (min-width: 1200px) {
  .newStyle .content-area {
    margin-bottom: 8rem;
  }
}

.newStyle .section-title {
  text-align: center;
}

.newStyle .section-title .en {
  color: #2363A6;
}

.newStyle .section-title .en::before {
  font-family: 'docomo-sys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 225%;
  vertical-align: baseline;
  margin-right: -0.33em;
}

.newStyle .border-left-title {
  padding-left: 1.7em;
  position: relative;
}

.newStyle .border-left-title::before {
  content: "";
  display: block;
  background-color: #2363A6;
  width: 0.7em;
  position: absolute;
  top: 0.4em;
  bottom: 0.4em;
  left: 0;
}

.newStyle .border-left-title .en {
  margin-bottom: 0;
}

.newStyle .page-title .box {
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .newStyle .page-title .box {
    padding-top: 1em;
  }
}

.newStyle .page-header {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23cd0033' fill-opacity='0.5' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  position: relative;
}

.newStyle .page-header .image {
  width: 100%;
  height: 100%;
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

.newStyle .page-header .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 100%;
  width: 100%;
  text-align: center;
  text-shadow: 0.1em 0.1em 0px white, 0.2em 0.2em 0px white;
  margin-bottom: 0;
  padding: 3em 1em;
  position: relative;
}

@media (max-width: 767.98px) {
  .newStyle .page-header .page-title {
    min-height: 120px;
  }
}

@media (min-width: 768px) {
  .newStyle .page-header .page-title {
    min-height: 180px;
  }
}

.newStyle .page-header .page-title h1.jp {
  display: block;
  font-size: 200%;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}

.newStyle .page-header .page-title h1.en {
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .newStyle .page-header .page-title h1.en {
    font-size: 200%;
  }
}

@media (min-width: 768px) {
  .newStyle .page-header .page-title h1.en {
    font-size: 250%;
  }
}

.newStyle .page-header .page-title p.en {
  display: block;
  color: #2363A6;
  font-size: 93%;
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.newStyle .page-header .page-title p.add {
  display: block;
  color: #2363A6;
  font-size: 93%;
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.newStyle .page-header .page-title .addText {
  margin-top: 1em;
  margin-bottom: 0;
}

.newStyle .page-header.header-image {
  background-color: black;
}

.newStyle .page-header.header-image .page-title {
  color: white;
  text-shadow: 0 0 0.5em rgba(22, 28, 46, 0.4);
}

@media (max-width: 767.98px) {
  .newStyle .page-header.header-image .page-title {
    height: 240px;
  }
}

@media (min-width: 768px) {
  .newStyle .page-header.header-image .page-title {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .newStyle .page-header.header-image .page-title {
    height: 360px;
  }
}

@media (min-width: 1200px) {
  .newStyle .page-header.header-image .page-title {
    height: 420px;
  }
}

.newStyle .page-header.header-image .page-title .en {
  color: white;
}

@media (max-width: 767.98px) {
  .single-post .newStyle .page-header.header-image .page-title, .single-solution .newStyle .page-header.header-image .page-title, .tax-solution_category .newStyle .page-header.header-image .page-title {
    height: 120px;
  }
}

@media (min-width: 768px) {
  .single-post .newStyle .page-header.header-image .page-title, .single-solution .newStyle .page-header.header-image .page-title, .tax-solution_category .newStyle .page-header.header-image .page-title {
    height: 180px;
  }
}

@media (min-width: 992px) {
  .single-post .newStyle .page-header.header-image .page-title, .single-solution .newStyle .page-header.header-image .page-title, .tax-solution_category .newStyle .page-header.header-image .page-title {
    height: 240px;
  }
}

@media (min-width: 1200px) {
  .single-post .newStyle .page-header.header-image .page-title, .single-solution .newStyle .page-header.header-image .page-title, .tax-solution_category .newStyle .page-header.header-image .page-title {
    height: 300px;
  }
}

.newStyle .page-header02 {
  position: relative;
}

.newStyle .page-header02 .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 480px;
  margin-left: auto;
}

.newStyle .page-header02 .image::before {
  content: "";
  display: block;
  padding-top: 61.8%;
}

@media (max-width: 767.98px) {
  .newStyle .page-header02 .image {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .newStyle .page-header02 .image {
    width: 70%;
  }
}

.newStyle .page-header02 .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.newStyle .page-header02 .text .inner {
  background-color: white;
}

@media (max-width: 767.98px) {
  .newStyle .page-header02 .text {
    width: 100%;
  }
  .newStyle .page-header02 .text .inner {
    padding: 2em 1.5em;
  }
}

@media (min-width: 768px) {
  .newStyle .page-header02 .text {
    width: 100%;
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .newStyle .page-header02 .text .inner {
    width: 40%;
    padding: 3%;
    margin-bottom: 1em;
    border-radius: 0.5em;
  }
}

.newStyle .page-header02 .text .catch {
  font-size: 10vw;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  position: relative;
}

@media all and (min-width: 900px) {
  .newStyle .page-header02 .text .catch {
    font-size: 9rem;
  }
}

.newStyle .page-header02 .text .title {
  font-size: 172%;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .newStyle .page-header02 .text .title {
    font-size: 3vw;
  }
}

@media (min-width: 992px) {
  .newStyle .page-header02 .text .title {
    font-size: 2.7rem;
  }
}

@media (min-width: 1200px) {
  .newStyle .page-header02 .text .title {
    font-size: 3.2rem;
  }
}

.newStyle .page-header02 .text .title span {
  display: inline-block;
}

.newStyle .page-header02 .text .comment {
  line-height: 1.8;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .newStyle .page-header02 .text .comment {
    font-size: 1.5vw;
  }
}

@media (min-width: 992px) {
  .newStyle .page-header02 .text .comment {
    font-size: 1.35rem;
  }
}

@media (min-width: 1200px) {
  .newStyle .page-header02 .text .comment {
    font-size: 1.5rem;
  }
}

.newStyle .page-header02 .text .ghost-button {
  position: relative;
}

.newStyle .page-header02 .text .ghost-button a {
  display: inline-block;
  color: white;
  font-size: 2vw;
  font-weight: 600;
  text-align: center;
  padding: 0.5em 2em;
  margin-top: 1.25em;
  border: 2px solid white;
  border-radius: 2px;
}

@media all and (max-width: 600px) {
  .newStyle .page-header02 .text .ghost-button a {
    font-size: 1.2rem;
  }
}

@media all and (min-width: 900px) {
  .newStyle .page-header02 .text .ghost-button a {
    font-size: 1.8rem;
  }
}

.newStyle .page-header02 .text .ghost-button a:hover {
  background-color: #2363A6;
  text-decoration: none;
}

.newStyle .page-header02 .text .comment + .title {
  margin-top: 0.4em;
}

.newStyle .page-header02 .text .title + .comment {
  margin-top: 0.8em;
}

@media (max-width: 575.98px) {
  .newStyle .content-block:not(.pT0) {
    padding-top: calc(6rem);
  }
}

@media (min-width: 576px) {
  .newStyle .content-block:not(.pT0) {
    padding-top: calc(10.4167vw);
  }
}

@media (min-width: 768px) {
  .newStyle .content-block:not(.pT0) {
    padding-top: calc(8.5417vw);
  }
}

@media (min-width: 992px) {
  .newStyle .content-block:not(.pT0) {
    padding-top: calc(6.6667vw);
  }
}

@media (min-width: 1200px) {
  .newStyle .content-block:not(.pT0) {
    padding-top: calc(8rem);
  }
}

@media (max-width: 575.98px) {
  .newStyle .content-block:not(.pB0) {
    padding-bottom: calc(6rem);
  }
}

@media (min-width: 576px) {
  .newStyle .content-block:not(.pB0) {
    padding-bottom: calc(10.4167vw);
  }
}

@media (min-width: 768px) {
  .newStyle .content-block:not(.pB0) {
    padding-bottom: calc(8.5417vw);
  }
}

@media (min-width: 992px) {
  .newStyle .content-block:not(.pB0) {
    padding-bottom: calc(6.6667vw);
  }
}

@media (min-width: 1200px) {
  .newStyle .content-block:not(.pB0) {
    padding-bottom: calc(8rem);
  }
}

@media (min-width: 992px) {
  .newStyle .text-only {
    max-width: 50em;
    margin-right: auto;
    margin-left: auto;
  }
}

.newStyle .search-block .yxt-SearchBar-wrapper .yxt-SearchBar {
  height: 3em;
  line-height: 1;
}

.newStyle .search-block .yxt-SearchBar-wrapper .yxt-SearchBar .yxt-SearchBar-input {
  font-size: 100%;
}

.newStyle .search-block .yxt-SearchBar-wrapper .yxt-SearchBar .js-yxt-SearchBar-Icon {
  position: relative;
  top: 0.1em;
}

.newStyle .search-block .yxt-SearchBar-wrapper .yxt-AutoComplete-option--item {
  font-size: 86%;
}

.newStyle .search-block .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.newStyle .search-block .link li {
  font-size: 86%;
}

.newStyle .search-block .link li + li::before {
  content: "|";
  display: inline-block;
  color: white;
  margin: 0 0.75em;
}

.newStyle .search-block .link li a {
  color: white;
}

.newStyle .title-block .jp {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.15em;
  vertical-align: baseline;
  margin: 0 0.25em 0 0;
}

.newStyle .title-block .en {
  color: #2363A6;
  line-height: 1.5;
}

.newStyle .title-block .jp + .en {
  display: inline-block;
  font-weight: normal;
  margin: 0.25em 0 0 0;
  vertical-align: baseline;
}

.newStyle .title-block .with-icon {
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
}

.newStyle .title-block .with-icon .icon {
  width: 1em;
  height: 1.5em;
  position: absolute;
  left: 0;
}

.newStyle .title-block .with-icon .icon::before {
  content: "";
  display: block;
  background-color: #5aa2e2;
  width: 100%;
  height: 0.15em;
  margin-top: -0.4em;
  position: absolute;
  top: 50%;
  left: 0;
}

.newStyle .title-block .with-icon .icon::after {
  content: "";
  display: block;
  background-color: #2363A6;
  width: 80%;
  height: 0.15em;
  margin-top: -0.1em;
  position: absolute;
  top: 50%;
  left: 0;
}

.newStyle .title-block .with-icon .icon i {
  display: block;
  background-color: #1a5183;
  width: 60%;
  height: 0.15em;
  margin-top: 0.2em;
  position: absolute;
  top: 50%;
  left: 0;
}

.newStyle .title-block .with-icon .jp {
  font-size: 100%;
}

.newStyle .title-block .with-icon .en {
  font-size: 1.4rem;
}

.newStyle .title-block .bordered {
  padding: 1em 0.25em 0 1.5em;
  position: relative;
}

.newStyle .title-block .bordered::before {
  content: "";
  width: 0.2em;
  height: 100%;
  background-color: #2363A6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2363A6), to(#1a5183));
  background-image: linear-gradient(to bottom, #2363A6 0%, #1a5183 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.newStyle .title-block .bordered::after {
  content: "";
  width: 100%;
  height: 0.2em;
  background-color: #2363A6;
  background-image: -webkit-gradient(linear, left top, right top, from(#2363A6), to(#5aa2e2));
  background-image: linear-gradient(to right, #2363A6 0%, #5aa2e2 100%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.newStyle .title-block .bordered .jp {
  font-size: 100%;
}

.newStyle .title-block .bordered .en {
  font-size: 1.4rem;
}

.newStyle .title-block.triangle {
  position: relative;
}

.newStyle .title-block.triangle::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5.5em 4em;
  border-color: transparent transparent #5aa2e2 transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(40deg) translate(-55%, -35%);
  transform: rotate(40deg) translate(-55%, -35%);
  z-index: 0;
  opacity: 0.2;
}

.newStyle .title-block.triangle .jp, .newStyle .title-block.triangle .en {
  z-index: 1;
}

.newStyle .title-block.left-border {
  padding-left: 1.3em;
  position: relative;
}

.newStyle .title-block.left-border::before {
  content: "";
  display: block;
  background-color: #2363A6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5aa2e2), to(#1a5183));
  background-image: linear-gradient(to bottom, #5aa2e2 0%, #1a5183 100%);
  width: 0.3em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.newStyle .block-title {
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.newStyle .block-title .en {
  display: block;
  color: #2363A6;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .newStyle .block-title .en {
    font-size: 225%;
  }
}

@media (min-width: 768px) {
  .newStyle .block-title .en {
    font-size: 337.5%;
  }
}

.newStyle .block-title .jp {
  display: block;
  margin-top: 1em;
}

@media (max-width: 767.98px) {
  .newStyle .block-title .jp {
    font-size: 115%;
  }
}

@media (min-width: 768px) {
  .newStyle .block-title .jp {
    font-size: 129%;
  }
}

.newStyle .block-title.center {
  text-align: center;
}

@media (max-width: 991.98px) {
  .newStyle .block-title {
    text-align: center;
  }
}

.newStyle .overflow-title .number {
  color: #cadff2;
  font-size: 1000%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: -0.5em;
}

@media (max-width: 767.98px) {
  .newStyle .overflow-title .number {
    font-size: 18vw;
  }
}

.newStyle .overflow-title i {
  color: #2363A6;
  font-size: 500%;
}

.newStyle .overflow-title .en {
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
}

.newStyle .overflow-title .jp {
  color: #2363A6;
  margin-bottom: 0;
}

.newStyle .overflow-title-wrapper {
  padding-top: 1px;
}

.newStyle .category-title {
  text-align: center;
}

.newStyle .category-title .en {
  color: #2363A6;
}

.newStyle .triangle-block {
  position: relative;
}

.newStyle .triangle-block::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #2363A6), color-stop(50%, transparent)) top left/50% 100% no-repeat, -webkit-gradient(linear, left top, right bottom, color-stop(50%, #205b99), color-stop(50%, transparent)) top right/50% 100% no-repeat;
  background: linear-gradient(to bottom left, #2363A6 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #205b99 50%, transparent 50%) top right/50% 100% no-repeat;
  width: 10em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .newStyle .triangle-block::before {
    height: 7vw;
  }
}

@media (min-width: 768px) {
  .newStyle .triangle-block::before {
    height: 4em;
  }
}

.newStyle .link-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #da7773;
  border-left: 1px solid #da7773;
}

.newStyle .link-buttons li {
  padding: 0;
  border-right: 1px solid #da7773;
  border-bottom: 1px solid #da7773;
}

.newStyle .link-buttons li a {
  display: block;
  color: #da7773;
  text-align: center;
  padding: 0.75em 1em;
}

.newStyle .link-buttons li a:hover {
  background-color: whitesmoke;
  text-decoration: none;
}

.newStyle .link-buttons li.active a {
  background-color: #da7773;
  color: white;
  cursor: default;
}

.newStyle .section-title h2 {
  margin-bottom: 0;
}

.newStyle section {
  position: relative;
}

.newStyle section .guide-border {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -2em;
}

.newStyle section .guide-border .inner {
  display: inline-block;
  width: 1px;
  height: 4em;
  background-color: #2363A6;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .newStyle .d-flex.flex-sm-column .text {
    margin-top: 1em;
  }
}

.newStyle .d-flex .stack-icon {
  font-size: 5em;
}

@media (max-width: 575.98px) {
  .newStyle .d-flex .stack-icon {
    font-size: 4em;
    margin-right: 0.375em;
  }
}

.newStyle .d-flex .icon {
  width: 6.5em;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .newStyle .d-flex .icon {
    width: 5.5em;
  }
}

.newStyle .d-flex .icon i {
  font-size: 5em;
}

@media (max-width: 575.98px) {
  .newStyle .d-flex .icon i {
    font-size: 4em;
  }
}

.newStyle .d-flex .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newStyle .bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.newStyle .bg-image.translucent {
  opacity: 0.15;
}

.newStyle .image-header-box .image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: -15px;
  margin-left: -15px;
}

.newStyle .image-header-box .image .inner {
  content: "";
  display: block;
  padding-top: 30.3%;
}

.newStyle .image-header-box .text {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2em 5%;
  margin-top: -3em;
  position: relative;
  z-index: 3;
}

.newStyle .image-header-box .text .title {
  text-align: center;
}

.newStyle .image-header-box .text .title .number {
  color: #2363A6;
  font-family: Century Gothic、CenturyGothic, "Inter", "Noto Sans JP", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  line-height: 1;
  margin-top: -1em;
}

.newStyle .image-header-box .text .title .jp {
  margin-bottom: 0;
}

.newStyle .image-header-box .text .title .en {
  color: #2363A6;
  margin-bottom: 0;
}

.newStyle .layered-block {
  position: relative;
}

.newStyle .layered-block .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.newStyle .layered-block .text-box {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10%;
  position: relative;
  -webkit-box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.05);
  box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.05);
  z-index: 3;
}

.newStyle .layered-block .text-box .sub-heading {
  color: #2363A6;
  font-weight: 600;
}

.newStyle .layered-block .text-box .more {
  font-size: 93%;
  text-align: right;
  margin-top: 1.5em;
}

@media (max-width: 767.98px) {
  .newStyle .layered-block .image .inner {
    display: block;
  }
  .newStyle .layered-block .image .inner::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .newStyle .layered-block .text-box {
    margin-top: -3em;
  }
}

@media (min-width: 768px) {
  .newStyle .layered-block .image {
    width: 61.8%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .newStyle .layered-block .image.right {
    right: 0;
  }
  .newStyle .layered-block .image.left {
    left: 0;
  }
  .newStyle .layered-block .text-box {
    margin-top: 7%;
    margin-bottom: 7%;
  }
}

.newStyle .circle-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: -0.5em;
  margin-left: -0.5em;
  padding: 0;
}

@media (max-width: 767.98px) {
  .newStyle .circle-list {
    margin-right: -1vw;
    margin-left: -1vw;
  }
}

.newStyle .circle-list li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

@media (max-width: 767.98px) {
  .newStyle .circle-list li {
    padding-right: 1vw;
    padding-left: 1vw;
  }
}

.newStyle .circle-list li .box {
  display: block;
  background-color: #2363A6;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49.9%, #2363A6), color-stop(50.1%, #205b99));
  background: linear-gradient(to bottom right, #2363A6 49.9%, #205b99 50.1%);
  color: white;
  border-radius: 50%;
  position: relative;
}

.newStyle .circle-list li .box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.newStyle .circle-list li .box .number {
  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;
  background-color: white;
  color: #2363A6;
  border: 2px solid #2363A6;
  border-radius: 50%;
  font-size: 175%;
  font-weight: bold;
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  .newStyle .circle-list li .box .number {
    font-size: 100%;
  }
}

.newStyle .circle-list li .box .number p {
  margin-bottom: 0;
}

.newStyle .circle-list li .box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.newStyle .circle-list li .box i {
  font-size: 400%;
  margin-bottom: 0.1em;
}

@media (max-width: 767.98px) {
  .newStyle .circle-list li .box i {
    font-size: 300%;
  }
}

.newStyle .circle-list li .box .en {
  font-size: 200%;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .newStyle .circle-list li .box .en {
    font-size: 150%;
  }
}

.newStyle .circle-list li .box .jp {
  margin-bottom: 1em;
}

@media (max-width: 767.98px) {
  .newStyle .circle-list li .box .jp {
    font-size: 79%;
  }
}

.newStyle .button-list > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newStyle .button-list a.box {
  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;
  background-color: white;
  color: #2363A6;
  width: 100%;
  border: 1px solid #2363A6;
  text-align: center;
  text-decoration: none;
  padding: 2em 1em;
  position: relative;
}

@media (max-width: 575.98px) {
  .newStyle .button-list a.box {
    margin-bottom: 16px;
  }
}

@media (min-width: 576px) {
  .newStyle .button-list a.box {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .newStyle .button-list a.box {
    margin-bottom: 40px;
  }
}

.newStyle .button-list a.box i {
  font-size: 200%;
  margin-right: 0.25em;
}

@media (max-width: 767.98px) {
  .newStyle .button-list a.box i {
    font-size: 150%;
  }
}

.newStyle .button-list a.box .text {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

.newStyle .button-list a.box .text span {
  display: inline-block;
}

.newStyle .button-list a.box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em;
  border-color: transparent #2363A6 #2363A6 transparent;
  position: absolute;
  right: 0.75em;
  bottom: 0.75em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newStyle .button-list a.box:hover {
  background-color: #2363A6;
  color: white;
}

.newStyle .button-list a.box:hover::after {
  border-color: transparent white white transparent;
  right: 0.5em;
  bottom: 0.5em;
}

.newStyle .under-content-banner > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newStyle .under-content-banner a.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  color: #2363A6;
  width: 100%;
  border: 1px solid #2363A6;
  text-align: center;
  text-decoration: none;
  padding: 2.5em 1em 2em;
  position: relative;
}

@media (max-width: 575.98px) {
  .newStyle .under-content-banner a.box {
    margin-bottom: 16px;
  }
}

@media (min-width: 576px) {
  .newStyle .under-content-banner a.box {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .newStyle .under-content-banner a.box {
    margin-bottom: 40px;
  }
}

.newStyle .under-content-banner a.box i {
  font-size: 400%;
  margin-bottom: 0.25em;
}

@media (max-width: 767.98px) {
  .newStyle .under-content-banner a.box i {
    font-size: 337.5%;
  }
}

.newStyle .under-content-banner a.box .jp {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}

.newStyle .under-content-banner a.box .jp span {
  display: inline-block;
}

.newStyle .under-content-banner a.box .en {
  font-size: 80%;
  line-height: 1.5;
  margin-top: 0.5em;
}

.newStyle .under-content-banner a.box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em;
  border-color: transparent #2363A6 #2363A6 transparent;
  position: absolute;
  right: 0.75em;
  bottom: 0.75em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newStyle .under-content-banner a.box:hover {
  background-color: #2363A6;
  color: white;
}

.newStyle .under-content-banner a.box:hover::after {
  border-color: transparent white white transparent;
  right: 0.5em;
  bottom: 0.5em;
}

.newStyle .under-content-button {
  list-style: none;
  padding: 0;
  margin: 0 -5px -10px;
}

.newStyle .under-content-button li {
  padding: 0 5px;
  margin-bottom: 10px;
}

.newStyle .under-content-button li a {
  display: block;
  background-color: white;
  color: #2363A6;
  border: 1px solid #2363A6;
  height: 100%;
  line-height: 1.5;
  padding: 1em 1em 2em 1.5em;
  -webkit-box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.05);
  box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.05);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .newStyle .under-content-button li a {
    font-size: 115%;
  }
}

.newStyle .under-content-button li a span {
  font-weight: 700;
}

.newStyle .under-content-button li a small {
  display: block;
  font-size: 60%;
  font-weight: 400;
  letter-spacing: .075em;
  margin-top: 0.25em;
}

.newStyle .under-content-button li a::after {
  font-family: 'docomo-sys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  line-height: 1;
  position: absolute;
  right: 1.25em;
  bottom: 0.65em;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.newStyle .under-content-button li a:hover {
  background-color: #2363A6;
  color: white;
  text-decoration: none;
}

.newStyle .under-content-button li a:hover::after {
  right: 0.75em;
}

.newStyle .under-content-button li.current a {
  background-color: #2363A6;
  color: white;
  cursor: text;
}

.newStyle .under-content-button li.current a::after {
  display: none;
}

.sWorkProtector .newStyle .under-content-button li a {
  color: #6a59a4;
  border-color: #6a59a4;
}

.sWorkProtector .newStyle .under-content-button li a:hover {
  background-color: #6a59a4;
  color: white;
}

.sWorkProtector .newStyle .under-content-button li.current a {
  background-color: #6a59a4;
  color: white;
}

.newStyle .page-template-empty section + section {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
  .newStyle .card-style {
    margin-bottom: -2em;
  }
}

@media (min-width: 576px) {
  .newStyle .card-style {
    margin-bottom: -30px;
  }
}

@media (min-width: 992px) {
  .newStyle .card-style {
    margin-bottom: -40px;
  }
}

.newStyle .card-style [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .newStyle .card-style [class*="col-"] {
    margin-bottom: 2em;
  }
}

@media (min-width: 576px) {
  .newStyle .card-style [class*="col-"] {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .newStyle .card-style [class*="col-"] {
    margin-bottom: 40px;
  }
}

.newStyle .card-style .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  border-radius: 0.2em;
  width: 100%;
  padding: 1.5em 5%;
  -webkit-box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.05);
  box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.05);
}

.newStyle .card-style .box figure {
  text-align: center;
  margin-bottom: 1em;
}

.newStyle .card-style .box figure img {
  min-height: 1%;
}

.newStyle .card-style .box .image {
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

.newStyle .card-style .box .image .inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition-duration: 1500ms !important;
  transition-duration: 1500ms !important;
}

.newStyle .card-style .box .image .inner::before {
  content: "";
  display: block;
  padding-top: 61.8%;
}

.newStyle .card-style .box .title {
  font-size: 129%;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.newStyle .card-style .box .en {
  color: #2363A6;
  font-weight: 700;
  margin-bottom: 1em;
}

.newStyle .card-style .box .desc {
  font-size: 86%;
  margin-bottom: 1.5em;
}

.newStyle .card-style .box .more {
  font-size: 86%;
  text-align: right;
  margin-top: auto;
}

.newStyle .card-style .box .more::before {
  font-family: 'docomo-sys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #354088;
  font-size: 129%;
  vertical-align: middle;
  margin-right: 0.5em;
  position: relative;
  top: -1px;
}

.newStyle .card-style a.box {
  color: #161c2e;
  text-decoration: none;
  -webkit-box-shadow: 0px 0.15em 1.5em rgba(22, 28, 46, 0.1);
  box-shadow: 0px 0.15em 1.5em rgba(22, 28, 46, 0.1);
}

.newStyle .card-style a.box:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(22, 28, 46, 0.1);
  box-shadow: 0px 0px 0px rgba(22, 28, 46, 0.1);
  border-bottom: 1px solid rgba(183, 183, 183, 0.6);
  -webkit-transform: translate(6px, 12px);
  transform: translate(6px, 12px);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.newStyle .card-style a.box.anchor {
  position: relative;
  padding-bottom: 3em;
}

.newStyle .card-style a.box.anchor::after {
  font-family: 'docomo-sys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #2363A6;
  font-size: 225%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.newStyle .card-style a.box.anchor:hover::after {
  color: white;
}

.newStyle .card-style.horizontal .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.newStyle .card-style.horizontal .box .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc( 50% - 0.5em);
  flex: 0 0 calc( 50% - 0.5em);
  max-width: calc( 50% - 0.5em);
  margin-bottom: 0;
  margin-right: 1em;
}

.newStyle .card-style.horizontal .box .image .inner {
  height: 100%;
}

.newStyle .card-style.horizontal .box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.newStyle .cards {
  margin-bottom: -16px;
}

@media (min-width: 576px) {
  .newStyle .cards {
    margin-bottom: -30px;
  }
}

@media (min-width: 992px) {
  .newStyle .cards {
    margin-bottom: -40px;
  }
}

.newStyle .cards .box {
  display: block;
  position: relative;
  -webkit-transition: all 0s;
  transition: all 0s;
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  .newStyle .cards .box {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .newStyle .cards .box {
    margin-bottom: 40px;
  }
}

.newStyle .cards .box::before {
  font-family: 'docomo-sys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  line-height: 1;
  position: absolute;
  right: 0.75em;
  bottom: 0.65em;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.newStyle .cards .box .image {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.newStyle .cards .box .image .inner {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.newStyle .cards .box .image .inner::before {
  content: "";
  display: block;
  padding-top: 61.8%;
}

.newStyle .cards .box .image .inner.no-image {
  background-color: whitesmoke;
  background-size: contain;
}

.newStyle .cards .box .text {
  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;
  background-color: whitesmoke;
  color: #2363A6;
  line-height: 1.5;
  text-align: center;
  padding: 2em 1em;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.newStyle .cards .box .text > span {
  display: block;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.newStyle .cards .box .text > span span {
  display: inline-block;
}

.newStyle .cards .box .text > span small {
  display: block;
  font-size: 60%;
  font-weight: 400;
  letter-spacing: .075em;
  margin-top: 0.5em;
}

.newStyle .cards .box .text::after {
  font-family: 'docomo-sys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  line-height: 1;
  position: absolute;
  right: 0.75em;
  bottom: 0.65em;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.newStyle .cards .box:hover {
  text-decoration: none;
}

.newStyle .cards .box:hover::before {
  right: -1em;
}

.newStyle .cards .box:hover .image .inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.newStyle .cards .box:hover .text {
  background-color: #2363A6;
  color: white;
}

.newStyle .cards .box:hover .text::after {
  right: -1em;
}

.newStyle .stairs .box {
  display: block;
  position: relative;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .newStyle .stairs .col-sm-6:nth-child(2n+2) {
    margin-top: 2em;
  }
  .newStyle .stairs .col-sm-6:nth-child(2n+2) .box::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -20px;
  }
}

@media (min-width: 992px) {
  .newStyle .stairs .col-lg-4:nth-child(3n+2) {
    margin-top: 2em;
  }
  .newStyle .stairs .col-lg-4:nth-child(3n+3) {
    margin-top: 4em;
  }
  .newStyle .stairs .col-lg-4:nth-child(3n+2) .box::before, .newStyle .stairs .col-lg-4:nth-child(3n+3) .box::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -30px;
  }
}

.newStyle .cta {
  background-color: #2363A6;
  color: white;
}

.newStyle .cta .button {
  background-color: white;
  color: #2363A6;
  border-color: white;
}

.newStyle .cta .button::before {
  background-color: #2363A6;
}

.newStyle .cta .button::after {
  background-color: #2363A6;
  color: white;
}

.newStyle .cta .button:hover {
  color: white;
}

.newStyle .cta .button:hover::after {
  background-color: #2363A6;
  color: white;
}

.newStyle .coming-soon {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 3em 1em;
  text-align: center;
}

.newStyle .coming-soon .en {
  font-weight: 600;
}

.newStyle .temp-image {
  background-color: rgba(0, 0, 0, 0.5);
  color: whitesmoke;
  text-align: center;
  position: relative;
}

.newStyle .temp-image p {
  display: table;
  width: 100%;
  height: 6em;
  padding: 0 2em;
  margin-top: -3em;
  position: absolute;
  top: 50%;
}

.newStyle .temp-image p span {
  display: table-cell;
  font-size: 125%;
  vertical-align: middle;
}

.newStyle .temp-image::before {
  content: "";
  display: block;
}

.newStyle .temp-image.aspect-3to4-v::before {
  padding-top: 133.3%;
}

.newStyle .temp-image.aspect-3to4::before {
  padding-top: 75%;
}

.newStyle .temp-image.silver::before {
  padding-top: 70.7%;
}

.newStyle .temp-image.golden::before {
  padding-top: 61.8%;
}

.newStyle .temp-image.platinum::before {
  padding-top: 57.7%;
}

.newStyle .temp-image.half::before {
  padding-top: 50%;
}

.newStyle .temp-image.bronze::before {
  padding-top: 30.3%;
}

.newStyle .temp-image.quarter::before {
  padding-top: 25%;
}

.newStyle .temp-bg-image {
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.newStyle .temp-bg-image::before {
  content: "";
  display: block;
}

.newStyle .temp-bg-image.square::before {
  padding-top: 100%;
}

.newStyle .temp-bg-image.aspect-3to4-v::before {
  padding-top: 133.3%;
}

.newStyle .temp-bg-image.aspect-3to4::before {
  padding-top: 75%;
}

.newStyle .temp-bg-image.silver::before {
  padding-top: 70.7%;
}

.newStyle .temp-bg-image.golden::before {
  padding-top: 61.8%;
}

.newStyle .temp-bg-image.platinum::before {
  padding-top: 57.7%;
}

.newStyle .temp-bg-image.half::before {
  padding-top: 50%;
}

.newStyle .temp-bg-image.bronze::before {
  padding-top: 30.3%;
}

.newStyle .temp-bg-image.quarter::before {
  padding-top: 25%;
}

[class*="content"]:before, [class*="content"]:after {
  content: none !important;
}

h2 {
  padding: 0;
  border: none;
  letter-spacing: inherit;
}

h3 {
  height: auto;
  padding: 0;
  background: initial;
  letter-spacing: inherit;
}

header {
  height: auto;
  margin-bottom: 1.5em;
}

header div {
  float: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  width: auto;
}

header .desc {
  color: #666;
  font-size: 86%;
  margin-top: 0.5em;
  margin-bottom: 0;
}

header .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  header .header-contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  header .header-contact {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

header .mail {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 240px;
}

header .mail 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;
  background-color: #FFBE00;
  color: #161c2e;
  width: 100%;
  height: 100%;
  padding: 0.5em 1.5em;
  border-radius: 3em;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .mail a::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EEnvelope%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='3' d='M2 12l30 27.4L62 12' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath data-name='layer1' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='3' d='M2 12h60v40H2z' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
}

header .mail a span {
  font-size: 108%;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 0.694em;
}

@media (max-width: 437px) {
  header .mail a span {
    display: none;
  }
}

header .mail a:hover {
  color: #161c2e;
  opacity: 0.7;
  text-decoration: none;
}

header .tel {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 240px;
  margin-left: 10px;
}

header .tel 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;
  background-color: #2363A6;
  width: 100%;
  height: 100%;
  border-radius: 3em;
  padding: 0.5em 1.5em 0.6em;
  white-space: nowrap;
}

@media (min-width: 768px) {
  header .tel a {
    pointer-events: none;
    cursor: default;
  }
}

header .tel a::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESpeaker Call%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M49.4 50.3l-8.8-5.8a4.1 4.1 0 0 0-5.6 1.1c-2 2.5-4.5 6.6-13.8-2.8S15.9 31 18.4 29a4.1 4.1 0 0 0 1.1-5.5l-5.8-8.8c-.8-1.1-1.8-2.9-4.2-2.6S1 15.9 1 23.5s6 17 14.2 25.2S32.8 63 40.5 63s11.2-6.8 11.5-8.5-1.5-3.5-2.6-4.2z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M29 1a2 2 0 0 0 0 4 30 30 0 0 1 30 30 2 2 0 1 0 4 0A34 34 0 0 0 29 1z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M29 11a2 2 0 1 0 0 4 20 20 0 0 1 20 20 2 2 0 1 0 4 0 24 24 0 0 0-24-24z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M38 35a2 2 0 1 0 4 0 13 13 0 0 0-13-13 2 2 0 0 0 0 4 9 9 0 0 1 9 9z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
  margin-right: 0.75em;
}

header .tel a p {
  color: white;
  margin-bottom: 0;
}

header .tel a .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 72%;
  line-height: 1;
  margin-bottom: 0.25em;
}

header .tel a .text .area {
  background-color: white;
  color: #2363A6;
  padding: 0.2em 0.4em 0.1em;
  margin: 0 0.5em 0.25em 0;
}

header .tel a .number {
  font-family: Century Gothic、CenturyGothic, "Inter", "Noto Sans JP", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 146%;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.main-visual {
  background-color: #2363A6;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6vw;
  position: relative;
}

@media (min-width: 1400px) {
  .main-visual {
    padding-top: 5em;
  }
}

.main-visual::before {
  content: "";
  display: block;
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}

.main-visual .headline {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

@media (max-width: 575.98px) {
  .main-visual .headline {
    font-size: 6vw;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .main-visual .headline {
    font-size: 280%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-visual .headline {
    font-size: 240%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-visual .headline {
    font-size: 300%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-visual .headline {
    font-size: 360%;
  }
}

@media (min-width: 1400px) {
  .main-visual .headline {
    font-size: 420%;
  }
}

.main-visual .headline span {
  display: inline;
  background-color: white;
  mix-blend-mode: lighten;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0.15em 0.25em 0.1em 0.35em;
  position: relative;
  z-index: 1;
}

.main-visual .headline span::before {
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-visual .text {
  color: white;
}

@media (max-width: 1199.98px) {
  .main-visual .text {
    font-size: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-visual .text {
    font-size: 115%;
  }
}

@media (min-width: 1400px) {
  .main-visual .text {
    font-size: 140%;
  }
}

.main-visual .text .sub {
  font-size: 140%;
}

.main-visual .text p {
  margin-bottom: 0;
}

.main-visual .text p + p {
  margin-top: 0.5em;
}

.main-visual .text p span {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .main-visual .map {
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) {
  .main-visual .map {
    margin-bottom: 0;
  }
}

.main-visual .box {
  background-color: #2363A6;
  color: white;
  padding: 1em;
  position: relative;
  top: 3em;
  -webkit-box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.15);
  box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.15);
}

@media (max-width: 575.98px) {
  .main-visual .box {
    font-size: 2.6vw;
  }
}

@media (min-width: 576px) {
  .main-visual .box {
    width: 16.5em;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .main-visual .box {
    font-size: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-visual .box {
    font-size: 110%;
  }
}

@media (min-width: 1400px) {
  .main-visual .box {
    font-size: 120%;
  }
}

.main-visual .box .title {
  font-size: 115%;
  font-weight: 600;
  border-bottom: 1px solid white;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
}

.main-visual .box a {
  display: block;
  background-color: white;
  color: #2363A6;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-visual .box a:hover {
  background-color: #E8F0F9;
}

.section-heading {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}

.section-heading h2 {
  color: #2363A6;
  font-size: 100%;
  font-weight: 300;
  margin-bottom: 0;
}

.section-heading .en {
  font-size: 40%;
  font-weight: 300;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.section-heading .en span {
  display: inline-block;
  background-color: #2363A6;
  color: white;
  min-width: 18em;
  border-radius: 3em;
  padding: 0.25em 3em;
}

#customer {
  overflow: hidden;
}

#customer .image {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  #customer .info {
    padding-right: 60px;
  }
}

#customer .headline span {
  background-color: #2363A6;
  color: white;
  padding: 0.25em 0.5em;
}

#customer .bg-box {
  color: white;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  z-index: 1;
}

#customer .bg-box::before {
  content: "";
  display: block;
  background-color: #2363A6;
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 991.98px) {
  #customer .bg-box::before {
    left: -40px;
  }
}

@media (min-width: 992px) {
  #customer .bg-box::before {
    left: -100px;
  }
}

#customer .bg-box a {
  color: white;
  text-decoration: underline;
}

#achievement .row {
  margin-bottom: -16px;
}

#achievement .row > .col, #achievement .row > [class*="col-"] {
  margin-bottom: 16px;
}

#achievement .box {
  background-color: white;
  border-radius: 1em;
  padding: 2em;
  -webkit-box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.15);
  box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.15);
}

#achievement .box .dl-table .industry dt span {
  display: inline-block;
  background-color: #2363A6;
  color: white;
  font-weight: 400;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  padding: 0.1em 0.5em 0;
}

#achievement .box p {
  margin-bottom: 0;
}

#office {
  overflow: hidden;
}

#office .bg-box {
  color: white;
  padding-bottom: 4em;
  position: relative;
  z-index: 1;
}

#office .bg-box::before {
  content: "";
  display: block;
  background-color: #2363A6;
  position: absolute;
  top: 3em;
  right: -50vw;
  bottom: 0;
  left: -50vw;
  z-index: -1;
}

@media (max-width: 991.98px) {
  #office .info {
    padding-top: 3em;
  }
}

@media (min-width: 992px) {
  #office .text {
    margin-top: 6em;
  }
}
/*鈴鹿LP*/
suzuka_company td{
padding:8px;
}