@charset "UTF-8";
/***** Base *****/
/* Reset the box-sizing */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  letter-spacing: 0.25px;
  height: 100%;
  position: relative;
}

/* Body reset */
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.0;
  color: #0D151A;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.overflow-hidden {
  height: 100%;
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

input, button, select, textarea {
  -moz-appearance: none;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select, textarea {
  -webkit-appearance: none;
}

button {
    background-color: #1a2788;
    color: #F0F8FF
}

table {
  border-collapse: collapse;
}

a {
  color: #1555A1;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover, a:focus {
  color: rgba(21, 85, 161, 1);
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 2em 0;
  border: 0;
  border-top: 1px solid #0D151A;
}

audio, canvas, iframe, video {
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400px;
  line-height: 1.0;
  margin: 0 0 calc(16px * 1.0);
  transition: all 0.3s;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  margin: 0;
}

h4 {
  font-size: 1.08em;
}

b, strong {
  font-weight: 600;
}

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

dl {
  margin-top: 0;
  margin-bottom: calc(16px * 1.0);
}

dt {
  margin-bottom: calc(16px * 1.0 / 2);
  line-height: 1.0;
}

dd {
  margin-bottom: calc(16px * 1.0 / 2);
  line-height: 1.0;
}

.dl-horizontal:before, .dl-horizontal::after {
  display: table;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .dl-horizontal dt {
    float: left;
    width: 30%;
    padding-right: 15px;
    clear: both;
  }
}

@media (min-width: 1025px) {
  .dl-horizontal dd {
    float: right;
    width: 70%;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 calc(16px * 1.0);
}

/* Abbreviations and acronyms */
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #0D151A;
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #0D151A;
}

blockquote {
  padding: 40px 20px;
  margin: 0 0 calc(16px * 1.0);
  font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-style: italic;
  background-color: #F7F7F8;
  border-left: 5px solid #0D151A;
}

blockquote.is-colored {
  border-left: 5px solid #0D151A;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

code {
  background: #f7f7f7;
  padding: 0 5px !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  word-break: break-word;
}

pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

address {
  margin-bottom: calc(16px * 1.0);
  font-style: normal;
  line-height: 1.0;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.list-unstyled {
  list-style: none !important;
}

.is-hidden, .hidden {
  display: none;
}

fieldset {
  /*  
  Chrome and Firefox set a `min-width: min-content;` on fieldsets, 
  so we reset that to ensure it behaves more like a standard block element
  See https:github.com/twbs/bootstrap/issues/12359. 
  */
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(16px * 1.0);
  font-size: calc(16px * 1.5);
  line-height: inherit;
  color: #0D151A;
  border: 0;
  border-bottom: 1px solid #0D151A;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(16px * 1.0 / 2);
  font-weight: 600;
}

/*  Special styles for iOS temporal inputs

 In Mobile Safari, setting `display: block` on temporal inputs causes the
 text within the input to become vertically misaligned. As a workaround, we
 set a pixel line-height that matches the given height of the input, but only
 for Safari. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: calc(16px * 1.0 * 2.5);
  }
}

/*  Form groups

 Designed to help with the organization and spacing of vertical forms. For
 horizontal forms, use the predefined grid classes. */
.form-field {
  margin-bottom: calc(16px * 1.0);
}

input[type="search"]:active {
  border-color: rgba(55, 56, 150, 1);
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

select {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.0;
  color: #55595c;
  background-color: #fff;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #0D151A;
  border-radius: 1px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  margin-right: 2rem;
  padding-right: 2rem;
}

[dir="rtl"] select {
  margin-right: 0;
}

select[multiple], select[size] {
  height: auto;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.0;
  color: #0D151A;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #0D151A;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  z-index: 99;
}

textarea:focus {
  border-color: rgba(55, 56, 150, 1);
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.0;
  color: #0D151A;
}

.wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: #F7F7F8;
  margin: 0 auto;
  min-height: 100vh;
}

.wrapper-main::after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\00a0";
}

.wrapper-footer {
  margin-top: auto;
}

.wrapper-header, .wrapper-footer {
  flex: none;
}

reach-portal > div {
  z-index: 9999999;
}

.bg-color {
  background-color: #ffffff;
}

.fg-color {
  background-color: #F7F7F8;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.card {
  border-radius: 1px;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(20, 18, 30, 0.05);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .card {
    padding: 30px 10px;
  }
}

@media (max-width: 768px) {
  .card {
    padding: 30px 10px;
  }
}

.powered-by-zendesk {
  display: none;
}

.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (max-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1025px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 22.95%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (max-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1025px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

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

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

.text-info {
  color: #0dcaf0 !important;
}

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

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

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

.text-dark {
  color: #212529 !important;
}

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

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.bg-primary {
  background-color: #0d6efd !important;
}

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (max-width: 768px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: 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-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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: 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-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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: 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-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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1025px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: 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-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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: 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-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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

/***** Collapse *****/
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field:not(:first-child) {
  margin-bottom: 25px;
}

.form-field label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #0D151A;
  border-radius: 1px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(55, 56, 150, 1);
}

.form-field input[type="text"] {
  border: 1px solid #0D151A;
  border-radius: 1px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(55, 56, 150, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 1px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
  border-color: #0D151A;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(55, 56, 150, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(55, 56, 150, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: #0D151A;
  margin-left: 4px;
}

.form-field p {
  color: #0D151A;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #0D151A;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: calc(16px - 3px);
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #0D151A;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.upload-dropzone {
  padding: calc(16px * 1.0);
  border-radius: 1px;
  margin-top: calc(16px * 1.0);
  margin-bottom: calc(16px * 1.0);
  border-color: #0D151A;
}

.upload span {
  color: #0D151A;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

/***** Buttons *****/
.btn, .btn-header, .split-button button, .still-have-question [role="button"], .hero-unit button, .category-container button, .section-container button, .article-nav-link, .article-container button, .comment-form-panels button, .profile-header-options button, .request-table button, .pagination ul > li > a, .pagination ul > li > span, .community-nav-item-button button, .topic-container button, .topic-list-container button, .post-container button, .post-list-container button, .new-community-post-container button, .info-banner .banner-body a, input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  color: rgba(55, 56, 150, 1);
  border: 1px solid rgba(55, 56, 150, 1);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

@media (min-width: 1025px) {
  .btn, .btn-header, .split-button button, .still-have-question [role="button"], .hero-unit button, .category-container button, .section-container button, .article-nav-link, .article-container button, .comment-form-panels button, .profile-header-options button, .request-table button, .pagination ul > li > a, .pagination ul > li > span, .community-nav-item-button button, .topic-container button, .topic-list-container button, .post-container button, .post-list-container button, .new-community-post-container button, .info-banner .banner-body a, input[type="submit"] {
    width: auto;
  }
}

.btn:focus, .btn-header:focus, .split-button button:focus, .still-have-question :focus[role="button"], .hero-unit button:focus, .category-container button:focus, .section-container button:focus, .article-nav-link:focus, .article-container button:focus, .comment-form-panels button:focus, .profile-header-options button:focus, .request-table button:focus, .pagination ul > li > a:focus, .pagination ul > li > span:focus, .community-nav-item-button button:focus, .topic-container button:focus, .topic-list-container button:focus, .post-container button:focus, .post-list-container button:focus, .new-community-post-container button:focus, .info-banner .banner-body a:focus, input[type="submit"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus, .btn-header:focus, .split-button button:focus, .still-have-question :focus[role="button"], .hero-unit button:focus, .category-container button:focus, .section-container button:focus, .article-nav-link:focus, .article-container button:focus, .comment-form-panels button:focus, .profile-header-options button:focus, .request-table button:focus, .pagination ul > li > a:focus, .pagination ul > li > span:focus, .community-nav-item-button button:focus, .topic-container button:focus, .topic-list-container button:focus, .post-container button:focus, .post-list-container button:focus, .new-community-post-container button:focus, .info-banner .banner-body a:focus, .btn:hover, .btn-header:hover, .split-button button:hover, .still-have-question :hover[role="button"], .hero-unit button:hover, .category-container button:hover, .section-container button:hover, .article-nav-link:hover, .article-container button:hover, .comment-form-panels button:hover, .profile-header-options button:hover, .request-table button:hover, .pagination ul > li > a:hover, .pagination ul > li > span:hover, .community-nav-item-button button:hover, .topic-container button:hover, .topic-list-container button:hover, .post-container button:hover, .post-list-container button:hover, .new-community-post-container button:hover, .info-banner .banner-body a:hover, input[type="submit"]:focus, input[type="submit"]:hover {
  color: #ffffff;
  background-color: rgba(55, 56, 150, 1);
  border-color: #272769;
  box-shadow: 0 8px 16px 0 rgba(0, 62, 59, 0.12);
  outline: 0;
}

.btn[data-disabled], .btn-header[data-disabled], .split-button button[data-disabled], .still-have-question [data-disabled][role="button"], .hero-unit button[data-disabled], .category-container button[data-disabled], .section-container button[data-disabled], .article-nav-link[data-disabled], .article-container button[data-disabled], .comment-form-panels button[data-disabled], .profile-header-options button[data-disabled], .request-table button[data-disabled], .pagination ul > li > a[data-disabled], .pagination ul > li > span[data-disabled], .community-nav-item-button button[data-disabled], .topic-container button[data-disabled], .topic-list-container button[data-disabled], .post-container button[data-disabled], .post-list-container button[data-disabled], .new-community-post-container button[data-disabled], .info-banner .banner-body a[data-disabled], input[type="submit"][data-disabled] {
  cursor: default;
}

.btn-primary, input[type="submit"] {
  color: rgba(55, 56, 150, 1);
  background-color: transparent;
  border-color: rgba(55, 56, 150, 1);
  font-size: 16px;
  font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

@media (min-width: 1025px) {
  .btn-primary, input[type="submit"] {
    width: auto;
  }
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  color: #ffffff;
  background-color: #272769;
  border-color: #272769;
}

.btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, input[type="submit"][disabled], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:active, input[type="submit"][disabled]:focus {
  background-color: #ddd;
  opacity: 0.5;
  color: rgba(55, 56, 150, 1);
}

.btn-secondary {
  color: #0D151A;
  border: 1px solid rgba(55, 56, 150, 1);
  background-color: transparent;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #0D151A;
  border: 1px solid rgba(55, 56, 150, 1);
  background-color: #ffffff;
}

input[type="submit"] {
  margin-top: 15px;
}

.btn-header {
  background-color: transparent;
  transition: all 0.3s ease-out;
  border-radius: 1px;
  outline: none;
  padding: 9px 10px;
  text-transform: none;
  font-weight: normal;
}

.btn-header:hover {
  opacity: 0.7;
  background-color: transparent;
  color: rgba(21, 85, 161, 1);
  border-color: rgba(21, 85, 161, 1);
}

/***** Split button *****/
.split-button {
  display: flex;
  justify-content: center;
}

.split-button button {
  background-color: #ffffff;
  color: rgba(55, 56, 150, 1);
  height: 32px;
  line-height: 16px;
  outline-color: rgba(55, 56, 150, 1);
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid rgba(55, 56, 150, 1);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid rgba(55, 56, 150, 1);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  border-color: rgba(55, 56, 150, 1);
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-right: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  border-left: unset;
}

.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(55, 56, 150, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #F7F7F8;
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

/***** Meta *****/
.meta {
  font-size: calc(16px - 2px);
  color: #16232b;
}

.meta-info {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.meta-info-avatar {
  margin-bottom: auto;
  vertical-align: middle;
}

[dir="ltr"] .meta-info-avatar {
  margin-right: 10px;
}

[dir="rtl"] .meta-info-avatar {
  margin-left: 10px;
}

.meta-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.meta-group {
  font-size: calc(16px - 3px);
  margin-bottom: 0;
}

.meta-item {
  display: inline-block;
}

[dir="ltr"] .meta-item {
  margin-right: calc(12px / 2);
}

[dir="rtl"] .meta-item {
  margin-left: calc(12px / 2);
}

.meta-item + .meta-item::before {
  font-size: 10px;
  content: "\2022";
}

[dir="ltr"] .meta-item + .meta-item::before {
  margin-right: 5px;
}

[dir="rtl"] .meta-item + .meta-item::before {
  margin-left: 5px;
}

.meta-profile {
  margin-bottom: 0;
}

/***** Avatar *****/
.avatar {
  position: relative;
  display: inline-block;
}

.avatar .icon-agent {
  color: rgba(55, 56, 150, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #ffffff;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

.avatar-agent::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: -4px;
  font-family: "Font Awesome 5 Free";
  font-size: calc(16px * 0.75);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: rgba(55, 56, 150, 1);
  content: "\f19d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.user-avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 40px;
}

/***** Header ******/
.header {
  width: 100%;
  transition: 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  height: auto;
  background: rgba(255, 255, 255, 1);
  border-color: rgba(82, 82, 82, 1);
  border-style: solid;
  border-width: 0;
  position: relative;
  z-index: 131;
}

.header a, .header span {
  color: rgba(82, 82, 82, 1);
  font-size: 0.9em;
}

.header-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .header-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.header-col {
  padding: calc(16px * 1.0 / 2) 0;
}

@media (min-width: 1025px) {
  .header-col {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    padding: 5px 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-col {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .header-col {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
  }
}

.header-col.header-menu {
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-col.header-menu {
    position: absolute;
    top: 0;
    height: 100vh;
  }
}

@media (max-width: 768px) {
  .header-col.header-menu {
    position: absolute;
    top: 0;
    height: 100vh;
  }
}

.header-panels {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-panels {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    float: none;
    width: 100%;
    padding: 140px 35px 15px;
    text-align: center;
  }
  [dir="ltr"] .header-panels {
    right: 0;
  }
  [dir="rtl"] .header-panels {
    left: 0;
  }
}

@media (max-width: 768px) {
  .header-panels {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    float: none;
    width: 100%;
    padding: 140px 35px 15px;
    text-align: center;
  }
  [dir="ltr"] .header-panels {
    right: 0;
  }
  [dir="rtl"] .header-panels {
    left: 0;
  }
}

.header-panels-list {
  position: relative;
}

@media (min-width: 1025px) {
  .header-panels-list {
    display: inline-block;
  }
  [dir="ltr"] .header-panels-list {
    margin-right: 1rem;
  }
  [dir="rtl"] .header-panels-list {
    margin-left: 1rem;
  }
}

.header-panels-list > a {
  display: block;
  padding: 7px 0;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-panels-list > a {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .header-panels-list > a {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.header-panels-list-has-menu:hover > .header-custom-link-item {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-panels-container {
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 1);
  }
  [dir="ltr"] .header-panels-container {
    right: 0;
  }
  [dir="rtl"] .header-panels-container {
    left: 0;
  }
}

@media (max-width: 768px) {
  .header-panels-container {
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 1);
  }
  [dir="ltr"] .header-panels-container {
    right: 0;
  }
  [dir="rtl"] .header-panels-container {
    left: 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-panels-background {
    position: absolute;
    top: 0;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    background-color: #0D151A;
    z-index: -1;
  }
  [dir="ltr"] .header-panels-background {
    left: 0;
  }
  [dir="rtl"] .header-panels-background {
    right: 0;
  }
}

@media (max-width: 768px) {
  .header-panels-background {
    position: absolute;
    top: 0;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    background-color: #0D151A;
    z-index: -1;
  }
  [dir="ltr"] .header-panels-background {
    left: 0;
  }
  [dir="rtl"] .header-panels-background {
    right: 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-custom-link {
    opacity: 0;
    font-size: 1.5em;
    transition: all 0.8s ease;
  }
  [dir="ltr"] .header-custom-link {
    transform: translateY(20px);
  }
  [dir="rtl"] .header-custom-link {
    transform: translateY(-20px);
  }
}

@media (max-width: 768px) {
  .header-custom-link {
    opacity: 0;
    font-size: 1.5em;
    transition: all 0.8s ease;
  }
  [dir="ltr"] .header-custom-link {
    transform: translateY(20px);
  }
  [dir="rtl"] .header-custom-link {
    transform: translateY(-20px);
  }
}

.header-custom-link-item {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 250px;
  box-shadow: 0 1px 5px rgba(133, 133, 133, 0.5);
  margin-top: 0;
  background-color: #ffffff;
  margin-left: 0;
  opacity: 0;
  z-index: 555;
  padding: 15px 0;
  list-style: none;
  visibility: hidden;
  text-align: left;
  transform: translateY(10px);
  -o-transition: transform 320mx;
  transition: transform 320ms;
  -webkit-transition: transform 320ms;
  border-radius: 0 0 4px 4px;
  border-top: 3px solid #ff8ab3;
}

.header-custom-link-item li {
  display: inline-block;
  margin-right: 2rem;
  position: relative;
  width: 100%;
}

.header-custom-link-item li a {
  display: block;
  padding: 7px 20px;
  margin: 0;
  font-size: 1rem;
  position: relative;
  color: #24233d;
}

.header-custom-link-item .header-custom-link-item {
  right: 100%;
  left: unset;
  top: 0;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-custom-link-item .header-custom-link-item {
    right: 0;
    top: 100%;
  }
}

@media (max-width: 768px) {
  .header-custom-link-item .header-custom-link-item {
    right: 0;
    top: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-collapse {
    transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
    position: fixed;
    top: 0;
    height: 0;
    padding: 0;
    width: 100%;
    opacity: 0.95;
    overflow: hidden;
    visibility: hidden;
  }
  [dir="ltr"] .header-collapse {
    right: 0;
  }
  [dir="rtl"] .header-collapse {
    left: 0;
  }
  .header-collapse.is-active {
    visibility: visible;
    height: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .header-collapse.is-active .header-custom-link {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
  }
}

@media (max-width: 1024px) and (min-width: 768px) and (max-width: 768px) {
  .header-collapse.is-active .header-custom-link {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
  }
}

@media (max-width: 768px) {
  .header-collapse {
    transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
    position: fixed;
    top: 0;
    height: 0;
    padding: 0;
    width: 100%;
    opacity: 0.95;
    overflow: hidden;
    visibility: hidden;
  }
  [dir="ltr"] .header-collapse {
    right: 0;
  }
  [dir="rtl"] .header-collapse {
    left: 0;
  }
  .header-collapse.is-active {
    visibility: visible;
    height: 100%;
  }
}

@media (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .header-collapse.is-active .header-custom-link {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .header-collapse.is-active .header-custom-link {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
  }
}

@media (min-width: 1025px) {
  .header-collapse {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  .header-menu {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .header .mobile-icon {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header .mobile-icon {
    display: flex;
    align-items: center;
    box-shadow: unset;
    text-align: center;
    background: transparent;
    color: rgba(82, 82, 82, 1);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0;
    z-index: 9997;
  }
  .header .mobile-icon .searchbar-mobile {
    display: flex !important;
    position: relative;
    align-items: center;
    color: #1863bc;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .header .mobile-icon {
    display: flex;
    align-items: center;
    box-shadow: unset;
    text-align: center;
    background: transparent;
    color: rgba(82, 82, 82, 1);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0;
    z-index: 9997;
  }
  .header .mobile-icon .searchbar-mobile {
    display: flex !important;
    position: relative;
    align-items: center;
    color: #1863bc;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0;
  }
}

.header .lines-button.x {
  display: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header .lines-button.x {
    display: flex;
    align-items: center;
    color: rgba(82, 82, 82, 1);
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: unset;
    border: 0;
    box-shadow: unset;
    padding: 0;
  }
  .header .lines-button.x:hover {
    color: rgba(21, 85, 161, 1);
  }
  [dir="ltr"] .header .lines-button.x {
    margin-left: 20px;
  }
  [dir="rtl"] .header .lines-button.x {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .header .lines-button.x {
    display: flex;
    align-items: center;
    color: rgba(82, 82, 82, 1);
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: unset;
    border: 0;
    box-shadow: unset;
    padding: 0;
  }
  .header .lines-button.x:hover {
    color: rgba(21, 85, 161, 1);
  }
  [dir="ltr"] .header .lines-button.x {
    margin-left: 20px;
  }
  [dir="rtl"] .header .lines-button.x {
    margin-right: 20px;
  }
}

.header-footer {
  display: none;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-footer {
    display: block;
  }
}

@media (max-width: 768px) {
  .header-footer {
    display: block;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-footer .social-col {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .header-footer .social-col {
    padding: 10px;
  }
}

@media (min-width: 1025px) {
  [dir="ltr"] .header .user-info, [dir="ltr"] .header .sign-in {
    margin-left: 23px;
  }
  [dir="rtl"] .header .user-info, [dir="rtl"] .header .sign-in {
    margin-right: 23px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header .user-info, .header .sign-in {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .header .user-info, .header .sign-in {
    margin-top: 20px;
  }
}

.header .user-info {
  position: relative;
  display: block;
}

.header .user-info .dropdown-toggle {
  display: flex;
  align-items: center;
  border-radius: 1px;
  border: 1px solid rgba(82, 82, 82, 1);
  background-color: transparent !important;
  outline: none;
  min-width: 0;
  padding: 8px 10px;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  transition: all 0.3s ease-out;
}

.header .user-info .dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 1.5;
  content: "\f107";
  color: rgba(82, 82, 82, 1);
}

[dir="ltr"] .header .user-info .dropdown-toggle::after {
  padding-right: 15px;
  margin-left: 5px;
}

[dir="rtl"] .header .user-info .dropdown-toggle::after {
  padding-left: 15px;
  margin-right: 5px;
}

.header .user-info img {
  width: 29px;
}

[dir="ltr"] .header .user-info img {
  margin-right: 5px;
}

[dir="rtl"] .header .user-info img {
  margin-left: 5px;
}

/* Header Logo */
.logo img {
  display: block;
  width: auto;
  max-width: unset;
  max-height: 120px !important;
  height: calc(59 * 1px);
}

.logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

#nav-icon4 {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
  cursor: pointer;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgba(82, 82, 82, 1);
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s cubic-bezier(0.74, 0, 0.24, 0.99);
  -moz-transition: 0.25s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: 0.25s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: 0.25s cubic-bezier(0.74, 0, 0.24, 0.99);
}

#nav-icon4 span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
}

#nav-icon4 span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
}

#nav-icon4 span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -3px;
  right: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 19px;
  right: 8px;
}

/***** Footer *****/
.footer {
  padding-top: calc(16px * 1.0 * 1);
  padding-bottom: calc(16px * 1.0 * 1);
  font-size: calc(16px - 2px);
  line-height: 1.0;
  color: rgba(17, 17, 17, 1);
  background-color: rgba(46, 64, 136, 0);
  position: absolute;
  width: 100%;
  z-index: 122;
}

.footer-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .footer-wrapper {
    display: table;
  }
}

.footer-logo {
  text-align: center;
}

@media (min-width: 1025px) {
  .footer-logo {
    text-align: inherit;
  }
}

.footer-text, .footer-copyright, .footer-menu {
  font-size: 12px;
  text-align: center;
}

.footer-text, .footer-copyright, .footer-menu a, .footer-language a {
  color: rgba(17, 17, 17, 1);
}

.footer-language {
  text-align: center;
}

@media (min-width: 1025px) {
  .footer-language {
    text-align: end;
  }
}

.footer-col {
  margin-bottom: 1rem;
}

@media (min-width: 1025px) {
  .footer-col {
    margin-bottom: 0;
  }
}

.footer-menu {
  margin-bottom: 20px;
}

.footer-menu li {
  display: inline-block;
  margin: 10px 15px;
}

/***** Searchfield *****/
.search, .searchbar .search::before {
  position: relative;
}

.search .transparent input[type="search"], .searchbar .search::before .transparent input[type="search"] {
  background-color: transparent;
}

.search::before, .searchbar .search::before {
  position: absolute;
  top: 50%;
  left: 30px;
  display: inline-block;
  margin-top: -12px;
  color: #A8A7AF;
  content: '';
  background-image: url(/hc/theming_assets/01HZPG5VYARRT9J8P6B87HH0JR);
  width: 24px;
  height: 24px;
  background-size: 100%;
}

input[type="search"], .searchbar input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 20px 10px 65px;
  font-size: 16px;
  line-height: 1.5;
  color: #000c20;
  background-color: #fff;
  background-image: none;
  border: none;
  box-shadow: 0 5px 10px rgba(20, 18, 30, 0.05);
  border-radius: 32px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.searchbar {
  width: 100%;
}

.searchbar .search::before {
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

[dir="ltr"] .searchbar .search::before {
  left: 30px;
}

[dir="rtl"] .searchbar .search::before {
  right: 30px;
}

.searchbar input[type="search"] {
  border-radius: 1px;
  border: unset;
  font-size: 24px;
  height: 80px;
  background-color: #ffffff;
}

[dir="ltr"] .searchbar input[type="search"] {
  padding: 2px 10px 0 70px;
}

[dir="rtl"] .searchbar input[type="search"] {
  padding: 2px 70px 0 10px;
}

/***** Dropdown *****/
.dropdown {
  position: relative;
}

.dropdown .dropdown-toggle {
  cursor: pointer;
  display: inline-block;
  text-align: initial;
  vertical-align: middle;
}

.dropdown .dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 1.0;
  color: inherit;
  content: "\f107";
}

.dropdown .dropdown-toggle > * {
  display: inline-block;
}

.dropdown.user-info {
  position: relative;
  display: block;
}

@media (min-width: 1025px) {
  [dir="ltr"] .dropdown.user-info {
    margin-left: 23px;
  }
  [dir="rtl"] .dropdown.user-info {
    margin-right: 23px;
  }
}

.dropdown.user-info .dropdown-toggle {
  display: flex;
  align-items: center;
  border-radius: 1px;
  background-color: transparent !important;
  outline: none;
  min-width: 0;
  padding: 8px 10px;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  transition: all 0.3s ease-out;
}

.dropdown.user-info .dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 1.5;
  content: "\f107";
}

[dir="ltr"] .dropdown.user-info .dropdown-toggle::after {
  padding-right: 15px;
  margin-left: 5px;
}

[dir="rtl"] .dropdown.user-info .dropdown-toggle::after {
  padding-left: 15px;
  margin-right: 5px;
}

.dropdown.user-info img {
  width: 29px;
}

[dir="ltr"] .dropdown.user-info img {
  margin-right: 5px;
}

[dir="rtl"] .dropdown.user-info img {
  margin-left: 5px;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  max-width: 350px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  line-height: inherit;
  width: 100%;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}

[dir="ltr"] .dropdown-menu [role="menuitem"] {
  text-align: left;
}

.dropdown-menu [role="menuitem"] :hover, .dropdown-menu [role="menuitem"] :focus {
  text-decoration: none;
  color: rgba(21, 85, 161, 1);
  background: none;
  box-shadow: none;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
  text-align: right;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
  width: 80%;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

[dir="rtl"] .dropdown-menu-end {
  left: unset;
  right: 60px;
}

[dir="ltr"] .dropdown-menu-end {
  left: 60px;
  right: unset;
}

@media (min-width: 1025px) {
  .dropdown-menu-center {
    transform: translateX(-50%);
  }
}

.dropdown-footer {
  bottom: 100%;
  margin-bottom: 1rem;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: transparent;
  border-radius: 1px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

.breadcrumbs > li {
  display: inline-block;
  color: #0D151A;
  opacity: 0.8;
}

.breadcrumbs li + li::before {
  padding: 0 5px;
  color: #0D151A;
  opacity: 0.5;
  content: "› ";
  font-size: 20px;
}

.breadcrumbs li a, .breadcrumbs li > a {
  color: #16232b;
}

.breadcrumbs li a :hover, .breadcrumbs li > a :hover {
  text-decoration: none;
  color: rgba(21, 85, 161, 1);
}

/***** Site *****/
.article-container .site-header > .d-flex {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .article-container .site-header > .d-flex {
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .article-container .site-header > .d-flex {
    margin: 20px 0;
  }
}

.category-container .site-header, .section-container .site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .category-container .site-header, .section-container .site-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .category-container .site-header, .section-container .site-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

.site-header h1 {
  margin: 0;
  margin-bottom: 10px;
}

.site-body {
  padding: 0;
  margin: 0;
}

.site-body li a :hover {
  text-decoration: none;
  color: rgba(21, 85, 161, 1);
}

.site-sidebar {
  position: relative;
  height: 100%;
  padding-top: 10px;
}

@media (min-width: 1025px) {
  [dir="ltr"] .site-sidebar {
    padding-left: 30px;
  }
  [dir="rtl"] .site-sidebar {
    padding-right: 30px;
  }
}

.site-sidebar h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 28px;
}

.site-sidebar li a::before {
  position: absolute;
  top: 0;
  width: 3px;
  height: 0;
  content: '';
  background: rgba(21, 85, 161, 1);
  transition: all 0.4s;
}

[dir="rtl"] .site-sidebar li a::before {
  left: 0;
  right: -10px;
}

.site-sidebar li a :hover {
  color: rgba(55, 56, 150, 1);
  text-decoration: none;
}

.site-sidebar li a :active {
  font-weight: bold;
}

.site-sidebar li a :active::before {
  height: 100%;
}

.site-sidebar section :first-child {
  border-top: none;
}

.site-sidebar section + section {
  margin-bottom: calc(16px * 1.5);
  padding-top: 20px;
  border-top: 1px solid #D7D6DC;
}

.site-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.site-wrapper .site-background {
  background-color: #F7F7F8;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  border-radius: 0 0 6px 6px;
  padding: 30px 0;
}

.site-wrapper :after {
  clear: both;
}

.site-footer {
  padding: 0;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.site-footer li {
  display: block;
  font-weight: 300;
}

.site-footer h3 {
  margin: 0;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 20px;
}

.site-footer h3 a {
  color: #0D151A;
  text-decoration: underline;
}

.site-footer h3 a :hover {
  color: rgba(21, 85, 161, 1);
}

.site-footer p {
  display: flex;
  justify-content: center;
}

/***** Homepage *****/
.content-base {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F7F7F8;
}

.content-base :last-child {
  border: unset;
}

.content-base > .categories-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .content-base > .categories-wrapper {
    flex-direction: row;
  }
}

.content-base > .categories-wrapper > .categories-item {
  display: flex;
  flex: 1 0 320px;
  text-align: center;
  max-width: 100%;
  margin: 0 15px 30px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .content-base > .categories-wrapper > .categories-item {
    flex: 1 0 100%;
    margin: 0 0 30px;
  }
}

.content-base > .categories-wrapper > .categories-item a {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 20px 30px;
  border: 1px solid #0D151A;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  color: #0D151A;
  background-color: #F7F7F8;
  transition: 0.3s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: 0.3s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 0.3s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: 0.3s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.3s all cubic-bezier(0.39, 0.575, 0.565, 1);
}

.content-base > .categories-wrapper > .categories-item a:hover {
  color: #F7F7F8;
  background-color: #0D151A;
}

.content-header h3 {
  margin-bottom: 30px;
  font-weight: 700;
}

.content-header::before {
  font-size: 20px;
}

[dir="ltr"] .content-header::before {
  margin-right: 5px;
}

[dir="rtl"] .content-header::before {
  margin-left: 5px;
}

.homepage-categories .content-header::before {
  font-family: "Font Awesome 5 Free";
  content: "\f518";
}

.homepage-articles .content-header::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
}

.content-section .section-list > li {
  margin-bottom: calc(16px * 1.0 / 2);
}

.content-wrapper {
  transition: all 0.3s ease;
}

.content-block-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.content-block ul {
  list-style: disc;
  margin-bottom: 0;
  line-height: 1.0;
}

[dir="ltr"] .content-block ul {
  margin-left: 20px;
}

[dir="rtl"] .content-block ul {
  margin-right: 20px;
}

.content-link {
  display: block;
  position: relative;
  width: 100%;
  color: #0D151A;
  cursor: pointer;
}

.content-link::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[dir="ltr"] .content-link::before {
  right: 20px;
}

[dir="rtl"] .content-link::before {
  left: 20px;
}

.content-link[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.content-link.content-title-top {
  margin: 10px 0;
  font-size: 24px;
}

.content-link.content-title-top::before {
  background-color: #F7F7F8;
  border-radius: 50%;
  padding: 0 10.38px;
}

[dir="ltr"] .content-link.content-title-bottom::before {
  right: 30.38px;
}

[dir="rtl"] .content-link.content-title-bottom::before {
  left: 30.38px;
}

.content-list {
  margin: 0;
}

.content-list li {
  margin-bottom: 10px;
}

.homepage-container {
  max-width: 1210px;
  margin: 0 auto;
}

.homepage-articles ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

@media (max-width: 768px) {
  .homepage-articles ul {
    flex-direction: column;
  }
}

.homepage-articles li {
  display: flex;
  flex: 1 0 33%;
  max-width: 33%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .homepage-articles li {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .homepage-articles li {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .homepage-articles li {
    max-width: 100%;
  }
}

.homepage-articles li .promoted-article-wrapper {
  padding: 20px;
  position: relative;
  line-height: 1.0;
  box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
}

.homepage-articles li a {
  display: inline-block;
  margin: 6px 0;
  font-weight: 700;
}

.homepage-articles li p {
  font-size: 0.9em;
  font-weight: 300;
}

.still-have-question {
  display: flex;
  display: -webkit-flex;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .still-have-question {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}

@media (max-width: 768px) {
  .still-have-question {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}

.still-have-question .card {
  background-color: #ffffff;
}

@media (min-width: 1025px) {
  [dir="ltr"] .still-have-question .card + .card {
    margin-left: 20px;
  }
  [dir="rtl"] .still-have-question .card + .card {
    margin-right: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .still-have-question .card + .card {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .still-have-question .card + .card {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .still-have-question .col + .col {
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .still-have-question .col + .col {
    padding-top: 15px;
  }
}

.still-have-question > div {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 1 50%;
}

.request-image {
  min-height: 380px;
  background-image: url(/hc/theming_assets/01K4W97SM789GNJQ3G2RC9Z1KX);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
}

@media (min-width: 1025px) {
  .request-image {
    min-height: 300px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .request-image {
    min-height: 240px;
  }
}

@media (max-width: 768px) {
  .request-image {
    min-height: 240px;
  }
}

@media (max-width: 768px) {
  .request-image {
    min-height: 82px;
  }
}

/***** Hero *****/
.hero {
  display: flex;
  position: relative;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 123;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/hc/theming_assets/01HZPG5Y05FV63SFH6VP5595A6);
  background-position: center;
  background-size: cover;
  opacity: 100%;
}

.hero-background::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}

.hero-background.video-on {
  overflow: hidden;
  background: none;
}

.hero-background .hero-video {
  position: absolute;
  display: block;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-container {
  width: 100%;
  margin: 0 auto;
}

.hero-unit {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: calc(96 * 1px);
  padding-bottom: calc(96 * 1px);
  transition: top 0.3s ease;
  float: none;
  -webkit-transition: top 0.3s ease;
}

[dir="rtl"] .hero-unit {
  float: right;
}

.hero-unit div {
  text-align: center;
}

.hero-small .hero-unit {
  width: 100%;
  float: none;
  padding-top: calc(96 * 0.7px);
  padding-bottom: calc(96 * 0.7px);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .hero-small .hero-unit {
    padding-bottom: calc(96 * 1px);
  }
}

@media (max-width: 768px) {
  .hero-small .hero-unit {
    padding-bottom: calc(96 * 1px);
  }
}

.hero-unit button {
  background-color: #F7F7F8;
}

@media (min-width: 1025px) {
  .hero-unit.hero-left .intro-title {
    text-align: start !important;
  }
  .hero-unit.hero-left .hero-search .search, .hero-unit.hero-left .hero-search .searchbar .search::before, .searchbar .hero-unit.hero-left .hero-search .search::before {
    margin: 0 auto 0 0;
  }
  .hero-unit.hero-left .popular-search {
    justify-content: flex-start !important;
  }
  .hero-unit.hero-right .intro-title {
    text-align: end !important;
  }
  .hero-unit.hero-right .hero-search .search, .hero-unit.hero-right .hero-search .searchbar .search::before, .searchbar .hero-unit.hero-right .hero-search .search::before {
    margin: 0 0 0 auto;
  }
  .hero-unit.hero-right .popular-search {
    justify-content: flex-end !important;
  }
}

.hero-image {
  width: 50%;
  float: left;
  text-align: right;
}

[dir="rtl"] .hero-image {
  text-align: left;
  float: right;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .hero-image {
    width: 100%;
  }
  [dir="ltr"] .hero-image, [dir="rtl"] .hero-image {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero-image {
    width: 100%;
  }
  [dir="ltr"] .hero-image, [dir="rtl"] .hero-image {
    text-align: center;
  }
}

.hero-image img {
  max-height: calc(96 * 4px);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .hero-image img {
    max-height: calc(96 * 3px);
  }
}

@media (max-width: 768px) {
  .hero-image img {
    max-height: calc(96 * 3px);
  }
}

.hero-categories-name {
  color: rgba(255, 255, 255, 1);
}

.hero-search {
  width: 100%;
  color: rgba(255, 255, 255, 1);
}

.hero-search h1 .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.hero-search .search, .hero-search .searchbar .search::before, .searchbar .hero-search .search::before {
  max-width: 700px;
  margin: auto;
}

.hero-search .search::before {
  position: absolute;
  top: 50%;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  background-image: url(/hc/theming_assets/01HZPG5VYARRT9J8P6B87HH0JR);
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
}

[dir="ltr"] .hero-search .search::before {
  left: 30px;
}

[dir="rtl"] .hero-search .search::before {
  right: 30px;
}

.hero-search input[type="search"] {
  border-radius: 32px;
  border: 1px solid #efefef;
  height: 50px;
  font-size: 24px;
  background-color: #ffffff;
  color: #000000;
}

[dir="ltr"] .hero-search input[type="search"] {
  padding: 2px 10px 0 70px;
}

[dir="rtl"] .hero-search input[type="search"] {
  padding: 2px 70px 0 10px;
}

.hero-search input[type="search"]:focus {
  background-color: #ffffff;
  box-shadow: unset;
}

.hero .popular-search {
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .hero .popular-search {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .hero .popular-search {
    font-size: 12px;
  }
}

/* Intro Title */
.intro-title {
  margin-bottom: calc(16px * 1.0);
  font-size: calc(20px * 0.8);
  line-height: 1.1;
  font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

@media (min-width: 1025px) {
  .intro-title {
    font-size: 20px;
    text-align: left;
  }
}

#categories-list {
  position: relative;
  z-index: 99999;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #categories-list {
    position: absolute;
    left: 0;
    max-height: 40px;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
  }
}

@media (max-width: 768px) {
  #categories-list {
    position: absolute;
    left: 0;
    max-height: 40px;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
  }
}

#categories-list > span {
  display: none;
  color: inherit;
  position: absolute;
  top: 8px;
  z-index: 999;
}

[dir="ltr"] #categories-list > span {
  right: 5%;
}

[dir="rtl"] #categories-list > span {
  left: 5%;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #categories-list > span {
    display: block;
  }
}

@media (max-width: 768px) {
  #categories-list > span {
    display: block;
  }
}

#categories-list > span::before {
  font-family: fontAwesome;
  content: "\f067";
}

@media (max-width: 1024px) and (min-width: 768px) {
  #categories-list[aria-expanded="true"] {
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.14);
  }
  #categories-list[aria-expanded="true"] > span::before {
    content: "\f068";
  }
}

@media (max-width: 768px) {
  #categories-list[aria-expanded="true"] {
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.14);
  }
  #categories-list[aria-expanded="true"] > span::before {
    content: "\f068";
  }
}

#categories-list .menu-categories {
  display: inline-block;
  position: relative;
  transition: none;
}

[dir="ltr"] #categories-list .menu-categories {
  text-align: left;
}

[dir="rtl"] #categories-list .menu-categories {
  text-align: right;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #categories-list .menu-categories {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
  [dir="ltr"] #categories-list .menu-categories {
    padding-right: 10%;
  }
  [dir="rtl"] #categories-list .menu-categories {
    padding-left: 10%;
  }
}

@media (max-width: 768px) {
  #categories-list .menu-categories {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
  [dir="ltr"] #categories-list .menu-categories {
    padding-right: 10%;
  }
  [dir="rtl"] #categories-list .menu-categories {
    padding-left: 10%;
  }
}

#categories-list .menu-categories-parent {
  margin: 0 auto;
  list-style: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #categories-list .menu-categories-parent {
    margin: 0;
    max-height: 300px;
  }
  [aria-expanded="true"] #categories-list .menu-categories-parent {
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #categories-list .menu-categories-parent {
    margin: 0;
    max-height: 300px;
  }
  [aria-expanded="true"] #categories-list .menu-categories-parent {
    overflow-y: auto;
  }
}

#categories-list .menu-categories a {
  display: inline-block;
  line-height: 40px;
  min-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.85em;
  font-weight: 700;
  position: relative;
  transition: none;
  white-space: nowrap;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #categories-list .menu-categories a {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.9em;
  }
}

@media (max-width: 768px) {
  #categories-list .menu-categories a {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.9em;
  }
}

#categories-list .menu-categories > a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 1024px) and (min-width: 768px) {
  #categories-list .menu-categories > a {
    color: #0D151A;
  }
}

@media (max-width: 768px) {
  #categories-list .menu-categories > a {
    color: #0D151A;
  }
}

@media (min-width: 1025px) {
  #categories-list .menu-categories:hover > a {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media (min-width: 1025px) {
  #categories-list .menu-categories > a.active {
    color: #0D151A;
    background-color: #F7F7F8;
  }
}

