@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-ExtralightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Super";
  src: url("../fonts/Graphik-SuperItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Super.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Graphik";
  font-weight: 600;
}

h1, .h1 {
  font-size: 5.5rem;
  line-height: 1.13;
}

h2, .h2 {
  font-size: 4.2rem;
  line-height: 100%;
  letter-spacing: 0.25px;
}

h3, .h3 {
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: 0px;
}

h4, .h4 {
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0.15px;
}

p, .p {
  font-family: "Graphik";
  font-weight: 400;
}

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2.8rem;
    line-height: 1;
  }
  h2, .h2 {
    font-size: 2.6rem;
  }
  h3, .h3 {
    font-size: 2.2rem;
  }
}
*:before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  height: -webkit-fill-available;
  font-size: 10px;
}
@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1360px) {
  html {
    font-size: 10px;
  }
}

body {
  font-weight: 400;
  color: #182340;
  font-family: "Graphik";
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  min-height: -webkit-fill-available;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

button {
  cursor: pointer;
}

input,
textarea,
button {
  outline: none;
  box-shadow: none;
}

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

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

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

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

p {
  margin-top: 0;
  margin-bottom: 0;
}

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

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/*
  a:hover {
    color: currentColor;
  } */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

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

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

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input:focus,
button:focus,
select:focus,
optgroup:focus,
textarea:focus {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

button,
textarea,
input,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a[href=""] {
  cursor: default;
  pointer-events: none;
}

a[href]:not([href=""]) {
  cursor: pointer;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1280px;
  --bs-breakpoint-xxl: 1400px;
}

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

.container,
.container-2,
.container-2-xl,
.container-fluid,
.container-xl {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1279.98px) {
  .container,
  .container-2,
  .container-2-xl,
  .container-fluid,
  .container-xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .container,
  .container-2,
  .container-2-xl,
  .container-fluid,
  .container-xl {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
}

@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1248px;
  }
}
@media (min-width: 1280px) {
  .container-2-lg, .container-2-md, .container-2-sm, .container-2, .container-2-xl {
    max-width: 1282px;
  }
}
.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.33333333%;
}

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

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

.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 (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.33333333%;
  }
  .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.66666667%;
  }
  .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 (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.33333333%;
  }
  .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.66666667%;
  }
  .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: 992px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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: 1280px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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 {
    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.33333333%;
  }
  .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.66666667%;
  }
  .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;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !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;
}

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

