@import url("../css/bootstrap.css");
@import url("../css/iconfont.css");
:root {
  --container-max-sm: 98%;
  --container-max-md: 98%;
  --container-max-lg: 98%;
  --container-max-xl: 80%;
  --font-size-base: 1rem;
  --h6-font-size: 20px;
  --h5-font-size: 20px;
  --h4-font-size: 26px;
  --h3-font-size: 30px;
  --h2-font-size: 36px;
  --h1-font-size: 50px;
  --font-size-sm: 0.875rem;
  --font-size-lg: 1.125rem;
  --font-size-base: 1rem;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: calc(1em + 10px);
  color: #5f5b77;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* dm-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-sans-v14-latin-regular.woff2") format("woff2"), url("../fonts/dm-sans-v14-latin-regular.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}
/* dm-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dm-sans-v14-latin-500.woff2") format("woff2"), url("../fonts/dm-sans-v14-latin-500.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}
/* dm-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/dm-sans-v14-latin-italic.woff2") format("woff2"), url("../fonts/dm-sans-v14-latin-italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}
/* fallback */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-symbols-outlined.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: middle;
  margin-bottom: 1px;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.w-100{
  width: 100% !important;
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

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

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

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

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

.m-10 {
  margin: 10rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

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

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

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

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

.p-10 {
  padding: 10rem !important;
}

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

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

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

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



@media all and (min-width: 375px) {
  :root {
    font-size: 112.5%;
  }
  h1, .h1 {
    line-height: calc(1em + 10px);
    font-size: calc(var(--h1-font-size) * 1.2);
  }
  h2, .h2 {
    font-size: calc(var(--h2-font-size) * 1.11);
  }
  h3, .h3 {
    font-size: calc(var(--h3-font-size) * 1.13);
  }
  h4, .h4 {
    font-size: calc(var(--h4-font-size) * 1.076);
  }
  h5, .h5 {
    font-size: calc(var(--h5-font-size) * 1.1);
  }
  h6, .h6 {
    font-size: calc(var(--h6-font-size) * 1.1);
  }
}
@media all and (min-width: 768px) {
  :root {
    font-size: 125%;
  }
  h1, .h1 {
    line-height: calc(1em + 10px);
    font-size: calc(var(--h1-font-size) * 2);
  }
  h2, .h2 {
    font-size: calc(var(--h2-font-size) * 1.388);
  }
  h3, .h3 {
    font-size: calc(var(--h3-font-size) * 1.33);
  }
  h4, .h4 {
    font-size: calc(var(--h4-font-size) * 1.154);
  }
  h5, .h5 {
    font-size: calc(var(--h5-font-size) * 1.2);
  }
  h6, .h6 {
    font-size: calc(var(--h6-font-size) * 1.2);
  }
}
@media all and (min-width: 1440px) {
  :root {
    font-size: 137.5%;
  }
  h1, .h1 {
    font-size: calc(var(--h1-font-size) * 2.4);
  }
  h2, .h2 {
    font-size: calc(var(--h2-font-size) * 1.667);
    line-height: calc(1em + 10px);
  }
  h3, .h3 {
    font-size: calc(var(--h3-font-size) * 1.53);
  }
  h4, .h4 {
    font-size: calc(var(--h4-font-size) * 1.23);
  }
  h5, .h5 {
    font-size: calc(var(--h5-font-size) * 1.3);
  }
  h6, .h6 {
    font-size: calc(var(--h6-font-size) * 1.3);
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "DM Sans", sans-serif, "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial";
  font-weight: 400;
  margin: 0;
  font-size: var(--font-size-base, 1rem);
  line-height: 1.5;
  background: #FFFFFF;
  color: #5f5b77;
}

a {
  text-decoration: none;
  color: #5f5b77;
  text-underline-offset: 0.23em;
}

a:hover,
a:focus {
  color: #ba2219;
  text-decoration: underline;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
  line-height: calc(1em + 6px) !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
p {
  margin-bottom: 0.625rem;
    margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-contents {
    display: contents !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-contents {
    display: contents !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-contents {
    display: contents !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-contents {
    display: contents !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.hide {
  display: none !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-contents {
    display: contents !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* SPDX-SnippetEnd */
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.logo-box{
  display: flex;
  flex-direction: column;
}
.menubar-toggler, .btn-unstyled {
  background-color: rgba(0, 0, 0, 0.001);
  border-width: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  max-width: 100%;
  padding: 0;
  text-align: left;
  text-transform: inherit;
  vertical-align: baseline;
}
.btn-unstyled:hover, .btn-unstyled:focus, .btn-unstyled.focus, .btn-unstyled:active{
  color: inherit;
  box-shadow: none !important;
  outline: none !important;
}
.header .nav-item svg {
  color: #1b153e;
}


.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(24px * 0.5);
  padding-right: calc(24px * 0.5);
  width: 100%;
}
.navbar {
  align-items: center;
  border-width: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  position: relative;
  margin: 0;
}
.lexicon-icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  margin-top: -3px;
  vertical-align: middle;
  width: 1em;
}


@media (min-width: 576px) {
  .container {
    max-width: var(--container-max-sm, 540px);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: var(--container-max-md, 720px);
  }
  .header > .container{
    padding: 0;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: var(--container-max-lg, 960px);
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: var(--container-max-xl, 1248px);
  }
}

.container-xl, .container-lg, .container-md, .container-sm, .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(24px * 0.5);
  padding-right: calc(24px * 0.5);
  width: 100%;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: var(--container-max-sm, 540px);
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: var(--container-max-md, 720px);
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: var(--container-max-lg, 960px);
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: var(--container-max-xl, 1248px);
  }
}
.navbar-brand {
  display: inline-block;
  font-size: 1.125rem;
  line-height: inherit;
  max-width: calc(100% - 72px);
  padding-bottom: calc((1rem* 1.5 + 0.625rem* 2 - calc(1.125rem* 1.5))* 0.5);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: calc((1rem* 1.5 + 0.625rem* 2 - calc(1.125rem* 1.5))* 0.5);
  white-space: nowrap;
  float: unset;
  height: auto;
}
.dropdown-toggle.nav-link-user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: unset;
  height: unset;
  font-size: 0.875rem;
  --bs-btn-active-border-color: transparent;
}
.dropdown-toggle.nav-link-user .user-text {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  text-transform: uppercase;
  background:  #f5f7f9;
  color: #1b153e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container:after,.container:before,
.navbar:after,.navbar:before,
.nav:after,.nav:before{
  content: none !important;
}
.header .nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  gap: 1rem;
  margin-left: auto;
  color: #1b153e;
}
.header .user-nav-items {
  gap: inherit;
}
.dropdown-menu {
  background-clip: padding-box;
    background-color: #ffffff;
    border-color: #dee2e6;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 0px;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
    color: var(--body-color, #5f5b77);
    display: none;
    float: left;
    font-size: 0.875rem;
    left: 0;
    list-style: none;
    margin: 0.3125rem 0 0;
    max-height: 500px;
    max-width: 240px;
    min-height: 40px;
    min-width: 240px;
    overflow: auto;
    padding: 0.375rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-group-title {
  display: block;
  padding: 0.375rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5f5b77;
  white-space: nowrap;
  font-weight: bold;
}

.dropdown-menu > li > a {
  background-color: transparent;
  border-width: 0px;
  clear: both;
  display: block;
  overflow: hidden;
  padding-bottom: 0.34375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.34375rem;
  position: relative;
  text-align: inherit;
  transition: none;
  width: 100%;
  word-wrap: break-word;
}

.dropdown-menu > li > a:hover {
  background-color: #e22f24;
  color: #ffffff;
  text-decoration: none;
}

.dropdown-menu .separator {
  margin: 1rem 0;
  max-width: 100%;
}
.dropdown-user .dropdown-menu{
  left: unset;
  right: 0;
}
.header .navbar-toggle {
  background-color: transparent;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  margin: 0;
}
.navbar-toggler-icon {
  background-size: 100% 100%;
  background: no-repeat center center;
  content: "";
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%235f5b77'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%235f5b77'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%235f5b77'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}
#navigation1 .nav-link{
  color: #1b153e;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  position: relative;
  text-align: center;
}
#navigation1 .nav-link:hover{
  background: none;
}
#navigation1 .nav-link span{
  position: relative;
  display: block;
  line-height: 1.75;
}
#navigation1 .nav-link span:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 4px;
  background: #e22f24;
  transition: width 0.3s ease-in-out;
}
#navigation1 .nav-link:hover span:after{
  width: 100%;
}
#sign-in{
  position: relative;
}
#sign-in:after{
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 4px;
  background: #e22f24;
  transition: width 0.3s ease-in-out;
}
#sign-in:hover::after{
  width: 100%;
}
.main-navbar .container{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-banner{
  background: #1b153e;
  color: #bbb9c5;
  padding: .5rem 0;
}
.page-banner .container{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.page-banner h2 {
  color: #ffffff;
  margin: 0;
  /* font-size: 2.25rem; */
  font-weight: bold;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.page-banner .subtitle{
  font-size: 1rem;
  font-weight: bold;
}
.navbar-collapse{
  padding: 0;
}

.main .container{
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
}
.main .container h4,
.main .container h5 {
  color: #1b153e;
}


.btn-nm{
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
  box-shadow: none;
  color: #5f5b77;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: 1.5;
  padding-bottom: 0.4375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.4375rem;
  text-align: center;
  text-transform: none;
  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;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.btn-nm.btn-primary{
  background-color: #e22f24;
  border-color: #e22f24;
  color: #ffffff;
}
.btn-nm.btn-primary:hover{
  background-color: #000000;
    border-color:  transparent;
    color: #ffffff;
}
.link-with-icon {
  display: flex;
  align-items: center;
  color: #1b153e;
  gap: 0.25rem;
}
.link-with-icon .material-symbols-outlined {
  width: 1em;
  height: 1em;
  font-size: 1.25em;
  color: #e22f24;
  float: left;
  clear: both;
}
.links-menu {
  margin: 0;
}
.links-menu__item {
  padding: 0.625rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.links-menu__item:last-child {
  border-bottom: 0;
}
.links-menu__item .link-description-top,
.links-menu__item .link-description-bottom {
  margin-top: 0.625rem;
}
.links-menu__item .link-description-top:first-child {
  margin-top: 0;
}
.links-menu__item:first-child {
  padding-top: 0;
}
.navbar.navbar-tab{
  border-width: 0px 0px 0.0625rem 0px;
  font-size: 0.875rem;
  padding: 0px 0;
  border-style: solid;
  background-color: #ffffff;
  border-color: #f1f2f5;
  position: relative;
}


#index-tabs .navbar-nav{
  padding: 0;
  margin: 0;

}
#index-tabs .navbar-nav li{
  list-style: none;
  margin: 0;
}
.navbar-toggler-link {
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #272833;
  margin-bottom: 0.46875rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.46875rem;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  border-with: 0;
  display: none;
}
.navbar-toggler-link .icon-caret-bottom {
  border-left: 5px solid transparent;
  border-radius: 4px;
  border-right: 5px solid transparent;
  border-top: 5px solid #272833;
  height: 0;
  margin-left: 4px;
  margin-top: 4px;
  width: 0;
}
.navbar-toggler-link::after {
  background-color: #80acff;
  content: "";
  display: block;
  height: 0.25rem;
  left: 0;
  position: absolute;
  right: 0;
  width: auto;
  bottom: calc((0.0625rem + 0px + calc(((3rem - 0.0625rem - 0px) - 2rem)* 0.5))* -1);
}
.navbar-tab .navbar-nav .nav-link {
  margin-bottom: calc(((3rem - 0.0625rem - 0px) - 2rem)* 0.5);
  margin-top: calc(((3rem - 0.0625rem - 0px) - 2rem)* 0.5);
  padding-bottom: calc((2rem -(0.875rem* 1.5))* 0.5);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: calc((2rem -(0.875rem* 1.5))* 0.5);
  color: #5f5b77;
  font-weight: bold;
  position: relative;
}
.navbar-tab .navbar-nav .nav-link.active {
  color: #272833;
}
.tab-panel .tab-content{
  padding: 0.5rem 0;
  display: none;
}
.tab-panel .tab-content.active{
  display: block;
}
.list-of-dates-inner {
  margin-left: 1.5rem;
  margin-top: 1rem;
}
.list-of-dates-dates {
  margin: 0.75rem 0 0 0;
  overflow: auto;
}
.list-of-dates-small-font {
  font-size: 18px;
}

.footer {
    background-color: #1b153e;
    color: #FFFFFF;
}

.footer a {
    color: #bbb9c5;
}
.footer a:hover {
    color: #fc3528;
}
.footer .footer-nav .col{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.footer .footer-nav-link{
  font-size: 0.875rem;
  text-align: center;
}
.footer .portlet {
  margin-bottom: 0;
  position: relative;
}
.footer .portlet .portlet-content {
  background: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  padding: 0;
  word-wrap: break-word;
}
.footer .navbar-nav {
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  float: none;
  font-size: 0.875rem;
}
.footer .navbar-nav .nav-item {
  align-items: center;
  display: flex;
  word-wrap: normal;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.footer .navbar-nav .nav-item .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #bbb9c5;
  text-align: center;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  position: relative;

}
.footer .navbar-nav .nav-item .nav-link:hover{
  text-decoration: none;
  color: #fc3528;
}
.footer .component-social ul {
  gap: 0 1.5rem;
}
.footer .component-social li {
  min-height: 2.75rem;
  display: flex;
  align-items: center;
}
.footer .component-social a,
.footer .component-social svg {
  color: var(--social-link-color, #ffffff);
  height: var(--social-link-size, 0.9rem);
  width: var(--social-link-size, 0.9rem);
}
.footer .component-social a .lexicon-icon,
.footer .component-social svg .lexicon-icon {
  margin-top: 0;
  display: block;
}
.footer .component-social a:hover,
.footer .component-social svg:hover {
  color: var(--footer-link-hover-color, #fc3528);
}
.footer .portlet-header {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .nav {
    margin-left: 4%;
  }
  .user-nav-items {
      position: absolute;
      right: 0;
      top: 100%;
      z-index: 1;
  }
  #index-tabs {
    position: absolute;
    background: #fff;
    width: 100%;
    top: 54px;
    left: 0;
  }
  .navbar-toggler-link{
    display: flex;
  }
}
@media (min-width: 768px) {
  .navbar-tab .navbar-nav .nav-link.active::after {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
    background-color: #ea6b63;
    bottom: -0.53125rem;
    height: 0.25rem;
  }
}