#categories-list .menu-categories > ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  border-top: none;
  overflow-y: auto;
  max-height: 400px;
  max-width: none;
  width: inherit;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.14);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

[dir="ltr"] #categories-list .menu-categories > ul {
  margin-left: -1px;
}

[dir="rtl"] #categories-list .menu-categories > ul {
  margin-right: -1px;
}

#categories-list .menu-categories > ul a {
  font-weight: 400;
}

#categories-list .menu-categories > ul:hover ~ a {
  background-color: #F7F7F8;
}

#categories-list .menu-categories > ul > li:hover {
  background-color: #ffffff;
}

#categories-list .menu-categories:hover {
  z-index: 2;
}

#categories-list .menu-categories:hover ul {
  display: block;
  z-index: 109;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #categories-list .menu-categories:hover ul {
    display: none;
  }
}

@media (max-width: 768px) {
  #categories-list .menu-categories:hover ul {
    display: none;
  }
}

/***** Custom Blocks *****/
.site-block {
  padding-bottom: 3rem;
  text-align: center;
  height: 100%;
}

.site-block h4 {
  line-height: 1.0;
  color: rgba(55, 56, 150, 1);
  margin-bottom: 15px;
  font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-weight: 600;
}

.site-div {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(55, 56, 150, 1);
  padding: 25px 60px;
  box-shadow: 0 5px 10px rgba(20, 18, 30, 0.05);
  border-radius: 1px;
  display: block;
  transition: all 0.4s;
  height: 100%;
}