@media (min-width: 576px) {
  .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-inline-grid {
    display: inline-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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-inline-grid {
    display: inline-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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-inline-grid {
    display: inline-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;
  }
  .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;
  }
}
@media (min-width: 1280px) {
  .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-inline-grid {
    display: inline-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;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .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-inline-grid {
    display: inline-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;
  }
  .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;
  }
}
:root {
  --vh: 1vh;
}

header .header-top {
  height: 78px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10002;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  header .header-top {
    height: 62px;
  }
}
header .header-top .header-logo {
  display: block;
  max-width: 180px;
}
@media (max-width: 575.98px) {
  header .header-top .header-logo {
    max-width: 130px;
  }
}
header .header-top-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  header .header-top-inner .header-top-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
header .hamburger-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 25px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1003;
}
@media (max-width: 1024px) {
  header .hamburger-menu-toggle {
    display: flex;
  }
}
header .hamburger-menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: #182340;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
header .hamburger-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header .hamburger-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
header .header-menu {
  background-color: #F8F8F8;
  display: block;
}
@media (max-width: 1024px) {
  header .header-menu {
    display: none;
  }
}
header .header-menu .menu-list {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}
header .header-menu .menu-list .menu-item {
  cursor: pointer;
}
@media (min-width: 1024px) {
  header .header-menu .menu-list .menu-item.active .submenu-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    transition: all 0.3s ease;
  }
  header .header-menu .menu-list .menu-item.active .menu-item-title svg {
    transform: rotate(180deg);
  }
}
@media (min-width: 1280px) {
  header .header-menu .menu-list .menu-item:hover .submenu-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    transition: all 0.3s ease;
  }
  header .header-menu .menu-list .menu-item:hover:hover .menu-item-title svg {
    transform: rotate(180deg);
  }
  header .header-menu .menu-list .menu-item:hover::before {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
header .header-menu .menu-list .menu-item::before {
  content: "";
  display: block;
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1rem;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}
header .header-menu .menu-list .menu-item .menu-item-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.75px;
  font-weight: 600;
  font-family: "Graphik";
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #182340;
}
header .header-menu .menu-list .menu-item .menu-item-title svg {
  transition: all 0.3s ease;
}
header .header-menu .submenu-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 1rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  max-height: 80vh;
  transition: all 0.3s ease;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  padding: 2.5rem;
  background-color: #FFFFFF;
  cursor: default;
  z-index: 11;
  transform: translateY(50px);
}
header .header-menu .submenu-item .menu-item-description {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.25px;
  font-weight: 500;
  font-family: "Graphik";
  font-style: italic;
  margin-bottom: 2rem;
  color: rgb(80, 88, 98);
}
header .header-menu .submenu-item .submenu-item-item .submenu-item-links li {
  padding: 8px 16px;
  border-radius: 4px;
}
header .header-menu .submenu-item .submenu-item-item .submenu-item-links li a {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: #182340;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Graphik";
}
header .header-menu .submenu-item .submenu-item-item .submenu-item-links li a svg {
  opacity: 0;
  margin-top: 7px;
}
header .header-menu .submenu-item .submenu-item-item .submenu-item-links li:hover {
  background-color: rgba(36, 28, 21, 0.05);
}
header .header-menu .submenu-item .submenu-item-item .submenu-item-links li:hover a {
  color: #375EDF;
}
header .header-menu .submenu-item .submenu-item-item .submenu-item-links li:hover a svg {
  opacity: 1;
}
header .header-menu .submenu-item .submenu-item-item .submenu-item-button {
  padding-top: 2rem;
}
header .header-menu .submenu-item .submenu-item-item.submenu-item-has-button {
  display: flex;
  flex-direction: column;
}
header .header-menu .submenu-item .submenu-item-item.submenu-item-has-button .submenu-item-button {
  margin-top: auto;
}
header .header-menu .submenu-item h4.heading-item-menu {
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.15px;
  font-weight: 500;
  font-family: "Graphik";
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  cursor: default;
}
header .header-menu .submenu-item .submenu-item-item-content {
  margin-bottom: 2.6rem;
}
header .header-menu .submenu-item-featured {
  position: relative;
}
header .header-menu .submenu-item-featured::before {
  content: "";
  display: block;
  background-color: #F3F5FD;
  position: absolute;
  left: 0rem;
  top: -2.5rem;
  bottom: -2.5rem;
  right: -0.9rem;
  z-index: 1;
}
header .header-menu .submenu-item-featured h4,
header .header-menu .submenu-item-featured .submenu-item-links {
  position: relative;
  z-index: 2;
}
header .header-menu .submenu-item-featured h4 li,
header .header-menu .submenu-item-featured .submenu-item-links li {
  margin-bottom: 2.4rem;
}
header .header-menu .submenu-item-featured h4 li:last-child,
header .header-menu .submenu-item-featured .submenu-item-links li:last-child {
  margin-bottom: 0;
}
header .header-menu .submenu-item-featured h4 li a,
header .header-menu .submenu-item-featured .submenu-item-links li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #182340;
}
header .header-menu .submenu-item-featured h4 li a img,
header .header-menu .submenu-item-featured .submenu-item-links li a img {
  flex-shrink: 0;
  border-radius: 10px;
  max-width: 130px;
}
header .header-menu .submenu-item-featured h4 li a .content .title,
header .header-menu .submenu-item-featured .submenu-item-links li a .content .title {
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.15px;
  font-weight: 400;
  font-family: "Graphik";
  color: #6A7682;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
header .header-menu .submenu-item-featured h4 li a .content .description,
header .header-menu .submenu-item-featured .submenu-item-links li a .content .description {
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.15px;
  font-weight: 400;
  font-family: "Graphik";
}
header .header-menu .submenu-child-links {
  margin-left: 2rem;
}
header .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #FFFFFF;
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  overflow: hidden;
  display: none;
  padding-top: 78px;
}
@media (max-width: 1024px) {
  header .mobile-menu-overlay {
    padding-top: 62px;
  }
}
header .mobile-menu-overlay.active {
  transform: translateY(0);
}
header .mobile-menu-overlay .mobile-menu-content {
  position: relative;
  overflow: hidden;
  height: calc(100dvh - 62px);
  height: calc(var(--vh, 1vh) * 100 - 62px);
}
header .mobile-menu-overlay .mobile-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  overflow-y: auto;
}
header .mobile-menu-overlay .mobile-menu-list .mobile-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.75px;
  font-weight: 600;
  font-family: "Graphik";
  color: #182340;
}
header .mobile-menu-overlay .mobile-menu-list .mobile-menu-item .mobile-menu-item-chevron {
  flex-shrink: 0;
}
header .mobile-menu-overlay .mobile-menu-list .mobile-menu-item:active {
  background-color: rgba(24, 35, 64, 0.05);
}
@media (max-width: 1024px) {
  header .mobile-menu-overlay .mobile-menu-list .mobile-menu-item {
    padding: 1.6rem 4rem;
  }
}
@media (max-width: 575.98px) {
  header .mobile-menu-overlay .mobile-menu-list .mobile-menu-item {
    padding: 1.6rem;
  }
}
header .mobile-menu-overlay .mobile-submenu-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  transition: transform 0.3s ease;
  overflow-y: auto;
}
header .mobile-menu-overlay .mobile-submenu-wrapper.active {
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu {
  display: none;
  height: 100%;
  flex-direction: column;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu.active {
  display: flex;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-back {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.75px;
  font-weight: 600;
  font-family: "Graphik";
  color: #375EDF;
  text-align: left;
  width: 100%;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-back:active {
  background-color: rgba(24, 35, 64, 0.05);
}
@media (max-width: 1024px) {
  header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-back {
    padding: 1.6rem 4rem;
  }
}
@media (max-width: 575.98px) {
  header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-back {
    padding: 1.6rem;
  }
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content {
  flex: 1;
  padding: 0 1.6rem 2rem 1.6rem;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content {
    padding: 1.6rem 4rem;
  }
}
@media (max-width: 575.98px) {
  header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content {
    padding: 1.6rem;
  }
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-description {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.15px;
  font-weight: 400;
  font-family: "Graphik";
  color: #505862;
  font-style: italic;
  margin-bottom: 2.4rem;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-section-title {
  font-size: 1.2rem;
  line-height: 2.1rem;
  letter-spacing: 0.15px;
  font-weight: 600;
  font-family: "Graphik";
  color: #182340;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-section-title:first-of-type {
  margin-top: 0;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-menu-item-description {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.15px;
  font-weight: 400;
  font-family: "Graphik";
  color: #505862;
  font-style: italic;
  margin-bottom: 1.6rem;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-links {
  list-style: none;
  padding: 0;
  margin: 0 0 2.4rem 0;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-links li:last-child {
  margin-bottom: 0;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-links li a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Graphik";
  color: #182340;
  text-decoration: none;
  display: block;
  padding: 0.8rem 0;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-links li a:active {
  color: #375EDF;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-child-links {
  margin-left: 1.5rem;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-featured {
  list-style: none;
  padding: 0;
  margin: 0 0 2.4rem 0;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-featured li {
  margin-bottom: 2.4rem;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-featured li:last-child {
  margin-bottom: 0;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-featured li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #182340;
  text-decoration: none;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-featured li a img {
  flex-shrink: 0;
  border-radius: 10px;
  max-width: 130px;
  width: 100%;
  height: auto;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-featured li a .content {
  flex: 1;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-featured li a .content .title {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.15px;
  font-weight: 400;
  font-family: "Graphik";
  color: #6A7682;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-featured li a .content .description {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.15px;
  font-weight: 400;
  font-family: "Graphik";
  color: #182340;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-content .mobile-submenu-featured li a:active {
  opacity: 0.8;
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  background-color: white;
  padding: 1.6rem;
  gap: 10px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.0784313725);
  margin-top: auto;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-cta {
    padding: 1.6rem 4rem;
  }
}
@media (max-width: 575.98px) {
  header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-cta {
    padding: 1.6rem;
  }
}
header .mobile-menu-overlay .mobile-submenu-wrapper .mobile-submenu .mobile-submenu-cta a {
  flex: 1;
  text-align: center;
}

body.menu-open {
  overflow: hidden;
}
@media (max-width: 1024px) {
  body.menu-open header .mobile-menu-overlay {
    display: block;
  }
}

footer {
  background-color: #F3F3F3;
  padding: 7.2rem 0 5rem 0;
}
footer .footer-col {
  margin-bottom: 2.4rem;
}
footer .footer-col__title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.75px;
  font-weight: 600;
  font-family: "Graphik";
  color: #182340;
  margin-bottom: 1.6rem;
}
footer .footer-col__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-col__links li {
  margin-bottom: 1.6rem;
}
footer .footer-col__links li a {
  color: #182340;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Graphik";
  text-decoration: none;
}
footer .footer-col__links li a:hover {
  text-decoration: underline;
  color: #375EDF;
}
footer .footer-qr img {
  max-width: 8.5rem;
}
footer .footer-copyright,
footer .footer-qr__label {
  color: #182340;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Graphik";
}
footer .footer-bottom-divider {
  height: 1px;
  color: #B1BFC9;
  background: #B1BFC9;
  font-size: 0;
  border: 0;
  margin: 3.2rem 0;
}
footer .footer-logo img {
  max-width: 19rem;
}
@media (max-width: 991.98px) {
  footer .footer-logo img {
    max-width: 15rem;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-menu {
    margin-bottom: 2rem;
  }
}
footer .footer-menu .menu-list {
  display: flex;
  justify-content: end;
  gap: 3.2rem;
}
@media (max-width: 1279.98px) {
  footer .footer-menu .menu-list {
    gap: 0.5rem 3rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-menu .menu-list {
    gap: 0;
  }
}
footer .footer-menu .menu-list .menu-item a {
  color: #505862;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Graphik";
  text-decoration: none;
}
footer .footer-menu .menu-list .menu-item a:hover {
  text-decoration: underline;
  color: #375EDF;
}
@media (max-width: 1279.98px) {
  footer .footer-menu .menu-list .menu-item {
    width: 50%;
    padding-right: 10px;
  }
}
footer .footer-socials {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  footer .footer-socials {
    margin: 2rem 0;
  }
}
footer .footer-socials__list {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-socials__list a {
  display: block;
  max-width: 22px;
}
footer .footer-menu,
footer .footer-copyright {
  padding-top: 5px;
}

.btn {
  display: inline-block;
  padding: 1.1rem 1.6rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.75px;
  font-weight: 600;
  font-family: "Graphik";
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn.btn-primary {
  background-color: #375EDF;
  border: 1px solid #375EDF;
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background-color: #FFFFFF;
  color: #375EDF;
  border: 1px solid #375EDF;
}
.btn.btn-secondary {
  background-color: #FFFFFF;
  border: 1px solid #375EDF;
  color: #375EDF;
}
.btn.btn-secondary:hover {
  background-color: #375EDF;
  color: #FFFFFF;
  border: 1px solid #375EDF;
}
.btn.header-search-button {
  padding: 0.6rem 2.9rem;
}

.button-icon {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.75px;
  font-weight: 600;
  font-family: "Graphik";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #375EDF;
  gap: 6px;
  width: fit-content;
  transition: all 0.3s ease;
}
.button-icon svg {
  transition: all 0.3s ease;
}
.button-icon:hover svg {
  transform: translateX(5px);
}
.button-icon.outline {
  border: 1px solid #375EDF;
  padding: 1.1rem 1.7rem;
  border-radius: 100px;
  gap: 12px;
}
.button-icon.white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #375EDF;
}
.button-icon.primary {
  background-color: #375EDF;
  border: 1px solid #375EDF;
  color: #FFFFFF;
}

.page-banner {
  position: relative;
  padding: 8.4rem 0;
  background-color: #182340;
}
.page-banner .banner-left-shape,
.page-banner .banner-right-shape {
  position: absolute;
}
.page-banner .banner-left-shape {
  left: 0;
  top: 0;
  width: 23.8rem;
}
.page-banner .banner-right-shape {
  right: 0;
  bottom: 0;
  width: 26.7rem;
}
.page-banner .banner-content {
  text-align: center;
}
.page-banner .sub-title {
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  font-weight: 500;
  font-family: "Graphik";
  color: #F3F3F3;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.page-banner .main-title {
  margin-bottom: 1.6rem;
  color: #F3F3F3;
}
.page-banner .description {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
  color: #F3F3F3;
}
@media (max-width: 1360px) {
  .page-banner .banner-left-shape {
    width: 18.8rem;
  }
  .page-banner .banner-right-shape {
    width: 21.7rem;
  }
}
@media (max-width: 1200px) {
  .page-banner .banner-left-shape {
    width: 13rem;
  }
  .page-banner .banner-right-shape {
    width: 15rem;
  }
  .page-banner .description br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .page-banner .banner-left-shape {
    width: 10rem;
  }
  .page-banner .banner-right-shape {
    width: 12rem;
  }
}
@media (max-width: 575.98px) {
  .page-banner .banner-left-shape {
    width: 8rem;
  }
  .page-banner .banner-right-shape {
    width: 10rem;
  }
  .page-banner .description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.75px;
    font-weight: 400;
    font-family: "Graphik";
  }
}

.accordions .accordion-item {
  border-top: 1px solid #C3CCD6;
}
.accordions .accordion-item .accordion-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  cursor: pointer;
}
.accordions .accordion-item .accordion-heading span {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Graphik";
}
.accordions .accordion-item .accordion-heading svg {
  transition: all 0.3s ease;
  width: 24px;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .accordions .accordion-item .accordion-heading {
    padding-top: 1.6rem;
    padding-bottom: 2.4rem;
  }
}
.accordions .accordion-item .accordion-content {
  display: none;
}
.accordions .accordion-item .accordion-content p {
  margin-bottom: 1.6rem;
}
.accordions .accordion-item .accordion-content ul, .accordions .accordion-item .accordion-content ol {
  margin-bottom: 2rem;
}
.accordions .accordion-item .accordion-content ul {
  list-style: disc;
  padding-left: 2rem;
}
.accordions .accordion-item .accordion-content ol {
  list-style: decimal;
  padding-left: 2rem;
}
.accordions .accordion-item .accordion-content a:hover {
  text-decoration: underline;
}
.accordions .accordion-item.active .accordion-heading svg {
  transform: rotate(180deg);
}

.sa-select {
  position: relative;
  min-width: 220px;
}
.sa-select .sa-select-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.2rem 3.5rem 1.2rem 1.6rem;
  border-radius: 8px;
  border: 1px solid #C3CCD6;
  background-color: white;
  transition: all 0.3s ease;
  gap: 12px;
}
.sa-select .sa-select-arrow {
  position: absolute;
  right: 1.6rem;
}
.sa-select .sa-select-arrow svg {
  transition: transform 0.2s ease;
}
.sa-select .sa-select-label {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #182340;
}
.sa-select .sa-select-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 4px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #C3CCD6;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 15;
  padding: 0rem 0rem 1rem 0;
}
.sa-select .sa-select-search {
  padding: 1rem 1.6rem;
}
.sa-select .sa-select-search .sa-select-search-input {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  border: 1px solid #C3CCD6;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.75px;
  font-weight: 400;
  font-family: "Graphik";
}
.sa-select .sa-select-search .sa-select-search-input:focus {
  outline: none;
  border-color: #375EDF;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.15);
}
.sa-select .sa-select-options {
  max-height: 30rem;
  overflow-y: auto;
}
.sa-select .sa-select-options .sa-option-label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.75px;
  font-weight: 400;
  font-family: "Graphik";
}
.sa-select .sa-select-options .sa-select-option {
  padding: 0.8rem 1.6rem;
  cursor: pointer;
}
.sa-select .sa-select-options .sa-select-option:hover {
  background-color: #F3F3F3;
}
.sa-select .sa-select-options .sa-select-option.is-active {
  background-color: rgba(55, 94, 223, 0.0901960784);
}
.sa-select.is-open .sa-select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(4px);
}
.sa-select.is-open .sa-select-arrow svg {
  transform: rotate(180deg);
}

.courses-filter-date {
  position: relative;
}
.courses-filter-date .courses-date-arrow {
  position: absolute;
  right: 1.6rem;
}
.courses-filter-date .courses-filter-date-control {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  border: 1px solid #C3CCD6;
}
.courses-filter-date .courses-filter-date-input {
  width: 100%;
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.75px;
  font-weight: 400;
  font-family: "Graphik";
  padding: 0.5rem 0;
}

.courses-sidebar .sa-select .sa-select-label {
  font-weight: 600;
  color: black;
}

.my-tabs .tab-content {
  display: none;
}

.hero-banner {
  padding: 2rem 0 3.9rem 0;
}
.hero-banner .hero-banner-content .sub-heading {
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  font-weight: 500;
  font-family: "Graphik";
  margin-bottom: 1.6rem;
}
.hero-banner .hero-banner-content .main-heading {
  margin-bottom: 1.6rem;
}
.hero-banner .hero-banner-content .description {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
}
.hero-banner .hero-banner-content .description p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
}
@media (max-width: 1279.98px) {
  .hero-banner .hero-banner-content .description br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hero-banner .hero-banner-content .description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.75px;
    font-weight: 400;
    font-family: "Graphik";
  }
}
.hero-banner .hero-banner-content .buttons {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .hero-banner .hero-banner-content .buttons {
    gap: 1rem;
  }
}
.hero-banner .hero-banner-content .button-3 {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .hero-banner .hero-banner-content .button-3 {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .hero-banner .hero-banner-image {
    margin-top: 2rem;
  }
}

.call-to-action {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  gap: 5px;
  padding: 2.1rem;
  background-color: #F3F5FD;
}
.call-to-action > span {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
}
.call-to-action .button-icon {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "Graphik";
  width: fit-content;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .call-to-action {
    flex-direction: column;
  }
  .call-to-action .separator {
    display: none;
  }
}

.global {
  text-align: center;
  padding: 6.8rem 0 8.9rem 0;
}
@media (max-width: 767.98px) {
  .global {
    padding: 5rem 0;
  }
}
.global .global-inner {
  background-repeat: no-repeat;
  background-size: revert;
  background-position: top center;
  padding-top: 2.4rem;
}
@media (max-width: 767.98px) {
  .global .global-inner {
    background-size: contain;
  }
}
.global .heading {
  margin-bottom: 3.2rem;
}
.global .sub-heading {
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  font-weight: 500;
  font-family: "Graphik";
  margin-bottom: 1.6rem;
  color: #182340;
}
.global .main-heading {
  margin-bottom: 1.6rem;
}
.global .description {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
}
@media (max-width: 991.98px) {
  .global .description br {
    display: none;
  }
}
.global .global-counter {
  max-width: 109.4rem;
  margin: 0 auto;
}
.global .counter-item {
  text-align: center;
  padding: 3.2rem;
}
@media (max-width: 991.98px) {
  .global .counter-item {
    padding: 2rem;
  }
}
.global .counter-item-number {
  font-size: 4.2rem;
  line-height: 100%;
  letter-spacing: 0.25px;
  font-weight: 600;
  font-family: "Graphik";
  color: #375EDF;
  margin-bottom: 1.6rem;
}
@media (max-width: 991.98px) {
  .global .counter-item-number {
    font-size: 3.2rem;
    line-height: 100%;
    letter-spacing: 0.25px;
    font-weight: 600;
    font-family: "Graphik";
  }
}
.global .counter-item-label {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
  color: #6A7682;
}
.global .global-partners-title {
  margin-top: 3.2rem;
}
@media (max-width: 575.98px) {
  .global .global-partners-title {
    margin-top: 2rem;
  }
}
.global .global-partners-image {
  margin-top: 4.2rem;
}
.global .global-partners-image img {
  margin: 0 auto;
}

.certificates-inner {
  text-align: center;
  background-color: #182340;
  border-radius: 20px;
  overflow: hidden;
  color: #F3F3F3;
  padding: 4.7rem 10.4rem 4.4rem;
  position: relative;
}
@media (max-width: 1279.98px) {
  .certificates-inner {
    padding: 4rem 5rem;
  }
}
@media (max-width: 575.98px) {
  .certificates-inner {
    padding: 5rem 3rem;
  }
}
.certificates-inner .certificates-icon {
  position: absolute;
}
.certificates-inner .certificates-icon-1 {
  left: 0;
  top: 0;
}
@media (max-width: 1279.98px) {
  .certificates-inner .certificates-icon-1 {
    max-width: 10rem;
  }
}
@media (max-width: 991.98px) {
  .certificates-inner .certificates-icon-1 {
    max-width: 5rem;
  }
}
.certificates-inner .certificates-icon-2 {
  right: 0;
  bottom: 0;
}
@media (max-width: 1279.98px) {
  .certificates-inner .certificates-icon-2 {
    max-width: 10rem;
  }
}
.certificates .certificates-heading {
  margin-bottom: 3.9rem;
  position: relative;
  z-index: 2;
}
.certificates .certificates-heading .main-heading {
  margin-bottom: 1.6rem;
}
.certificates .certificates-heading .description {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
}
@media (max-width: 991.98px) {
  .certificates .certificates-heading .description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.75px;
    font-weight: 400;
    font-family: "Graphik";
  }
  .certificates .certificates-heading .description br {
    display: none;
  }
}
.certificates .certificates-lists {
  position: relative;
  z-index: 2;
}
.certificates .certificate-item {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.08);
  padding: 3.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279.98px) {
  .certificates .certificate-item {
    padding: 3rem 2rem;
  }
}
.certificates .certificate-item-content {
  margin-bottom: 2.8rem;
}
.certificates .certificate-item-content img {
  max-width: 13.2rem;
  margin: 0 auto 8px auto;
}
.certificates .certificate-item-title {
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0.15px;
  font-weight: 600;
  font-family: "Graphik";
  color: #182340;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
}
.certificates .certificate-item-buttons {
  margin-top: auto;
}
.certificates .certificate-item-buttons .button-1 {
  margin-bottom: 12px;
}
.certificates .certificate-item-buttons .button-2 {
  display: flex;
  justify-content: center;
}
.certificates .certificates-button {
  margin-top: 3.9rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .certificates .certificates-button {
    margin-top: 1rem;
  }
}

.course {
  padding: 7rem 0 10rem 0;
}
.course .course-content .sub-heading {
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  font-weight: 500;
  font-family: "Graphik";
  margin-bottom: 1.6rem;
}
.course .course-content .main-heading {
  margin-bottom: 1.6rem;
}
.course .course-content .description-1 {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Graphik";
}
.course .course-content .description-2 {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
  margin-bottom: 1.6rem;
}
.course .course-image {
  max-width: 59.2rem;
}
@media (max-width: 767.98px) {
  .course .course-image {
    max-width: 100%;
    margin-top: 3rem;
  }
}
.course .course-posts {
  display: flex;
  gap: 2.6rem;
  margin-top: 7rem;
}
@media (max-width: 1279.98px) {
  .course .course-posts {
    gap: 2rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .course .course-posts {
    margin-top: 5rem;
  }
}
.course .course-post-item {
  width: calc((100% - 7.8rem) / 4);
  display: flex;
  border-radius: 20px;
  padding: 2.5rem 1.6rem;
  gap: 12px;
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.06), 0px 8px 12px -2px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1279.98px) {
  .course .course-post-item {
    width: calc((100% - 4rem) / 3);
  }
}
@media (max-width: 991.98px) {
  .course .course-post-item {
    width: calc((100% - 2rem) / 2);
  }
}
@media (max-width: 575.98px) {
  .course .course-post-item {
    width: 100%;
  }
}
.course .course-post-item .image {
  max-width: 8.5rem;
  flex-shrink: 0;
}
.course .course-post-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-content {
  padding-top: 3.9rem;
}
.about-content .about-content-inner {
  padding-bottom: 6.7rem;
}
.about-content .about-content-inner .description {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
  margin-bottom: 6.5rem;
  text-align: center;
}
.about-content .about-content-inner h2.title {
  margin-bottom: 1.8rem;
  text-align: center;
}
.about-content .character-related-item {
  padding: 3.2rem;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.06), 0 8px 12px -2px rgba(0, 0, 0, 0.08);
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.about-content .character-related-item .image {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.about-content .character-related-item .content {
  text-align: left;
  margin-bottom: 2.4rem;
}
.about-content .character-related-item .content h4.title {
  margin-bottom: 0.8rem;
}
.about-content .character-related-item .content .desc {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
}
.about-content .character-related-item .button-icon {
  margin-top: auto;
}

.about-section {
  padding-left: 8rem;
}
@media (max-width: 1279.98px) {
  .about-section {
    padding-left: 0;
  }
}
.about-section .content-wrapper h2.title {
  margin-bottom: 1.8rem;
}
.about-section .content-wrapper .description {
  margin-bottom: 3rem;
}
.about-section .content-wrapper .description .title {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Graphik";
  margin-bottom: 0.8rem;
}
.about-section .content-wrapper .description .desc {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 4 0;
  font-family: "Graphik";
}
.about-section .content-wrapper .description:last-child {
  margin-bottom: 2rem;
}
.about-section .content-wrapper .method-related-list {
  max-width: 60%;
}
@media screen and (max-width: 767.98px) {
  .about-section .content-wrapper .method-related-list {
    max-width: 100%;
  }
}
.about-section .content-wrapper .method-related-list li {
  display: flex;
  gap: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Graphik";
  margin-bottom: 1.5rem;
}
.about-section .content-wrapper .method-related-list li svg {
  flex-shrink: 0;
}

.about-certification {
  background-color: #F3F5FD;
  border-radius: 20px;
  padding: 3.2rem 5rem 3.2rem 8rem;
  position: relative;
  margin: 3.2rem 0;
  min-height: 20rem;
}
@media (max-width: 1279.98px) {
  .about-certification {
    padding: 3.2rem;
  }
}
.about-certification .about-certification-shape {
  position: absolute;
  object-fit: cover;
}
.about-certification .about-certification-shape-1 {
  right: 31%;
  top: 0;
}
@media (max-width: 767.98px) {
  .about-certification .about-certification-shape-1 {
    max-width: 20rem;
  }
}
.about-certification .about-certification-shape-2 {
  left: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .about-certification .about-certification-shape-2 {
    max-width: 30rem;
  }
}
.about-certification-content {
  position: relative;
  z-index: 2;
  padding: 3.2rem 0;
}
@media (max-width: 767.98px) {
  .about-certification-content {
    text-align: center;
  }
}
.about-certification-image {
  padding-left: 5rem;
}
@media (max-width: 1199.98px) {
  .about-certification-image {
    padding-left: 2rem;
  }
}
@media (max-width: 767.98px) {
  .about-certification-image {
    padding-left: 0;
  }
}
.about-certification-image img {
  max-width: 24.9rem;
}
@media (max-width: 991.98px) {
  .about-certification-image img {
    max-width: 15rem;
  }
}
@media (max-width: 767.98px) {
  .about-certification-image img {
    max-width: 24.9rem;
    margin: 0 auto;
  }
}

.about-certification-description {
  padding-left: 8rem;
}
@media (max-width: 1279.98px) {
  .about-certification-description {
    padding-left: 0;
  }
}
.about-certification-description-content {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Graphik";
  margin-bottom: 1rem;
  max-width: 67%;
}
@media (max-width: 1279.98px) {
  .about-certification-description-content {
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  .about-certification-description-content {
    max-width: 100%;
  }
}
.about-certification-description .subtitle {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
  margin-bottom: 1rem;
}
.about-certification-description .about-certification-items {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 10rem;
}
@media (max-width: 991.98px) {
  .about-certification-description .about-certification-items {
    gap: 3rem 5rem;
  }
}
@media (max-width: 767.98px) {
  .about-certification-description .about-certification-items {
    gap: 2rem 0;
  }
}
.about-certification-description .about-certification-items .about-certification-item {
  width: calc(48% - 5rem);
  display: flex;
  gap: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Graphik";
}
@media (max-width: 991.98px) {
  .about-certification-description .about-certification-items .about-certification-item {
    width: calc(50% - 2.5rem);
  }
}
@media (max-width: 767.98px) {
  .about-certification-description .about-certification-items .about-certification-item {
    width: 100%;
  }
}
.about-certification-description .about-certification-items .about-certification-item svg {
  flex-shrink: 0;
}

.about-learn-more {
  padding: 5rem 0 10rem 0;
}
.about-learn-more .learn-more-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  background-color: #DBEEF7;
  border-radius: 20px;
  min-height: 42.4rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .about-learn-more .learn-more-content {
    min-height: 30rem;
  }
}
@media (max-width: 767.98px) {
  .about-learn-more .learn-more-content {
    margin-top: 2.4rem;
  }
}

.events-banner {
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #182340;
  min-height: 52.3rem;
  color: white;
  display: flex;
  align-items: center;
  padding: 0 3.2rem;
}
@media (max-width: 991.98px) {
  .events-banner {
    background-size: cover;
    background-position: center;
    padding: 0;
  }
}
.events-banner .main-title {
  margin-bottom: 3.2rem;
}
.events-banner .tag-title {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 16px;
  background-color: #24D07A;
  border-radius: 100px;
  margin-bottom: 2.4rem;
}
.events-banner .tag-title span {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Graphik";
  text-transform: capitalize;
  color: #182340;
}
.events-banner .subtitle {
  margin-bottom: 2.4rem;
}
.events-banner .description {
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0.15px;
  font-weight: 400;
  font-family: "Graphik";
  max-width: 75%;
  margin-bottom: 4rem;
}
@media (max-width: 575.98px) {
  .events-banner .description {
    font-size: 1.8rem;
    line-height: 2.1rem;
    letter-spacing: 0.75px;
    font-weight: 400;
    font-family: "Graphik";
    max-width: 100%;
  }
}

.events-list {
  padding: 8rem 0;
}
.events-list .event-item {
  margin-bottom: 10rem;
}
.events-list .event-item .content-right {
  padding-left: 3.2rem;
}
.events-list .event-item .content-left {
  padding-right: 3.2rem;
}
@media (max-width: 1279.98px) {
  .events-list .event-item {
    margin-bottom: 8rem;
  }
  .events-list .event-item .content-right {
    padding-left: 1.6rem;
  }
  .events-list .event-item .content-left {
    padding-right: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .events-list .event-item {
    margin-bottom: 5rem;
  }
}
.events-list .event-item-media .box-img {
  width: 100%;
  padding-top: 66.7826086957%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.events-list .event-item-media .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.events-list .event-item-media .video-iframe {
  width: 100%;
  padding-top: 59.4642857143%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.events-list .event-item-media .video-iframe video,
.events-list .event-item-media .video-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.events-list .event-item-media .video-upload {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .events-list .event-item-media {
    margin-bottom: 3rem;
  }
}
.events-list .event-item-content .event-title {
  margin-bottom: 1.6rem;
}
.events-list .event-item-content ul, .events-list .event-item-content ol {
  margin: 2rem 0;
}
.events-list .event-item-content ul li, .events-list .event-item-content ol li {
  display: flex;
  margin-bottom: 1.6rem;
}
.events-list .event-item-content ul li::before, .events-list .event-item-content ol li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23DBEEF7'/%3E%3Crect width='24' height='24' rx='12' stroke='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3536 8.64645C16.5488 8.84171 16.5488 9.15829 16.3536 9.35355L10.8536 14.8536C10.6583 15.0488 10.3417 15.0488 10.1464 14.8536L7.64645 12.3536C7.45118 12.1583 7.45118 11.8417 7.64645 11.6464C7.84171 11.4512 8.15829 11.4512 8.35355 11.6464L10.5 13.7929L15.6464 8.64645C15.8417 8.45118 16.1583 8.45118 16.3536 8.64645Z' fill='%23375EDF'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1.6rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.events-list .event-item-content ul li:last-child, .events-list .event-item-content ol li:last-child {
  margin-bottom: 0;
}
.events-list .event-item-content p {
  margin-bottom: 1.6rem;
  display: inline-block;
}

.events-connect {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0 4rem 0;
  color: white;
}
.events-connect-heading {
  margin-bottom: 5rem;
  color: white;
  text-align: center;
}
.events-connect-heading .title {
  margin-bottom: 1.6rem;
}
.events-connect .gallery-slider {
  position: relative;
}
.events-connect .gallery-slider .events-gallery-slider .box-img {
  position: relative;
  padding-top: 64.9595687332%;
  border-radius: 20px;
  overflow: hidden;
}
.events-connect .gallery-slider .events-gallery-slider .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.events-connect .gallery-slider .pagination-wrapper {
  position: relative;
  margin-top: 3rem;
}
.events-connect .gallery-slider .pagination-wrapper .swiper-button-prev,
.events-connect .gallery-slider .pagination-wrapper .swiper-button-next {
  height: fit-content;
  width: fit-content;
}
.events-connect .gallery-slider .pagination-wrapper .swiper-button-prev::after,
.events-connect .gallery-slider .pagination-wrapper .swiper-button-next::after {
  display: none;
}
.events-connect .gallery-slider .pagination-wrapper .swiper-button-prev {
  left: -5rem;
}
.events-connect .gallery-slider .pagination-wrapper .swiper-button-next {
  right: -5rem;
}
.events-connect .gallery-slider .pagination-wrapper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid white;
}
.events-connect .gallery-slider .pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}
.events-connect .gallery-slider .pagination-wrapper .gallery-pagination {
  position: relative;
  padding-top: 2rem;
  z-index: 8;
}
@media (max-width: 1360px) {
  .events-connect .gallery-slider .pagination-wrapper .swiper-button-prev {
    left: 0rem;
  }
  .events-connect .gallery-slider .pagination-wrapper .swiper-button-next {
    right: 0rem;
  }
}
@media (max-width: 575.98px) {
  .events-connect .gallery-slider .pagination-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .events-connect .gallery-slider .pagination-wrapper .swiper-button-prev svg,
  .events-connect .gallery-slider .pagination-wrapper .swiper-button-next svg {
    width: 30px;
    height: 30px;
  }
}

.question-wrapper {
  padding: 8rem 0;
}
@media (max-width: 575.98px) {
  .question-wrapper {
    padding: 6rem 0;
  }
}
.question-wrapper .question-heading {
  text-align: center;
}
.question-wrapper .question-heading .title {
  margin-bottom: 5rem;
}
@media (max-width: 575.98px) {
  .question-wrapper .question-heading .title {
    margin-bottom: 4rem;
  }
}

.archive-courses-banner {
  min-height: 35.5rem;
}
@media (max-width: 575.98px) {
  .archive-courses-banner {
    min-height: 30rem;
  }
}

.courses-filter-form {
  margin-top: -4.5rem;
  padding-bottom: 6rem;
  z-index: 2;
  position: relative;
}
.courses-filter-form .box-filters {
  background-color: white;
  display: flex;
  gap: 12px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 4.8rem;
}
.courses-filter-form .box-filters .courses-filter-item {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 991.98px) {
  .courses-filter-form .box-filters {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .courses-filter-form .box-filters .courses-filter-item {
    flex: 1 1 auto;
  }
}

.courses-filter-group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.course-card {
  border: 1px solid #C3CCD6;
  border-radius: 20px;
  margin-bottom: 2.4rem;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.08);
}
.course-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1.6rem;
}
.course-card-header .header-thumbnail {
  width: 5rem;
  flex-shrink: 0;
}
.course-card-header .header-name {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Graphik";
}
.course-card-body {
  border-top: 1px solid #C3CCD6;
  display: flex;
  padding: 2rem;
  gap: 3.2rem;
}
@media (max-width: 1199.98px) {
  .course-card-body {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .course-card-body {
    flex-direction: column;
    gap: 2.6rem;
  }
}
.course-card-body .trainer {
  display: flex;
  gap: 12px;
  width: 39.5%;
}
@media (max-width: 767.98px) {
  .course-card-body .trainer {
    width: 100%;
  }
}
.course-card-body .trainer .avatar {
  width: 12.7rem;
  border-radius: 8px;
  overflow: hidden;
}
.course-card-body .trainer .avatar .box-img {
  width: 100%;
  padding-top: 132.2834645669%;
  position: relative;
}
.course-card-body .trainer .avatar .box-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.course-card-body .trainer .info .name {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Graphik";
  color: #375EDF;
  margin-bottom: 8px;
}
.course-card-body .trainer .info .organization {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
  margin-bottom: 1.2rem;
}
.course-card-body .trainer .info .language {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.course-card-body .trainer .info .language span {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Graphik";
}
.course-card-body .trainer .info .score-and-reviews {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Graphik";
}
.course-card-body .detail {
  width: 32%;
}
@media (max-width: 767.98px) {
  .course-card-body .detail {
    width: 100%;
  }
}
.course-card-body .detail .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Graphik";
  margin-bottom: 1.2rem;
}
.course-card-body .detail-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 8px;
}
.course-card-body .detail-item svg {
  flex-shrink: 0;
}
.course-card-body .detail-item:last-child {
  margin-bottom: 0;
}
.course-card-body .actions {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1.6rem;
}

.courses-results .courses-results-meta {
  margin-bottom: 2.4rem;
}
.courses-results .courses-results-meta .courses-results-count {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Graphik";
}
@media (max-width: 992px) {
  .courses-results {
    margin-top: 3rem;
  }
  .courses-results .courses-results-meta {
    margin-bottom: 2rem;
  }
}

.box-stars {
  display: flex;
  gap: 1.5px;
}
.box-stars .star {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  position: relative;
}
.box-stars .star::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #DCDCE6;
  z-index: -1;
}
.box-stars .star-full {
  background-color: #00B67A;
}
.box-stars .star-half {
  background: linear-gradient(to right, #00B67A 50%, transparent 50%);
}
.box-stars .star-empty {
  background-color: #DCDCE6;
}

#courses-back-top {
  background: transparent;
  border: none;
  margin-top: 1rem;
}
#courses-back-top:hover svg {
  transform: translate(0, -3px);
}

#courses-list-wrapper {
  position: relative;
  min-height: 200px;
}
#courses-list-wrapper.is-loading .courses-list,
#courses-list-wrapper.is-loading .courses-no-results {
  display: none !important;
}
#courses-list-wrapper.is-loading .courses-skeleton {
  display: block !important;
}
#courses-list-wrapper:not(.is-loading):not(.is-loading-append) .courses-skeleton {
  display: none !important;
}

.course-card-skeleton {
  border: 1px solid #C3CCD6;
  border-radius: 20px;
  margin-bottom: 2.4rem;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.08);
}
.course-card-skeleton .skeleton-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1.6rem;
}
.course-card-skeleton .skeleton-header .skeleton-thumbnail {
  width: 5rem;
  height: 5rem;
  border-radius: 8px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
}
.course-card-skeleton .skeleton-header .skeleton-title {
  flex: 1;
  height: 2.4rem;
  border-radius: 4px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
}
.course-card-skeleton .skeleton-body {
  border-top: 1px solid #C3CCD6;
  display: flex;
  padding: 2rem;
  gap: 3.2rem;
}
@media (max-width: 1199.98px) {
  .course-card-skeleton .skeleton-body {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .course-card-skeleton .skeleton-body {
    flex-direction: column;
    gap: 2.6rem;
  }
}
.course-card-skeleton .skeleton-body .skeleton-trainer {
  display: flex;
  gap: 12px;
  width: 39.5%;
}
@media (max-width: 767.98px) {
  .course-card-skeleton .skeleton-body .skeleton-trainer {
    width: 100%;
  }
}
.course-card-skeleton .skeleton-body .skeleton-trainer .skeleton-avatar {
  width: 12.7rem;
  height: 16.8rem;
  border-radius: 8px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
}
.course-card-skeleton .skeleton-body .skeleton-trainer .skeleton-info {
  flex: 1;
}
.course-card-skeleton .skeleton-body .skeleton-trainer .skeleton-info .skeleton-line {
  height: 1.6rem;
  border-radius: 4px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  margin-bottom: 8px;
}
.course-card-skeleton .skeleton-body .skeleton-trainer .skeleton-info .skeleton-line.short {
  width: 60%;
}
.course-card-skeleton .skeleton-body .skeleton-trainer .skeleton-info .skeleton-line:last-child {
  margin-bottom: 0;
}
.course-card-skeleton .skeleton-body .skeleton-detail {
  width: 32%;
}
@media (max-width: 767.98px) {
  .course-card-skeleton .skeleton-body .skeleton-detail {
    width: 100%;
  }
}
.course-card-skeleton .skeleton-body .skeleton-detail .skeleton-line {
  height: 1.6rem;
  border-radius: 4px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  margin-bottom: 12px;
}
.course-card-skeleton .skeleton-body .skeleton-detail .skeleton-line:last-child {
  margin-bottom: 0;
}
.course-card-skeleton .skeleton-body .skeleton-actions {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1.6rem;
}
.course-card-skeleton .skeleton-body .skeleton-actions .skeleton-button {
  width: 12rem;
  height: 4rem;
  border-radius: 8px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.single-banner {
  background-color: #DBEEF7;
  position: relative;
}
.single-banner .banner-single-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
}
@media screen and (max-width: 992px) {
  .single-banner .banner-single-shape {
    display: none;
  }
}
.single-banner-content {
  padding: 6.7rem 0 3rem 0;
}
.single-banner-content h1 {
  margin-bottom: 1.6rem;
}
.single-banner-content .teacher {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Graphik";
  margin-bottom: 0.8rem;
}
.single-banner-content .desc {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "Graphik";
  margin-bottom: 2rem;
}
.single-banner-content .prerequisites {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1.2rem 1.6rem;
  gap: 12px;
  border-radius: 12px;
  width: fit-content;
  margin-bottom: 1.6rem;
}
.single-banner-content .prerequisites-item span:first-child {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "Graphik";
}
.single-banner-content .prerequisites-item span:last-child {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: "Graphik";
}
@media screen and (max-width: 1279.98px) {
  .single-banner-content .prerequisites {
    flex-direction: column;
  }
}
.single-banner-content .course-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.2rem;
}
@media screen and (max-width: 1279.98px) {
  .single-banner-content .course-info {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.single-banner-content .course-info-item .label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Graphik";
  color: #000000;
}
.single-banner-content .course-info-item .value {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
  color: #000000;
}
.single-banner-content .box-stars {
  margin-top: 5px;
}
.single-banner-content .ratings {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
  margin-top: 8px;
}
.single-banner-image {
  padding-top: 5rem;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  .single-banner-image {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .single-banner-image {
    padding-top: 2rem;
  }
}
.single-banner-image .image {
  width: 48.9rem;
  position: relative;
  right: -10rem;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .single-banner-image .image {
    right: 0;
    width: 35rem;
  }
}
@media screen and (max-width: 576px) {
  .single-banner-image .image {
    right: 0;
    width: 100%;
  }
}
.single-banner .single-banner-button {
  margin-top: 3rem;
}

.single-content {
  padding: 8rem 0;
}
@media screen and (max-width: 576px) {
  .single-content {
    padding: 5rem 0;
  }
}
.single-content-body {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.04), 0px 16px 24px -4px rgba(0, 0, 0, 0.08);
  border: 1px solid #C3CCD6;
  border-radius: 20px;
  padding: 4rem 9.6rem;
}
.single-content-body .heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .single-content-body {
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 576px) {
  .single-content-body {
    padding: 3rem 2rem;
  }
}
.single-content .my-tabs .tabs-nav {
  display: flex;
  justify-content: center;
  gap: 4.1rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  .single-content .my-tabs .tabs-nav {
    gap: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .single-content .my-tabs .tabs-nav {
    gap: 1.6rem;
    flex-direction: column;
  }
}
.single-content .my-tabs .tabs-nav li {
  background-color: #F3F5FD;
  border-radius: 20px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
  width: 20rem;
  height: 6.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.single-content .my-tabs .tabs-nav li.active {
  background-color: #DBEEF7;
}
@media screen and (max-width: 576px) {
  .single-content .my-tabs .tabs-nav li {
    width: 100%;
    height: 4rem;
  }
}
.single-content .my-tabs .tab-content .content ul {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.single-content .my-tabs .tab-content .content ol {
  list-style: decimal;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.single-content .my-tabs .tab-content .content p {
  margin-bottom: 1.6rem;
}

.single-trainer {
  margin-bottom: 5rem;
}
.single-trainer-image {
  max-width: 36rem;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 991.98px) {
  .single-trainer-image {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .single-trainer-image {
    width: 100%;
  }
}
.single-trainer-content .title {
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0.15pxpx;
  font-weight: 600;
  font-family: "Graphik";
  margin-bottom: 1.6rem;
}
.single-trainer-content .introduction {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Graphik";
}
.single-trainer-content .share-course {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.single-trainer-content .share-course span {
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0.15pxpx;
  font-weight: 600;
  font-family: "Graphik";
  color: #375EDF;
}
.single-trainer-content .share-course .share-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-trainer-content .share-course .share-buttons a.wechat img {
  width: 22px;
  height: 22px;
}
.single-trainer-content .share-course .share-buttons a.baidu img {
  width: 24px;
  height: 24px;
}
.single-trainer-content .share-course .share-buttons a.linkedin img {
  width: 31px;
  height: 26px;
}

.single-related {
  padding: 4rem 0 10rem 0;
}
.single-related .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.8rem;
}

.course-related-item {
  border: 1px solid #C3CCD6;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1279.98px) {
  .course-related-item {
    margin-bottom: 2.4rem;
  }
}
.course-related-item .header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1.6rem 2.4rem;
  border-bottom: 1px solid #C3CCD6;
}
.course-related-item .header .header-image {
  width: 5rem;
  flex-shrink: 0;
}
.course-related-item .header .header-name {
  width: 80%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Graphik";
}
.course-related-item .header .fee {
  font-size: 2.2rem;
  line-height: 3.2rem;
  letter-spacing: 0px;
  font-weight: 700;
  font-family: "Graphik";
}
@media screen and (max-width: 576px) {
  .course-related-item .header .fee {
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: "Graphik";
  }
}
.course-related-item .header .fee span {
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .course-related-item .header {
    padding: 1.6rem;
  }
}
.course-related-item .body {
  padding: 2.4rem;
  border-bottom: 1px solid #C3CCD6;
  flex: 1;
}
.course-related-item .body .title {
  color: #000000;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Graphik";
  margin-bottom: 1.2rem;
}
.course-related-item .body ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.course-related-item .body ul li span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "Graphik";
}
.course-related-item .body ul li svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.course-related-item .body ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .course-related-item .body {
    padding: 2.4rem 1.6rem;
  }
}
.course-related-item .footer {
  padding: 1.6rem 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 576px) {
  .course-related-item .footer {
    padding: 1.6rem;
  }
}

.page_404 {
  padding: 100px 0;
  text-align: center;
}
.page_404 h1.error,
.page_404 a.back-home {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.page_404 .error {
  font-size: 150px;
  color: #375EDF;
  text-shadow: 1px 1px 1px #263F9F, 2px 2px 1px #263F9F, 3px 3px 1px #263F9F, 4px 4px 1px #263F9F, 5px 5px 1px #263F9F, 6px 6px 1px #263F9F, 7px 7px 1px #263F9F, 8px 8px 1px #263F9F, 25px 25px 8px rgba(0, 0, 0, 0.2);
}
.page_404 .page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}