.site-div:hover {
  box-shadow: 0 8px 12px rgba(0, 62, 59, 0.12);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transform: translateY(-4px);
  transform: scale(1.05);
}

.site-div p {
  color: rgba(55, 56, 150, 1);
  letter-spacing: 0.25px;
  line-height: 1.0;
  margin: 0;
}

.site-icon {
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 50px;
  transition: all 0.2s;
}

.site-icon::before {
  position: absolute;
  width: 45px;
  height: 45px;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover !important;
}

.custom-block {
  flex-grow: 1;
}

.custom-block-image {
  width: calc(55 * 2px);
}

.knowledge-base-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

.knowledge-base-block {
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(20, 18, 30, 0.05);
  border-radius: 1px;
  box-sizing: border-box;
  color: rgba(55, 56, 150, 1);
  display: flex;
  flex: 1 0 340px;
  margin: 0 10px 20px;
  max-width: 100%;
  align-items: center;
  height: 100%;
  transition: all 0.4s;
}

@media (max-width: 425px) {
  .knowledge-base-block {
    flex: 1 0 200px;
  }
}

.knowledge-base-block a {
  padding: 20px;
  width: 100%;
  color: #0D151A;
}

.knowledge-base-block a:hover {
  color: #1555A1;
}

/***** Video Custom Blocks *****/
.site-video {
  width: 100%;
}

.site-video .content-header::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f04b";
}

.site-video-wrapper {
  box-shadow: 0 5px 10px rgba(20, 18, 30, 0.05);
  border-radius: 1px;
}

.site-video-items {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  border-radius: 0 0 6px 6px;
  padding: 30px 0 0;
}

.site-video-item {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  cursor: pointer;
  width: 100%;
}

@media (min-width: 1024px) {
  .site-video-item {
    width: 25%;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .site-video-item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .site-video-item {
    width: 100%;
  }
}

.site-video-img {
  position: relative;
  display: block;
  background-position: 50% 50%;
  height: 150px;
  background-size: cover;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.site-video-img.site-video-icon::before {
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 55px;
  color: #ffffff;
  text-align: center;
  padding: 8px 0 0 3px;
  z-index: 3;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.site-video-img:hover::before {
  width: 100%;
  height: 100%;
  padding: 55px 0 0 3px;
  background-color: #0000006b;
  opacity: 1;
}

.site-video-title {
  padding: 10px 20px;
  background-color: #ffffff;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.modal-open {
  overflow: hidden;
}

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

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-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, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  -o-transform: translate(0, 20%);
  transform: translate(0, 20%);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

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

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 0;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

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

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

/***** Category Page *****/
.list-wrapper {
  line-height: 1.0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.list-section {
  flex: 0 0 49%;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .list-section {
    flex: 0 0 100%;
  }
}

@media (max-width: 768px) {
  .list-section {
    flex: 0 0 100%;
  }
}

.list-section h2 {
  font-weight: normal;
}

.list-section .article-list {
  list-style: disc;
}

[dir="ltr"] .list-section .article-list {
  margin-left: 20px;
}

[dir="rtl"] .list-section .article-list {
  margin-right: 20px;
}

.list-section .section-list {
  font-weight: 700;
}

.article-promoted svg {
  color: #1555A1;
}

.sections-list {
  display: block;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid #D7D6DC;
  color: #0D151A;
}

.sections-list:first-child {
  border-top: 1px solid #D7D6DC;
}

/***** Category page *****/
.category-container #section-list-data-api {
  width: 100%;
  background-color: lightgray;
}

.category-container #section-list-data-api ul {
  display: flex;
  display: -webkit-flex;
  max-width: 700px;
  margin: 0 auto;
}

.category-description {
  color: #0D151A;
  font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

/***** Section Page *****/
.section-sections a {
  font-size: 24px;
}

.section-articles {
  list-style: disc;
}

@media (min-width: 1025px) {
  [dir="ltr"] .section-articles {
    margin-left: 15px;
  }
  [dir="rtl"] .section-articles {
    margin-right: 15px;
  }
}

/***** Article *****/
.article-body {
  word-wrap: break-word;
}

.article-body-container {
  background-color: #ffffff;
  border-radius: 1px;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(20, 18, 30, 0.05);
  margin: 0;
}

.article-body ul, .article-body ol {
  padding-inline-start: 40px;
  margin-block-start: 1em;
}

.article-body ul {
  list-style: outside;
}

.article-body ol {
  list-style: decimal;
}

.article-body li {
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 20px 20px;
}

[dir="rtl"] .article-body li {
  margin: 0 20px 20px 0;
}

.article-body img {
  padding-top: 15px;
  cursor: pointer;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .article-body img {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .article-body img {
    pointer-events: none;
  }
}

.article-nav {
  margin-top: 1em;
}

.article-nav-block-main {
  display: flex;
  justify-content: space-between;
}

.article-nav-block-next, .article-nav-block-prev {
  width: 49%;
}

[dir="ltr"] .article-nav-block-next {
  text-align: right;
}

[dir="rtl"] .article-nav-block-next {
  text-align: left;
}

.article-nav-link {
  margin-bottom: 5px;
}

[dir="rtl"] .article-nav-link .fas {
  transform: rotate(180deg);
}

.article-nav-title {
  opacity: 0.7;
  font-size: 0.85em;
}

.article-nav a[href='#'] {
  pointer-events: none;
  opacity: 0.2;
}

.article-comments {
  padding-top: 40px;
}

.article-author {
  display: flex;
  flex-direction: row;
  padding-top: 5px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .article-author {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .article-author {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .article-author .search, .article-author .searchbar .search::before, .searchbar .article-author .search::before {
    order: -1;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .article-author .search, .article-author .searchbar .search::before, .searchbar .article-author .search::before {
    order: -1;
    margin-bottom: 20px;
  }
}

[dir="ltr"] .article-author img, [dir="ltr"] .article-author .avatar {
  margin-right: 10px;
}

[dir="rtl"] .article-author img, [dir="rtl"] .article-author .avatar {
  margin-left: 10px;
}

.article-meta {
  display: table;
}

.article-subscribe {
  float: right;
  margin-bottom: 10px;
  height: 100%;
}

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

.article-container aside h2 {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
}

[dir="ltr"] .article-container aside h2 {
  margin: 0 20px 10px 0;
}

[dir="rtl"] .article-container aside h2 {
  margin: 0 0 10px 20px;
}

.article-container aside li a {
  display: block;
  position: relative;
  font-size: 0.85em;
  margin-bottom: 12px;
}

.article-container aside li a::before {
  position: absolute;
  top: 0;
  width: 3px;
  height: 0;
  content: '';
  background: rgba(21, 85, 161, 1);
  transition: all 0.4s;
}

[dir="ltr"] .article-container aside li a::before {
  left: -10px;
}

[dir="rtl"] .article-container aside li a::before {
  right: -10px;
}

.article-container aside li a.active {
  color: rgba(21, 85, 161, 1);
  font-weight: 700;
}

.article-container aside li a.active::before {
  height: 100%;
}

.article-vote button {
  padding: 8px 20px;
  outline: 0;
  cursor: pointer;
  background: none;
  text-transform: unset;
  color: unset;
  font-weight: unset;
  font-size: unset;
  margin: 0;
  line-height: unset;
  vertical-align: unset;
}

.article-vote button::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
}

[dir="ltr"] .article-vote button::before {
  margin-right: 5px;
}

[dir="rtl"] .article-vote button::before {
  margin-left: 5px;
}

/***** Table of Content *****/
.toc-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.toc-header::before {
  content: "";
  position: absolute;
  top: 85%;
  opacity: 0;
  width: 0;
  border: 0.5px solid #0D151A;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s ease;
}

.toc-header:hover::before, .toc-header[aria-expanded="true"]::before {
  width: 100%;
  opacity: 1;
}

.toc-header::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  transition: transform 0.3s ease-out;
}

.toc-header[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

#table-of-content {
  margin-bottom: 0;
}

#table-of-content li {
  margin-bottom: calc(16px / 1.0);
}

/***** Comment *****/
.comment {
  padding: calc(16px * 1.0);
  background-color: #ffffff;
  word-break: break-word;
}

.comment:not(:first-child) {
  margin-top: 1em;
}

.comment-container {
  width: 100%;
}

.comment-wrapper {
  position: relative;
}

[dir="ltr"] .comment-wrapper {
  padding-right: 12px;
}

[dir="rtl"] .comment-wrapper {
  padding-left: 12px;
}

.comment-header {
  position: relative;
  margin-bottom: calc(16px * 1.0);
}

.comment-form-panels input[type="checkbox"] {
  display: none;
}

.comment-form-panels button {
  margin-top: 15px;
}

.comment-voting-and-actions {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.comment-voting-and-actions .vote {
  justify-content: flex-start;
}

[dir="ltr"] .comment-voting-and-actions .vote {
  margin-right: 10px;
}

[dir="rtl"] .comment-voting-and-actions .vote {
  margin-left: 10px;
}

.comment-voting-and-actions .dropdown-toggle {
  font-size: 0;
}

.comment-voting-and-actions .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f013";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comment-official {
  padding: calc(16px * 1.0);
  border: 1px solid #0D151A;
  border-radius: 6px;
}

.comment-official-heading {
  position: absolute;
  top: calc( -16px * 1.0);
  right: calc(12px * 3);
  width: auto;
  padding: 1px calc(12px / 2);
  font-size: calc(16px * 0.75);
  color: #ffffff;
  background-color: rgba(55, 56, 150, 1);
  border-radius: 0 0 1px 1px;
}

.comment-form {
  display: flex;
  display: -webkit-flex;
  position: relative;
  margin-bottom: calc(16px * 1.0);
}

.comment-form-request {
  position: relative;
  margin-bottom: calc(16px * 1.0);
}

[dir="ltr"] .comment-form-request {
  padding-left: calc(40px + 12px);
}

[dir="rtl"] .comment-form-request {
  padding-right: calc(40px + 12px);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .comment-form-request {
    padding-right: unset;
    padding-left: unset;
  }
}

@media (max-width: 768px) {
  .comment-form-request {
    padding-right: unset;
    padding-left: unset;
  }
}

.comment-form-avatar {
  position: absolute;
  top: 0;
}

[dir="ltr"] .comment-form-avatar {
  left: 0;
}

[dir="rtl"] .comment-form-avatar {
  right: 0;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .comment-form-avatar {
    display: none;
  }
}

@media (max-width: 768px) {
  .comment-form-avatar {
    display: none;
  }
}

.comment-form-ccs {
  margin-bottom: 0;
}

.comment-form-ccs + textarea {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.comment-form-ccs ul[data-hc-pills-container] {
  margin: 0;
  border: 2px solid #0D151A;
  border-bottom: 0;
  border-radius: 1px 1px 0 0;
}

.comment-form-ccs ul[data-hc-pills-container][data-hc-focus="true"] {
  border-color: rgba(55, 56, 150, 1);
}

.comment-form-body {
  margin-bottom: calc(16px * 1.0);
}

.comment-heading {
  margin-bottom: 5px;
}

.comment-callout {
  color: #16232b;
}

.comment-sorter {
  padding-bottom: calc(16px * 1.0);
}

.comment-author {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.comment-avatar, .comment-meta {
  margin-bottom: auto;
  vertical-align: middle;
}

[dir="ltr"] .comment-avatar, [dir="ltr"] .comment-meta {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar, [dir="rtl"] .comment-meta {
  margin-left: 10px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .comment-form .comment-avatar, .comment-form .comment-meta, .comment-form-request .comment-avatar, .comment-form-request .comment-meta {
    display: none;
  }
}

@media (max-width: 768px) {
  .comment-form .comment-avatar, .comment-form .comment-meta, .comment-form-request .comment-avatar, .comment-form-request .comment-meta {
    display: none;
  }
}

.comment-actions {
  padding-top: 2px;
}

.comment-actions-container {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
}

.comment-actions button {
  padding: 8px;
}

.comment-actions-btn {
  height: 19px;
}

.comment-vote {
  display: flex;
  display: -webkit-flex;
  width: auto;
  max-width: none;
  padding-top: 2px;
}

[dir="ltr"] .comment-vote {
  padding-right: 10px;
}

[dir="rtl"] .comment-vote {
  padding-left: 10px;
}

.comment-vote button {
  padding: 8px;
}

.comment-vote-btn {
  height: 19px;
}

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

.comment-sorter-col-main {
  margin-top: -10px;
  margin-bottom: 20px;
}

.promoted-articles-homepage a {
  display: block;
  color: #0D151A;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D7D6DC;
}

/***** Vote *****/
.vote {
  display: flex;
  justify-content: center;
}

.vote [aria-selecter="true"] {
  z-index: 2;
}

.vote-sum {
  display: block;
  padding-top: calc(16px * 1.0 / 4);
  padding-bottom: calc(16px * 1.0 / 4);
  font-weight: 600;
  text-align: center;
  margin: 0 10px;
}

.vote-post {
  margin-bottom: 10px;
  padding-top: 2px;
}

.vote-post button {
  padding: 8px;
}

.vote-post-btn {
  height: 19px;
}

.vote-wrapper {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1025px) {
  [dir="ltr"] .vote-wrapper {
    padding-right: 52px;
  }
  [dir="rtl"] .vote-wrapper {
    padding-left: 52px;
  }
}

.vote-panel {
  position: relative;
  z-index: 1;
  display: block !important;
  font-size: 16px !important;
  line-height: 1.0 !important;
  color: #0D151A;
  border-color: rgba(55, 56, 150, 1);
}

.vote-panel :hover, .vote-panel :active {
  z-index: 2;
}

.vote::before {
  background-repeat: no-repeat;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up::before {
  background: url(/hc/theming_assets/01HZPG5WQVZ0YTEDGWA3NZGZ61);
  width: 24px;
  height: 24px;
}

.vote-down::before {
  background: url(/hc/theming_assets/01HZPG5X8JRRV67ET9BYWKBBSX);
  width: 24px;
  height: 24px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: #0D151A;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.attachment-list {
  padding-left: 0;
  margin: 0;
  font-size: calc(16px * 0.75);
  list-style: none;
}

/***** My Activities *****/
.my-activities-header {
  margin-bottom: calc(16px * 1.0);
}

.my-activities-dropdown {
  display: flex;
  flex-direction: column;
}

.my-activities-dropdown-main {
  padding-bottom: calc(16px * 1.0);
  margin-bottom: calc(16px * 1.0);
  border-bottom: 1px solid #D7D6DC;
}

.my-activities-dropdown-sub {
  margin-bottom: calc(16px * 1.0);
}

.my-activities-dropdown-items {
  margin-bottom: 0;
}

.my-activities-dropdown-item {
  padding: calc(12px / 2) 12px;
  background-color: #ffffff;
  border-radius: 1px;
  margin-bottom: 0;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .my-activities-dropdown-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .my-activities-dropdown-item {
    margin-bottom: 10px;
  }
}

.my-activities-dropdown-item.is-active {
  font-weight: 600;
  color: #0D151A;
}

@media (min-width: 1025px) {
  .my-activities-dropdown-item {
    float: left;
  }
}

.my-activities-dropdown-item a {
  display: block;
}

@media (min-width: 1025px) {
  .my-activities-dropdown-item + .my-activities-dropdown-item {
    margin-left: 12px;
  }
}

.my-activities-items {
  width: 100%;
  margin-bottom: calc(16px * 1.0 * 2);
}

@media (min-width: 1025px) {
  .my-activities-items {
    display: table;
    width: 100%;
  }
}

.my-activities-items-head {
  display: none;
  color: #0D151A;
}

@media (min-width: 1025px) {
  .my-activities-items-head {
    display: table-header-group;
    font-size: calc(16px * 0.75);
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media (min-width: 1025px) {
  .my-activities-items-body {
    display: table-row-group;
  }
}

.my-activities-items-row {
  display: block;
}

@media (min-width: 1025px) {
  .my-activities-items-row {
    display: table-row;
  }
}

.my-activities-items-col {
  display: block;
}

@media (min-width: 1025px) {
  .my-activities-items-col {
    display: table-cell;
    text-align: start;
    padding-top: calc(16px * 1.0 / 2);
    padding-bottom: calc(16px * 1.0 / 2);
    border-bottom: 1px solid #D7D6DC;
  }
}

@media (min-width: 1025px) {
  [dir="ltr"] .my-activities-items-col + .my-activities-items-col {
    padding-left: 12px;
  }
  [dir="rtl"] .my-activities-items-col + .my-activities-items-col {
    padding-right: 12px;
  }
}

@media (min-width: 1025px) {
  .my-activities-items-request-id {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .my-activities-items-request-id {
    display: inline;
  }
}

@media (max-width: 768px) {
  .my-activities-items-request-id {
    display: inline;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .my-activities-item {
    padding: calc(16px * 1.0 / 2) 12px;
    margin-bottom: calc(16px * 1.0);
    border: 1px solid #0D151A;
    border-radius: 1px;
  }
}

@media (max-width: 768px) {
  .my-activities-item {
    padding: calc(16px * 1.0 / 2) 12px;
    margin-bottom: calc(16px * 1.0);
    border: 1px solid #0D151A;
    border-radius: 1px;
  }
}

.my-activities-item-title {
  font-weight: 400;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .my-activities-item-title {
    font-size: calc(16px * 1.25);
  }
}

@media (max-width: 768px) {
  .my-activities-item-title {
    font-size: calc(16px * 1.25);
  }
}

@media (min-width: 1025px) {
  .my-activities-item-icon {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .my-activities-item-meta {
    display: inline-block;
  }
  [dir="ltr"] .my-activities-item-meta {
    margin-right: calc(12px / 2);
  }
  [dir="rtl"] .my-activities-item-meta {
    margin-left: calc(12px / 2);
  }
}

@media (max-width: 768px) {
  .my-activities-item-meta {
    display: inline-block;
  }
  [dir="ltr"] .my-activities-item-meta {
    margin-right: calc(12px / 2);
  }
  [dir="rtl"] .my-activities-item-meta {
    margin-left: calc(12px / 2);
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .my-activities-item-meta + .my-activities-item-meta {
    content: "\2022";
  }
  [dir="ltr"] .my-activities-item-meta + .my-activities-item-meta {
    margin-right: calc(12px /2);
  }
  [dir="rtl"] .my-activities-item-meta + .my-activities-item-meta {
    margin-left: calc(12px /2);
  }
}

@media (max-width: 768px) {
  .my-activities-item-meta + .my-activities-item-meta {
    content: "\2022";
  }
  [dir="ltr"] .my-activities-item-meta + .my-activities-item-meta {
    margin-right: calc(12px /2);
  }
  [dir="rtl"] .my-activities-item-meta + .my-activities-item-meta {
    margin-left: calc(12px /2);
  }
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 3rem;
  margin-top: 3rem;
  font-size: 2em;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #D7D6DC;
  overflow: auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.recent-activity-item-parent {
  font-size: 16px;
}

@media (min-width: 1025px) {
  .recent-activity-item-parent {
    width: 100%;
  }
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #0D151A;
  display: inline-block;
  width: 100%;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  width: 50%;
}

@media (max-width: 768px) {
  .recent-activity-item-link {
    width: 100%;
  }
}

.recent-activity-item-meta {
  margin: 15px 0 0;
  float: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

@media (max-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #0D151A;
  display: inline-block;
  font-size: 0.95rem;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  padding-top: 15px;
}

.recent-activity-accessibility-label {
  display: none;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #1555A1;
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Profile *****/
.profile-header {
  display: flex;
  padding: calc(16px * 1.0) 15px;
  margin-bottom: calc(16px * 1.0);
  margin-top: 15px;
  color: #0D151A;
  text-align: center;
  background-color: #ffffff;
  border-radius: 1px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .profile-header {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .profile-header {
    flex-wrap: wrap;
  }
}

.profile-header-container {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-header-options {
  display: flex;
  flex-basis: auto;
  margin-top: 12px;
  margin-bottom: 25px;
  align-self: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1025px) {
  .profile-header-options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 15px;
    justify-content: start;
  }
  [dir="rtl"] .profile-header-options {
    margin-right: 15px;
    margin-left: 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .profile-header-options {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .profile-header-options {
    flex-direction: column;
  }
}

[dir="ltr"] .profile-header-options .split-btn button:first-child:not(:last-child) {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="rtl"] .profile-header-options .split-btn button:first-child:not(:last-child) {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .profile-header-options .split-btn button + button {
  border-left: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="rtl"] .profile-header-options .split-btn button + button {
  border-right: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

@media (min-width: 1025px) {
  .profile-header-options div + div {
    margin-left: 10px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .profile-header-options div + div {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .profile-header-options div + div {
    margin-top: 10px;
  }
}

.profile-header-avatar {
  display: inline-block;
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-header-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-header-avatar img {
  width: 80px;
}

.profile-header-name {
  margin: 0;
  line-height: 25px;
  font-size: calc(16px * 1.5);
}

@media (min-width: 1025px) {
  .profile-header-name {
    font-size: calc(16px * 1.75);
    font-weight: 300;
  }
}

.profile-header-name-title-badge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.profile-header-name a {
  color: #0D151A;
}

.profile-header-info {
  display: flex;
  flex-direction: column;
  word-break: break-word;
  justify-content: center;
  flex-grow: 1;
  flex-basis: auto;
}

.profile-header-private-badge {
  display: inline-block;
  margin-bottom: calc(16px * 1.0);
  background-color: #F7F7F8;
}

.profile-header-description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  padding-left: 0;
  margin-bottom: calc(16px * 1.0 / 2);
  font-size: calc(16px - 2px);
  color: #16232b;
  list-style: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .profile-stats {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .profile-stats {
    display: flex;
    flex-direction: column;
  }
}

.profile-stats-container {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 100%;
}

@media (min-width: 1025px) {
  .profile-stats-container {
    flex-basis: 100%;
    margin-left: 5.7rem;
    text-align: left;
  }
  [dir="rtl"] .profile-stats-container {
    margin-right: 5.7rem;
    text-align: right;
  }
}

.profile-stats-counter {
  flex-direction: column;
  display: flex;
  flex: 1 0 200px;
  text-align: start;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  [dir="ltr"] .profile-stats-counter {
    margin-left: 2em;
  }
  [dir="rtl"] .profile-stats-counter {
    margin-right: 2em;
    margin-left: 0;
  }
}

.profile-stats-counter .profile-stats-stat::before {
  display: none;
}

.profile-stats-stat {
  margin-bottom: calc(16px * 1.0 / 4);
}

[dir="ltr"] .profile-stats-stat {
  margin-right: 12px;
}

[dir="rtl"] .profile-stats-stat {
  margin-left: 12px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .profile-stats-stat {
    display: flex;
  }
  .profile-stats-stat::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .profile-stats-stat {
    display: flex;
  }
  .profile-stats-stat::before {
    display: none;
  }
}

[dir="ltr"] .profile-stats-label {
  margin-right: calc(12px / 2);
}

[dir="rtl"] .profile-stats-label {
  margin-left: calc(12px / 2);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .profile-stats-label {
    display: flex;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .profile-stats-label {
    display: flex;
    width: 50%;
  }
}

.profile-stats-value {
  color: #0D151A;
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-image img {
  max-height: 40px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #2f4c5e;
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-nav {
  margin-bottom: calc(16px * 1.0);
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  background-color: #F7F7F8;
  border-radius: 1px;
}

.profile-nav-items {
  padding: 0;
}

.profile-nav-item {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .profile-nav-item {
    display: inline-block;
    vertical-align: middle;
  }
}

.profile-nav-item.is-active {
  color: rgba(21, 85, 161, 1);
  padding: calc(16px * 1.0 / 1.5) 12px;
  line-height: 1;
}

.profile-nav-item a {
  display: block;
  color: #0D151A;
  padding: calc(16px * 1.0 / 1.5) 12px;
  line-height: 1;
}

[dir="ltr"] .profile-nav-item::after {
  right: 12px !important;
}

[dir="rtl"] .profile-nav-item::after {
  left: 12px !important;
}

.profile-section {
  width: 100%;
}

.profile-section-header {
  margin-bottom: calc(16px * 1.0);
}

.profile-section-title {
  margin-bottom: calc(16px * 1.0 / 2);
  font-size: calc(16px * 1.5);
}

.profile-section-description {
  font-size: calc(16px * 0.75);
  color: #16232b;
}

@media (min-width: 1025px) {
  .profile-section-description {
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  font-size: calc(16px * 0.75);
}

@media (min-width: 1025px) {
  .profile-section-sorter {
    display: table;
    width: 100%;
    padding-top: 0;
    border-top: 0;
  }
}

.profile-section-sorter .dropdown {
  display: inline-block;
}

@media (min-width: 1025px) {
  .profile-section-sorter-col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 1025px) {
  [dir="ltr"] .profile-section-sorter-col-main {
    padding-right: 12px;
  }
  [dir="rtl"] .profile-section-sorter-col-main {
    padding-left: 12px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .profile-section-sorter-col-main {
    margin-bottom: calc(16px * 1.0 / 2);
  }
}

@media (max-width: 768px) {
  .profile-section-sorter-col-main {
    margin-bottom: calc(16px * 1.0 / 2);
  }
}

@media (min-width: 1025px) {
  [dir="ltr"] .profile-section-sorter-col-btn {
    text-align: right;
  }
  [dir="rtl"] .profile-section-sorter-col-btn {
    text-align: left;
  }
}

.profile-contribution {
  position: relative;
  padding: calc(16px * 1.0 / 2) 15px;
  word-wrap: break-word;
  background-color: #ffffff;
  border-radius: 1px;
}

.profile-contribution-header {
  margin-bottom: calc(16px * 1.0 / 4);
}

.profile-contribution-status {
  margin-bottom: calc(16px * 1.0 / 4);
}

.profile-contribution-title {
  margin-bottom: calc(16px * 1.0 / 4);
  font-size: 16px;
  font-weight: 600;
}

.profile-contribution-title::before {
  display: inline-block;
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-contribution-body {
  margin-bottom: calc(16px * 1.0 / 4);
}

.profile-contribution-breadcrumbs {
  padding: 0;
  margin-bottom: calc(16px * 1.0 / 2);
  font-size: calc(16px * 0.75);
}

.profile-no-activity, .profile-private-activity {
  color: #16232b;
  text-align: center;
}

.profile-activity {
  position: relative;
  margin-bottom: calc(16px * 1.0 * 1.5);
}

.profile-activity-list {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.profile-activity-header {
  margin-bottom: calc(16px * 1.0 / 2);
  font-size: calc(16px * 0.75);
  font-weight: 600;
}

.profile-activity-header::before {
  display: inline-block;
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-activity-avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(12px / 2);
}

.entry-info {
  display: flex;
  display: -webkit-box;
  font-size: calc(16px * 0.75);
}

[dir="ltr"] .entry-info-avatar {
  padding-right: 12px;
}

[dir="rtl"] .entry-info-avatar {
  padding-left: 12px;
}

/***** Requests *****/
.request {
  position: relative;
}

.request-container {
  margin-bottom: calc(16px * 1.0 * 2);
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1025px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-panels {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-submit-comment {
  display: none;
}

.request-col {
  flex: 1 0 auto;
  order: 1;
}

@media (min-width: 1025px) {
  .request-col {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-col .comment-fields {
  display: none;
}

.request-col .comment-show-container {
  border: 1px solid #0D151A;
  color: #0D151A;
  text-align: inherit;
  font-size: 0.85em;
  background-color: #ffffff;
  padding: 8px 25px;
  width: 100%;
}

.request-sidebar {
  padding: calc(16px * 1.0) 0;
  margin-bottom: calc(16px * 1.0);
  font-size: 14px;
  order: 0;
}

@media (min-width: 1025px) {
  .request-sidebar {
    padding: calc(16px * 1.5) 12px;
    border-radius: 1px;
    background-color: #ffffff;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .request-sidebar {
    border-top: 1px solid #D7D6DC;
    border-bottom: 1px solid #D7D6DC;
  }
}

@media (max-width: 768px) {
  .request-sidebar {
    border-top: 1px solid #D7D6DC;
    border-bottom: 1px solid #D7D6DC;
  }
}

.request-sidebar dd, .request-sidebar dt {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0;
}

.request-sidebar dt {
  width: 40%;
}

.request-sidebar dd {
  width: 50%;
}

.request-status-label {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #ffffff;
  background-color: #038153;
  white-space: nowrap;
  border-radius: 1px;
}

.request-status-label-closed {
  background-color: #e9ebed;
  color: #16232b;
}

.request-status-label-open {
  background-color: #c72a1c;
}

.request-status-label-solved {
  background-color: #68737d;
}

.request-status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.request-status-label-answered {
  background-color: #1f73b7;
}

.request-table-toolbar {
  padding-top: 12px;
  padding-bottom: calc(12px / 2);
  margin-bottom: calc(16px * 1.0);
  background-color: #F7F7F8;
  border-radius: 1px;
}

@media (min-width: 1025px) {
  .request-table-toolbar {
    padding-top: calc(12px / 2);
    padding-bottom: calc(12px / 2);
  }
}

.request-table-toolbar label {
  font-size: calc(16px * 0.75);
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .request-table-filters {
    display: table;
    width: 100%;
  }
}

.request-table-filters-item {
  padding-right: 12px;
  padding-left: 12px;
}

.request-table-filters-item.search, .searchbar .request-table-filters-item.search::before {
  padding-top: 25px;
}

.request-table-filters-item.search::before {
  margin-top: 0;
}

@media (min-width: 1025px) {
  .request-table-filters-item {
    display: table-cell;
    width: 33%;
    vertical-align: middle;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .request-table-filters-item {
    margin-bottom: calc(16px * 1.0 / 2);
  }
}

@media (max-width: 768px) {
  .request-table-filters-item {
    margin-bottom: calc(16px * 1.0 / 2);
  }
}

.request-id {
  margin-bottom: calc(16px * 1.0 /2);
  font-weight: 600;
}

.request-subject {
  font-size: calc(16px * 1.5);
}

@media (min-width: 1025px) {
  .request-subject {
    font-size: calc(16px * 1.75);
    font-weight: 300;
  }
}

.request-follow-up:empty {
  display: none;
}

/***** Search Results *****/
.search-results-container {
  margin-bottom: 0;
}

.search-results-container .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.search-results-count {
  font-size: 28px;
  font-weight: 600;
}

.search-results-filters {
  padding: 16px;
  font-size: calc(16px -2px);
  border: 1px solid #D7D6DC;
  border-radius: 1px;
  background-color: #F7F7F8;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .search-results-filters {
    margin-bottom: calc(16px * 1.0 / 2);
  }
}

@media (max-width: 768px) {
  .search-results-filters {
    margin-bottom: calc(16px * 1.0 / 2);
  }
}

.search-results a:hover {
  text-decoration: underline;
}

.search-results-filter-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}

[dir="ltr"] .search-results-filter-title {
  margin-left: 8px;
}

[dir="rtl"] .search-results-filter-title {
  margin-right: 8px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .search-results-filter-title {
    position: relative;
    font-size: calc(16px * 1);
    cursor: pointer;
  }
  .search-results-filter-title::after {
    position: absolute;
    top: 50%;
    display: block;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.5;
    color: inherit;
    content: "\f107";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [dir="rtl"] .search-results-filter-title::after {
    left: 0;
  }
  [dir="ltr"] .search-results-filter-title::after {
    right: 0;
  }
}

@media (max-width: 768px) {
  .search-results-filter-title {
    position: relative;
    font-size: calc(16px * 1);
    cursor: pointer;
  }
  .search-results-filter-title::after {
    position: absolute;
    top: 50%;
    display: block;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.5;
    color: inherit;
    content: "\f107";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [dir="rtl"] .search-results-filter-title::after {
    left: 0;
  }
  [dir="ltr"] .search-results-filter-title::after {
    right: 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .search-results-filter.collapsible-sidebar[aria-expanded="true"] .search-results-filter-title::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  .search-results-filter.collapsible-sidebar[aria-expanded="true"] .search-results-filter-list {
    display: block;
  }
  .search-results-filter.collapsible-sidebar[aria-expanded="false"] .search-results-filter-list {
    display: none;
  }
}

@media (max-width: 768px) {
  .search-results-filter.collapsible-sidebar[aria-expanded="true"] .search-results-filter-title::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  .search-results-filter.collapsible-sidebar[aria-expanded="true"] .search-results-filter-list {
    display: block;
  }
  .search-results-filter.collapsible-sidebar[aria-expanded="false"] .search-results-filter-list {
    display: none;
  }
}

.search-results-filter.collapsible-sidebar .multibrand-filter-list-collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-filter-list {
  display: block;
  margin-top: 24px;
  margin-bottom: 0;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .search-results-filter-list {
    display: none;
  }
}

@media (max-width: 768px) {
  .search-results-filter-list {
    display: none;
  }
}

.search-results-filter-item {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.search-results-filter-item.is-active .search-results-filter-link {
  color: #ffffff;
  background-color: rgba(55, 56, 150, 1);
  border-color: rgba(55, 56, 150, 1);
}

.search-results-filter-item--subfilter:nth-child(n + 7) {
  display: none;
}

.search-results-filter-link {
  display: block;
  padding: 6px 8px;
  color: #0D151A;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-results-filter-link:active {
  background-image: none;
  outline: none;
}

.search-results-filter-count {
  font-weight: 600;
}

.search-results-filter + .search-results-filter {
  margin-top: calc(16px * 1.0);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .search-results .col:first-child {
    background-color: #F7F7F8;
  }
}

@media (max-width: 768px) {
  .search-results .col:first-child {
    background-color: #F7F7F8;
  }
}

.search-results .col:last-child {
  background-color: #F7F7F8;
}

.search-result {
  margin-bottom: calc(16px * 1.0);
  border-bottom: 1px solid #D7D6DC;
}

.search-result-title {
  margin-bottom: calc(16px * 1.0 / 2);
  font-weight: 600;
}

.search-result-description {
  margin-bottom: calc(16px * 1.0 / 2);
}

.search-result-description:empty {
  display: none;
}

.search-result-description em {
  padding: 0 3px;
  font-style: normal;
  font-weight: 600;
  background-color: #F7F7F8;
  border-radius: 3px;
}

.search-result-meta {
  margin-bottom: calc(16px * 1.0 / 2);
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: 16px;
  color: #0D151A;
  background-color: transparent;
  border-radius: 1px;
}

.search-result-show-more {
  padding: 0;
  color: rgba(55, 56, 150, 1);
  background-color: transparent;
  border: 0;
}

.search-result-subfilters--all .search-results-filter-item:nth-child(n + 7) {
  display: block;
}

.search-result-subfilters--all .search-result-show-more {
  display: none;
}

.see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #1555A1;
  font-weight: bold;
}

.see-all-filters[aria-hidden="true"] {
  display: none;
}

.see-all-filters:hover {
  text-decoration: underline;
}

.see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

/***** Error Page *****/
.error-container {
  padding: 10%;
  text-align: center;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .error-container {
    margin: 100px auto;
  }
}

@media (max-width: 768px) {
  .error-container {
    margin: 100px auto;
  }
}

.error-container-title {
  color: #0D151A;
  text-transform: capitalize;
  margin: 0 0 calc(16px * 1.0);
}

/***** Pagination *****/
.pagination {
  text-align: center;
  margin-top: 10px;
}

.pagination ul {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 calc(16px * 1.0 / 2);
}

.pagination ul > li {
  display: inline-block;
  margin-bottom: calc(16px * 1.0 / 2);
}

[dir="ltr"] .pagination ul > li {
  margin-right: 6px;
}

[dir="rtl"] .pagination ul > li {
  margin-left: 6px;
}

.pagination ul > li > a {
  text-transform: none;
  font-weight: normal;
}

.pagination ul > li > span {
  text-transform: none;
  font-weight: normal;
}

.pagination ul > .pagination-current > span, .pagination ul .pagination ul > .pagination-current > span:hover, .pagination ul .pagination ul > .pagination-current > span:focus {
  z-index: 2;
  color: #0D151A;
  cursor: pointer;
  background-color: rgba(55, 56, 150, 1);
  border-color: rgba(55, 56, 150, 1);
}

.back-to-top {
  position: fixed;
  padding: 0;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  width: 40px;
  height: 40px;
  font-size: 30px !important;
  color: rgba(82, 82, 82, 1);
  cursor: pointer;
  text-align: center;
  border: 2px solid rgba(82, 82, 82, 1);
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-radius 1s ease-out;
  background: transparent;
}

.back-to-top:focus, .back-to-top:active {
  outline: 0;
  color: rgba(255, 255, 255, 1);
  background: rgba(82, 82, 82, 1);
  box-shadow: none;
}

.back-to-top:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(82, 82, 82, 1);
  border-color: rgba(82, 82, 82, 1);
  box-shadow: none;
}

.back-to-top.is-active {
  bottom: 90px;
  z-index: 1001;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/***** Community *****/
[dir="ltr"] .community-nav-item {
  float: left;
}

[dir="rtl"] .community-nav-item {
  float: right;
}

.community-nav-item.is-active {
  font-weight: 600;
}

[dir="ltr"] .community-nav-item-button {
  float: right;
}

[dir="rtl"] .community-nav-item-button {
  float: left;
}

[dir="ltr"] .community-nav-item + .community-nav-item {
  margin-left: 12px;
}

[dir="rtl"] .community-nav-item + .community-nav-item {
  margin-right: 12px;
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge {
  display: flex;
  flex-wrap: wrap;
}

.community-badge-titles {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  line-height: 20px;
  margin: 5px 2px;
}

.community-badge-container-achievements {
  padding-top: 5px;
}

.community-badge-achievements {
  display: inline-block;
  margin: 0 3px 0 0;
}

[dir="rtl"] .community-badge-achievements {
  margin: 0 0 0 3px;
}

.community-badge-achievements img {
  width: 22px;
  height: 22px;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements img {
  width: 40px;
  height: 40px;
}

/***** Community Topic *****/
.topic {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: calc(16px * 1.0 / 2);
  margin-bottom: calc(16px * 1.0);
  border-bottom: 1px solid #D7D6DC;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .topic {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .topic {
    flex-wrap: wrap;
  }
}

.topic-container, .topic-list-container, .post-container, .post-list-container, .new-community-post-container {
  margin-top: 30px;
  margin-bottom: calc(16px * 1.0 * 2);
}

.topic-col {
  display: table-cell;
  vertical-align: inherit;
}

@media (min-width: 1025px) {
  .topic-col {
    vertical-align: top;
  }
}

[dir="ltr"] .topic-col-new-post {
  text-align: right;
}

[dir="rtl"] .topic-col-new-post {
  text-align: left;
}

.topic-title {
  width: 100%;
  margin-bottom: calc(16px * 1.0 / 2);
  font-size: calc(16px * 1.75);
}

[dir="ltr"] .topic-filters-item {
  float: left;
  margin-right: 20px;
}

[dir="rtl"] .topic-filters-item {
  float: right;
  margin-left: 20px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .topic-filters-item {
    margin-bottom: calc(16px * 1.0 / 2);
  }
}

@media (max-width: 768px) {
  .topic-filters-item {
    margin-bottom: calc(16px * 1.0 / 2);
  }
}

.topic-panels {
  margin-bottom: calc(16px * 1.0 * 2);
}

[dir="ltr"] .topic-panels-item {
  float: left;
}

[dir="rtl"] .topic-panels-item {
  float: right;
}

@media (min-width: 1025px) {
  .topic-panels-item-subscribe {
    white-space: nowrap;
  }
  [dir="ltr"] .topic-panels-item-subscribe {
    float: right;
  }
  [dir="rtl"] .topic-panels-item-subscribe {
    float: left;
  }
}

.topic-panels-item-subscribe .dropdown {
  display: inline-block;
  vertical-align: middle;
}

[dir="ltr"] .topic-panels-item-subscribe .dropdown-menu {
  right: 0;
  left: initial;
}

[dir="rtl"] .topic-panels-item-subscribe .dropdown-menu {
  left: 0;
  right: initial;
}

[dir="ltr"] .topic-followers {
  margin-right: calc(12px / 2);
}

[dir="rtl"] .topic-followers {
  margin-left: calc(12px / 2);
}

.topic-list-item-box {
  padding: calc(16px * 1.0) 12px;
  margin-bottom: calc(16px * 1.0);
  border-radius: 1px;
  background-color: #ffffff;
}

.topic-list-item-box:nth-child(2n+1) {
  clear: left;
}

.topic-list-item-title {
  margin-bottom: calc(16px * 1.0 / 2);
}

.topic-list-callout {
  text-align: center;
  margin-top: 50px;
}

/***** Community Post *****/
.post {
  position: relative;
  margin-bottom: calc(16px * 1.0);
}

.post-wrapper {
  background-color: #ffffff;
  border-radius: 1px;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(20, 18, 30, 0.05);
}

.post-title {
  font-size: calc(16px * 1.5);
  display: inline;
}

[dir="ltr"] .post-title {
  padding-right: calc(12px * 1.5);
}

[dir="rtl"] .post-title {
  padding-left: calc(12px * 1.5);
}

@media (min-width: 1025px) {
  .post-title {
    font-size: calc(16px * 2.5);
  }
}

.post-meta {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: calc(16px * 1.0);
  margin-bottom: calc(16px * 1.0);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .post-meta {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .post-meta {
    flex-direction: column;
  }
}

.post-meta-col {
  display: table-cell;
  vertical-align: top;
}

.post-meta-col-main {
  width: 100%;
}

[dir="ltr"] .post-meta-col-main {
  padding-right: 12px;
}

[dir="rtl"] .post-meta-col-main {
  padding-left: 12px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .post-meta-col-main {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .post-meta-col-main {
    margin-bottom: 15px;
  }
}

.post-text {
  word-wrap: break-word;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .post-body {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .post-body {
    padding-right: 0;
    padding-left: 0;
  }
}

.post-body ul {
  list-style: disc;
}

[dir="ltr"] .post-body ul, [dir="ltr"] .post-body ol {
  padding-left: 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
}

.post-voting-and-actions {
  position: relative;
}

.post-voting-and-actions .dropdown-toggle {
  font-size: 0;
}

.post-voting-and-actions .dropdown-toggle::after {
  margin-left: 0;
  font-size: 16px;
  content: "\f013";
}

.post-voting-and-actions .dropdown-menu {
  width: auto;
}

.post-voting-and-actions .dropdown-menu [role="menuitem"] {
  white-space: nowrap;
}

.post-suggest {
  padding: calc(16px * 1.0 / 2) 15px;
  background-color: #ffffff;
}

@media (min-width: 1025px) {
  .post-suggest {
    margin-bottom: 25px;
  }
}

.post-suggest-title {
  font-size: 16px;
  font-weight: 600;
}

.post-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #ffffff;
  border-radius: 1px;
  background-color: #fff;
}

.post-list-item {
  padding-bottom: calc(16px * 1.0 / 2);
  margin-bottom: calc(16px * 1.0 / 2);
  padding-top: calc(16px * 1.0 / 2);
  margin-top: calc(16px * 1.0 / 2);
}

.post-list-item + .post-list-item {
  border-top: 1px solid #D7D6DC;
}

@media (min-width: 1025px) {
  .post-list-item {
    display: table;
    width: 100%;
  }
}

.post-list-item-title {
  margin-bottom: calc(16px * 1.0 / 2);
  font-size: calc(16px * 1.5);
}

.post-list-item-title .fa-star {
  position: relative;
  top: -4px;
  font-size: 50%;
}

@media (min-width: 1025px) {
  .post-list-item-col {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 1025px) {
  .post-list-item-col-main {
    width: 60%;
  }
}

@media (min-width: 1025px) {
  .post-list-item-col-side {
    width: 40%;
  }
  [dir="ltr"] .post-list-item-col-side {
    text-align: right;
  }
  [dir="rtl"] .post-list-item-col-side {
    text-align: left;
  }
}

.post-info {
  font-size: 14px;
  color: #0D151A;
}

@media (min-width: 1025px) {
  .post-info {
    min-width: 90px;
    padding: calc(12px / 2) 12px;
    text-align: center;
    background-color: #F7F7F8;
    border-radius: 1px;
    border: 1px solid #0D151A;
  }
  [dir="ltr"] .post-info {
    float: right;
  }
  [dir="rtl"] .post-info {
    float: left;
  }
}

@media (min-width: 1025px) {
  .post-info-count {
    display: block;
    font-weight: 600;
    color: #0D151A;
  }
}

[dir="ltr"] .post-info + .post-info {
  margin-right: 12px;
}

[dir="rtl"] .post-info + .post-info {
  margin-left: 12px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .post-info + .post-info::before {
    font-size: 10px;
    content: "\2022";
  }
  [dir="ltr"] .post-info + .post-info::before {
    margin-right: calc(12px / 2);
  }
  [dir="rtl"] .post-info + .post-info::before {
    margin-left: calc(12px / 2);
  }
}

@media (max-width: 768px) {
  .post-info + .post-info::before {
    font-size: 10px;
    content: "\2022";
  }
  [dir="ltr"] .post-info + .post-info::before {
    margin-right: calc(12px / 2);
  }
  [dir="rtl"] .post-info + .post-info::before {
    margin-left: calc(12px / 2);
  }
}

.post-actions button {
  padding: 8px;
}

.post-actions-btn {
  height: 19px;
}

.new-post-title {
  font-size: calc(16px * 1.5);
}

@media (min-width: 1025px) {
  .new-post-title {
    font-size: calc(16px * 1.75);
  }
}

.new-post-form {
  margin-bottom: calc(16px * 1.0);
}

/***** Info *****/
.info-header {
  display: none;
  background-color: rgba(236, 234, 221, 0.75);
  transition: all 0.3s ease;
}

.info-header.show {
  display: block;
}

.info-banner {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  padding: 15px 0 10px;
}

.info-banner .banner-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.info-banner .banner-header h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 5px;
  align-items: center;
  color: rgba(50, 51, 49, 1);
}

.info-banner .banner-header #banner-close {
  display: flex;
  cursor: pointer;
}

.info-banner .banner-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.info-banner .banner-body p {
  margin: 0;
  color: rgba(50, 51, 49, 1);
  font-size: 14px;
}

.info-banner .banner-body a {
  text-transform: none;
  font-weight: normal;
  color: rgba(50, 51, 49, 1);
  border-color: rgba(50, 51, 49, 1);
}

.info-banner .banner-body a:hover {
  color: rgba(236, 234, 221, 0.75);
  background-color: rgba(50, 51, 49, 1);
  border-color: rgba(236, 234, 221, 0.75);
}

.support-channel {
  box-shadow: 0 5px 10px rgba(20, 18, 30, 0.05);
  border-radius: 1px;
  background-color: #ffffff;
  height: 100%;
  padding: 25px 40px;
}

@media (max-width: 768px) {
  .support-channel {
    text-align: center;
  }
}

.support-channel-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.support-channel-content {
  align-items: center;
  font-weight: 500;
}

.support-channel-link {
  padding: 0;
  font-size: calc(23 * 1px) !important;
  color: rgba(55, 56, 150, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  line-height: calc(23 * 2px) !important;
}

.support-channel-link:hover {
  color: rgba(55, 56, 150, 1);
  opacity: 0.7;
}

[dir="ltr"] .support-channel-link + .support-channel-link {
  margin-left: 10px;
}

[dir="rtl"] .support-channel-link + .support-channel-link {
  margin-right: 10px;
}

.support-channel .dropdown-toggle::after {
  display: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .support-channel .dropdown {
    position: unset;
  }
}

@media (max-width: 768px) {
  .support-channel .dropdown {
    position: unset;
  }
}

.support-channel .dropdown-menu {
  max-width: unset;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .support-channel .dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .support-channel .dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .telegram-link {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .telegram-link {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
}

.telegram-link .close_button {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .telegram-link .close_button {
    display: block;
  }
}

@media (max-width: 768px) {
  .telegram-link .close_button {
    display: block;
  }
}

/***** Popular Search *****/
.popular-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .popular-search {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .popular-search {
    justify-content: center;
  }
}

.popular-search-keyword-item {
  margin: 0 5px;
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

/***** Image Lightbox *****/
#lightbox {
  display: none;
  position: fixed;
  z-index: 1080;
  left: 0;
  top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

#lightbox .lightbox-body {
  position: relative;
  width: 90%;
  margin: auto;
}

#lightbox .lightbox-content {
  display: block;
  margin: auto;
}

/***** Formatting Component *****/
/* Tab */
.tabs {
  margin-bottom: calc(1.0 * 16px);
}

.tabs-nav {
  display: flex;
  flex-direction: row;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tabs-nav {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .tabs-nav {
    flex-direction: column;
  }
}

.tabs-nav a {
  display: inline-block;
  top: 1px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #0D151A;
  cursor: pointer;
  padding: 5px 20px;
  border: 1px solid transparent;
}

@media (max-width: 1024px) and (min-width: 768px) {
  [dir="ltr"] .tabs-nav a,
  [dir="rtl"] .tabs-nav a {
    display: block;
    float: none;
    border-color: #ddd;
  }
}

@media (max-width: 768px) {
  [dir="ltr"] .tabs-nav a,
  [dir="rtl"] .tabs-nav a {
    display: block;
    float: none;
    border-color: #ddd;
  }
}

.tabs-nav a.is-active {
  border: 1px solid #ddd;
  pointer-events: none;
  border-bottom: 1px solid #ffffff;
  color: rgba(21, 85, 161, 1);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tabs-nav a.is-active {
    border-bottom: 1px solid rgba(21, 85, 161, 1);
  }
}

@media (max-width: 768px) {
  .tabs-nav a.is-active {
    border-bottom: 1px solid rgba(21, 85, 161, 1);
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tabs-nav a:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
  }
}

@media (max-width: 768px) {
  .tabs-nav a:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
  }
}

.tabs-nav a:hover {
  opacity: 0.6;
}

.tabs-content div {
  display: none;
  padding: 16px 20px;
  border: 1px solid #ddd;
}

.tabs-content div.active {
  display: block;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tabs-content div {
    border-radius: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
  }
}

@media (max-width: 768px) {
  .tabs-content div {
    border-radius: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tabs.colored-1 .tabs-nav a.is-active {
    border-bottom-color: transparent;
  }
}

@media (max-width: 768px) {
  .tabs.colored-1 .tabs-nav a.is-active {
    border-bottom-color: transparent;
  }
}

.tabs.colored-1 .tabs-nav a,
.tabs.colored-2 .tabs-content div {
  background-color: #F7F7F8;
}

.tabs.colored-1 .tabs-nav a.is-active {
  background-color: #ffffff;
}

.tabs.colored-2 .tabs-nav a.is-active {
  background-color: #F7F7F8;
  color: #0D151A;
  border-bottom-color: #F7F7F8;
}

/* End of Tabs */
/* Callout */
.callout {
  padding: 20px;
  border-left: 5px solid #0D151A;
  background-color: #F7F7F8;
  margin-bottom: calc(16px * 1.0);
}

.callout-title {
  font-size: calc(16px * 1.5);
  font-weight: 700;
  color: inherit;
}

.callout-dashed {
  border-width: 1px;
  border-style: dashed;
}

.callout-transparent {
  background-color: transparent;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
}

.callout-success {
  background-color: rgba(70, 219, 120, 0.3);
  border-color: #46db78;
}

.callout-info {
  background-color: rgba(74, 164, 224, 0.3);
  border-color: #4aa4e0;
}

.callout-warning {
  background-color: rgba(227, 163, 79, 0.3);
  border-color: #e3a34f;
}

.callout-alert {
  background-color: rgba(232, 51, 51, 0.3);
  border-color: #e83333;
}

.accordion {
  box-shadow: none;
  outline: 0;
  border-color: 0;
  background-color: #F7F7F8;
  color: #0D151A;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:hover {
  opacity: 0.7;
}

.accordion::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: #0D151A;
  font-weight: bold;
  transition: all 0.4s ease;
  float: right;
}

[dir="rtl"] .accordion::after {
  float: left;
}

.accordion.active::after {
  transform: rotate(-180deg);
}

.accordion-panel {
  padding: 0 10px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-left: 1px solid #F7F7F8;
  border-right: 1px solid #F7F7F8;
}
