/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (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.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 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-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-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-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "../../../../index.html");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  font-family: "notosans-regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #003c3c;
  overflow-x: hidden;
}
@font-face {
  font-family: "NotoSerif-Bold";
  src: url(../../../../themes/fonts/NotoSerif-Bold.html)
      format("woff2"),
    url(../../../../themes/fonts/NotoSerif-Bold-2.html)
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerif-SemiBold";
  src: url(../../../../themes/fonts/NotoSerif-SemiBold.woff2)
      format("woff2"),
    url(../../../../themes/fonts/NotoSerif-SemiBold.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "notoserif-medium";
  src: url(../../../../themes/fonts/notoserif-medium.woff2)
      format("woff2"),
    url(../../../../themes/fonts/notoserif-medium.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto_serifregular";
  src: url(../../../../themes/fonts/notoserif-regular-webfont.woff2)
      format("woff2"),
    url(../../../../themes/fonts/notoserif-regular-webfont.woff)
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerif-Light";
  src: url(../../../../themes/fonts/NotoSerif-Light.html)
      format("woff2"),
    url(../../../../themes/fonts/NotoSerif-Light-2.html)
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "notosans-bold";
  src: url(../../../../themes/fonts/notosans-bold.woff2)
      format("woff2"),
    url(../../../../themes/fonts/notosans-bold.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "notosans-semibold";
  src: url(../../../../themes/fonts/notosans-semibold.woff2)
      format("woff2"),
    url(../../../../themes/fonts/notosans-semibold.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "notosans-medium";
  src: url(../../../../themes/fonts/notosans-medium.woff2)
      format("woff2"),
    url(../../../../themes/fonts/notosans-medium.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "notosans-regular";
  src: url(../../../../themes/fonts/notosans-regular.woff2)
      format("woff2"),
    url(../../../../themes/fonts/notosans-regular.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "notosans-light";
  src: url(../../../../themes/fonts/notosans-light.woff2)
      format("woff2"),
    url(../../../../themes/fonts/notosans-light.woff)
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-color: #004d49;
}
a {
  text-decoration: none !important;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  color: #034c9f;
}
a:focus {
  outline: none;
}
p:empty,
a:empty {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header {
  width: 100%;
  padding: 5px 0;
  position: relative;
}
.rf-desk header.fixed {
  position: fixed !important;
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  top: 0;
  padding: 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  z-index: 99;
}
.rf-desk header.fixed .navbar-brand img {
  max-width: 150px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.bg-color {
  background-color: #fff;
}
.rf-desk .navbar-brand img {
  max-width: 190px;
}
.main_menu .nav-item.dropdown {
  position: static;
}
.navmenu_container {
  padding: 30px 20px 20px;
  display: flex;
}
.navmenu_sub-links {
  display: flex;
  flex: auto;
  position: relative;
}
.navmenu_column {
  flex: 1;
}
.navmenu_column ul {
  display: grid;
  grid-template-columns: 50% 50%;
}
.navmenu_introblock,
.tbm-column {
  color: #003c3c;
  position: relative;
}
.navmenu_sub-links:before,
.navmenu_sub-links:after {
  content: "";
  width: 1px;
  height: 110%;
  background-color: rgba(97, 97, 97, 0.25);
  position: absolute;
  top: -15px;
  right: 30px;
}
.navmenu_sub-links:before {
  left: -30px;
  right: auto;
}
.navmenu_introblock h2,
.tbm-column .block-inner h2 {
  font-family: "NotoSerif-SemiBold";
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #003c3c;
}
.navmenu_introblock {
  font-family: "notosans-regular";
  font-size: 15px;
  font-weight: 400;
  color: #003c3c;
}
.navmenu_introblock p {
  margin-bottom: 20px;
}
.navmenu_introblock a.knowmore,
.block-inner a.knowmore {
  background-image: url(../../../../themes/images/green-arrow.png);
  background-position: right 6px;
  background-repeat: no-repeat;
  color: #003c3c;
  font-family: "notosans-medium";
  padding-right: 18px;
  transition: all 0.2s;
}
.navmenu_introblock a.knowmore:hover,
.block-inner a.knowmore:hover {
  padding-right: 21px;
  color: #007a4d;
}
.navbar .navbar-nav li .nav-link,
.tbm-link.level-1 {
  color: #003c3c;
  font-size: 17px;
  letter-spacing: 0.01em;
  font-family: "notosans-semibold";
  position: relative;
}
.navbar-nav .dropdown-toggle::after,
.tbm-toggle.tbm-link::after {
  content: "";
  width: 10px;
  height: 6px;
  background: url(../../../../themes/images/menu-arrow.svg)
    no-repeat center;
  border: none;
  display: block;
  position: absolute;
  bottom: 26px;
  right: -2px;
  transition: all linear 0.2s;
}
.navbar-expand-lg .navbar-nav .nav-link,
.tbm-link.level-1 {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 10px 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  border: 1px solid #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li,
.tbm-submenu .tbm-item {
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 18px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:before,
.tbm-submenu .tbm-item:before {
  content: "";
  width: 80%;
  height: 1px;
  background-color: rgba(97, 97, 97, 0.25);
  position: absolute;
  left: 0;
  bottom: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a,
.tbm-submenu .tbm-item {
  color: #003c3c;
  font-family: "notosans-regular";
  font-size: 16px;
  padding-left: 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu li a.active,
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link:hover,
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link:focus {
  color: #007a4d;
}
.right-col {
  align-items: center;
  position: relative;
  margin-left: 20px;
}
.right-col:before {
  content: "";
  width: 2px;
  height: 30px;
  /*background-color: #003c3c;*/
  position: absolute;
  left: -24px;
}
.right-col a.speech {
  margin-right: 20px;
}
.navbar .navbar-nav .nav-item {
  margin-right: 0.6rem;
  margin-left: 0.6rem;
}
@media (min-width: 1200px) {
  #views-exposed-form-publication-page-1 .js-form-item-title {
    width: 42%;
  }
  .whatwedo_block .focus_area .img-fluid {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    position: relative;
  }
  .navbar .navbar-nav .nav-item .nav-link::before,
  .tbm-item.level-1 .tbm-link.level-1::before {
    position: absolute;
    bottom: -10px;
    left: 7px;
    right: 0;
    margin: 0 auto;
    content: "";
    background-color: #003c3c;
    width: 0%;
    height: 4px;
    transition: all 0.3s;
    border-radius: 4px;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover::before,
  .tbm-item.level-1 .tbm-link.level-1:hover::before {
    width: 100%;
  }
  .tbm-item.level-1.tbm-item--has-dropdown.open .tbm-link.level-1::before {
    width: 100%;
    z-index: 12;
  }
  .tbm-item.level-1.tbm-item--has-dropdown.open .tbm-link.level-1::after {
    transform: rotate(-180deg);
  }
  .navbar-expand-lg .navbar-nav .nav-link.active::before,
  .tbm-item.level-1 .tbm-link.level-1.active::before {
    width: 100%;
  }
  .navbar .nav-item:hover .nav-link::before {
    width: 100%;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
    box-shadow: 0px 15px 10px -15px rgba(38, 38, 38, 0.2);
  }
  .rf-desk header.fixed .navbar .navbar-nav .nav-item .nav-link::before,
  .rf-desk header.fixed .tbm-item.level-1 .tbm-link.level-1::before {
    bottom: -2px;
  }
  .navbar.navbar-expand-lg {
    padding-bottom: 0;
  }
  .menu-title {
    font-family: "NotoSerif-SemiBold";
    font-size: 19px;
    font-weight: 600;
    color: #003c3c;
    margin-bottom: 5px;
  }
  .menu-title a {
    color: #003c3c;
  }
  .menu-description p {
    font-family: "notosans-regular";
    font-size: 14px;
    color: #003c3c;
    font-weight: 400;
    margin-bottom: 0;
  }
  .menu-description img {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .menudesc {
    display: none;
  }
  .menudesc:first-child {
    display: block;
  }
  .tbm-submenu {
    box-shadow: 0px 15px 10px -15px rgba(38, 38, 38, 0.2);
  }
}
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link {
  padding: 0;
  color: #003c3c;
}
.navbar-nav .tbm {
  position: static;
  background-color: transparent;
}
.tbm-link.level-1:hover,
.tbm-link.level-1:focus {
  background-color: transparent;
}
.tbm-item.level-1 {
  border-right: 0;
}
.tbm-submenu {
  padding: 0;
  border: 0;
}
.tbm-row {
  max-width: 1320px;
  padding: 30px 20px 20px;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.tbm-column:nth-child(1) {
  max-width: 28%;
  width: 100%;
  padding: 20px 30px 20px 0;
}
.tbm-column:nth-child(2) {
  max-width: 25%;
  width: 100%;
}
.tbm-column:nth-child(3) {
  max-width: 25%;
  width: 100%;
}
.tbm-column:nth-child(4) {
  max-width: 22%;
  width: 100%;
}
.menudesc img {
  border-radius: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.block-inner p {
  margin-bottom: 20px;
  font-family: "notosans-regular";
  font-size: 15px;
  font-weight: 400;
  color: #003c3c;
}
.tbm-column:nth-child(1) .tbm-column-inner:before,
.tbm-column:nth-child(3) .tbm-column-inner:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(97, 97, 97, 0.25);
  position: absolute;
  top: -5px;
  right: 25px;
}
.block-inner .menudesc p {
  font-family: "notosans-regular";
  font-size: 14px;
  color: #003c3c;
  font-weight: 400;
  margin-bottom: 10px;
}
.subscribe-btn {
  color: #003c3c;
  font-family: "notosans-medium";
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 1px;
  padding: 10px 26px;
  border-radius: 66px;
  border: 1px solid #003c3c;
  margin-right: 20px;
  transition: 0.5s;
}
.subscribe-btn:hover {
  background-color: #003c3c;
  color: #fff;
}
.main_banner {
  position: relative;
}
.main_banner img,
.main_banner video,
.main_banner .homepagevideo,
.main_banner .homepagevideo video {
  border-radius: 40px;
}
.banner_content {
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 560px;
  position: absolute;
  z-index: 2;
}
.banner_content h1 {
  font-family: "notoserif-medium";
  font-weight: 500;
  font-size: 120px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 126px;
}
.banner_content p {
  font-family: "notosans-regular";
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}
.banner_content p a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
}
.banner_content p a:hover {
  color: #03c978;
}
.banner_content p a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.banner_content p a:hover:after {
  background-color: #03c978;
}
.main_banner .homepagevideo .vjs-poster {
  background-size: cover;
  border-radius: 24px;
}
.video-js .vjs-modal-dialog {
  border-radius: 24px;
}
.video_overlay {
  position: relative;
}
.video_overlay video,
.videos_modal video {
  display: block;
  width: 100%;
  height: 100%;
}
.video_overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90.91deg,
    rgba(0, 0, 0, 0.4) 65.29%,
    rgba(0, 0, 0, 0) 98.81%
  );
  border-radius: 40px;
  z-index: 1;
}
.story-block .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 20px;
}
.story-block .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgb(214 162 85);
}
.story-block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #faf4f1;
}
.story-block .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.story-block
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: rgb(214 162 85);
}
.story-wrapper > span {
  color: #003c3c;
  font-family: "NotoSerif-SemiBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-transform: lowercase;
  margin-right: 15px;
}
.story_slider .item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 0;
  text-align: center;
}
.story_slider .item a {
  display: block;
}
.story-wrapper ul > li {
  padding: 0 15px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}
.story_slider .item span,
.story_slider .item a span {
  font-family: "notosans-medium";
  font-size: 16px;
  color: #003c3c;
  line-height: 22px;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.round-bg img {
  border-radius: 50%;
}
.round-img,
.round-img img {
  position: relative;
}
.round-img {
  width: 104px;
  margin: 0 auto;
}
.story_slider .item .round-img img {
  width: auto;
  display: initial;
}
.round-img:before,
.round-img:after {
  content: "";
  border-radius: 50%;
  position: absolute;
}
.round-img:before {
  width: 96px;
  height: 96px;
  background-color: #faf4f1;
  left: 4px;
  top: -5px;
}
.round-img:after {
  width: 100px;
  height: 100px;
  border: 3px solid #e6263d;
  border-right-color: #e6263d;
  border-bottom-color: #e6263d;
  left: 2px;
  top: -7px;
  transition: transform 1s;
}
.round-img:hover::after {
  transform: rotate(200deg);
}
.story_slider .owl-item:nth-child(2) .round-img::after {
  border: 3px solid #4ea145;
}
.story_slider .owl-item:nth-child(3) .round-img::after {
  border: 3px solid #c7202a;
}
.story_slider .owl-item:nth-child(4) .round-img::after {
  border: 3px solid #1994d0;
}
.story_slider .owl-item:nth-child(5) .round-img::after {
  border: 3px solid #e6263d;
}
.story_slider .owl-item:nth-child(6) .round-img::after {
  border: 3px solid #0b65a1;
}
.story_slider .owl-item:nth-child(7) .round-img::after {
  border: 3px solid #dca139;
}
.story_slider .owl-item:nth-child(8) .round-img::after {
  border: 3px solid #4ea145;
}
.story_slider .owl-item:nth-child(9) .round-img::after {
  border: 3px solid #f59f2d;
}
.story_slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -10px;
  margin-bottom: 15px;
}
.story_slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #fff;
}
.story_slider .owl-dots .owl-dot.active span,
.story_slider .owl-dots .owl-dot:hover span {
  background: #4ea145;
}
#chart-container {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#horicanvas {
  width: 100%;
  height: 100%;
}
.subscribe_block {
  background-color: #c0edd875;
  border-radius: 40px;
  padding: 50px 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.subscribe_block h2 {
  font-size: 55px;
  color: #003c3c;
  font-family: "noto_serifregular";
  margin-bottom: 20px;
}
.subscribe_block p {
  font-size: 22px;
  color: #003c3c;
  font-family: "notosans-regular";
}
.subscribe_box {
  position: relative;
  width: 45%;
  margin: 30px auto 0;
}
.subscribe_box input {
  height: 50px;
  border: 0;
  border-bottom: 1px solid #003c3c;
  color: #003c3c;
  font-family: "notosans-regular";
  font-size: 15px;
  background-color: #c0edd875;
  border-radius: 0;
  padding-left: 0;
  margin-top: 0;
}
.subscribe_box button,
.subscribe_btn input.button {
  height: 54px;
  width: 160px;
  background-color: #003c3c;
  color: #fff;
  font-family: "notosans-semibold";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 40px;
  transition: 0.5s;
}
.subscribe_box button:hover,
.subscribe_btn input.button:hover {
  color: #fff;
  background-color: #007a4d;
  border-color: #007a4d;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border-color: #003c3c;
}
.subscribe_box .error {
  margin-top: 8px;
  color: red;
  font-size: 15px;
  text-align: left;
}
.subscribe_block .success {
  color: #007a4d;
  font-size: 18px;
}
.footer_block {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 40px 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.footer_block h2 {
  font-family: "notosans-semibold";
  font-size: 16px;
  color: #003c3c;
  margin-bottom: 0.75rem;
}
.footer_block h2 a {
  color: #003c3c;
}
.footer_block ul.footer_menu {
  margin-right: 5px;
}
.footer_block ul.footer_menu li,
.address p {
  margin-bottom: 10px;
  font-family: "notosans-regular";
  font-size: 15px;
  color: #003c3c;
}
.footer_block ul.footer_menu li a {
  color: #003c3c;
}
.footer_block ul.footer_menu li a:hover,
.footer_block h2 a:hover {
  color: #007a4d;
}
.mr_btm {
  margin-bottom: 20px;
}
.address {
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
}
.address p strong {
  display: block;
}
.address p::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 26px;
  left: 0;
}
.address p:nth-child(1)::before {
  background: url(../../../../themes/images/sprite.png)
    no-repeat 0 4px;
}
.address p:nth-child(2)::before {
  background: url(../../../../themes/images/sprite.png)
    no-repeat -57px 8px;
}
.address p a {
  color: #003c3c;
}
.address p a:hover {
  color: #007a4d;
}
.copyright .footer_links {
  display: flex;
  justify-content: center;
  padding-top: 26px;
}
.copyright .footer_links span {
  font-size: 15px;
  color: #003c3c;
  font-family: "notosans-regular";
  margin: 0 15px;
  position: relative;
}
.copyright .footer_links span:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #d6cbb6;
  position: absolute;
  right: -15px;
  top: 3px;
}
.copyright .footer_links span:last-child:after {
  display: none;
}
.copyright .footer_links span a {
  color: #003c3c;
}
.copyright .footer_links span a:hover {
  color: #007a4d;
}
footer .social_block {
  padding-bottom: 0;
}
.corporate_block {
  padding-left: 10px;
}
.corporate_block .footer-logo {
  display: block;
}
.corporate_block .footer-logo img {
  margin-bottom: 20px;
}
footer .copyright {
  position: relative;
  margin-top: 20px;
}
footer .copyright:after {
  content: "";
  width: 104.5%;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  left: -28px;
  top: 0;
}
footer .social-icon {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
}
footer .social-icon li {
  padding-left: 8px;
}
footer .social-icon li:first-child {
  padding-left: 0;
}
footer .social-icon li a {
  width: 32px;
  height: 32px;
  background-color: #043e3b;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-icon li a:hover {
  background-color: #007a4d;
}
footer .social-icon li a img {
  width: 16px;
  height: 16px;
}
.breadcrumb {
  padding: 14px 0;
  margin-top: 15px;
  margin-bottom: 0;
}
.bread_link {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 15px;
}
.bread_link ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bread_link ol li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #003c3c;
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
  font-family: "notosans-regular";
}
.bread_link ol li::before {
  content: "";
  background: url(../../../../themes/images/sprite.png)
    no-repeat -87px 0;
  width: 6px;
  height: 12px;
  position: absolute;
  left: -22px;
  top: 6px;
}
.bread_link ol li:first-child {
  background: none;
}
.bread_link ol li:first-child:before {
  display: none;
}
.bread_link ol li a {
  color: #003c3c;
  display: block;
}
.bread_link ol li a:hover {
  text-decoration: none;
}
.page_title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.page_title h1 {
  font-family: "notoserif-medium";
  font-size: 55px;
  color: #003c3c;
}
.page_title p {
  font-family: "notosans-regular";
  font-size: 18px;
  color: #003c3c;
}
.contact_form {
  border-radius: 40px;
  background-color: #fff;
  padding: 50px 70px;
  margin-bottom: 0;
}
.contact_form h3 {
  font-family: "noto_serifregular";
  font-size: 50px;
  color: #003c3c;
  margin-bottom: 30px;
}
.contact_form .form-control,
.contact_form .form-select {
  font-family: "notosans-regular";
  font-size: 15px;
  color: #003c3c;
  background-color: #fff;
  border: 1px solid rgba(0, 60, 60, 0.3);
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.form-btm .labelname {
  font-family: "notosans-regular";
  font-size: 15px;
  color: #003c3c;
  text-align: left;
  margin-bottom: 8px;
}
.contact_form .form-select {
  width: 100%;
  margin-left: 0;
  line-height: inherit;
}
.contact_form .form-select:focus {
  border: 1px solid rgba(0, 60, 60, 0.3);
}
.contact_form .form-control::placeholder {
  color: #003c3c;
  opacity: 1;
}
.contact_form .form-control:-ms-input-placeholder {
  color: #003c3c;
  opacity: 1;
}
.contact_form .form-control::-ms-input-placeholder {
  color: #003c3c;
  opacity: 1;
}
.contact_form .form-btm {
  margin-bottom: 30px;
}
.contact_form .error {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  text-align: left;
}
.contact_form .success {
  color: #003c3c;
  font-size: 20px;
  background-color: #c0edd875;
  padding: 6px 0;
  border-radius: 6px;
  margin-bottom: 25px;
  padding-left: 10px;
}
.btn-common,
.contact_form .form-submit {
  color: #003c3c;
  text-align: center;
  font-family: "notosans-semibold";
  font-size: 14px;
  font-weight: 600;
  line-height: 26.452px;
  text-transform: uppercase;
  border-radius: 30px;
  background: #ffe7ab;
  padding: 10px 34px;
  border: 1px solid #ffe7ab;
  transition: 0.5s;
}
.btn-common:hover,
.contact_form .form-submit:hover {
  background: #003c3c;
  border: 1px solid #003c3c;
  color: #fff;
}
.google_map iframe {
  width: 100%;
  height: 450px;
  border-radius: 20px;
}
.address_box {
  border-radius: 20px;
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  margin-right: 15px;
  text-align: center;
}
.address_box h2,
.contact_form h2 {
  font-family: "notosans-medium";
  color: #00373e;
  font-size: 40px;
  margin-bottom: 20px;
}
.contact_form h2 {
  margin-bottom: 30px;
}
.address_box li {
  font-family: "notosans-regular";
  font-size: 16px;
  color: #00373e;
  position: relative;
  padding-left: 0;
}
.address_box li em {
  padding-left: 25px;
  font-style: normal;
}
.address_box li strong {
  display: block;
  margin-bottom: 8px;
}
.address_box li a {
  color: #00373e;
}
.address_box li a:hover {
  color: #03c978;
  text-decoration: none !important;
}
.address_box li::before,
.address_box.mails li a::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 30px;
}
.address_box li.pin::before {
  background: url(../../../../themes/images/sprite.png)
    no-repeat -113px 1px;
}
.address_box li.phone::before {
  background: url(../../../../themes/images/sprite.png)
    no-repeat -149px 4px;
}
.address_box li.email::before {
  background: url(../../../../themes/images/sprite.png)
    no-repeat -188px 8px;
}
.address_box.mails li.email::before {
  display: none;
}
.address_box.mails li {
  margin-top: 28px;
  padding-left: 0;
  text-align: left;
}
.address_box.mails a {
  padding-left: 28px;
  text-decoration: underline !important;
}
.address_box.mails li.email a::before {
  background: url(../../../../themes/images/sprite.png)
    no-repeat -188px 8px;
  left: 0;
}
.ca_btm {
  margin-bottom: 20px;
}
.address_box.mails li {
  display: inline-block;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
}
.address_box .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.address_box .social-icon li {
  padding: 5px;
}
.address_box .social-icon li a {
  width: 32px;
  height: 32px;
  background-color: #043e3b;
  display: block;
  color: #fff;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.address_box .social-icon li a img {
  width: 16px;
  height: 16px;
}
.address_box .social-icon li:first-child {
  padding-left: 0;
}
.address_box .social-icon li a:hover {
  background-color: #03c978;
}
.white_box,
.privacy_box {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 60px;
  margin-bottom: 35px;
}
.coming_soon {
  border-radius: 20px;
  background-color: #fff;
  padding: 60px 60px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.fof_page {
  color: #003c3c;
}
.fof_page {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 60px;
  margin-top: 30px;
  margin-bottom: 35px;
}
.fof_page h1 {
  font-family: "notoserif-medium";
  font-size: 120px;
}
.fof_page h3 {
  font-family: "notoserif-medium";
  font-size: 40px;
  margin-bottom: 20px;
}
.fof_page p {
  font-family: "notosans-regular";
  font-size: 20px;
}
.privacy_box {
  padding: 40px 40px;
  color: #003c3c;
}
.privacy_box h4 {
  font-family: "notoserif-medium";
  font-size: 30px;
  margin-bottom: 15px;
}
.privacy_box h6 {
  font-family: "notosans-semibold";
  font-size: 20px;
}
.privacy_box p {
  font-family: "notosans-regular";
  font-size: 18px;
}
.privacy_box p a {
  color: #03c978;
  text-decoration: underline !important;
}
.whats_new,
.rf_block {
  margin-top: 60px;
}
.whats_new h2,
.rf_block h2,
.career_block h2,
.discover_block h2,
.whatwedo_block h2,
.events_block h2,
.mid_box h2,
.gallery_block h2,
.more_events_block h2,
.where_wework_title h2,
.more_education_block h2,
.partner_block h2,
.testimonial_gallery h2,
.acks_box h2,
.more_publications_block h2,
.responders_block h2,
.wecare_list h2 {
  font-family: "notoserif-medium";
  font-size: 55px;
  color: #003c3c;
  margin-bottom: 35px;
}
.mainCard {
  background-color: #fff;
  border-radius: 24px;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-out;
}
.mainCard:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -8px;
}
.mainCard figure img {
  border-radius: 24px 24px 0px 0px;
}
.mainCard_content {
  padding: 20px;
}
.mainCard_content h3 {
  font-family: "noto_serifregular";
  font-size: 30px;
  color: #003c3c;
  margin-bottom: 15px;
}
.mainCard_content h3 a,
.innerCard_content h4 a {
  color: #003c3c;
}
.mainCard_content p {
  font-family: "notosans-regular";
  font-size: 18px;
  color: #003c3c;
  padding-bottom: 10px;
}
.mainCard_content .category,
.innerCard_content .category {
  font-family: "notosans-bold";
  font-size: 16px;
  color: #03c978;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mainCard:hover .mainCard_content h3,
.innerCard:hover .innerCard_content h4 a {
  color: #007a4d;
}
.mainCard_content .publish,
.innerCard .publish,
.location_date {
  font-family: "notosans-regular";
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 20px;
  color: #616161;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.mainCard_content .publish img {
  margin-right: 8px;
}
.mainCard_content .publish span,
.location_date span,
.author_date span {
  padding: 0 15px;
}
.innerCard {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-out;
}
.innerCard:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -6px;
}
.home_card h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.innerCard_content {
  padding: 13px 15px;
}
.innerCard figure {
  position: relative;
}
.innerCard figure img {
  border-radius: 15px 15px 0px 0px;
}
.innerCard_content .category {
  font-size: 16px;
  margin-bottom: 8px;
}
.innerCard_content .publish {
  font-size: 15px;
  padding-top: 10px;
}
.innerCard_content .publish img,
.published img {
  margin-right: 5px;
}
.innerCard_content .publish span {
  padding: 0 15px;
}
.innerCard_content h4 {
  font-family: "noto_serifregular";
  font-size: 22px;
  color: #003c3c;
  margin-bottom: 12px;
  line-height: 26px;
}
.mainCard_content .publish img {
  margin-right: 8px;
}
.m_btm {
  margin-bottom: 30px;
}
.play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rf_block {
  background-color: #c0edd875;
  border-radius: 40px;
  padding: 80px 0;
  position: relative;
}
.rf_block:before,
.rf_block:after {
  content: "";
  position: absolute;
  width: 182px;
  height: 178px;
}
.rf_block:before {
  background: url(../../../../themes/images/leaf_tl.png)
    no-repeat;
  left: 0;
  top: 0;
}
.rf_block:after {
  background: url(../../../../themes/images/leaf_br.png)
    no-repeat;
  right: 0;
  bottom: 0;
}
.rf_block_content {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.rf_block_content h2 {
  font-size: 70px;
  margin-bottom: 30px;
}
.rf_block_content p {
  font-family: "notosans-regular";
  font-size: 18px;
  color: #003c3c;
  opacity: 0.8;
}
.rf_block_content .btn-common,
.career_block .btn-common {
  margin-top: 20px;
}
@keyframes moving {
  0%,
  100% {
    transform: rotateX(0deg) rotate(10deg);
  }
  50% {
    transform: rotateX(0deg) rotate(-10deg);
  }
}
@keyframes moving2 {
  0%,
  100% {
    transform: rotateX(0deg) rotate(0deg);
  }
  50% {
    transform: rotateX(0deg) rotate(15deg);
  }
}
.leafan1,
.leafan3 {
  transform: translatey(0px);
  -webkit-animation: moving 3s linear infinite;
  animation: moving 3s linear infinite;
}
.leafan2,
.leafan4 {
  transform: translatey(0px);
  -webkit-animation: moving2 3s linear infinite;
  animation: moving2 3s linear infinite;
}
.leaf_block {
  width: 180px;
  position: absolute;
  top: 0;
  left: -10px;
  display: flex;
}
.leaf_one {
  margin-top: -5px;
  margin-left: -5px;
}
.leaf_two {
  margin-left: -100px;
  margin-top: -15px;
}
.leaf_block2 {
  width: 162px;
  position: absolute;
  bottom: -10px;
  right: 0;
  display: flex;
}
.leaf_three img {
  margin-right: -85px;
  margin-bottom: -190px;
}
.chairperson_block .col-12 {
  overflow: hidden;
}
.rf_founder {
  background-color: #c0edd875;
  border-radius: 40px;
  padding: 70px 80px 70px;
  margin-top: 80px;
}
.rf_founder_slider .owl-stage-outer {
  margin-top: -100px;
  padding-top: 100px;
}
.rf_founder_slider .owl-stage-outer .owl-item {
  opacity: 0;
}
.rf_founder_slider .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.rf_founder_slider .item {
  display: flex;
  align-items: flex-end;
}
.rf_founder_slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
}
.rf_founder_slider .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #003c3c;
}
.rf_founder_slider .owl-dots .owl-dot.active span,
.rf_founder_slider .owl-dots .owl-dot:hover span {
  background: #fff;
}
.rf_founder_slider .owl-item:nth-child(4) .item .rf_content::before,
.rf_founder_slider .owl-item:nth-child(5) .item .rf_content::before {
  display: none;
}
.rf_founder_slider .owl-item:nth-child(4) .item .rf_content {
  padding-right: 90px;
}
.rf_founder_slider .owl-item:nth-child(4) .item {
  align-items: center;
}
.rf_image {
  flex: 0 0 46%;
  text-align: right;
}
.rf_image img {
  border-radius: 40px;
}
.rf_content {
  flex: 0 0 54%;
  padding-left: 10px;
  padding-right: 60px;
  position: relative;
}
.rf_content:before {
  content: "";
  position: absolute;
  width: 184px;
  height: 140px;
  background: url(../../../../themes/images/quote_icon.png)
    no-repeat;
  left: 0;
  top: -142px;
}
.rf_content h4 {
  font-family: "notosans-semibold";
  font-size: 30px;
  font-weight: 600;
  color: #003c3c;
}
.met_title h3,
.rf_content h3 {
  font-family: "notoserif-medium";
  font-size: 30px;
  color: #003c3c;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 20px;
}
.rf_founder_slider .item.video-item {
  display: inherit;
}
.rf_content h2,
.met_title h2 {
  font-family: "notosans-bold";
  font-weight: 700;
  font-size: 16px;
  color: #03c978;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
}
.rf_content p {
  font-family: "notosans-light";
  font-size: 20px;
  font-weight: 400;
  color: #003c3c;
  margin-bottom: 15px;
}
.met_title h3 {
  font-size: 32px;
}
.met_title h2 {
  margin-bottom: 5px;
}
.rf_scholarship {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 70px;
}
.rf_scholarship_img {
  flex: 0 0 45%;
}
.rf_scholarship img {
  border-radius: 30px 0px 0px 30px;
}
.rf_scholarship h2 {
  font-family: "noto_serifregular";
  font-size: 55px;
  color: #003c3c;
  margin-bottom: 15px;
}
.rf_scholarship_txt {
  padding-left: 50px;
  padding-right: 50px;
}
.rf_scholarship p {
  font-family: "notosans-regular";
  font-size: 18px;
  color: #003c3c;
  margin-bottom: 20px;
}
.career_block {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px;
  margin-top: 60px;
}
.career_block figure img {
  border-radius: 24px;
}
.career_title {
  font-family: "notosans-bold";
  font-size: 16px;
  color: #03c978;
  margin-bottom: 20px;
}
.career_block h2 {
  margin-bottom: 20px;
}
.career_block p {
  font-family: "notosans-regular";
  font-size: 18px;
  color: #1f1a17;
  opacity: 0.8;
  margin-right: 30px;
}
.discover_block {
  margin-top: 60px;
}
.discover_block {
  position: relative;
}
.discover_block figure img {
  border-radius: 40px;
}
.discover_content {
  background-color: #c0edd875;
  max-width: 430px;
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 40px;
  border-radius: 20px;
}
.discover_content h2 {
  margin-bottom: 15px;
}
.discover_content p {
  font-family: "notosans-regular";
  font-size: 18px;
  color: #003c3c;
}
.discover_content .btn-common {
  margin-top: 5px;
}
.whatwedo_block,
.events_block {
  margin-top: 60px;
}
.whatwedo_block h2 {
  margin-bottom: 20px;
}
.whatwedo_block p {
  font-family: "notosans-regular";
  font-size: 18px;
  color: #003c3c;
  opacity: 0.8;
}
.focus_area {
  background-color: #fff;
  border-radius: 24px;
  margin-top: 30px;
  transition: all 0.3s ease-out;
}
.focus_area:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  transform: scale(1.03, 1.03);
}
.focus_area img {
  border-radius: 24px 24px 0px 0px;
}
.focusArea_title {
  font-family: "notosans-semibold";
  font-size: 20px;
  color: #003c3c;
  letter-spacing: 0.01em;
  padding: 20px;
  transition: all 0.3s ease-out;
}
.focus_area:hover .focusArea_title {
  color: #007a4d;
}
.main_event {
  background-color: #fff;
  border-radius: 24px;
}
.main_event figure img {
  border-radius: 24px 24px 0px 0px;
}
.main_event {
  position: relative;
  top: 0px;
  transition: all 0.3s ease-out;
}
.main_event:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -8px;
}
.main_event .event-category {
  color: rgba(0, 0, 0, 0.7);
  font-family: "notosans-semibold";
  font-size: 14px;
  letter-spacing: 0.24px;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-transform: uppercase;
}
.light-green {
  background: #c0edd875 !important;
}
.event_content {
  display: flex;
  align-items: flex-start;
  padding: 28px 25px;
  min-height: 160px;
}
.main_event .event_date,
.event_list .event_date {
  font-family: "NotoSerif-SemiBold";
  font-size: 50px;
  color: #003c3c;
  line-height: 50px;
  margin-right: 20px;
  text-align: center;
}
.main_event .event_title,
.event_list .event_title {
  font-family: "notoserif-medium";
  font-size: 30px;
  color: #003c3c;
  letter-spacing: 0.01em;
  line-height: 36px;
  transition: all 0.3s ease-out;
}
.main_event .event_date span,
.event_list .event_date span {
  font-family: "notosans-medium";
  color: #03c978;
  font-size: 22px;
  display: block;
  line-height: 30px;
  text-transform: uppercase;
}
.main_event:hover .event_title,
.event_list:hover .event_title {
  color: #007a4d;
}
.event_list {
  background-color: #fff;
  border-radius: 20px;
  padding-left: 15px;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-out;
}
.event_list:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -6px;
}
.event_list a {
  display: flex;
  align-items: center;
}
.event_list img {
  border-radius: 0px 20px 20px 0px;
  width: 100%;
  object-fit: cover;
}
.event_list .event_date {
  font-size: 42px;
  line-height: 42px;
}
.event_list .event_title {
  font-size: 28px;
  line-height: 34px;
}
.event_list .event_date span {
  font-size: 20px;
  text-transform: uppercase;
}
.event_positn {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
}
.event_imgbox {
  width: 100%;
  max-width: 212px;
}
.event_list:nth-child(2) {
  margin-top: 30px;
}
.rf_data_block {
  margin-top: 60px;
}
.box-content {
  width: 100%;
  display: flex;
  background: #fff;
  border-radius: 15px;
  padding: 18px 15px;
  cursor: pointer;
  justify-content: center;
  transition: all 0.3s ease-out;
  text-align: center;
}
.box-content h3 {
  color: #003c3c;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  font-family: "NotoSerif-SemiBold";
  margin-bottom: 0;
}
.box-content h3 sup {
  font-size: 35px;
  margin-left: 0;
  font-family: "notoserif-medium";
  font-weight: 400;
  top: -12px;
}
.box-content p {
  color: #003c3c;
  font-family: "notosans-regular";
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  text-align: center;
}
.rf_data_block .box-content:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transform: scale(1.01, 1.01);
}
.light-yellow {
  background: #ffe7ab !important;
}
.light-green {
  background: #d1edc0 !important;
}
.light-blue {
  background: #c0edd875 !important;
}
.about-icon {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  background: url(../../../../themes/images/i_icon.svg)
    no-repeat center;
  background-size: contain;
  z-index: 2;
}
.custom-modal .modal-content {
  border-radius: 10px;
  background: #ffe7ab;
}
.custom-modal .btn-close,
button.close-tooltip {
  box-sizing: content-box;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  border-radius: 0px;
  opacity: 1;
  padding: 0 !important;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
}
.indianlive-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.indianlive-top h2 {
  color: #003c3c;
  font-family: "NotoSerif-SemiBold";
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.indianlive-right {
  padding: 10px;
  border-left: 2px solid #f0c966;
  margin-left: 20px;
  padding-left: 20px;
}
.indianlive-right p {
  margin: 0;
  color: #003c3c;
  font-family: "notosans-regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.indianlive-middle p {
  color: #003c3c;
  font-family: "notosans-regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.indianlive-middle img {
  margin-bottom: 25px;
}
.indianlive-wrapper .btn-common {
  background: #003c3c;
  color: #fff;
  border: 1px solid #003c3c;
}
.custom-modal .modal-header {
  border-bottom: none;
}
.indianlive-top h2 sup {
  color: #003c3c;
  font-family: "notosans-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
.counter {
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 4.5rem;
}
.counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}
.counter > span span {
  flex: 0 0 100%;
  height: 100%;
}
.counter:nth-child(1) > span {
  transition-delay: 0s;
}
.counter:nth-child(2) > span {
  transition-delay: 0.375s;
}
.counter:nth-child(3) > span {
  transition-delay: 0.75s;
}
.counter:nth-child(4) > span {
  transition-delay: 1.125s;
}
.counter:nth-child(5) > span {
  transition-delay: 1.5s;
}
.counter:nth-child(6) > span {
  transition-delay: 1.875s;
}
.counter:nth-child(7) > span {
  transition-delay: 2.25s;
}
.counter:nth-child(8) > span {
  transition-delay: 2.625s;
}
.counter:nth-child(9) > span {
  transition-delay: 3s;
}
.counter:nth-child(10) > span {
  transition-delay: 3.375s;
}
.counter:nth-child(11) > span {
  transition-delay: 3.75s;
}
.counter:nth-child(12) > span {
  transition-delay: 4.125s;
}
.counter:nth-child(13) > span {
  transition-delay: 4.5s;
}
.counter:nth-child(14) > span {
  transition-delay: 4.875s;
}
.counter:nth-child(15) > span {
  transition-delay: 5.25s;
}
.counter:nth-child(16) > span {
  transition-delay: 5.625s;
}
.counter:nth-child(17) > span {
  transition-delay: 6s;
}
.counter:nth-child(18) > span {
  transition-delay: 6.375s;
}
.counter:nth-child(19) > span {
  transition-delay: 6.75s;
}
.counter:nth-child(20) > span {
  transition-delay: 7.125s;
}
.counter:nth-child(1) {
  color: #003c3c;
}
.counter:nth-child(2) {
  color: #003c3c;
}
.counter:nth-child(3) {
  color: #003c3c;
}
.counter:nth-child(4) {
  color: #003c3c;
}
.box-content h3 > span {
  display: inline-block;
  position: relative;
}
.idp_block {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px;
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.idp_block img {
  border-radius: 24px;
}
.first_box {
  flex: 0 0 33%;
}
.last_box {
  flex: 0 0 27%;
}
.mid_box {
  padding-left: 35px;
  padding-right: 35px;
}
.mid_box h2 {
  margin-bottom: 20px;
  font-size: 55px;
}
.mid_box p {
  font-family: "notosans-regular";
  font-size: 18px;
  font-weight: 400;
  color: #003c3c;
  margin-bottom: 25px;
}
.last_box {
  position: relative;
}
.download-text {
  position: absolute;
  bottom: 62px;
  left: 0;
  width: 100%;
  text-align: center;
  max-width: 210px;
  right: 0;
  margin: auto;
}
.download-text h3 {
  font-family: "noto_serifregular";
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 23px;
  position: relative;
}
.download-text h3::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #c0a062;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}
.download-text p {
  font-family: "notosans-bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 15px;
}
.download-text .button img {
  border-radius: 0;
  margin-right: 5px;
}
.event_filter {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}
.filter_search input,
.event_filter .js-form-type-textfield input,
.search_tag input.form-autocomplete,
.search_result_page input.form-text,
.event_filter .form-item-field-author-target-id input {
  background-image: url(../../../../themes/images/icon-search.png);
  border: 0;
  border-bottom: 1px solid #5f5656;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  padding-left: 25px;
  font-family: "notosans-regular";
  font-size: 17px;
  padding-bottom: 10px;
  background-position: 0 6px;
  color: #000;
  width: 300px;
}
.filter_search input:focus,
.form-select:focus,
.js-form-item-title input:focus,
.event_filter .form-item-field-author-target-id input:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
.filter_search input:focus,
.js-form-item-title input:focus,
.event_filter .form-item-field-author-target-id input:focus {
  border-bottom: 1px solid #5f5656;
}
.filter_select,
.form-item-sort-order,
.js-form-type-select {
  display: flex;
  font-family: "notosans-regular";
  font-size: 17px;
  color: #003c3c;
  align-items: center;
  justify-content: flex-end;
}
.filter_select select,
.js-form-item-sort-order select,
.js-form-type-select select {
  font-family: "notosans-regular";
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  color: rgba(0, 60, 60, 0.6);
  font-size: 16px;
  line-height: 34px;
  width: 200px;
  margin-left: 15px;
}
.right_filter {
  display: flex;
}
.filter_select:not(:last-child) {
  margin-right: 20px;
}
.event_filter .bef-exposed-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.event_filter .bef-exposed-form .js-form-item-title label,
.event_filter .bef-exposed-form .form-item-sort-by {
  display: none;
}
.event_filter .bef-exposed-form .form-actions {
  display: none;
}
.mainEvent_box,
.mainVideo_box,
.mainVideo_box a {
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
}
.upcomingEvent_img,
.upcomingEvent_content,
.mainVideo_img,
.mainVideo_content {
  flex-grow: 1;
  flex-basis: calc(100% / 2);
}
.upcomingEvent_img,
.mainVideo_img {
  position: relative;
}
.upcomingEvent_img figure,
.mainVideo_img figure {
  margin-bottom: 0;
}
.upcomingEvent_img .eventCategory {
  color: rgba(0, 0, 0, 0.7);
  font-family: "notosans-semibold";
  font-size: 15px;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
  background-color: #c0edd875;
}
.upcomingEvent_img img,
.mainVideo_img img {
  border-radius: 20px 0px 0px 20px;
}
.upcomingEvent_content {
  align-items: center;
  display: flex;
  padding: 20px 35px;
}
.upcomingEvent_dt {
  display: flex;
  align-items: center;
}
.upcomingEvent_date,
.event_listing .uevent_date {
  font-family: "NotoSerif-SemiBold";
  font-size: 50px;
  color: #003c3c;
  line-height: 50px;
  font-weight: 600;
  margin-right: 20px;
  text-align: center;
}
.upcomingEvent_title h3,
.mainVideo_title h3 {
  font-family: "noto_serifregular";
  font-size: 32px;
  color: #003c3c;
  margin-bottom: 0;
}
.upcomingEvent_title h3 a {
  color: #003c3c;
}
.upcomingEvent_date span,
.event_listing .uevent_date span {
  font-family: "notosans-medium";
  color: #03c978;
  font-size: 22px;
  display: block;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.mainVideo_box,
.mainVideo_box a {
  align-items: center;
}
.mainVideo_box a {
  margin: 0;
}
.mainVideo_title {
  margin-left: 40px;
}
.videoCategory {
  font-family: "notosans-semibold";
  font-weight: 700;
  font-size: 16px;
  color: #03c978;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.play_button img {
  width: 75px;
  height: 75px;
  transition: all 0.3s ease-out;
}
.play_button img:hover,
.video_thumb a:hover .play_button img,
.mainVideo_box a:hover .play_button img {
  transform: scale(1.1);
}
.video_listing {
  height: calc(100% - 30px);
}
.uevent_list,
.video_listing,
.education_list {
  border-radius: 14px;
  background-color: #fff;
  margin-top: 30px;
}
.uevent_dt {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  min-height: 112px;
}
.uevent_list img,
.video_listing img,
.education_list img {
  border-radius: 14px 14px 0px 0px;
}
.uevent_list figure {
  margin-bottom: 0;
}
.uevent_title h5,
.video_title h5 {
  font-family: "noto_serifregular";
  font-weight: 400;
  font-size: 22px;
  color: #003c3c;
  margin-bottom: 0;
}
.uevent_title h5 a,
.video_title h5 a {
  color: #003c3c;
}
.uevent_date {
  font-family: "NotoSerif-SemiBold";
  font-size: 32px;
  color: #003c3c;
  line-height: 32px;
  font-weight: 600;
  margin-right: 15px;
}
.uevent_date span {
  font-family: "notosans-medium";
  color: #03c978;
  font-size: 16px;
  display: block;
  line-height: 24px;
  font-weight: 500;
}
.video_title {
  padding: 20px;
}
.video_title h2,
.event_listing .uevent_title h2 {
  font-family: "noto_serifregular";
  font-size: 30px;
  font-weight: 400;
  color: #003c3c;
  margin-bottom: 15px;
}
.video_title h2 {
  min-height: 72px;
}
.video_title p {
  font-family: "notosans-regular";
  font-size: 16px;
  font-weight: 400;
  color: #003c3c;
  min-height: 96px;
}
.event_listing .uevent_dt {
  min-height: 150px;
}
.event_listing .uevent_title h2 {
  margin-bottom: 0;
}
.date_social {
  display: flex;
  align-items: center;
  font-family: "notosans-regular";
  font-weight: 400;
  font-size: 16px;
  color: #616161;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 15px;
}
.date_social > div {
  width: 50%;
}
.date_social .share_block ul.social-icon {
  justify-content: flex-end;
}
.date_social .share_block ul.social-icon li {
  padding: 0 4px;
}
.date_social .share_block ul.social-icon li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.date_social .share_block ul.social-icon li a i {
  font-size: 14px;
}
.video_title .videoCategory {
  font-size: 16px;
}
.published {
  display: flex;
  align-items: center;
  font-family: "notosans-regular";
  font-weight: 400;
  font-size: 16px;
  color: #616161;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 15px;
}
.published span {
  padding: 0 20px;
}
.video_thumb a {
  position: relative;
  display: block;
}
.video_thumb a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 15px;
}
.video_thumb .play_button img {
  width: 70px;
  height: 70px;
}
.videos_modal .modal-body {
  padding: 0;
}
.videos_modal .modal-content,
.applynow_modal .modal-content {
  border-radius: 10px;
  border: 0;
}
.videos_modal .close_modal,
.applynow_modal .close_modal {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  z-index: 1;
  margin-top: -1px;
  margin-right: -1px;
}
.videos_modal video,
.applynow_modal video {
  border-radius: 10px;
}
.details_block {
  border-radius: 20px;
  background-color: #fff;
  margin-top: 40px;
  padding: 40px 40px;
}
.details_block h2 {
  font-family: "notoserif-medium";
  font-size: 50px;
  color: #003c3c;
  margin-bottom: 25px;
}
.published_block {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.published_date {
  display: flex;
  align-items: center;
}
.published_date li {
  font-family: "notosans-medium";
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  color: #003c3c;
  margin-right: 50px;
}
.published_date li:last-child {
  margin-right: 0;
}
.published_date li.read {
  padding-left: 44px;
}
.published_date li.cal::before,
.published_date li.pin::before,
.published_date li.time::before,
.published_date li.read::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 27px;
  left: 0;
  background-image: url(../../../../themes/images/sprite.png);
  background-repeat: no-repeat;
}
.published_date li.cal::before {
  background-position: -236px 0;
}
.published_date li.pin::before {
  background-position: 0 -42px;
}
.published_date li.time::before {
  background-position: -30px -42px;
}
.published_date li.read::before {
  background-position: 0 -122px;
  width: 36px;
}
.published_block.publication_wrap {
  justify-content: flex-end;
}
.details_block iframe {
  border-radius: 20px;
  margin: 0 auto;
  display: block;
}
.details_block .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.details_block .twitter-tweet iframe {
  border-radius: 0;
}
.tweet-rf iframe {
  height: 1120px !important;
}
.share_block ul.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.share_block ul.social-icon li {
  padding: 0 6px;
}
.share_block ul.social-icon li a {
  width: 32px;
  height: 32px;
  background-color: #14363d;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
}
.share_block ul.social-icon li a:hover {
  background-color: #007a4d;
}
.banner_imgblock {
  margin-bottom: 30px;
}
.banner_imgblock img {
  border-radius: 20px;
}
.published_content p,
.published_content li,
.acks_box p,
.read_more p,
.published_content table {
  font-family: "notosans-regular";
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #003c3c;
}
.published_content ul {
  list-style-type: disc;
  margin-bottom: 1rem;
  padding-left: 15px;
}
.published_content li {
  margin-bottom: 5px;
}
.published_content p a,
.acks_box p a,
.published_content li a {
  color: #007a4d;
  text-decoration: underline !important;
  word-wrap: break-word;
}
.published_content h4 {
  font-family: "notosans-medium";
  color: #003c3c;
  font-size: 30px;
  margin-bottom: 15px;
}
.published_content .button {
  margin-top: 1rem;
}
.published_content table,
.published_content th,
.published_content td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 3px 6px;
}
.published_content table {
  margin-bottom: 1rem;
  width: 50%;
}
.published_content h3 {
  font-family: "notosans-medium";
  color: #003c3c;
  font-size: 30px;
  margin-bottom: 15px;
}
.focus_areas {
  margin-top: 50px;
}
.focus_areas h4 {
  font-family: "notosans-bold";
  font-size: 28px;
  color: #333;
}
.focus_areas p {
  color: #333;
}
.item_holder {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 10px;
  background-color: #ffe7ab;
  align-items: center;
  border-radius: 20px;
}
.focusareas_slider.owl-carousel .owl-item img {
  width: auto;
  border-radius: 0;
  display: inline-block;
  border-radius: 20px 0 0 20px;
}
.focusareas_pic {
  text-align: center;
  border-radius: 20px 0 0 20px;
}
.owl-item:nth-of-type(1) .focusareas_pic {
  background-color: #419a8c;
}
.owl-item:nth-of-type(2) .focusareas_pic {
  background-color: #bac5de;
}
.owl-item:nth-of-type(3) .focusareas_pic {
  background-color: #673453;
}
.owl-item:nth-of-type(4) .focusareas_pic {
  background-color: #a67c86;
}
.focusareas_content {
  padding: 30px;
}
.focusareas_content h5 {
  font-family: "NotoSerif-SemiBold";
  font-size: 30px;
  color: #003c3c;
  margin-bottom: 15px;
}
.focusareas_content p {
  font-family: "notosans-regular";
  font-size: 18px;
  line-height: 28px;
  color: #003c3c;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.key_features {
  background-color: #c0edd875;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 40px 30px 10px;
}
.key_features h5,
.glimpses h5,
.process_block h5 {
  font-family: "notosans-bold";
  font-size: 28px;
  color: #003c3c;
  text-align: center;
}
.key_features h6 {
  font-family: "notosans-semibold";
  font-size: 18px;
  color: #003c3c;
}
.key_features ul {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 0;
  margin: 40px 0 0;
  position: relative;
}
.key_features ul:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 93%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #003c3c;
}
.key_features ul li {
  position: relative;
  padding-left: 85px;
  margin-bottom: 30px;
}
.key_features ul li::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: -2px;
  background-size: contain;
}
.key_features ul li:nth-child(1)::before {
  background-image: url(../../../../themes/images/key-features_icon1.png);
}
.key_features ul li:nth-child(2)::before {
  background-image: url(../../../../themes/images/key-features_icon2.png);
}
.key_features ul li:nth-child(3)::before {
  background-image: url(../../../../themes/images/key-features_icon3.png);
}
.key_features ul li:nth-child(4)::before {
  background-image: url(../../../../themes/images/key-features_icon4.png);
}
.key_features ul li:nth-child(5)::before {
  background-image: url(../../../../themes/images/key-features_icon5.png);
}
.key_features ul li:nth-child(6)::before {
  background-image: url(../../../../themes/images/key-features_icon6.png);
}
.key_features ul li p {
  margin-bottom: 0;
}
.key_features ul li:nth-child(odd) {
  margin-right: 40px;
}
.key_features ul li:nth-child(even) {
  margin-left: 40px;
}
.glimpses {
  margin-bottom: 60px;
}
.glimpses h5,
.process_block h5 {
  color: #333;
  margin-bottom: 30px;
}
.glimpses .ratio iframe {
  border-radius: 24px;
}
.process_block {
}
.process_block ul {
  list-style-type: none;
  padding: 0;
  margin: 90px 0 0;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-gap: 0;
}
.process_block li {
  box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #fff;
  transition: all 0.3s ease-out;
  top: 0px;
}
.process_block li:hover {
  top: -6px;
}
.process_block li::before,
.process_block li::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
}
.process_block li::before {
  right: -20px;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #03c978;
  z-index: 2;
}
.process_block li::after {
  right: -23px;
  margin-top: -23px;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid #fff;
  z-index: 1;
}
.process_block li:nth-child(2):before {
  border-left: 20px solid #003c3c;
}
.process_block li:nth-child(4):before,
.process_block li:nth-child(4):after {
  display: none;
}
.process_block h6 {
  font-family: "notosans-semibold";
  font-size: 18px;
  color: #fff;
}
.process_block ul li p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
.process_block ul li:nth-child(even),
.process_block ul li:nth-child(even) .step {
  background-color: #003c3c;
}
.process_block ul li:nth-child(odd),
.process_block ul li:nth-child(odd) .step {
  background-color: #03c978;
}
.process_block ul li:nth-child(even):hover .step {
  background-color: #03c978;
}
.process_block ul li:nth-child(odd):hover .step {
  background-color: #003c3c;
}
.process_block li .step {
  background-color: #03c978;
  border: 3px solid #ffffff;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  font-family: "notosans-bold";
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out;
}
.chart_data {
  text-align: center;
}
.chart_data label {
  width: 200px;
  color: red;
}
.criteria_block {
  background-color: #d1edc0;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.criteria_block h4 {
  font-family: "notosans-medium";
  font-size: 26px;
  color: #003c3c;
}
.criteria_block .tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.criteria_block .tab-content li {
  font-family: "notosans-regular";
  font-size: 17px;
  color: #003c3c;
  line-height: 26px;
}
.criteria_block .tab-content li {
  background: url(../../../../themes/images/logo_leaf.png)
    no-repeat 0 6px;
  margin-bottom: 1rem;
  padding-left: 25px;
}
.criteria_block .tab-content li a {
  color: #03c978;
  text-decoration: underline !important;
}
.criteria_block .tab-content li a:hover {
  text-decoration: none !important;
}
ul.criteria_list {
  margin-top: 0;
  border-bottom: 4px solid #fff;
  padding: 30px 30px 5px 30px;
}
ul.criteria_list li {
  font-family: "notosans-medium";
  font-size: 18px;
  background-color: none;
  color: #003c3c;
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.3s;
  margin-left: 11px;
  margin-right: 11px;
  position: relative;
}
ul.criteria_list li:after {
  content: "";
  position: absolute;
  right: -14px;
  background-color: #003c3c;
  width: 2px;
  height: 30px;
}
ul.criteria_list li:last-child:after {
  display: none;
}
ul.criteria_list li:first-child {
  margin-left: 0;
}
ul.criteria_list li:last-child {
  margin-right: 0;
}
ul.criteria_list li.current,
ul.criteria_list li:hover {
  background-color: #fff;
  color: #003c3c;
}
.criteria_block .tab-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.3s ease 1 forwards;
  padding: 10px 30px 15px 30px;
}
.criteria_block .tab-content.current {
  display: block !important;
}
.apply_btn {
  margin-top: 40px;
  margin-bottom: 0;
}
.spaceTop {
  margin-top: 60px;
}
.yellowbox {
  background-color: #ffe7ab;
  border-radius: 20px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 3.5rem 0 2rem;
  position: relative;
}
.yellowbox:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 84px;
  background: url(../../../../themes/images/green-quote-icon.png)
    no-repeat;
  top: -36px;
  right: 0;
  left: 0;
  margin: auto;
}
.yellowbox p {
  font-family: "notosans-medium";
  font-size: 20px;
  color: #003c3c;
  line-height: 34px;
}
.yellowbox p + p + p {
  font-family: "notosans-light";
  font-size: 18px;
  margin-bottom: 0;
}
.js-pager__items.pager {
  margin-top: 40px;
}
.js-pager__items .pager__item {
  text-align: center;
}
.js-pager__items .pager__item a {
  font-family: "notosans-regular";
  font-size: 16px;
  font-weight: 400;
  background-color: #ffe7ab;
  color: #003c3c;
  border-radius: 6px;
  transition: all 0.2s linear;
  display: inline-block;
  padding: 10px 26px;
}
.js-pager__items .pager__item a:hover {
  color: #003c3c;
  background-color: #d1edc0;
}
.speakers_block {
  margin-top: 40px;
}
.speakers_block h4 {
  font-family: "notosans-medium";
  font-size: 30px;
  font-weight: 500;
  color: #003c3c;
  margin-bottom: 25px;
}
.inner_item {
  background-color: #ffe7ab;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.speakers_slider.owl-carousel .owl-item img {
  width: auto;
  border-radius: 14px;
}
.speaker_pic {
  width: 40%;
  margin-right: 15px;
}
.speaker_content {
  width: 60%;
}
.speaker_content p {
  font-family: "notosans-regular";
  font-size: 15px;
  line-height: 20px;
  color: #003c3c;
}
.speaker_content h6 {
  font-family: "notoserif-medium";
  font-size: 20px;
  color: #003c3c;
}
.speakers_slider.owl-carousel .owl-nav [class*="owl-"],
.gallery_slider.owl-carousel .owl-nav [class*="owl-"],
.testimonial_slider.owl-carousel .owl-nav [class*="owl-"],
.testimonial_carousel.owl-carousel .owl-nav [class*="owl-"],
.responders_slider.owl-carousel .owl-nav [class*="owl-"],
.focusareas_slider.owl-carousel .owl-nav [class*="owl-"] {
  width: 36px;
  height: 36px;
  z-index: 1;
  background-color: #fff;
  background-image: url(../../../../themes/images/arrows.png);
  background-repeat: no-repeat;
  background-position: -3px -3px;
  border-radius: 50%;
  border: 2px solid #003c3c;
  line-height: 0 !important;
  outline: none;
  opacity: 1;
  margin: 8px;
}
.speakers_slider.owl-carousel .owl-nav,
.gallery_slider.owl-carousel .owl-nav,
.testimonial_slider.owl-carousel .owl-nav,
.testimonial_carousel.owl-carousel .owl-nav,
.responders_slider.owl-carousel .owl-nav {
  margin-top: 20px;
}
.speakers_slider.owl-carousel .owl-nav [class*="owl-"] span,
.gallery_slider.owl-carousel .owl-nav [class*="owl-"] span,
.testimonial_slider.owl-carousel .owl-nav [class*="owl-"] span,
.testimonial_carousel.owl-carousel .owl-nav [class*="owl-"] span,
.responders_slider.owl-carousel .owl-nav [class*="owl-"] span,
.focusareas_slider.owl-carousel .owl-nav [class*="owl-"] span {
  margin-top: -2px;
  display: none;
}
.speakers_slider.owl-carousel .owl-nav button.owl-prev,
.gallery_slider.owl-carousel .owl-nav button.owl-prev,
.testimonial_carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial_slider.owl-carousel .owl-nav button.owl-prev,
.responders_slider.owl-carousel .owl-nav button.owl-prev,
.focusareas_slider.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../../../../themes/images/arrows.png);
  background-position: -39px -3px;
  background-color: #003c3c;
  opacity: 1;
}
.speakers_slider.owl-carousel .owl-nav button.owl-next,
.gallery_slider.owl-carousel .owl-nav button.owl-next,
.testimonial_carousel.owl-carousel .owl-nav button.owl-next,
.testimonial_slider.owl-carousel .owl-nav button.owl-next,
.responders_slider.owl-carousel .owl-nav button.owl-next,
.focusareas_slider.owl-carousel .owl-nav button.owl-next {
  background-image: url(../../../../themes/images/arrows.png);
  background-position: -3px -3px;
  background-color: #003c3c;
  opacity: 1;
}
.speakers_slider.owl-carousel .owl-nav button.owl-prev.disabled,
.gallery_slider.owl-carousel .owl-nav button.owl-prev.disabled,
.testimonial_carousel.owl-carousel .owl-nav button.owl-prev.disabled,
.testimonial_slider.owl-carousel .owl-nav button.owl-prev.disabled,
.responders_slider.owl-carousel .owl-nav button.owl-prev.disabled,
.focusareas_slider.owl-carousel .owl-nav button.owl-prev.disabled {
  background-image: url(../../../../themes/images/arrows.png);
  background-position: -39px -39px;
  background-color: #fff;
  opacity: 1;
}
.speakers_slider.owl-carousel .owl-nav button.owl-next.disabled,
.gallery_slider.owl-carousel .owl-nav button.owl-next.disabled,
.testimonial_carousel.owl-carousel .owl-nav button.owl-next.disabled,
.testimonial_slider.owl-carousel .owl-nav button.owl-next.disabled,
.responders_slider.owl-carousel .owl-nav button.owl-next.disabled,
.focusareas_slider.owl-carousel .owl-nav button.owl-next.disabled {
  background-position: -3px -39px;
  background-color: #fff;
  opacity: 1;
}
.testimonial_carousel .testimonial_item .testimonial_img {
  position: relative;
}
.testimonial_carousel .testimonial_item .testimonial_img img {
  border-radius: 15px;
}
.testimonial_carousel .testimonial_item .testimonial_content {
  position: absolute;
  bottom: 0;
  background: rgba(192, 237, 216, 0.9);
  border-radius: 0 0 15px 15px;
  padding: 22px 15px;
  width: 100%;
  transition: ease 0.4s;
}
.testimonial_carousel .testimonial_item .testimonial_content h3 {
  font-family: "notosans-bold";
  font-size: 20px;
  color: #003c3c;
  margin-bottom: 0;
}
.testimonial_carousel .testimonial_item .testimonial_content p {
  margin-top: 0.5rem;
  font-family: "notosans-regular";
  font-size: 17px;
  color: #003c3c;
  margin-bottom: 0;
}
.testimonial_carousel .testimonial_item .testimonial_img .hide-cont {
  display: none;
}
.gallery_block,
.more_events_block,
.more_education_block,
.partner_block,
.more_publications_block {
  margin-top: 60px;
}
.gallery_block h2,
.more_events_block h2,
.more_education_block h2 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #00373e;
}
.gallery_item {
  position: relative;
}
.gallery_item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26));
  box-shadow: 0px 0px 12.6859px rgba(198, 198, 198, 0.15);
  z-index: 1;
}
.gallery_item figure {
  margin-bottom: 0;
  position: relative;
}
.gallery_item figure img,
.published_content img {
  border-radius: 15px;
}
.gallery_item figcaption {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-family: "notosans-medium";
  font-size: 20px;
  font-weight: 500;
  color: #ffe7ab;
  padding: 0 20px;
  z-index: 2;
  line-height: 28px;
}
.more_events_block h2,
.more_education_block h2 {
  margin-bottom: 0;
}
.publications_block {
  background-color: #c0edd875;
  border-radius: 40px;
  padding: 40px;
  margin-top: 60px;
}
.publications_block.owl-carousel .owl-item img {
  width: auto;
  display: inline;
}
.publications_pic {
  width: 48%;
  text-align: center;
}
.publications_content {
  width: 52%;
}
.publications_content h3 {
  font-family: "noto_serifregular";
  font-size: 55px;
  font-weight: 400;
  color: #003c3c;
  margin-bottom: 20px;
}
.publications_content h2 {
  font-family: "notosans-bold";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #003c3c;
  margin-bottom: 20px;
}
.publications_content p {
  font-family: "notosans-regular";
  font-size: 20px;
  font-weight: 400;
  color: #003c3c;
  margin-bottom: 35px;
}
.publications_item {
  display: flex;
  width: 92%;
  margin: 0 auto;
  align-items: center;
}
.publications_block.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.btn-download,
.btn-view,
.watch-btn {
  color: #1f1a17;
  text-align: center;
  font-family: "notosans-semibold";
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  background-image: url(../../../../themes/images/pdf-icon.png);
  background-repeat: no-repeat;
  background-position: 26px 10px;
  text-transform: uppercase;
  border-radius: 24px;
  background-color: #fff;
  padding: 8px 22px 8px 44px;
  border: 1px solid #fff;
  transition: 0.5s;
}
.publications_content .button a {
  margin-right: 20px;
}
.btn-view {
  background-image: none;
  padding: 8px 52px;
  border: 1px solid #003c3c;
  color: #003c3c;
  background-color: transparent;
}
.btn-view:hover,
.btn-download:hover {
  background-color: #003c3c;
  color: #fff;
  border: 1px solid #003c3c;
}
.btn-download:hover {
  background-position: 26px -21px;
}
.watch-btn {
  color: #003c3c;
  background-image: url(../../../../themes/images/play_icon.png);
  background-position: 20px 10px;
  padding: 10px 22px 10px 48px;
}
.ebook {
  background-color: #ffe7ab;
  border: 1px solid #ffe7ab;
  color: #003c3c;
  font-size: 12px;
}
.ebook:hover {
  background-position: 26px -21px;
}
.publications_block.owl-carousel .owl-nav [class*="owl-"],
.scholarship_block.owl-carousel .owl-nav [class*="owl-"],
.rf_founder_slider.owl-carousel .owl-nav [class*="owl-"] {
  height: 42px;
  width: 42px;
  z-index: 1;
  transform: rotate(180deg);
  background-image: url(../../../../themes/images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 17px 11px;
  border-radius: 50%;
  border: 1px solid #003c3c;
  line-height: 0 !important;
  outline: none;
  margin: 5px;
}
.publications_block.owl-carousel .owl-nav [class*="owl-"] span,
.scholarship_block.owl-carousel .owl-nav [class*="owl-"] span,
.rf_founder_slider.owl-carousel .owl-nav [class*="owl-"] span {
  margin-top: -2px;
  display: none;
}
.publications_block.owl-carousel .owl-nav button.owl-next,
.scholarship_block.owl-carousel .owl-nav button.owl-next,
.rf_founder_slider.owl-carousel .owl-nav button.owl-next {
  transform: rotate(0deg);
}
.publications_block.owl-carousel .owl-nav [class*="owl-"],
.scholarship_block.owl-carousel .owl-nav [class*="owl-"],
.rf_founder_slider.owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  left: 3%;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.publications_block.owl-carousel .owl-nav button.owl-next,
.scholarship_block.owl-carousel .owl-nav button.owl-next,
.rf_founder_slider.owl-carousel .owl-nav button.owl-next {
  left: inherit;
  right: 3%;
}
.publications_block.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
}
.publications_block.owl-carousel .owl-prev.disabled,
.publications_block.owl-carousel .owl-next.disabled {
  display: none !important;
}
.rf_founder_slider.owl-carousel .owl-nav button.owl-next,
.rf_founder_slider.owl-carousel .owl-nav button.owl-prev,
.publications_block.owl-carousel .owl-nav button.owl-prev,
.publications_block.owl-carousel .owl-nav button.owl-next {
  background-image: url(../../../../themes/images/arrow.svg);
  transform: rotate(0deg);
  background-position: 17px 11px;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.publications_block.owl-carousel.owl-theme .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.rf_founder_slider.owl-carousel .owl-nav button.owl-next {
  right: -5%;
}
.rf_founder_slider.owl-carousel .owl-nav button.owl-prev {
  left: -5%;
  transform: rotate(180deg);
}
.rf_founder_slider.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
}
.rf_founder_slider.owl-carousel .owl-nav button.owl-prev:hover {
  transform: rotate(180deg);
}
.rf_founder_slider.owl-carousel .video-item video {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: block;
  border-radius: 24px;
}
.rf_founder_slider.owl-carousel .owl-nav [class*="owl-"] {
  top: 100px;
}
.rf_founder_slider.owl-carousel .owl-prev.disabled,
.rf_founder_slider.owl-carousel .owl-next.disabled {
  display: none !important;
}
.where_wework {
  background-color: #fff;
  border-radius: 40px;
  padding: 50px 0 10px 40px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.where_wework_title h2 {
  margin-bottom: 25px;
}
.where_wework_title p {
  font-family: "notosans-regular";
  font-size: 18px;
  color: #003c3c;
  opacity: 0.8;
}
.gradientbg {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(182, 244, 252, 0.2) 46.82%
    ),
    linear-gradient(183.6deg, #ffffff 46.11%, #b6f4fc 59.32%);
}
.where_wework_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-right: 0;
  width: 100%;
}
.counter_block {
  margin-bottom: 60px;
}
.counter_block .mp-data-text {
  background: transparent !important;
}
.counter_block .col {
  position: relative;
}
.counter_block .col:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 110px;
  background: rgba(0, 60, 60, 0.5);
}
.counter_block .col:first-child:before {
  display: none;
}
.counter_block .col:nth-child(2):before {
  left: 0;
}
.counter_block .col:nth-child(3):before {
  left: -6px;
}
.activeState {
  fill: #004d49;
}
.marker-icon {
  position: absolute;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
  transform: translateY(-10px);
  transition-delay: 0.75s;
  width: 20px;
}
.marker-icon.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.india_map {
  max-width: 710px;
  margin: 0 auto;
  position: relative;
}
.locations_block {
  background-color: #fff;
  padding-bottom: 40px;
}
.address_list {
  display: flex;
  margin-bottom: 20px;
}
#address {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.15s linear;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.hideScroll {
  overflow: hidden;
}
.indiamap_block {
  width: 540px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  z-index: 99;
  transition: transform 0.3s ease-out;
}
.indiamap_block .content img {
  border-radius: 8px;
}
.indiamap_block button.close-tooltip {
  border: 0;
  background-color: transparent;
}
.img_holder {
  position: relative;
}
.img_holder a > span {
  display: block;
  font-size: 12px;
  font-family: "notosans-regular";
}
.defaultmap strong {
  visibility: hidden;
}
.counter_block .counter {
  justify-content: center;
  margin-bottom: 8px;
}
.content strong {
  font-family: "notosans-bold";
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  display: block;
  background-color: #003c3c;
  padding: 10px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 8px 8px;
}
.content strong a {
  color: #fff;
}
.content strong a:hover {
  color: #ffe7ab;
}
.mp-data-text {
  background: #ffe7ab;
  text-align: center;
  border-radius: 12px;
}
.mp-data-text h3 {
  color: #003c3c;
  font-family: "NotoSerif-Medium";
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.mp-data-text h3 p,
.mp-data-text h3 em,
.mp-data-text p {
  font-family: "notosans-semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 1px 0 0;
}
.mp-data-text h3 em {
  display: block;
  font-style: normal;
}
.map-data-text {
  background: #ffe7ab;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 20px;
}
.map-data-text h3 {
  color: #003c3c;
  font-family: "NotoSerif-SemiBold";
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}
.map-data-text h3 p,
.map-data-text h3 em {
  font-family: "notosans-regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 1px 0 0;
}
.stroy-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 0 15px;
}
.story-image {
  position: relative;
}
.story-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 61.46%
  );
}
.story-image img {
  border-radius: 10px;
}
.story-profile {
  position: relative;
}
.story-content .category {
  color: #26d780;
  font-family: "notosans-bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 31.687px;
  text-transform: uppercase;
}
.story-content h2 {
  color: #fff;
  font-family: "notoserif-medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-story {
  margin-bottom: 20px;
}
.post-story span {
  color: #fff;
  font-family: "notosans-regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 15.182px;
}
.post-story span:not(:last-child)::after {
  content: "|";
  padding: 0 10px;
}
.newsletter-story {
  margin-top: 15px;
  padding: 0 60px;
}
.newsletter-story .newletter-form .form-control {
  width: 100%;
  font-size: 13px;
  height: 56px;
  text-indent: 5px;
  color: #003c3c;
}
.newsletter-story .btn-newletter {
  font-size: 14px;
  padding: 16px 26px;
  text-transform: uppercase;
}
.newletter-form .form-control {
  color: rgba(0, 0, 0, 0.74);
  font-size: 9px;
  font-family: "notosans-regular";
  font-weight: 400;
  line-height: 130%;
  width: 230px;
  height: 36px;
  background: transparent;
  border: 1px solid #003c3c;
  border-radius: 30px;
}
.newletter-form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.74);
}
.btn-newletter {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  text-align: center;
  font-family: "notosans-medium";
  font-size: 9.746px;
  font-weight: 500;
  line-height: 13.014px;
  letter-spacing: 0.441px;
  text-transform: lowercase;
  border-radius: 25.99px;
  background: #003c3c;
  border: none;
  padding: 8px 20px;
}
.story-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.story-backdrop .modal-backdrop {
  background-color: #faf4f1;
}
.story-backdrop .modal-backdrop.show {
  opacity: 1;
}
.story_header {
  max-width: 90%;
  margin: auto;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.story_modal .btn-close {
  background-color: #003c3c;
  width: 38px;
  height: 38px;
  opacity: 1;
  color: #fff;
}
.story_header .cross_btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.story_modal .modal-dialog {
  margin-top: 0;
}
.story_modal .modal-content {
  border: 0;
  background-color: transparent;
}
.story_modal .modal-dialog {
  max-width: none;
}
.story {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  margin-top: -40px;
}
.story_container {
  width: 420px;
  height: 745px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.swiper-slide {
  position: relative;
  transition: all 0.2s linear;
}
.story__pagination .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 100vh;
  height: 4px;
  margin: 0 2px !important;
  background-color: rgba(247, 247, 245, 0.4);
  opacity: 1;
}
.story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
  height: 100%;
  width: 0%;
  border-radius: 100vh;
  background-color: #26d780;
}
.story__prev,
.story__next {
  top: -56px;
  bottom: 0;
  margin: auto;
}
.story .swiper-button-next,
.story .swiper-button-prev {
  width: 46px;
  height: 46px;
  border: 2px solid #003c3c;
  border-radius: 50%;
  text-align: center;
  transition: all 0.2s linear;
  background-image: url(../../../../themes/images/blue-arrows.svg);
  background-position: 15px 12px;
  background-size: 10px 17px;
}
.story .swiper-button-prev {
  background-position: 14px 13px;
}
.story .swiper-button-next:hover,
.story .swiper-button-prev:hover {
  background-image: url(../../../../themes/images/arrow_white.svg);
  background-color: #003c3c;
}
.story .story__prev {
  left: 0;
  transform: rotate(0deg);
}
.story .story__next {
  right: 0;
  transform: rotate(180deg);
}
.inner_videobanner video,
.swiper-slide video .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper-pagination {
  bottom: unset !important;
  top: 15px !important;
  display: flex;
  padding: 0 4px;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.4);
}
.swiper-pagination-bullet-active::before {
  background-color: #26d780;
  -webkit-animation: slide-progress 7s cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation: slide-progress 7s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.paginations {
  text-align: center;
  padding: 20px 0;
  margin: 40px 0;
}
.paginations a {
  font-family: "notosans-regular";
  font-size: 16px;
  font-weight: 400;
  width: 34px;
  height: 34px;
  background-color: transparent;
  color: #565656;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  text-decoration: none;
  border-radius: 5px;
  margin: 1px;
  transition: all 0.2s linear;
}
.paginations a.prev,
.paginations a.next {
  width: 92px;
  height: 42px;
  color: #fff;
  line-height: 40px;
}
.paginations a.prev {
  background-color: #ffe7ab;
  color: #003c3c;
  cursor: text;
  margin-right: 10px;
}
.paginations a.next {
  background-color: #ffe7ab;
  color: #003c3c;
  margin-left: 10px;
}
.paginations a:hover,
.paginations a.selected {
  color: #003c3c;
  background-color: #d1edc0;
}
.paginations a.prev:hover {
  background-color: #ffe7ab;
}
.scholarship_block {
  background-image: url(../../../../themes/images/Degree-Program.jpg);
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 60px;
  border-radius: 40px;
  position: relative;
  background-position: center center;
}
.scholarship_block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.59);
  mix-blend-mode: normal;
  opacity: 0.9;
  backdrop-filter: blur(2px);
  border-radius: 40px;
}
.scholarship_block .item {
  height: 580px;
}
.scholarship_block .item_holder {
  display: flex;
  align-items: center;
  width: 78%;
  margin: 0 auto;
  height: 100%;
}
.scholarship_block .item_holder img {
  width: auto;
  display: inline-block;
  margin-bottom: 8px;
}
.scholarship_block h3 {
  font-family: "noto_serifregular";
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
.scholarship_block h6 {
  font-family: "notosans-semibold";
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.scholarship_block p {
  font-family: "notosans-regular";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.col-left {
  width: 50%;
}
.col-right {
  width: 50%;
}
.col-right ul {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  position: relative;
}
.col-right ul:before,
.col-right ul:after {
  content: "";
  position: absolute;
  background: #fff;
  margin: auto;
}
.col-right ul:before {
  width: 1px;
  height: 86%;
  left: 50%;
  top: 0;
  bottom: 0;
}
.col-right ul:after {
  width: 86%;
  height: 1px;
  top: 50%;
  right: 0;
  left: 0;
}
.col-right ul li {
  width: 50%;
  text-align: center;
  padding: 25px;
}
.scholarship_block.owl-carousel .owl-nav [class*="owl-"] {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.scholarship_block.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #ccc;
  filter: brightness(1) invert(0);
  -webkit-filter: brightness(1) invert(0);
}
.hideIndesk,
.defaultmaptab {
  display: none;
}
.custom-modal .modal-body {
  padding: 1rem 1.5rem;
}
.education_items {
  margin-top: 60px;
}
.education_items h2 {
  font-family: "notoserif-medium";
  font-weight: 500;
  font-size: 55px;
  color: #00373e;
}
.education_wrap {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.education_wrap .page_title {
  margin-top: 0;
  margin-bottom: 40px;
}
.education_wrap .page_title h1 {
  padding-left: 40px;
  margin-bottom: 0;
}
.inner_banner {
  position: relative;
  margin-bottom: 40px;
}
.inner_banner:before {
  position: relative;
}
.inner_banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 28.23%,
    rgba(0, 0, 0, 0) 50.09%
  );
}
.education_block {
  border-radius: 20px;
  background-color: #fff;
  padding: 25px;
  margin-top: 30px;
  min-height: 500px;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-out;
}
.education_block a {
  display: block;
}
.education_block:hover {
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -6px;
}
.education_img {
  position: relative;
  margin-bottom: 60px;
}
.education_img img {
  border-radius: 20px;
}
.education_icon {
  width: 90px;
  height: 90px;
  background-color: #c0edd875;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.education_block:hover .education_icon {
  background-color: #003c3c;
}
.education_block:hover .education_icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.education_icon img {
  border-radius: 0;
}
.banner_block figure img {
  border-radius: 20px 20px 0 0;
}
.education_block h4 {
  font-family: "notoserif-medium";
  font-weight: 500;
  font-size: 25px;
  color: #003c3c;
  margin-bottom: 20px;
  min-height: 60px;
}
.education_block p {
  font-family: "notosans-regular";
  font-weight: 400;
  font-size: 16px;
  color: #003c3c;
  margin-bottom: 20px;
}
.learn_btn,
.read_more a,
.see_all a,
.attend_wrap a {
  display: inline-block;
  font-family: "notosans-semibold";
  font-size: 13px;
  font-weight: 600;
  color: #003c3c;
  text-transform: uppercase;
  background-color: #ffe7ab;
  border-radius: 20px;
  padding: 8px 20px;
  line-height: 26px;
  transition: 0.5s;
}
.learn_btn {
  border: 1px solid #ffe7ab;
}
.read_more a:hover,
.see_all a:hover,
.attend_wrap a:hover {
  background-color: #003c3c;
  color: #fff;
}
.education_list {
  position: relative;
  top: 0px;
  transition: all 0.3s ease-out;
  height: calc(100% - 30px);
}
.education_list:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -6px;
}
.video_gallery_item a {
  position: relative;
  display: block;
}
.video_gallery_item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26));
  box-shadow: 0px 0px 12.6859px rgba(198, 198, 198, 0.15);
  z-index: 1;
}
.video_gallery_item a img {
  border-radius: 15px;
}
.video_gallery_item .play_button {
  z-index: 1;
  width: 56px;
  height: 56px;
}
.video_gallery_item .play_button img {
  width: 56px;
  height: 56px;
}
.video_gallery_item a:hover .play_button img {
  transform: scale(1.1);
}
.sdgs_block {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}
.sdgs_block > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.include {
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 20px;
}
.include li {
  margin-bottom: 5px;
}
.sdgs_block_right p,
.sdgs_block_right li,
.education_details_content p,
.include li {
  font-family: "notosans-regular";
  font-size: 18px;
  color: #003c3c;
  text-align: justify;
  line-height: 26px;
}
.sdgs_block_right p a,
.sdgs_block_right li a {
  color: #007a4d;
  text-decoration: underline !important;
}
.education_details_content a {
  color: #03c978;
}
.education_details_content .read_more a {
  color: #003c3c;
}
.education_details_content .read_more a:hover {
  color: #fff;
}
.sdgs_block_right img {
  border-radius: 20px;
}
.sdgs_block_right span {
  color: #03c978;
}
.quotes {
  position: relative;
  margin-top: 75px;
  margin-bottom: 30px;
}
.quotes:before {
  content: "";
  position: absolute;
  top: -44px;
  left: -10px;
  width: 118px;
  height: 91px;
  background: url(../../../../themes/images/edu_quote.svg)
    no-repeat;
  z-index: -1;
}
.quotes p {
  font-family: "notosans-semibold";
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  color: #003c3c;
  text-align: left;
  line-height: 48px;
}
.quotes .designation {
  font-family: "notosans-medium";
  font-weight: 500;
  font-size: 22px;
  color: #003c3c;
}
.founder_quote {
  margin-bottom: 70px;
  margin-top: 70px;
  position: relative;
  padding-left: 45px;
  padding-top: 0;
  padding-right: 10px;
}
.founder_quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 280px;
  background: #03c978;
  border-radius: 20px;
  bottom: 0;
  margin: auto;
}
.environment_welfare .founder_quote:before {
  height: 484px;
}
.founder_quote p {
  font-family: "notosans-semibold";
  font-weight: 600;
  font-size: 30px;
  color: #003c3c;
  line-height: 42px;
  text-align: left;
}
.founder_quote .designation {
  font-family: "notosans-regular";
  font-size: 16px;
  font-weight: 400;
  color: #003c3c;
}
.founder_quote .designation span {
  font-family: "notosans-medium";
  font-weight: 500;
  font-size: 20px;
  color: #003c3c;
  display: block;
}
.sports_block .founder_quote,
.womene_block .founder_quote {
  margin-bottom: 55px;
  margin-top: 55px;
}
.sports_block .founder_quote::before {
  height: 330px;
}
.sdgs_block_right li,
.impact_glance li {
  background: url(../../../../themes/images/logo-with-leaf.png)
    no-repeat 0 6px;
  margin-bottom: 1rem;
  padding-left: 25px;
}
.impact_glance li {
  font-family: "notosans-regular";
  font-size: 18px;
  color: #003c3c;
  text-align: left;
  line-height: 26px;
}
.impact_glance li:last-child {
  margin-bottom: 0;
}
.sdgs_block_left {
  padding-right: 35px;
  position: relative;
  flex: 0 0 auto;
  width: 41.66666667%;
  margin-top: 8px;
}
.impact_box,
.impact_glance {
  background-color: #c0edd875;
  border-radius: 20px;
  text-align: center;
  color: #003c3c;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.impact_glance {
  text-align: left;
  padding: 25px 30px;
}
.impact_box h2 {
  font-family: "NotoSerif-SemiBold";
  font-size: 70px;
  font-weight: 600;
  line-height: 100px;
}
.impact_glance h4 {
  font-family: "notosans-medium";
  font-size: 30px;
  font-weight: 500;
  color: #003c3c;
  margin-bottom: 15px;
}
.impact_box .counter {
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.impact_box p {
  font-family: "notosans-medium";
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.whats_newsec h3,
.whats_newsec h4 {
  font-family: "NotoSerif-SemiBold";
  font-size: 30px;
  color: #003c3c;
  font-weight: 500;
  margin-bottom: 20px;
}
.whats_newsec {
  margin-top: 40px;
}
.whats_newsec img {
  border-radius: 10px 0 0 10px;
  margin-bottom: 0;
}
.ratio iframe {
  border-radius: 10px;
}
.promo_unit {
  border-radius: 10px;
  background-color: #ffe7ab;
}
.promo_unit a {
  display: flex;
  align-items: center;
}
.promo_unit a:hover {
  text-decoration: underline !important;
  color: #003c3c;
}
.whats_newsec h4 {
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 25px;
}
.sdgs_block_left {
  height: min-content;
  position: -webkit-sticky;
  position: sticky;
  top: -650px;
}
.sports_block .sdgs_block_left {
  top: -130px;
}
.womene_block .sdgs_block_left {
  top: -100px;
}
.related_tags {
  margin-bottom: 5px;
  margin-top: 0.5rem;
}
.related_tags h4 {
  font-family: "notosans-semibold";
  font-size: 25px;
  font-weight: 600;
  color: #003c3c;
  margin-bottom: 20px;
}
.related_tags li {
  display: inline-block;
  margin-bottom: 10px;
}
.related_tags li a {
  font-family: "notosans-semibold";
  font-size: 15px;
  color: #003c3c;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffe7ab;
  border-radius: 20px;
  padding: 9px 30px;
  display: block;
}
.related_tags li:not(:last-child) {
  margin-right: 6px;
}
.related_tags li a:hover {
  background-color: #003c3c;
  color: #fff;
}
.location_date {
  margin-top: 30px;
  font-size: 16px;
}
.storie_list .video_title h5 {
  min-height: 76px;
}
.media_list .video_title h5 {
  min-height: inherit;
}
.media_list .location_date,
.storie_list .location_date {
  margin-top: 0;
  padding-top: 15px;
  font-size: 16px;
}
.uevent_list {
  position: relative;
  top: 0px;
  transition: all 0.3s ease-out;
  height: calc(100% - 30px);
}
.uevent_list:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -6px;
}
.no_result {
  font-family: "notosans-semibold";
  font-size: 18px;
  color: #003c3c;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.partner_wrap {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(5, 1fr);
}
.partner_logo {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 8px 0;
  transition: all 0.3s ease-out;
}
.partner_logo img {
  border-radius: 20px;
}
.partner_logo:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transform: scale(1.04, 1.04);
}
.partner_block .button {
  text-align: center;
  margin-top: 35px;
}
.more_publications_block .uevent_dt {
  min-height: inherit;
}
.pb_list .video_title h5,
.pb_list .uevent_title h5,
.more_publications_block h5 {
  min-height: 60px;
}
.more_publications_block .education_list img.img-fluid,
.more_publications_block .uevent_list img.img-fluid {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.more_publications_block .video_listing h5 {
  min-height: 70px;
}
.testimonial_item a img {
  border-radius: 15px;
}
.testimonial_item a {
  position: relative;
  display: block;
}
.testimonial_item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 15px;
  transform: rotate(-180deg);
  z-index: 1;
}
.testimonial_item a:hover .play_button img {
  transform: scale(1.1);
}
.testimonial_slider .play_button {
  width: 59px;
  height: 41px;
  z-index: 1;
}
.testimonial_slider .play_button img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.testimonial_title {
  font-family: "notosans-medium";
  font-size: 19px;
  color: #ffe7ab;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  line-height: 26px;
  z-index: 1;
}
.videos_modal iframe {
  border-radius: 10px;
}
.acks_block {
  margin-top: 60px;
  margin-bottom: 60px;
}
.acks_box {
  border-radius: 20px;
  background-color: #fff;
  padding: 35px;
}
.acks_box h2 {
  font-size: 35px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
.acks_box p {
  line-height: 30px;
}
.acks_box .button {
  margin-top: 30px;
}
.read_more p {
  text-align: center;
  margin-top: 30px;
}
.see_all a {
  width: 124px;
  text-align: center;
}
.more_publications_block h2 {
  margin-bottom: 5px;
}
.title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.responders_block {
  margin-bottom: 60px;
  margin-top: 60px;
}
.responders_block .responder_item {
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  width: 100%;
  align-items: center;
}
.responder_content {
  padding-left: 30px;
  padding-right: 30px;
}
.responder_content h3 {
  font-family: "notoserif-medium";
  font-size: 30px;
  font-weight: 500;
  color: #003c3c;
  margin-bottom: 15px;
}
.responder_content p {
  font-family: "notosans-regular";
  font-size: 17px;
  color: #003c3c;
  font-weight: 400;
}
.responder_img,
.responder_content {
  flex-grow: 1;
  flex-basis: calc(100% / 2);
}
.responder_img img {
  border-radius: 20px 0px 0px 20px;
}
.txt_with_img {
  display: flex;
}
.txt_with_img p {
  flex-grow: 1;
  flex-basis: calc(100% / 2);
}
.txt_with_img p:not(:last-child) {
  padding-right: 60px;
}
.education_details_wrap {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.education_details_wrap .inner_banner::before {
  display: none;
}
.education_details_wrap .inner_banner img,
.inner_videobanner video {
  border-radius: 20px 20px 0 0;
}
.education_details_content {
  padding-left: 160px;
  padding-right: 160px;
}
.education_details_content h1 {
  font-family: "NotoSerif-SemiBold";
  color: #003c3c;
  font-size: 55px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
.education_details_content h2 {
  font-family: "notosans-semibold";
  font-size: 34px;
  color: #003c3c;
  text-align: center;
  margin-bottom: 30px;
}
.education_details_content h3,
.workingRF_block h3 {
  font-family: "notosans-medium";
  font-size: 30px;
  color: #003c3c;
  margin-bottom: 1rem;
}
.green_box {
  border-radius: 20px;
  background-color: #c0edd875;
  padding: 30px;
  font-family: "notosans-semibold";
  font-size: 25px;
  color: #003c3c;
  line-height: 40px;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.education_details_content img {
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.image_box {
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.image_box img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.image_box img:not(:last-child) {
  margin-right: 25px;
}
.image_box > div {
  flex-grow: 1;
  flex-basis: calc(100% / 2);
  margin-top: 0;
}
.image_box > div > img:not(:last-child) {
  margin-right: 0;
}
.image_box > div:not(:last-child) {
  margin-right: 25px;
}
.content_image_box {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}
.content_image_box strong {
  display: block;
  margin-bottom: 10px;
}
.education_details_content .content_image_box img {
  margin-top: 0;
}
.education_details_content .related_tags {
  margin-top: 30px;
}
.education_details_content .read_more p {
  text-align: left;
}
.grateful h3 {
  position: relative;
  z-index: 2;
}
.grateful h3::before {
  content: "";
  position: absolute;
  top: -42px;
  left: -3px;
  width: 110px;
  height: 77px;
  background-image: url(../../../../themes/images/quoteicon.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.more_publications_block .btn-common,
.edumore_list .btn-common {
  padding: 8px 22px;
  margin-top: 0.5rem;
}
.more_publications_block .uevent_list:hover .btn-common,
.whatwedoCard:hover .btn-common,
.education_block:hover .learn_btn {
  background: #003c3c;
  border: 1px solid #003c3c;
  color: #fff;
}
.innerpage_banner {
  position: relative;
  margin-top: 30px;
}
.innerpage_banner img {
  border-radius: 20px;
}
.innerpage_banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.55) 23.1%,
    rgba(0, 0, 0, 0) 40.44%
  );
  border-radius: 20px;
}
.banner_block .innerpage_banner::before {
  border-radius: 20px 20px 0 0;
}
.health_block .sdgs_wrap h5 {
  color: #279b48;
}
.health_block .qe_block::before {
  content: "3";
  color: #279b48;
  left: -25px;
}
.health_block .impact_box p {
  font-family: "notosans-regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.health_block .impact_box p + p,
.dm_block .impact_box p + p {
  text-align: right;
  font-size: 16px;
  margin-top: 5px;
}
.health_gallery .gallery_item a {
  position: relative;
  display: block;
}
.health_gallery .gallery_item::before {
  display: none;
}
.health_gallery .gallery_item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 15px 15px 0px 0px;
  z-index: 1;
}
.health_gallery .gallery_item .play_button img {
  width: 60px;
  height: 60px;
}
.health_gallery .gallery_item a:hover .play_button img {
  transform: scale(1.1);
}
.rural_block .sdgs_wrap h5 {
  color: #eb1c2d;
}
.rural_block .qe_block::before {
  content: "1";
  color: #eb1c2d;
  left: 12px;
}
.rural_block .qe_block span {
  color: #eb1c2d;
}
.rural_block .impact_glance p {
  text-align: right;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
}
.sports_block .sdgs_wrap h5 {
  color: #008bcf;
}
.sports_block .qe_block::before {
  content: "3";
  color: #008bcf;
  left: -10px;
}
.sports_block .sdgs_wrap > div:not(:last-child) {
  width: 56%;
}
.sports_block .qe_block span {
  color: #008bcf;
}
.womene_block .sdgs_wrap h5 {
  color: #ef4025;
}
.womene_block .qe_block::before {
  content: "5";
  color: #ef4025;
  left: 23px;
}
.womene_block .sdgs_wrap > div:not(:last-child) {
  width: 56%;
}
.womene_block .qe_block span {
  color: #ef4025;
}
.ach_block .sdgs_wrap h5 {
  color: #dca139;
}
.ach_block .qe_block::before {
  content: "4";
  color: #dca139;
  left: 8px;
}
.ach_block .sdgs_wrap > div:not(:last-child) {
  width: 49%;
}
.ach_block .qe_block span {
  color: #dca139;
}
.ach_block .whats_newsec {
  margin-top: 40px;
}
.ach_block .nep_block h5 {
  padding-left: 56px;
}
.ach_block .nep_block {
  position: relative;
}
.ach_block .nep_block::before {
  content: "8";
  position: absolute;
  left: 15px;
  top: -2px;
  font-family: "notosans-medium";
  font-weight: 600;
  font-size: 60px;
  color: #dca139;
  line-height: 50px;
}
.ur_block .sdgs_wrap h5 {
  color: #f99d26;
  font-size: 19px;
}
.ur_block .qe_block::before {
  content: "11";
  color: #f99d26;
  left: -28px;
  letter-spacing: -10px;
}
.ur_block .sdgs_wrap > div:not(:last-child) {
  width: 56%;
}
.ur_block .qe_block span {
  color: #f99d26;
}
.ur_block .sdgs_block_left {
  top: 110px;
}
.dm_block .sdgs_wrap h5 {
  color: #0b65a1;
}
.dm_block .qe_block::before {
  content: "13";
  color: #0b65a1;
  left: -30px;
  font-size: 40px;
  top: -14px;
}
.dm_block .qe_block img {
  margin-top: 40px;
}
.innerpage_banner figcaption {
  position: absolute;
  bottom: 40px;
  left: 60px;
}
.innerpage_banner figcaption h1 {
  font-family: "NotoSerif-SemiBold";
  font-size: 75px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
}
.innerpage_banner .icon_title {
  position: relative;
  width: 110px;
  height: 110px;
  text-align: center;
  margin-right: 20px;
}
.innerpage_banner .icon_title img {
  border-radius: 0;
  position: relative;
}
.innerpage_banner figcaption h3 {
  font-family: "notosans-semibold";
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.innerpage_banner figure,
.whatwedo_card figure {
  margin-bottom: 0;
}
.whatwedo_wrap {
  margin-top: 30px;
}
.whatwedoCard {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-out;
  margin-top: 30px;
}
.whatwedoCard img {
  border-radius: 20px 20px 0 0;
}
.whatwedoCard_content {
  padding: 25px;
}
.whatwedoCard_content h2 {
  font-family: "NotoSerif-SemiBold";
  font-size: 30px;
  color: #003c3c;
  font-weight: 600;
  margin-bottom: 20px;
}
.whatwedoCard_content h2 a {
  color: #003c3c;
}
.whatwedoCard_content h4 {
  font-family: "noto_serifregular";
  font-size: 25px;
  color: #003c3c;
  font-weight: 400;
  margin-bottom: 20px;
}
.whatwedoCard_content p {
  font-family: "notosans-regular";
  font-size: 18px;
  color: #003c3c;
  margin-bottom: 20px;
  min-height: 82px;
}
.whatwedoCard:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -6px;
}
.experts_speak .location_date span {
  padding: 0 14px;
}
.experts_speak .uevent_list img,
.experts_speak .location_date img {
  margin-right: 5px;
}
.author_date {
  font-family: "notosans-regular";
  color: #003c3c;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.author_list .author_date a {
  color: #003c3c;
}
.author_date img,
.location_date img {
  margin-right: 8px;
}
.author_date a img {
  border-radius: 50%;
}
.media_releases .white_box {
  margin-bottom: 0;
}
.media_releases h1 {
  margin-bottom: 1rem;
}
#views-exposed-form-stories-page-1 .js-form-item-title,
#views-exposed-form-videos-page-1 .form-item-field-title-value-1 {
  width: 49%;
}
.education_inner .innerpage_banner img {
  border-radius: 20px 20px 0 0;
}
.sdgs_block_right {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.sdgs_block_right h3 {
  font-family: "notosans-semibold";
  font-size: 40px;
  font-weight: 600;
  color: #003c3c;
  padding-bottom: 15px;
}
.sdgs_block_right h4 {
  font-family: "notosans-medium";
  font-weight: 500;
  font-size: 30px;
  color: #003c3c;
  padding-bottom: 10px;
}
.sdgs_wrap,
.qe_txt {
  display: flex;
  text-align: center;
  justify-content: center;
}
.sdgs_wrap {
  margin-bottom: 30px;
}
.sdgs_wrap h5 {
  font-family: "notosans-bold";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #c51a2d;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.environment_welfare .sdgs_wrap h5 {
  color: #4ea145;
}
.sdgs_wrap img {
  margin-bottom: 10px;
  margin-top: 15px;
}
.qe_block span {
  display: block;
  font-family: "notosans-medium";
  color: #c51a2d;
  font-size: 20px;
  text-transform: uppercase;
}
.sdgs_wrap > div {
  width: 56%;
}
.sdgs_wrap > div:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  width: 44%;
}
.qe_block,
.environment_welfare .nep_block {
  position: relative;
}
.qe_block:before,
.environment_welfare .nep_block:before {
  content: "4";
  position: absolute;
  left: 5px;
  top: -2px;
  font-family: "notosans-medium";
  font-weight: 600;
  font-size: 60px;
  color: #c51a2d;
  line-height: 50px;
}
.environment_welfare .qe_block:before,
.environment_welfare .nep_block:before {
  content: "15";
  color: #4ea145;
  left: -18px;
}
.environment_welfare .nep_block:before {
  content: "";
  left: 3px;
}
.apply_block,
.workingRF_block {
  margin-top: 30px;
}
.apply_block p,
.workingRF_block p {
  font-size: 18px;
  padding-right: 30px;
  line-height: 1.6;
}
.apply_block img,
.workingRF_block img {
  border-radius: 15px;
}
.openings_block h2 {
  font-family: "NotoSerif-SemiBold";
  font-size: 60px;
  color: #003c3c;
  font-weight: 600;
  letter-spacing: 0.005em;
}
ul.job_list {
  margin-top: 25px;
}
ul.job_list li,
.job_openings .form-radios .js-form-type-radio label {
  font-family: "notosans-regular";
  font-size: 14px;
  font-weight: 400;
  background-color: none;
  color: #003c3c;
  display: inline-block;
  padding: 8px 16px;
  cursor: pointer;
  border: 1px solid rgba(0, 60, 60, 0.5);
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.3s;
  margin-right: 10px;
}
ul.job_list li:last-child {
  margin-right: 0;
}
ul.job_list li.current,
ul.job_list li:hover {
  background-color: #003c3c;
  color: #fff;
}
.openings_block {
  margin-top: 0;
}
.current_opening {
  color: #003c3c;
  background-color: #d1edc0;
  border-radius: 10px;
  padding: 20px;
  min-height: 220px;
  margin-top: 30px;
  transition: all 0.5s;
}
.current_opening:hover {
  background-color: #b9e0a1;
  box-shadow: 0px 4px 6px rgba(38, 38, 38, 0.1);
}
.current_opening h4,
.applynow_modal .modal-body h4 {
  font-family: "notosans-semibold";
  font-size: 24px;
  margin-bottom: 10px;
  color: #003c3c;
}
.current_opening p,
.applynow_modal .modal-body p {
  font-family: "notosans-regular";
  font-weight: 400;
  font-size: 17px;
  color: #003c3c;
}
.applynow_modal .modal-body {
  padding: 2rem;
}
.job_category {
  font-family: "notosans-regular";
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
  color: #003c3c;
}
.job_openings .tab-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.2s ease 1 forwards;
}
.job_openings .tab-content.current {
  display: block;
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
.job_openings .form-radios {
  margin-top: 25px;
}
.job_openings .form-radios .js-form-type-radio {
  position: relative;
  margin: 0 2px 0 0;
}
.job_openings .form-radios .js-form-type-radio label,
.job_openings .form-radios .js-form-type-radio input {
  display: block;
  text-align: center;
}
.job_openings .form-radios .js-form-type-radio input[type="radio"] {
  display: none;
}
.job_openings
  .form-radios
  .js-form-type-radio
  input[type="radio"]:checked
  + label {
  background-color: #003c3c;
  color: #fff;
}
.job_openings .form-radios .js-form-type-radio label {
  cursor: pointer;
}
.job_openings .form-radios .js-form-type-radio label:hover {
  background-color: #003c3c;
  color: #fff;
}
.workingRF_block p {
  padding-right: 0;
}
.year_box {
  background-color: #c0edd875;
  padding: 16px 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
  margin-bottom: 1.3rem;
}
.year_imgbox {
  background-color: #fff;
  border-radius: 12px;
  padding: 18px 14px;
  margin-right: 20px;
}
.year_imgbox img {
  border-radius: 10px;
}
.year_txtbox p {
  line-height: 1.5;
  margin-bottom: 0;
}
.year_txtbox h4 {
  font-family: "NotoSerif-SemiBold";
  font-size: 25px;
  color: #003c3c;
  font-weight: 600;
}
.careers_wrap .whatwedoCard {
  margin-top: 0;
  background-color: #d1edc0;
  display: flex;
  position: inherit;
  align-items: center;
}
.careers_wrap .whatwedoCard:hover {
  box-shadow: none;
}
.careers_wrap .whatwedoCard > div {
  flex: 50%;
}
.careers_wrap .btn-common {
  background: #fff;
  border: 1px solid #fff;
}
.careers_wrap .whatwedoCard_content {
  padding: 30px;
}
.careers_wrap .whatwedoCard img {
  border-radius: 15px 0 0 15px;
}
.careers_video_wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
.careers_video img {
  border-radius: 24px;
}
.careers_video {
  position: relative;
}
.careers_video a {
  position: relative;
  display: block;
}
.careers_video a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 24px;
}
.careers_video .play_button img {
  animation: crescendo 1.1s alternate infinite ease-in;
}
@keyframes crescendo {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.1);
  }
}
.careers_wrap .applyNow_block {
  margin-bottom: 50px;
}
.careers_wrap .applyNow_block .whatwedoCard img {
  border-radius: 0 15px 15px 0;
}
.careers_wrap .applyNow_block .whatwedoCard {
  background-color: #ffe7ab;
  flex-direction: row-reverse;
}
.wecare_list {
  margin-top: 60px;
}
.wecare_list h2 {
  margin-bottom: 0;
}
.wecare_list .mainEvent_box {
  margin-top: 0;
  margin-bottom: 0;
}
.wecare_list .title_wrap,
.events_block .title_wrap {
  margin-bottom: 35px;
}
.events_block.events_media .title_wrap {
  margin-bottom: 0;
}
.wecare_list .whatwedoCard,
.wecare_list .video_listing {
  margin-top: 0;
}
.wecare_list .whatwedoCard h4 {
  font-size: 30px;
  min-height: 72px;
}
.wecare_list .whatwedoCard .location_date {
  margin-top: 15px;
  padding-top: 15px;
}
.wecare_list .whatwedoCard .location_date img {
  margin-right: 8px;
}
.publication_listing {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  top: 0;
  transition: all 0.3s ease-out;
}
.publication_listing:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -6px;
}
.publ_img img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 370px;
  object-fit: cover;
  object-position: top;
}
.publ_content {
  padding: 20px;
}
.publ_content h4 {
  font-family: "notoserif-medium";
  font-weight: 500;
  font-size: 25px;
  color: #003c3c;
  line-height: 36px;
}
.story_list {
  background-color: #fff;
  border-radius: 20px;
}
.story_list a {
  display: flex;
}
.story_list:not(:last-child) {
  margin-bottom: 40px;
}
.story_content {
  width: 67%;
  padding: 25px;
}
.story_content h5 {
  font-family: "noto_serifregular";
  font-size: 25px;
  font-weight: 400;
  color: #003c3c;
  line-height: 30px;
  min-height: 130px;
}
.story_content .videoCategory {
  font-size: 16px;
}
.story_content .location_date {
  font-size: 16px;
  margin-top: 20px;
}
.story_img {
  width: 35%;
}
.story_img img {
  border-radius: 0 15px 15px 0;
}
.user-login-form,
.user-pass,
.user-register-form {
  max-width: 600px;
  padding: 15px 30px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d1edc0;
  background: #d1edc0;
  margin: 40px auto;
  border-radius: 12px;
}
.user-login-form input,
.user-pass input,
.user-register-form input {
  width: 100%;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 5px;
  font-family: "notosans-regular";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.user-login-form .form-submit,
.user-pass .form-submit,
.user-register-form .form-submit {
  max-width: 120px;
  background: #fff;
  color: #003c3c;
  font-family: "notosans-semibold";
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #003c3c;
  border-radius: 0.25rem;
  padding: 0.4rem 0.75rem;
  font-weight: 400;
}
.user-login-form,
.user-pass,
.user-register-form {
  color: #003c3c;
  font-family: "notosans-regular";
  font-size: 16px;
  font-weight: 400;
}
.user-login-form .form-item,
.user-login-form .form-actions,
.user-register-form .form-actions {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.user-login-form .description {
  font-size: 14px;
}
.stickyTab {
  position: -webkit-sticky;
  position: sticky;
  top: 74px;
  z-index: 90;
  transition: all 0.3s ease-out;
}
.edu_tabs {
  background-color: #c0edd875;
}
.edu_tabs ul {
  display: flex;
  padding-left: 50px;
}
.edu_tabs ul li {
  text-align: center;
  margin: 0 5px;
}
.edu_tabs ul li:first-child {
  width: 19%;
}
.edu_tabs ul li a {
  display: block;
  font-family: "notosans-semibold";
  font-size: 18px;
  color: #003c3c;
  line-height: 60px;
  padding: 0 25px;
}
.edu_tabs ul li a:hover,
.edu_tabs ul li a.active {
  background-color: #fff;
}
.search_block {
  border-radius: 20px;
  background-color: #fff;
  margin-top: 40px;
  padding: 40px 40px;
}
.tag_result {
  display: flex;
  margin-bottom: 30px;
  background-color: #c0edd875;
  padding: 15px 25px;
  border-radius: 8px;
  align-items: center;
}
.tag_result li {
  font-family: "notosans-regular";
  color: #003c3c;
  font-size: 18px;
  position: relative;
  margin-right: 40px;
}
.tag_result li.divider {
  position: relative;
}
.tag_result li.divider:before {
  content: "|";
  position: absolute;
  right: -23px;
  top: 0;
}
.result_item {
  margin-top: 20px;
  margin-bottom: 5px;
  background-color: rgba(250, 244, 241, 1);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 15px 10px -15px rgba(38, 38, 38, 0.2);
}
.result_item p {
  font-size: 17px;
  margin-bottom: 0;
}
.result_item p strong {
  font-family: "notosans-semibold";
}
.results_found p {
  font-size: 16px;
  margin-bottom: 5px;
}
.result_item a {
  font-family: "notosans-semibold";
  font-size: 18px;
  color: #003c3c;
  display: block;
  margin-bottom: 5px;
}
.result_item a:hover {
  background-color: #f5eeea;
}
.tag_result.search_result_page label {
  display: none;
}
.rfyc {
  display: flex;
}
.rfyc img {
  margin: 0 0 1rem 40px;
  border: 1px solid #ccc;
}
.brd {
  border: 1px solid #ccc;
}
#admin_tab ul {
  display: flex;
  justify-content: center;
}
#admin_tab li a {
  display: inline-block;
  border: 1px solid #5f5656;
  border-radius: 0.25rem;
  padding: 8px 14px;
  font-family: "notosans-regular";
  color: #003c3c;
  font-size: 15px;
  margin: 0 8px;
}
.result_item_tag {
  background-color: #d1edc0;
  font-size: 14px;
  font-family: "notosans-semibold";
  color: #003c3c;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  margin-bottom: 5px;
}
.search_tag form {
  display: flex;
  align-items: center;
}
.search_tag .form-item {
  margin-right: 30px;
}
.search_tag .form-actions input {
  font-family: "notosans-semibold";
  font-size: 15px;
  padding: 10px 22px;
  border-radius: 8px;
  background-color: #ffe7ab;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  border: 0;
  text-transform: uppercase;
  transition: 0.5s;
}
.search_tag .form-actions input:hover {
  background-color: #003c3c;
  color: #fff;
}
.search_tag input.form-autocomplete,
.search_result_page input.form-text {
  margin-top: 0;
  font-size: 16px;
}
.search_tag input.form-autocomplete:focus,
.solr_search_form .form-item input:focus,
.search_result_page input.form-text:focus {
  outline: none;
  box-shadow: none;
}
.ui-autocomplete {
  border: 0;
}
.ui-autocomplete.ui-menu .ui-menu-item {
}
.ui-autocomplete.ui-menu .ui-menu-item-wrapper {
  font-family: "notosans-regular";
  font-size: 15px;
  color: #003c3c;
  padding: 5px 1em 5px 1em;
  border: 0;
  display: block;
}
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-widget-content .ui-state-active {
  display: block;
  background: #d1edc0;
  border: 0;
  margin: 0;
}
.search_result_page .form-item {
  margin-left: 20px;
}
.search-wrapper-cs {
  position: relative;
  z-index: 9999;
  top: -24px;
  margin-left: 28px;
}
header.sticky .search-wrapper-cs {
  top: -30px;
}
.search-wrapper-cs .input-holder {
  height: 56px;
  width: 40px;
  position: absolute;
  transition: all linear 0.3s;
  right: 0;
  z-index: 10;
}
.search-wrapper-cs.active .input-holder {
  width: 974px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border-bottom: 4px solid #4ea145;
  border-radius: 8px;
}
.search-wrapper-cs .input-holder .form-text {
  width: 100%;
  height: 100%;
  padding: 0px 80px 0 20px;
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "notosans-medium";
  font-size: 18px;
  color: #003c3c;
  background-color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  margin-top: 0;
  border-radius: 8px;
  display: none;
}
.search-wrapper-cs .input-holder .form-text::placeholder {
  color: #003c3c;
  opacity: 1;
}
.search-wrapper-cs .input-holder .form-text:-ms-input-placeholder {
  color: #003c3c;
  opacity: 1;
}
.search-wrapper-cs .input-holder .form-text::-ms-input-placeholder {
  color: #003c3c;
  opacity: 1;
}
.search-wrapper-cs.active .input-holder .form-text {
  opacity: 1;
  display: block;
}
.search-wrapper-cs .input-holder .search-icon {
  width: 40px;
  height: 48px;
  border: none;
  background: url(../../../../themes/images/serach-icon.svg)
    no-repeat center;
  padding: 0px;
  position: absolute;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.search-wrapper-cs.active .input-holder .search-icon {
  right: 44px;
  top: 2px;
}
.search-wrapper-cs .close {
  position: absolute;
  z-index: 1;
  top: 13px;
  right: 8px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 11;
}
.search-wrapper-cs.active .close {
  top: 15px;
  right: 15px;
  background: url(../../../../themes/images/search-close.png)
    no-repeat center;
}
header.sticky .search-wrapper-cs .input-holder .search-icon {
  top: 5px;
}
header.sticky .search-wrapper-cs.active .input-holder .search-icon {
  top: 2px;
}
.innerMob_banner {
  display: none;
}
.founder_block {
  background-color: #c0edd875;
  border-radius: 40px;
  padding: 40px;
  margin-top: 60px;
  margin-bottom: 45px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 50px;
  align-items: flex-start;
}
.founder_image {
  text-align: center;
}
.founder_content h2 {
  font-family: "notosans-semibold";
  font-size: 30px;
  color: #003c3c;
}
.founder_content p {
  font-family: "notosans-light";
  font-size: 18px;
  color: #003c3c;
}
.founder_image img {
  border-radius: 30px;
}
.founder_content {
  position: relative;
  margin-right: 30px;
}
.founder_content:before {
  display: none;
  content: "";
  position: absolute;
  width: 140px;
  height: 107px;
  background-image: url(../../../../themes/images/quotes-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
  top: -120px;
}
.founder_content h3 {
  font-family: "notoserif-medium";
  font-size: 28px;
  color: #003c3c;
  line-height: 44px;
  margin-bottom: 20px;
}
.wecare-wrap .whatwedoCard_content h4 {
  min-height: 88px;
}
.tooltip-inner {
  background-color: #faf4f1;
  opacity: 1 !important;
  color: #000;
  font-family: "notosans-regular";
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
  max-width: 240px;
  padding: 0.8rem;
}
.tooltip.bs-tooltip-top.show {
  opacity: 1 !important;
  padding: 0.65rem 0;
}
.tooltip.bs-tooltip-end.show {
  opacity: 1 !important;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: rgba(0, 0, 0, 0.15) !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: rgba(0, 0, 0, 0.15) !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0.15) !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgba(0, 0, 0, 0.15) !important;
  border-width: 0.6rem 0.6rem 0;
}
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgba(0, 0, 0, 0.15) !important;
  border-width: 0.6rem 0.6rem 0.6rem 0;
  right: 0px;
}
.tooltip .tooltip-arrow {
  width: 1rem;
  height: 0.6rem;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.6rem;
}
.bs-tooltip-end .tooltip-arrow {
  width: 0.6rem;
  height: 1rem;
}
.author_list.published_block {
  display: block;
}
.author_list.published_block .author_date > div {
  margin-right: 40px;
  position: relative;
}
.author_list.published_block .author_date > div:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 4px;
  background-color: #003c3c;
  width: 2px;
  height: 20px;
}
.author_list.published_block .author_date > div:last-child:after {
  display: none;
}
.author_list.published_block .author_date > div:last-child {
  margin-right: 0;
}
.author_list .share_block {
  margin-top: 20px;
}
.author_list .share_block ul.social-icon {
  justify-content: flex-start;
}
.author_list .share_block ul.social-icon li:first-child {
  padding-left: 0;
}
.author_list .cal,
.author_list .read {
  position: relative;
  padding-left: 30px;
}
.author_list .read {
  padding-left: 44px;
}
.author_list .cal::before,
.author_list .read::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 27px;
  left: 0;
  background-image: url(../../../../themes/images/sprite.png);
  background-repeat: no-repeat;
}
.author_list .cal::before {
  background-position: -236px 0;
}
.author_list .read::before {
  background-position: 0 -122px;
  width: 36px;
}
.annualreport_list {
  border-radius: 20px;
  background-color: #fff;
  margin-top: 30px;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-out;
}
.annualreport_list:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -6px;
}
.annualreport_list figure {
  background-color: #54b468;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.annualreport_list figure img {
  border: solid 2px #4f8f5d;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}
.report_data {
  padding: 25px;
}
.report_data h2 {
  font-family: "NotoSerif-SemiBold";
  font-weight: 600;
  font-size: 35px;
  color: #003c3c;
  margin-bottom: 15px;
}
.report_data p {
  font-family: "notosans-regular";
  font-weight: 400;
  font-size: 16px;
  color: #003c3c;
  min-height: 120px;
}
.report_data .ebook {
  font-size: 14px;
}
.report_data .button a {
  margin-top: 5px;
  margin-bottom: 5px;
}
.report_data .button a:not(:last-child) {
  margin-right: 20px;
}
.indiasdgs_block {
  border-radius: 20px;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
}
.top_palettes {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
.top_palettes > div,
.bottom_palettes > div {
  height: 28px;
}
.top_palettes > div:nth-child(1) {
  background-color: #f26a2c;
  border-radius: 20px 0 0 0;
}
.top_palettes > div:nth-child(2) {
  background-color: #e01767;
}
.top_palettes > div:nth-child(3) {
  background-color: #f99f27;
}
.top_palettes > div:nth-child(4) {
  background-color: #c08b2d;
}
.top_palettes > div:nth-child(5) {
  background-color: #3e7d46;
}
.top_palettes > div:nth-child(6) {
  background-color: #1f95d3;
}
.top_palettes > div:nth-child(7) {
  background-color: #5cba48;
}
.top_palettes > div:nth-child(8) {
  background-color: #006a9e;
}
.top_palettes > div:nth-child(9) {
  background-color: #19476b;
  border-radius: 0 20px 0 0;
}
.grid-gap {
  gap: 8px;
}
.bottom_palettes {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.bottom_palettes > div:nth-child(1) {
  background-color: #e6263d;
  border-radius: 0 0 0 20px;
}
.bottom_palettes > div:nth-child(2) {
  background-color: #e0a839;
}
.bottom_palettes > div:nth-child(3) {
  background-color: #4b9e44;
}
.bottom_palettes > div:nth-child(4) {
  background-color: #c52030;
}
.bottom_palettes > div:nth-child(5) {
  background-color: #f0412c;
}
.bottom_palettes > div:nth-child(6) {
  background-color: #28bee3;
}
.bottom_palettes > div:nth-child(7) {
  background-color: #fcc312;
}
.bottom_palettes > div:nth-child(8) {
  background-color: #d22038;
  border-radius: 0 0 20px 0;
}
.sdgs_content {
  padding: 40px;
}
.sdgs_content h1 {
  font-family: "notoserif-medium";
  font-size: 55px;
  color: #003c3c;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.sdgs_content h2 {
  font-family: "notosans-semibold";
  font-size: 30px;
  color: #003c3c;
  font-weight: 600;
  text-align: center;
  margin: 30px 0 30px;
}
.sdgs_content p {
  font-family: "notosans-regular";
  font-weight: 400;
  color: #003c3c;
  font-size: 18px;
  line-height: 26px;
}
.sdgs_content p a {
  color: #007a4d;
  text-decoration: underline !important;
}
.sdgs_icons {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  text-align: center;
  padding: 0 40px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.sdgs_list {
  position: relative;
  top: 0px;
  transition: all 0.3s ease-out;
  border-radius: 14px;
  background-color: #fff;
  margin-top: 30px;
}
.sdgs_list:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -6px;
}
.sdgs_list img {
  border-radius: 14px 14px 0px 0px;
}
.sdgs_title {
  padding: 20px;
}
.sdgs_title h3 {
  font-family: "noto_serifregular";
  font-weight: 400;
  font-size: 20px;
  color: #003c3c;
}
.top_space {
  margin-top: 30px;
}
.social-sharing-buttons {
  margin: 0;
}
.social-sharing-buttons a,
.social-sharing-buttons__button {
  background-color: #14363d;
  border-radius: 50%;
  fill: #fff;
  width: 30px;
  height: 30px;
  transition: all linear 0.3s;
  margin: 0 5px;
}
.social-sharing-buttons__button.share-x svg {
  width: 18px;
  height: 18px;
}
.social-sharing-buttons__button.share-facebook svg {
  width: 24px;
  height: 24px;
}
.social-sharing-buttons a:hover {
  background-color: #007a4d;
}
.author_list .social-sharing-buttons {
  justify-content: flex-start;
}
.author_list .social-sharing-buttons a:first-child {
  margin-left: 0;
}
.author_wrap {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 5px;
}
.author_wrap img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-bottom: 15px;
  border: 4px solid #fff;
}
.author_wrap h4 {
  font-family: "notosans-semibold";
  font-size: 22px;
  margin-bottom: 10px;
}
.author_wrap p {
  font-size: 16px;
}
.uevent_list.media_list figure img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}
.uevent_list.media_list h2 {
  min-height: 80px;
}
.uevent_list.media_list h2 a,
.event_listing .uevent_title h2 a {
  color: #003c3c;
  transition: none;
}
.whatwedoCard_content .location_date img {
  margin-right: 8px;
}
.uevent_list.media_list .location_date img {
  width: auto;
  height: auto;
}
.uevent_list.media_list .location_date img.author-img,
img.author-img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.wecare-wrap .whatwedoCard figure img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}
.events_media .title_wrap h2 {
  margin-bottom: 5px;
}
.events_block.events_media .main_event {
  margin-top: 30px;
}
.about_wrap {
  margin-top: 60px;
}
.about_wrap h2 {
  font-family: "notoserif-medium";
  font-size: 55px;
  margin-bottom: 20px;
  color: #003c3c;
  font-weight: 500;
}
.vision_block {
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  padding: 90px 200px;
  position: relative;
}
.vision_block p {
  font-family: "notosans-medium";
  font-size: 18px;
  color: #003c3c;
  font-weight: 500;
}
.vision_block:before,
.vision_block:after,
.about_block:before,
.about_block:after {
  content: "";
  position: absolute;
  width: 141px;
  height: 141px;
}
.vision_block:before,
.about_block:before {
  background: url(../../../../themes/images/vision-leaf_tr.png)
    no-repeat;
  right: 0;
  top: 0;
}
.vision_block:after,
.about_block:after {
  background: url(../../../../themes/images/vision-leaf_bl.png)
    no-repeat;
  left: 0;
  bottom: 0;
}
.chairperson_block {
  margin-top: 20px;
  position: relative;
}
.chairperson_block img {
  border-radius: 15px;
}
.chairperson_content {
  background-color: #c0edd875;
  border-radius: 20px;
  padding: 30px;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 460px;
  position: absolute;
}
.chairperson_content h3,
.about_block h3 {
  font-family: "notosans-semibold";
  font-size: 25px;
  color: #1f1a17;
  font-weight: 600;
  margin-bottom: 15px;
}
.chairperson_content h4 {
  font-family: "notosans-regular";
  color: #1f1a17;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.chairperson_content p {
  font-family: "noto_serifregular";
  color: #1f1a17;
  font-size: 20px;
  font-weight: 400;
}
.chairperson_content .btn-common {
  font-size: 13px;
  padding: 8px 20px;
  line-height: 22px;
}
.about_block {
  border-radius: 30px;
  background-color: #fff;
  padding: 60px 120px;
  position: relative;
  margin-top: 20px;
}
.about_block h3 {
  color: #003c3c;
  margin-top: 25px;
}
.about_block h4 {
  color: #003c3c;
  font-family: "notosans-semibold";
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.about_block p {
  font-family: "notosans-regular";
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #003c3c;
}
.about_quote {
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.about_quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 160px;
  background: #03c978;
  border-radius: 20px;
  bottom: 0;
  margin: auto;
}
.about_block img {
  margin-bottom: 35px;
  margin-top: 25px;
}
.about_data_block {
  margin-top: 60px;
}
.about_data_block .box-content {
  position: relative;
}
.about_data_block .box-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 150px;
  background-color: #03c978;
  border-radius: 15px 0px 0px 15px;
}
.interns_box,
.awards_block {
  margin-top: 30px;
  border-radius: 20px;
  background-color: #fff;
  color: #003c3c;
  margin-bottom: 35px;
  padding: 50px 40px;
}
.interns_box {
  margin-bottom: 0;
}
.interns_box p {
  font-family: "notosans-regular";
  font-size: 17px;
  line-height: 28px;
}
.interns_box a {
  color: #03c978;
}
.interns_box h1,
.awards_block h1 {
  font-size: 55px;
  font-family: "notoserif-medium";
  margin-bottom: 20px;
}
.globalint_block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.interns_txt {
  width: 54%;
  padding-right: 3%;
}
.collage_block {
  width: 46%;
}
.collage_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 18px;
  border-radius: 12px;
  background: #c0edd875;
}
.uevent_list.storie_list h2 {
  min-height: 72px;
}
.imagesContainer {
  width: 100%;
  height: 308px;
  position: relative;
  overflow: hidden;
}
.imagesContainer img {
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes fadeInn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeInClass {
  animation-name: fadeInn;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.awards_block {
  margin-bottom: 0;
}
.awards_block .col-lg-4 {
  height: min-content;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.awards_block h1 {
  margin-bottom: 40px;
}
.awards_block h2 {
  font-family: "NotoSerif-SemiBold";
  font-weight: 600;
  font-size: 40px;
  color: #003c3c;
  margin-bottom: 25px;
}
.awards_block img {
  border-radius: 10px;
}
ul.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 15px 20px 35px;
  background-color: #c0edd875;
  border-radius: 20px;
}
ul.tabs-nav li {
  padding: 15px 0;
  margin: 0 10px;
  cursor: pointer;
  font-family: "notosans-regular";
  font-size: 20px;
  color: #003c3c;
  border-bottom: 1px solid #003c3c;
}
ul.tabs-nav li span {
  display: block;
  font-size: 17px;
  margin-bottom: 3px;
}
ul.tabs-nav li.active {
  font-size: 22px;
  font-weight: 600;
}
ul.tabs-nav li.active span {
  font-size: 18px;
}
ul.tabs-nav li a {
  color: #003c3c;
}
.awards_block .tab-content {
  padding: 0 15px 15px 15px;
}
.awards_block .tab-content .award_title {
  font-size: 18px;
  color: #003c3c;
  padding-right: 30px;
}
.award_holder {
  display: grid;
  grid-template-columns: 19% 57% 24%;
  grid-gap: 0;
  align-items: center;
  border-top: 1px solid rgba(97, 97, 97, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
}
.award_date {
  color: #003c3c;
  font-family: "notosans-semibold";
  font-size: 20px;
}
.award_holder:last-child {
  padding-bottom: 0;
}
.chart_image {
  text-align: center;
  margin-top: 50px;
}
.attend_wrap {
  font-family: "noto_serifregular";
  color: #003c3c;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.attend_wrap a {
  margin-left: 10px;
}
.more_publications_block .main_event {
  margin-top: 30px;
}
.location_date.pdf_block {
  justify-content: space-between;
}
.uevent_list.media_list .location_date.pdf_block img {
  margin-right: 0;
  border-radius: 0;
  width: 26px;
  height: auto;
}
.ourStory {
  position: relative;
  background: #fff;
  padding: 100px 70px 0;
  overflow: hidden;
}
.ourStory .centerBg {
  background: url(../../../../themes/images/story-Timeline.png)
    repeat-y top center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ourStory .yearStory {
  display: flex;
  padding: 100px 0;
  position: relative;
  z-index: 9;
  align-items: center;
}
.ourStory .yearStory.reverse_block {
  flex-direction: row-reverse;
}
.ourStory .yearStory .storyImage,
.yearStory .storyContent {
  flex: 1;
  flex-basis: 50%;
  position: relative;
  z-index: 9;
}
.ourStory .yearStory .storyImage {
  display: flex;
}
.ourStory .yearStory .storyImage figure {
  position: relative;
}
.ourStory .yearStory .storyImage figure img {
  border-radius: 10px;
}
.ourStory .yearStory .storyImage figure:after {
  position: absolute;
  top: 15px;
  left: -15px;
  width: 100%;
  height: 100%;
  content: "";
  background: #c0edd875;
  z-index: -1;
  border-radius: 10px;
}
.ourStory .storyContent h3 {
  font-family: "notosans-bold";
  font-size: 70px;
  font-weight: 700;
  color: #003c3c;
  padding-bottom: 15px;
}
.ourStory .storyContent li {
  color: #003c3c;
  font-size: 18px;
  line-height: 30px;
  font-family: "notosans-regular";
  margin-bottom: 20px;
  background: url(../../../../themes/images/green-dot-icon.png)
    no-repeat 0 8px;
  padding-left: 30px;
}
.ourStory .yearStory .storyContent {
  padding-left: 120px;
}
.ourStory .leafBox {
  position: absolute;
  width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 50%;
  transform: translate(-50%, 0);
}
.ourStory .leafBox .box {
  height: 700px;
  min-height: 700px;
  position: relative;
  width: 100%;
}
.ourStory .leafBox img {
  position: absolute;
}
.boxOne {
  position: absolute;
  left: 109px;
  z-index: -1;
  height: 59px;
  width: 140px;
}
.boxOne:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  transition: 0.8s ease-out 100ms;
}
.boxOne.aos-animate:after {
  width: 0;
}
.boxTwo {
  position: absolute;
  top: 34%;
  left: 59px;
  width: 50px;
  height: 56px;
}
.boxTwo:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  transition: 0.8s ease-out 100ms;
}
.boxTwo.aos-animate:after {
  width: 0;
}
.boxThree {
  position: absolute;
  bottom: 160px;
  right: 9px;
  width: 100px;
  height: 47px;
}
.boxThree:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  transition: 0.8s ease-out 100ms;
}
.boxThree.aos-animate:after {
  width: 0;
}
.ourStory .leafAnime1 {
  width: 115px;
}
.ourStory .leafAnime2 {
  width: 50px;
}
.ourStory .leafAnime3 {
  width: 100px;
}
.ourStory .yearStory:nth-child(even) .storyContent {
  order: 1;
}
.ourStory .yearStory:nth-child(even) .storyImage {
  order: 2;
}
.ourStory .yearStory:nth-child(even) .storyContent {
  padding: 0 120px 0 0;
}
.ourStory .yearStory:nth-child(even) .storyImage {
  justify-content: flex-end;
  padding-left: 150px;
}
.ourStory .yearStory:nth-child(even) .storyImage figure:after {
  left: auto;
  right: -15px;
}
.ourStory .leafBox .box:nth-child(even) img {
  transform: scaleX(-1);
}
.ourStory .leafBox .box:nth-child(even) .boxOne {
  position: absolute;
  left: -1px;
  top: -50px;
  z-index: -1;
  height: 59px;
  width: 140px;
}
.ourStory .leafBox .box:nth-child(even) .boxOne:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  transition: 0.8s ease-out 100ms;
}
.ourStory .leafBox .box:nth-child(even) .boxOne.aos-animate:after {
  width: 0;
}
.ourStory .leafBox .box:nth-child(even) .boxTwo {
  position: absolute;
  left: auto;
  right: 44px;
  top: 150px;
  width: 50px;
  height: 56px;
}
.ourStory .leafBox .box:nth-child(even) .boxTwo:after {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  transition: 0.8s ease-out 100ms;
}
.ourStory .leafBox .box:nth-child(even) .boxTwo.aos-animate:after {
  width: 0;
}
.ourStory .leafBox .box:nth-child(even) .boxThree {
  position: absolute;
  right: auto;
  left: -19px;
  bottom: 240px;
  width: 100px;
  height: 47px;
}
.ourStory .leafBox .box:nth-child(even) .boxThree:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  transition: 0.8s ease-out 100ms;
}
.ourStory .leafBox .box:nth-child(even) .boxThree.aos-animate:after {
  width: 0;
}
.ourStory .leafBox .box:after {
  position: absolute;
  content: "";
  bottom: 99px;
  left: 50%;
  width: 11px;
  height: 0;
  background: #c2a48e;
  z-index: -1;
  border-left: 4px solid #c2a48e;
  border-top: none;
  border-bottom: none;
  border-right: 2px solid #c2a48e;
  transform: rotate(344deg);
}
.nonAnime {
  opacity: 1 !important;
}
button:focus-visible,
a:focus-visible,
a.navbar-brand:focus-visible {
  outline: green solid 2px;
}
.contact_form .captcha .captcha__element,
.subscribe_block .captcha .captcha__element {
  display: flex;
  margin-bottom: 30px;
}
.contact_form .captcha .captcha__image-wrapper,
.subscribe_block .captcha .captcha__image-wrapper {
  order: 2;
  display: flex;
  align-items: center;
}
.contact_form .captcha .form-item-captcha-response,
.subscribe_block .captcha .form-item-captcha-response {
  order: 1;
  flex: inherit;
  min-width: auto;
}
.contact_form .captcha .form-item-captcha-response input {
  font-family: "notosans-regular";
  font-size: 15px;
  color: #003c3c;
  background-color: #fff;
  border: 1px solid rgba(0, 60, 60, 0.3);
  border-radius: 8px;
  padding: 15px;
  margin-top: 0;
}
.contact_form
  .captcha-type-challenge--image
  .captcha__element
  > .form-item
  > label,
.subscribe_block
  .captcha-type-challenge--image
  .captcha__element
  > .form-item
  > label {
  display: none;
}
.contact_form .captcha .form-item-captcha-response .description,
.contact_form .captcha .captcha__image-wrapper img,
.subscribe_block .captcha .captcha__image-wrapper img {
  border-radius: 8px;
  margin-bottom: 0;
}
.contact_form .captcha .reload-captcha-wrapper,
.subscribe_block .captcha .reload-captcha-wrapper {
  margin-left: 15px;
}
.subscribe_block .captcha .captcha__element {
  margin-top: 20px;
}
.subscribe_block .captcha__image-wrapper img {
  border: 1px solid #fff;
}
.subscribe_block .captcha .form-item-captcha-response input {
  width: 100%;
}
.subscribe_block .captcha .captcha__element {
  justify-content: space-between;
}
.subscribe_block .captcha .form-item-captcha-response {
  min-width: 68%;
}
.subscribe_block .captcha .captcha__element {
  margin-bottom: 0;
}
.subscribe_block .subscribe_btn {
  margin-top: 25px;
}
.subscribe_block .captcha__element .description {
  text-align: left;
  margin-top: 5px;
}
.subscribe_block .captcha .form-item-captcha-response input:focus {
  outline: none;
  box-shadow: none;
}
div[role="contentinfo"] {
  display: none;
}
@media (max-width: 1399px) {
  .ourStory {
    padding: 100px 60px 0;
  }
  .award_date {
    font-size: 20px;
  }
  .awards_block .tab-content .award_title {
    padding-right: 15px;
  }
  .award_holder {
    grid-template-columns: 21% 55% 24%;
  }
  .sdgs_block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sdgs_wrap h5 {
    font-size: 18px;
  }
  .rural_block .qe_block img {
    width: 165px;
  }
  .qe_block::before,
  .ach_block .nep_block::before {
    top: -4px;
    font-size: 55px;
  }
  .whats_newsec h4 {
    font-size: 26px;
    padding-left: 18px;
  }
  .innerpage_banner figcaption h1 {
    font-size: 70px;
  }
  .ach_block .nep_block h5 br {
    display: none;
  }
  .ach_block .nep_block h5 {
    padding-left: 50px;
  }
  .ur_block .sdgs_wrap h5 {
    font-size: 18px;
    padding-left: 8px;
  }
  .sdgs_icons {
    grid-template-columns: repeat(5, 1fr);
  }
  .right-col a.speech,
  .subscribe-btn {
    margin-right: 15px;
  }
  .navbar .navbar-nav .nav-item {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .right-col::before {
    left: -20px;
  }
  .navbar-nav .dropdown-toggle::after {
    right: -6px;
  }
  .rf_content {
    padding-right: 40px;
  }
  .rf_founder {
    margin-top: 70px;
  }
  .rf_founder_slider .owl-item:nth-child(4) .item .rf_content {
    padding-right: 60px;
  }
  .rf_content h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .met_title h3 {
    font-size: 26px;
  }
  .rf_content::before {
    width: 154px;
    height: 110px;
    top: -118px;
    background-size: contain;
  }
  .rf_content h4 {
    font-size: 28px;
  }
  .rf_content p {
    font-size: 18px;
  }
  .story_container {
    width: 390px;
    height: 680px;
  }
  .story-content {
    bottom: 15px;
  }
  .newsletter-story {
    padding: 0 65px;
  }
  .newsletter-story .btn-newletter {
    padding: 16px 20px;
  }
  .story {
    max-width: 520px;
  }
  .banner_content h1 {
    font-size: 110px;
    line-height: 116px;
  }
  .rf_block_content h2 {
    font-size: 60px;
  }
  .mainCard_content p {
    padding-bottom: 0;
  }
  .box-content h3 {
    font-size: 65px;
  }
  .where_wework_inner {
    width: 560px;
  }
  .map_block {
    width: 580px;
  }
  .mp-data-text h3 {
    font-size: 60px;
  }
  .mp-data-text p {
    font-size: 20px;
  }
  .counter_block .counter {
    margin-bottom: 0;
  }
  .publications_item {
    width: 96%;
  }
  .publications_content h3 {
    font-size: 48px;
  }
  .publications_content {
    padding-right: 0;
  }
  .counter_block .col-4:nth-child(2)::before {
    left: -18px;
  }
  .counter_block .col-4:nth-child(3)::before {
    left: -10px;
  }
  .focusArea_title {
    padding: 18px;
    font-size: 19px;
  }
  .mid_box h2 {
    font-size: 55px;
  }
  .mid_box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .download-text {
    bottom: 48px;
  }
  .download-text p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .scholarship_block .item_holder {
    width: 80%;
  }
  .main_event .event_title {
    font-size: 28px;
  }
  .event_list .event_title {
    font-size: 24px;
  }
  .event_positn {
    margin-left: 15px;
    margin-right: 15px;
  }
  .main_event .event_date,
  .event_list .event_date {
    font-size: 45px;
  }
  .main_event .event_date,
  .event_list .event_date {
    margin-right: 15px;
  }
  .event_listing .uevent_title h2 {
    margin-bottom: 0;
    min-height: 110px;
  }
  .event_list .event_imgbox {
    max-width: 180px;
  }
  .event_list .event_imgbox img {
    height: 228px;
  }
  .event_list {
    padding-left: 10px;
  }
  .career_block h2 {
    font-size: 50px;
  }
  .publ_img img {
    height: 330px;
  }
  .story_content h5 {
    min-height: 92px;
  }
  .publ_content {
    min-height: 156px;
  }
  .story_slider .round-img {
    width: 84px;
  }
  .story_slider .round-img img {
    width: 66px !important;
  }
  .round-img::before {
    width: 76px;
    height: 76px;
  }
  .round-img::after {
    width: 80px;
    height: 80px;
  }
  .ourStory .storyContent li {
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .ourStory .yearStory:nth-child(2n) .storyContent {
    padding: 0 100px 0 0;
  }
  .rf_block_content {
    max-width: 770px;
  }
  .rf_block::before,
  .rf_block::after {
    width: 164px;
    height: 160px;
    background-size: contain;
  }
  footer .social_block:after {
    width: 107.5%;
  }
  .address_box {
    padding: 30px 25px;
  }
  .address_box h2,
  .contact_form h2 {
    font-size: 38px;
  }
  .more_publications_block h5 {
    min-height: 72px;
  }
  .details_block h2 {
    font-size: 45px;
  }
  .address_box li {
    font-size: 16px;
  }
  .contact_form {
    padding: 40px 50px;
  }
  .page_title h1,
  .openings_block h2 {
    font-size: 50px;
  }
  .contact_form h3 {
    font-size: 40px;
  }
  footer .copyright::after {
    width: 105%;
  }
  .navbar .navbar-nav .nav-item {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .search-wrapper-cs.active .input-holder {
    width: 896px;
  }
  .education_block {
    min-height: auto;
  }
  .video_title p {
    min-height: 120px;
  }
  .video_title h2,
  .event_listing .uevent_title h2 {
    font-size: 28px;
  }
  .subscribe_block .captcha .form-item-captcha-response {
    min-width: 62%;
  }
  .year_imgbox {
    padding: 10px 10px;
  }
  .imagesContainer img {
    height: 100%;
    object-fit: cover;
  }
  .interns_box,
  .awards_block {
    padding: 40px;
  }
  .apply_block,
  .workingRF_block {
    margin-top: 30px;
  }
  .white_box,
  .privacy_box {
    padding: 40px 40px;
  }
  .vision_block {
    padding: 60px 160px;
  }
  .education_details_content {
    padding-left: 120px;
    padding-right: 120px;
  }
  .founder_content h1 {
    font-size: 45px;
  }
  .founder_block {
    padding: 30px;
  }
  .discover_block h2,
  .whatwedo_block h2,
  .events_block h2,
  .mid_box h2,
  .gallery_block h2,
  .more_events_block h2,
  .where_wework_title h2,
  .more_education_block h2,
  .partner_block h2,
  .testimonial_gallery h2,
  .more_publications_block h2,
  .responders_block h2,
  .wecare_list h2 {
    font-family: "notoserif-medium";
    font-size: 50px;
  }
  .sdgs_content h1 {
    font-size: 50px;
  }
  .process_block li {
    padding: 30px;
  }
  .process_block h6 {
    font-size: 17px;
  }
  ul.criteria_list li {
    padding: 8px 8px;
    font-size: 17px;
    margin-left: 5px;
    margin-right: 5px;
  }
  ul.criteria_list li::after {
    right: -7px;
  }
  ul.criteria_list {
    padding: 30px 10px 5px 10px;
  }
  .rf_scholarship h2 {
    font-size: 50px;
  }
  .report_data p {
    min-height: 146px;
  }
  .annual_block:nth-of-type(1) .report_data p,
  .annual_block:nth-of-type(2) .report_data p {
    min-height: 240px;
  }
  .partner_wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .mainCard_content h3 {
    font-size: 26px;
  }
  .innerCard_content h4 {
    font-size: 21px;
  }
  .more_publications_block .education_list img.img-fluid,
  .more_publications_block .uevent_list img.img-fluid {
    height: 214px;
  }
  .founder_content {
    margin-right: 0;
  }
  .founder_block {
    gap: 40px;
  }
  .founder_content h3 {
    font-size: 26px;
    line-height: 38px;
  }
  .founder_content::before {
    top: -104px;
  }
}
@media (max-width: 1199px) {
  .details_block h2 {
    font-size: 40px;
  }
  .rf_content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .story_slider .item span,
  .story_slider .item a span {
    font-size: 15px;
    line-height: 20px;
  }
  .met_title h3 {
    font-size: 26px;
  }
  .navbar .navbar-nav li .nav-link,
  .tbm-link.level-1 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link,
  .tbm-link.level-1 {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }
  .navbar-nav .dropdown-toggle::after,
  .tbm-toggle.tbm-link::after {
    right: -6px;
  }
  .published_date li {
    margin-right: 20px;
  }
  .share_block ul.social-icon li {
    padding: 0 4px;
  }
  .details_block h2 {
    font-size: 40px;
  }
  .details_block {
    margin-top: 30px;
    padding: 30px;
  }
  .videoCategory {
    font-size: 16px;
  }
  .published_date li {
    font-size: 16px;
  }
  .navmenu_introblock h2,
  .tbm-column .block-inner h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .subscribe_block h2 {
    font-size: 45px;
  }
  .subscribe_block {
    padding: 40px;
    border-radius: 30px;
  }
  .sdgs_block_left {
    padding-right: 25px;
  }
  .sdgs_block > * {
    padding-left: 0;
  }
  .sdgs_block_right h3 {
    font-size: 32px;
  }
  .rural_block .qe_block img {
    width: 140px;
  }
  .sdgs_block_right h4 {
    font-size: 26px;
  }
  .whats_newsec img {
    width: 185px;
  }
  .whats_newsec h4 {
    font-size: 22px;
  }
  .education_items h2 {
    font-size: 40px;
  }
  .education_block h4 {
    font-size: 22px;
  }
  .impact_glance {
    padding: 25px;
  }
  .qe_block::before {
    left: -5px;
  }
  .impact_box h2 {
    font-size: 60px;
  }
  .impact_box .counter {
    height: 3.8rem;
  }
  .sdgs_wrap h5 {
    font-size: 17px;
  }
  .mailids {
    grid-template-columns: repeat(2, 1fr);
  }
  .qe_block::before,
  .ach_block .nep_block::before,
  .environment_welfare .nep_block:before {
    font-size: 50px;
  }
  .contact_form {
    padding: 35px;
  }
  .contact_form .form-btm {
    margin-bottom: 20px;
  }
  .video_title h2,
  .event_listing .uevent_title h2 {
    font-size: 26px;
  }
  .event_listing .uevent_dt,
  .event_listing .uevent_title h2 {
    min-height: inherit;
  }
  .careers_wrap .whatwedoCard {
    align-items: inherit;
  }
  .block_img figure {
    height: 100%;
  }
  .block_img figure img {
    height: 100%;
    object-fit: cover;
  }
  .uevent_list.media_list figure img {
    height: auto;
  }
  .health_block .qe_block::before {
    left: -18px;
  }
  .founder_quote p {
    font-size: 26px;
    line-height: 36px;
  }
  .womene_block .qe_block::before {
    left: 15px;
  }
  .ur_block .sdgs_wrap h5 {
    font-size: 16px;
  }
  .ur_block .sdgs_wrap > div:not(:last-child) {
    width: 60%;
  }
  .ur_block .qe_block::before {
    left: -22px;
  }
  .upcomingEvent_date,
  .event_listing .uevent_date {
    font-size: 40px;
    line-height: 40px;
    margin-right: 15px;
  }
  .upcomingEvent_date span,
  .event_listing .uevent_date span {
    font-size: 22px;
  }
  #views-exposed-form-videos-page-1 .js-form-type-select select,
  #views-exposed-form-stories-page-1 .js-form-type-select select {
    width: 155px;
  }
  .dm_block .qe_block::before {
    letter-spacing: -4px;
    left: -26px;
  }
  .dm_block .sdgs_wrap > div {
    width: 48%;
  }
  .page_title p {
    font-size: 16px;
    margin-bottom: 0 !important;
  }
  .apply_block p {
    padding-right: 0;
  }
  .current_opening h4,
  .applynow_modal .modal-body h4 {
    font-size: 22px;
  }
  .about_wrap h2 {
    font-size: 45px;
  }
  .vision_block {
    padding: 60px 90px;
  }
  .chairperson_content {
    padding: 25px;
  }
  .chairperson_content p {
    font-size: 18px;
  }
  .about_data_block .box-content::before {
    height: 130px;
  }
  .about_block {
    padding: 50px 80px;
  }
  .vision_block::before,
  .vision_block::after,
  .about_block::before,
  .about_block::after {
    width: 120px;
    height: 120px;
  }
  .vision_block::after,
  .about_block::after,
  .vision_block::before,
  .about_block::before {
    background-size: 100% auto;
  }
  .about_quote {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .founder_block {
    gap: 30px;
    grid-template-columns: 38% auto;
    align-items: flex-start;
  }
  .founder_content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    padding-top: 25px;
  }
  .founder_content h2 {
    font-size: 26px;
  }
  .founder_content::before {
    top: -76px;
  }
  .founder_content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .founder_image h2 {
    font-size: 24px;
  }
  .story_list:not(:last-child) {
    margin-bottom: 25px;
  }
  .story_content h5 {
    min-height: 80px;
  }
  .sdgs_content {
    padding: 30px;
  }
  .sdgs_icons {
    padding: 0 20px;
    gap: 15px;
  }
  .sdgs_icons li img {
    max-width: 100%;
    height: auto;
  }
  .top_palettes > div,
  .bottom_palettes > div {
    height: 20px;
  }
  .sdgs_content h1 {
    font-size: 45px;
  }
  .txt_with_img {
    display: block;
  }
  .attend_wrap {
    font-size: 26px;
  }
  .testimonial_carousel .testimonial_item .testimonial_content h3 {
    font-size: 18px;
  }
  .rf-desk .navbar-brand img {
    max-width: 170px;
  }
  .subscribe-btn {
    padding: 10px 16px;
  }
  .right-col a.speech,
  .subscribe-btn {
    margin-right: 10px;
  }
  .navbar .navbar-nav .nav-item {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.41rem;
    padding-left: 0.41rem;
  }
  .right-col::before {
    left: -12px;
  }
  .navbar .navbar-nav .nav-item .nav-link::before {
    bottom: -7px;
  }
  .navmenu_container {
    padding: 20px 20px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .navmenu_introblock {
    padding: 10px 90px 10px 20px;
  }
  .footer_block {
    padding: 35px 35px 30px;
    border-radius: 30px;
  }
  .story-wrapper ul > li {
    padding: 0;
  }
  .story-wrapper ul > li > span {
    font-size: 15px;
    line-height: 20px;
  }
  .banner_content h1 {
    font-size: 95px;
    line-height: 100px;
  }
  .banner_content p {
    font-size: 18px;
    line-height: 26px;
  }
  .rf_content h1 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .rf_content h4 {
    font-size: 24px;
  }
  .rf_content p {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .rf_content::before {
    width: 134px;
    height: 90px;
    top: -88px;
  }
  .innerCard_content {
    padding: 12px 12px;
  }
  .innerCard_content .publish {
    font-size: 13px;
  }
  .home_card h4 {
    -webkit-line-clamp: 3;
  }
  .mainCard_content h3 {
    font-size: 26px;
  }
  .mainCard_content .publish {
    font-size: 15px;
  }
  .innerCard_content h4 {
    line-height: 24px;
    font-size: 18px;
  }
  .mainCard_content p {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .mp-data-text p {
    font-size: 18px;
  }
  .where_wework_inner {
    width: 670px;
  }
  .map_block {
    width: 470px;
  }
  .counter_block {
    margin-bottom: 40px;
  }
  .counter_block .col::before {
    height: 90px;
  }
  .wecare-wrap .whatwedoCard_content h4 {
    min-height: 120px;
  }
  .whats_new h2,
  .rf_block h2,
  .career_block h2,
  .discover_block h2,
  .whatwedo_block h2,
  .events_block h2,
  .mid_box h2,
  .gallery_block h2,
  .more_events_block h2,
  .where_wework_title h2 {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .more_publications_block h2,
  .wecare_list h2,
  .partner_block h2,
  .responders_block h2 {
    font-size: 45px;
  }
  .acks_box h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .wecare_list .whatwedoCard h4 {
    font-size: 28px;
    min-height: 80px;
  }
  .wecare_list .publ_img img {
    height: auto;
  }
  .publ_content h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .more_publications_block .whatwedoCard {
    margin-top: 0;
  }
  .rf_block_content h2 {
    font-size: 50px;
  }
  .rf_block_content {
    max-width: 640px;
  }
  .rf_block::before,
  .rf_block::after {
    width: 150px;
    height: 146px;
  }
  .rf_block::after {
    right: -5px;
  }
  .box-content h3 {
    font-size: 55px;
  }
  .box-content h3 sup {
    font-size: 26px;
  }
  .box-content p {
    font-size: 15px;
  }
  .counter {
    height: 3.5rem;
  }
  .box-content h3 sup {
    top: -8px;
  }
  .box-content {
    padding: 20px 10px;
  }
  .india_map {
    max-width: 500px;
  }
  .where_wework {
    padding: 50px 0 20px 35px;
  }
  .where_wework_title p br {
    display: none;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    font-size: 15px;
    padding-left: 0;
  }
  .mp-data-text h3 {
    font-size: 55px;
  }
  .mp-data-text h3 p,
  .mp-data-text h3 em {
    font-size: 16px;
    line-height: 34px;
  }
  .counter_block .col-4::before {
    top: 10px;
    height: 80px;
  }
  .focusArea_title {
    padding: 18px;
    font-size: 18px;
    min-height: 90px;
  }
  .story-block .round-img {
    width: 82px;
  }
  .story-block .round-img img {
    width: 64px;
  }
  .story_slider .round-img img {
    width: 60px !important;
  }
  .round-img::before {
    width: 64px;
    height: 64px;
  }
  .round-img::after {
    width: 70px;
    height: 70px;
    left: 7px;
    top: -5px;
  }
  .rf_founder {
    padding: 60px 60px 60px;
    margin-top: 70px;
  }
  .rf_founder_slider.owl-carousel .owl-nav button.owl-next {
    right: -6%;
  }
  .rf_founder_slider.owl-carousel .owl-nav button.owl-prev {
    left: -6%;
  }
  .rf_founder_slider .owl-item:nth-child(4) .item .rf_content {
    padding-right: 60px;
  }
  .mid_box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mid_box h2 {
    font-size: 46px;
  }
  .publications_item {
    width: 92%;
  }
  .publications_block.owl-carousel .owl-item img {
    max-width: 320px;
  }
  .publications_content {
    width: 55%;
  }
  .publications_pic {
    width: 45%;
  }
  .publications_content p {
    font-size: 18px;
  }
  .publications_content h3 {
    font-size: 40px;
  }
  .scholarship_block .item {
    height: 500px;
  }
  .discover_content {
    max-width: 390px;
    padding: 30px;
  }
  .discover_block h2 {
    margin-bottom: 15px;
  }
  footer .social_block:after {
    left: -35px;
    width: 108%;
  }
  .subscribe_block p {
    font-size: 20px;
  }
  .event_list .event_title {
    font-size: 20px;
    line-height: 28px;
  }
  .event_list .event_imgbox {
    max-width: 150px;
  }
  .event_list .event_imgbox img {
    height: 190px;
  }
  .main_event .event_date,
  .event_list .event_date {
    font-size: 40px;
    line-height: 40px;
  }
  .main_event .event_title {
    font-size: 22px;
    line-height: 32px;
  }
  .media_main .main_event .event_title {
    line-height: 26px;
  }
  .main_event .event_date span,
  .event_list .event_date span {
    font-size: 18px;
    line-height: 26px;
  }
  .event_content {
    padding: 20px 25px;
    min-height: inherit;
  }
  footer .address p:last-child {
    width: 150px;
    word-wrap: break-word;
  }
  .innerpage_banner figcaption h1 {
    font-size: 60px;
  }
  .whatwedoCard_content p {
    min-height: 104px;
  }
  .whatwedoCard_content h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .footer_block::after {
    background-size: contain;
    width: 140px;
    height: 136px;
  }
  footer .copyright::after {
    left: -23px;
  }
  .rf_scholarship h2 {
    font-size: 45px;
  }
  .innerpage_banner figcaption {
    left: 30px;
    bottom: 30px;
  }
  .innerpage_banner .icon_title {
    width: auto;
    height: auto;
  }
  .innerpage_banner .icon_title img {
    width: 85px;
  }
  .ach_block .qe_block::before {
    left: 0;
  }
  .ach_block .nep_block h5 {
    padding-left: 38px;
  }
  .education_details_content h1 {
    font-size: 45px;
  }
  .education_details_content {
    padding-left: 80px;
    padding-right: 80px;
  }
  .education_details_content h3 {
    font-size: 26px;
  }
  .location_date {
    margin-top: 20px;
    font-size: 16px;
  }
  .workingRF_block p {
    margin-bottom: 1rem !important;
  }
  .white_box,
  .privacy_box {
    padding: 40px;
  }
  .workingRF_block {
    margin-top: 20px;
  }
  .careers_wrap .whatwedoCard_content {
    padding: 16px;
  }
  .interns_box h1,
  .awards_block h1 {
    font-size: 50px;
  }
  .collage_img {
    margin-bottom: 20px;
    gap: 20px;
    padding: 20px;
  }
  .imagesContainer {
    height: 340px;
  }
  .imagesContainer img {
    height: auto;
    width: 100%;
  }
  .globalint_block {
    display: block;
  }
  .interns_txt {
    width: 100%;
    padding-right: 0;
  }
  .collage_block {
    width: 100%;
  }
  ul.criteria_list li {
    font-size: 14px;
  }
  .criteria_block h4 {
    font-size: 22px;
  }
  .criteria_block {
    margin-top: 40px;
  }
  .apply_btn {
    margin-top: 30px;
  }
  .process_block ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .glimpses {
    margin-bottom: 40px;
  }
  .process_block li .step {
    font-size: 17px;
  }
  .key_features {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 20px 10px;
  }
  .focusareas_content p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: inherit;
  }
  .focusareas_content {
    padding: 25px;
  }
  .focus_areas {
    margin-top: 30px;
  }
  .key_features ul li:nth-child(odd) {
    margin-right: 30px;
  }
  .key_features ul li:nth-child(even) {
    margin-left: 30px;
  }
  .published_content h3 {
    font-size: 28px;
  }
  .subscribe_box {
    width: 55%;
  }
  .report_data p {
    min-height: 170px;
  }
  .annual_block:nth-of-type(1) .report_data p,
  .annual_block:nth-of-type(2) .report_data p {
    min-height: 290px;
  }
  .interns_box,
  .awards_block {
    padding: 30px;
  }
  ul.tabs-nav {
    padding: 15px 10px 25px;
  }
  .awards_block h2 {
    font-size: 35px;
  }
  .awards_block .tab-content .award_title {
    font-size: 17px;
  }
  ul.tabs-nav li {
    margin: 0 6px;
    font-size: 18px;
  }
  ul.tabs-nav li.active {
    font-size: 20px;
  }
  .awards_block h1 {
    margin-bottom: 25px;
  }
  .search_block {
    margin-top: 30px;
    padding: 30px;
  }
  .tag_result {
    padding: 20px;
  }
  .tag_result li,
  .result_item a {
    font-size: 17px;
  }
  .tag_result li:nth-of-type(2) {
    margin-right: 0;
  }
  .testimonial_carousel .testimonial_item .testimonial_content p {
    font-size: 16px;
  }
  .expert_list {
    margin-top: 30px;
  }
  .ourStory {
    padding: 70px 30px 0;
  }
  .ourStory .yearStory {
    padding: 65px 0;
  }
  .ourStory .yearStory .storyContent {
    padding-left: 70px;
  }
  .ourStory .storyContent li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-left: 22px;
  }
  .ourStory .storyContent h3 {
    font-size: 50px;
    padding-bottom: 5px;
  }
  .ourStory .yearStory .storyImage,
  .yearStory .storyContent {
    flex-basis: 0;
  }
  .ourStory .leafBox {
    width: 190px;
  }
  .ourStory .leafBox .box::after {
    display: none;
  }
  .ourStory .yearStory .storyImage figure::after {
    left: -10px;
    top: 10px;
  }
  .ourStory .yearStory:nth-child(even) .storyImage {
    padding-left: 80px;
  }
  .ourStory .yearStory:nth-child(even) .storyImage figure:after {
    top: 10px;
    right: -10px;
  }
  .ourStory .yearStory:nth-child(even) .storyContent {
    padding: 0 70px 0 0;
  }
  .ourStory .leafBox .box:nth-child(even) .boxOne {
    left: -10px;
    top: -40px;
  }
  .ourStory .leafAnime1 {
    width: 120px;
  }
  .ourStory .leafBox .box:nth-child(even) .boxThree {
    left: 0;
    bottom: 300px;
  }
  .ourStory .leafBox .box:nth-child(3) .boxOne img {
    top: 20px;
  }
  .ourStory .leafBox .box:nth-child(5) .boxOne img {
    top: -30px;
  }
  .ourStory .leafBox .box:nth-child(6) .boxThree img {
    top: 50px;
    left: -10px;
  }
  .ourStory .leafBox .box:nth-child(9) .boxOne img {
    display: none;
  }
  .ourStory .leafBox .box:nth-child(10) .boxThree img {
    top: -30px;
    left: 3px;
  }
  .ourStory .leafBox .box:nth-child(11) .boxOne img {
    top: 60px;
    left: -15px;
  }
  .ourStory .leafBox .box:nth-child(12) .boxOne img {
    display: none;
  }
  .privacy_box h4 {
    font-size: 26px;
  }
  .privacy_box p {
    font-size: 16px;
  }
  .more_publications_block .education_list img.img-fluid,
  .more_publications_block .uevent_list img.img-fluid {
    height: auto;
  }
  article[data-history-node-id="246"] .story_img img {
    height: 100%;
    object-fit: cover;
  }
  article[data-history-node-id="246"] .story_content {
    padding: 20px;
  }
  article[data-history-node-id="246"] .story_content h5 {
    font-size: 20px;
  }
  .rf_scholarship p {
    font-size: 16px;
  }
  .uevent_title h5,
  .video_title h5 {
    font-size: 20px;
  }
  .play_button {
    width: 70px;
    height: 70px;
  }
  .video_thumb .play_button img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .hideInmob {
    display: none;
  }
  .hideIndesk {
    display: block;
  }
  .defaultmaptab {
    display: block;
  }
  .header-v2 {
    padding: 10px 0;
  }
  .header-v2,
  .footer-v2 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
  }
  .navbar-nav .dropdown-toggle::after {
    display: none;
  }
  .breadcrumb {
    margin-top: 0;
  }
  .sdgs_block {
    display: block;
  }
  .sdgs_block_left {
    padding-right: 0;
    width: 100%;
    position: static;
    height: auto;
  }
  .sdgs_block_right {
    padding: 0;
    width: 100%;
  }
  .met_title h2 {
    margin-bottom: 20px;
  }
  .whatwedoCard_content {
    padding: 20px;
  }
  .whatwedoCard_content h2 {
    font-size: 22px;
  }
  .whatwedoCard_content p {
    font-size: 16px;
    min-height: 120px;
  }
  .careers_wrap .whatwedoCard p {
    min-height: inherit;
  }
  .whatwedo_wrap {
    margin-top: 0;
  }
  .address_box.mails li {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .careers_wrap .applyNow_block {
    margin-bottom: 30px;
  }
  .address_box li {
    font-size: 15px;
  }
  .address_box {
    padding: 20px;
  }
  .address_box.mails a {
    padding-left: 24px;
  }
  .address_box h2,
  .contact_form h2 {
    font-size: 32px;
  }
  .story-wrapper ul {
    display: inherit;
  }
  .story-wrapper ul > li {
    padding: 0 15px;
  }
  .rf-desk .navbar-brand img {
    max-width: 150px;
  }
  .banner_content h1 {
    font-size: 75px;
    line-height: 75px;
  }
  .banner_content p {
    padding-right: 30px;
  }
  .video_overlay video {
    height: 440px;
    object-fit: cover;
  }
  .main_banner .video-js.vjs-fluid {
    height: 440px;
  }
  .rf_scholarship h2 {
    font-size: 40px;
  }
  .whatwedo_block p {
    font-size: 16px;
  }
  .video_title h2,
  .event_listing .uevent_title h2 {
    font-size: 22px;
  }
  .uevent_list.media_list figure img {
    height: auto;
  }
  .rf_founder .video_thumb .img-fluid {
    height: 580px;
    object-fit: cover;
  }
  .where_wework_inner,
  .map_block {
    width: 100%;
  }
  .india_map {
    max-width: 100%;
  }
  .media_list .location_date,
  .storie_list .location_date {
    font-size: 16px;
  }
  .innerpage_banner figcaption {
    bottom: 20px;
    left: 30px;
  }
  .innerpage_banner figcaption h1 {
    font-size: 40px;
  }
  .innerpage_banner .icon_title img {
    width: 70px;
  }
  .innerpage_banner .icon_title {
    margin-right: 10px;
  }
  .sdgs_wrap > div,
  .sdgs_wrap > div:not(:last-child) {
    width: 50%;
  }
  .rural_block .qe_block::before {
    left: 0;
    right: 120px;
  }
  .education_wrap {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .impact_glance {
    margin-top: 30px;
  }
  .whats_newsec img {
    width: 40%;
  }
  .whats_newsec h4 {
    width: 60%;
  }
  .promo_unit {
    margin-bottom: 30px;
  }
  .sdgs_block_right h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .sdgs_block_right h4 {
    font-size: 22px;
  }
  .sdgs_block_right p,
  .sdgs_block_right li,
  .education_details_content p,
  .include li {
    font-size: 16px;
    line-height: 24px;
  }
  .founder_quote {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .founder_quote p {
    font-size: 22px;
    line-height: 30px;
  }
  .founder_quote::before {
    height: 220px;
  }
  .environment_welfare .founder_quote:before {
    height: 274px;
  }
  .qe_block::before,
  .environment_welfare .qe_block:before {
    left: 0;
    right: 140px;
  }
  .environment_welfare .nep_block:before {
    left: 5px;
  }
  .health_block .qe_block::before,
  .sports_block .qe_block::before {
    left: -30px;
  }
  .ach_block .nep_block h5 {
    padding-left: 25px;
  }
  .ur_block .sdgs_wrap h5 {
    padding-left: 0;
  }
  .ur_block .qe_block::before {
    left: -65px;
  }
  .ur_block .sdgs_wrap {
    margin-bottom: 20px;
  }
  .sports_block .founder_quote::before {
    height: 240px;
  }
  .upcomingEvent_date,
  .event_listing .uevent_date {
    font-size: 35px;
    line-height: 35px;
  }
  .event_listing .uevent_title h2 {
    min-height: 116px;
  }
  .impact_glance h4 {
    font-size: 26px;
  }
  .education_items {
    margin-top: 40px;
  }
  .education_img {
    margin-bottom: 50px;
  }
  .education_img img.img-fluid {
    width: 100%;
  }
  .whats_newsec h4 {
    padding-left: 25px;
  }
  .education_block h4 {
    min-height: auto;
  }
  .stickyTab {
    position: static;
  }
  .dm_block .qe_block::before {
    left: -40px;
  }
  .innerpage_banner {
    margin-top: 20px;
  }
  .details_block h2 {
    font-size: 33px;
  }
  .published_block {
    margin-bottom: 30px;
  }
  .published_content p,
  .published_content li {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial_carousel .testimonial_item .testimonial_content h3 {
    font-size: 16px;
  }
  .uevent_dt {
    padding: 15px;
  }
  .more_publications_block h2,
  .testimonial_gallery h2,
  .partner_block h2,
  .responders_block h2 {
    font-size: 40px;
  }
  .education_details_content h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .education_details_content h2 {
    font-size: 26px;
  }
  .education_details_content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .inner_banner {
    margin-bottom: 30px;
  }
  .about_wrap h2 {
    font-size: 40px;
  }
  .vision_block {
    padding: 30px 50px;
  }
  .vision_block::before,
  .vision_block::after,
  .about_block::before,
  .about_block::after {
    width: 100px;
    height: 100px;
  }
  .chairperson_content {
    position: initial;
    max-width: 100%;
    border-radius: 0 0 15px 15px;
    transform: none;
  }
  .chairperson_block img {
    border-radius: 15px 15px 0 0;
  }
  .chairperson_content h3,
  .about_block h3 {
    font-size: 24px;
  }
  .chairperson_content h4 {
    font-size: 16px;
  }
  .chairperson_block,
  .about_block {
    margin-top: 10px;
  }
  .about_wrap,
  .about_data_block {
    margin-top: 40px;
  }
  .about_block {
    padding: 40px 60px;
  }
  .about_block h4 {
    font-size: 18px;
  }
  .about_data_block .box-content {
    margin-bottom: 0;
  }
  .wecare-wrap .whatwedoCard figure img {
    height: auto;
  }
  .whatwedoCard_content h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .founder_block {
    display: block;
    border-radius: 24px;
    padding: 20px;
    margin-top: 20px;
  }
  .founder_image {
    margin-bottom: 20px;
  }
  .founder_content::before {
    top: -95px;
    width: 120px;
    height: 87px;
  }
  .founder_content p {
    font-size: 16px;
  }
  .sdgs_content h1 {
    font-size: 40px;
  }
  .sdgs_content h2 {
    font-size: 26px;
    margin: 20px 0 20px;
  }
  .sdgs_icons {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .indiasdgs_block {
    margin-top: 20px;
  }
  .uevent_title h5,
  .video_title h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .attend_wrap {
    font-size: 28px;
  }
  .partner_wrap {
    grid-gap: 15px;
  }
  .logo_social .footer-logo,
  .copy-right,
  footer .social-icon li:first-child {
    padding-left: 10px;
  }
  .mainCard_content p {
    min-height: inherit;
  }
  .innerCard_content .publish {
    font-size: 15px;
  }
  .met_title h3 {
    margin-top: -15px;
    line-height: 34px;
  }
  .rf_founder_slider .item,
  .where_wework,
  .idp_block {
    display: block;
  }
  .details_block {
    margin-top: 20px;
    padding: 20px;
  }
  .location_date {
    font-size: 15px;
    display: block;
  }
  .location_date.pdf_block {
    display: flex;
  }
  .location_date span {
    padding: 0 5px;
  }
  .main_banner img,
  .main_banner video,
  .video_overlay::before,
  .rf_founder,
  .rf_image img,
  .subscribe_block,
  .career_block,
  .discover_block figure img,
  .scholarship_block,
  .scholarship_block::before,
  .publications_block,
  .idp_block,
  .main_banner .homepagevideo,
  .main_banner .homepagevideo video {
    border-radius: 24px;
  }
  #views-exposed-form-videos-page-1,
  #views-exposed-form-stories-page-1,
  #views-exposed-form-publication-page-1 {
    display: block;
  }
  #views-exposed-form-videos-page-1 .form-item-field-title-value-1,
  #views-exposed-form-videos-page-1 .js-form-type-textfield input,
  #views-exposed-form-stories-page-1 .js-form-item-title,
  #views-exposed-form-stories-page-1 .js-form-type-textfield input,
  #views-exposed-form-publication-page-1 .js-form-item-title,
  #views-exposed-form-publication-page-1 .js-form-item-title input {
    width: 91%;
  }
  #views-exposed-form-videos-page-1 .js-form-type-select,
  #views-exposed-form-stories-page-1 .js-form-type-select,
  #views-exposed-form-publication-page-1 .js-form-type-select {
    justify-content: flex-start;
    margin-top: 15px;
  }
  #views-exposed-form-videos-page-1 .js-form-type-select select,
  #views-exposed-form-stories-page-1 .js-form-type-select select,
  #views-exposed-form-publication-page-1 .js-form-type-select select {
    width: 70%;
  }
  #views-exposed-form-videos-page-1 label,
  #views-exposed-form-stories-page-1 label {
    width: 70px;
  }
  #views-exposed-form-publication-page-1 label {
    width: 117px;
  }
  .founder_content h2 {
    font-size: 24px;
  }
  .founder_content h3 {
    padding-top: 0;
    font-size: 22px;
    line-height: 30px;
  }
  .ourStory {
    padding: 0 30px 30px;
    border-radius: 0 0 20px 20px;
  }
  .ourStory .storyContent h3 {
    padding-bottom: 150px;
    text-align: center;
    position: relative;
  }
  .ourStory .storyContent h3:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 82px;
    height: 119px;
    background: url(../../../../themes/images/story_leaf.png)
      no-repeat;
  }
  .ourStory .storyContent ul {
    margin-bottom: 35px;
  }
  .ourStory .yearStory {
    padding: 40px 0 0 0;
  }
  .ourStory .yearStory .storyContent {
    padding-left: 0;
  }
  .ourStory .yearStory {
    display: block;
  }
  .ourStory .yearStory .storyImage {
    justify-content: center;
  }
  .ourStory .yearStory:nth-child(even) .storyImage {
    justify-content: center;
    padding-left: 0;
  }
  .ourStory .yearStory:nth-child(even) .storyContent {
    padding: 0;
  }
  .ourStory .leafBox,
  .ourStory .centerBg {
    display: none;
  }
  .ourStory .storyContent li {
    background-position: 0 5px;
  }
  .indianlive-middle p {
    font-size: 16px;
  }
  .impact_box h2 {
    font-size: 50px;
  }
  .health_block .impact_box p {
    font-size: 18px;
  }
  .vision_block p {
    font-size: 16px;
  }
  .apply_block {
    margin-top: 20px;
  }
  .apply_block p {
    margin-bottom: 1rem !important;
  }
  .current_opening {
    min-height: inherit;
    margin-top: 20px;
  }
  .current_opening h4,
  .applynow_modal .modal-body h4 {
    font-size: 20px;
  }
  .awards_block h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  ul.tabs-nav {
    margin-bottom: 20px;
  }
  .award_date {
    grid-column: 1 / 3;
    margin-bottom: 10px;
  }
  .award_holder {
    grid-template-columns: 72% 28%;
    align-items: flex-start;
  }
  .awards_block .tab-content {
    padding: 0;
  }
  .image_box {
    display: block;
    padding-top: 0;
  }
  .rfyc {
    display: block;
  }
  .image_box > div:not(:last-child) {
    margin-right: 0;
  }
  .rfyc img {
    margin-left: 0;
  }
  .rf_founder {
    margin-top: 30px;
    padding: 40px;
  }
  .rf_image img {
    height: 400px;
    object-fit: cover;
    margin-bottom: 50px;
    object-position: top;
  }
  .rf_content {
    padding-right: 0;
  }
  .rf_content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .rf_content h4 {
    font-size: 24px;
  }
  .rf_founder_slider .owl-dots {
    bottom: -40px;
  }
  .rf_founder_slider .owl-item:nth-child(4) .item .rf_content {
    padding-right: 0;
  }
  .rf_founder_slider .owl-item:nth-child(4) .item .rf_image img {
    margin-bottom: 30px;
  }
  .rf_content h2 {
    margin-bottom: 15px;
  }
  .mainCard {
    margin-bottom: 30px;
  }
  .mainCard figure img {
    width: 100%;
    height: 310px;
    object-fit: cover;
  }
  .mainCard_content p {
    padding-bottom: 0;
  }
  .innerCard figure img {
    width: 100%;
  }
  .rf_block_content {
    max-width: 480px;
  }
  .rf_block::after {
    right: 0;
  }
  .rf_block::before,
  .rf_block::after {
    width: 120px;
    height: 116px;
  }
  .rf_block_content p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .rf_block {
    padding: 60px 0;
  }
  .box-content p {
    font-size: 16px;
  }
  .box-content {
    margin-bottom: 20px;
  }
  .where_wework {
    margin-top: 40px;
  }
  .imagesContainer {
    height: 300px;
  }
  .interns_box h1,
  .awards_block h1 {
    font-size: 45px;
  }
  .gallery_block,
  .more_events_block,
  .more_education_block,
  .partner_block,
  .more_publications_block {
    margin-top: 40px;
  }
  .map_content_hide .row.g-3 {
    display: flex;
  }
  .counter_block .map_strong_hide,
  .counter_block .defaultmap {
    display: none !important;
  }
  .mp-data-text {
    justify-content: center;
  }
  .counter_block {
    margin-bottom: 20px;
  }
  .where_wework {
    padding: 35px;
  }
  .rf_scholarship {
    flex-direction: column;
    margin-top: 50px;
    border-radius: 24px;
  }
  .rf_scholarship_img {
    flex: 0 0 100%;
    width: 100%;
  }
  .rf_scholarship img {
    border-radius: 24px 24px 0px 0;
    height: 440px;
    width: 100%;
    object-fit: cover;
  }
  .rf_scholarship_txt {
    padding: 20px;
  }
  .rf_scholarship h2 {
    margin-bottom: 10px;
  }
  .whats_new,
  .rf_block,
  .idp_block {
    margin-top: 50px;
  }
  .story-block .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0;
  }
  .idp_block {
    text-align: center;
  }
  .subscribe_block {
    margin-bottom: 10px;
    margin-top: 40px;
    padding: 40px;
  }
  .subscribe_box button,
  .subscribe_btn input.button {
    position: initial;
    border-radius: 40px;
    width: 100%;
    margin-top: 15px;
    height: 44px;
  }
  .subscribe_box input {
    display: block;
    width: 100%;
    height: 44px;
  }
  .subscribe_box {
    width: 90%;
  }
  .subscribe_box .captcha__element .description {
    text-align: left;
    margin-top: 5px;
  }
  .career_block {
    padding: 30px;
  }
  .career_block figure img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    margin-bottom: 30px;
  }
  .career_block h2 {
    margin-bottom: 15px;
  }
  .career_block p {
    margin-right: 0;
    margin-bottom: 0;
    font-size: 16px;
  }
  .career_title {
    margin-bottom: 10px;
  }
  .whats_new h2,
  .rf_block h2,
  .career_block h2,
  .discover_block h2,
  .whatwedo_block h2,
  .events_block h2,
  .mid_box h2,
  .gallery_block h2,
  .more_events_block h2,
  .where_wework_title h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .subscribe_block h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .subscribe_block p {
    font-size: 16px;
  }
  .main_event figure img {
    width: 100%;
    object-fit: cover;
    height: 320px;
  }
  .main_event {
    margin-bottom: 20px;
  }
  .events_block.events_media .main_event {
    margin-top: 20px;
  }
  .event_list:nth-child(2) {
    margin-top: 20px;
  }
  .media_main .main_event figure img {
    height: auto;
  }
  .author_wrap img {
    width: 140px;
    height: 140px;
  }
  .author_wrap h4 {
    font-size: 20px;
  }
  .discover_content p {
    font-size: 17px;
  }
  .discover_content {
    max-width: 360px;
    padding: 25px;
  }
  .discover_block figure img {
    height: 380px;
    object-fit: cover;
  }
  .discover_content {
    left: 25px;
    bottom: 25px;
  }
  .where_wework_title h2 {
    margin-bottom: 10px;
  }
  .where_wework_title p {
    font-size: 16px;
  }
  .col-left,
  .col-right {
    width: 100%;
    text-align: center;
  }
  .scholarship_block .item_holder,
  .publications_item {
    display: block;
  }
  .scholarship_block .item {
    height: auto;
  }
  .scholarship_block h3 {
    font-size: 44px;
  }
  .scholarship_block h6 {
    font-size: 16px;
  }
  .scholarship_block h3,
  .scholarship_block h6 {
    margin-bottom: 10px;
  }
  .scholarship_block p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .col-right ul li {
    padding: 20px;
  }
  .col-left {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .col-right {
    padding-bottom: 30px;
  }
  .publications_pic,
  .publications_content {
    width: 100%;
    text-align: center;
  }
  .publications_content {
    padding-right: 0;
  }
  .publications_content h2,
  .publications_content h3 {
    margin-bottom: 10px;
  }
  .publications_content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .publications_block.owl-carousel .owl-item img {
    margin: 0 auto 20px;
  }
  .publications_block {
    padding: 30px;
  }
  .first_box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 30px;
    object-position: bottom;
  }
  .idp_block {
    padding: 30px;
  }
  .mid_box {
    padding-right: 0;
    width: 54%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-right: 16px;
  }
  .last_box {
    width: 42%;
    display: inline-block;
  }
  .mid_box p {
    font-size: 16px;
  }
  .box-content h3 {
    font-size: 50px;
  }
  .indiamap_block {
    width: 480px;
  }
  .mrk_position1 {
    top: 10.5% !important;
  }
  .mrk_position2 {
    top: 50% !important;
  }
  .mrk_position3 {
    top: 30% !important;
  }
  .mrk_position4 {
    top: 40% !important;
  }
  .mrk_position5 {
    top: 19% !important;
  }
  .mrk_position6 {
    top: 40% !important;
  }
  .mrk_position7 {
    top: 31% !important;
  }
  .mrk_position8 {
    top: 45.5% !important;
  }
  .mrk_position9 {
    top: 26% !important;
    left: 81% !important;
  }
  .mrk_position10 {
    top: 39% !important;
  }
  .mrk_position11 {
    top: 61% !important;
    left: 29% !important;
  }
  .mrk_position12 {
    top: 73% !important;
    left: 31% !important;
  }
  .mrk_position13 {
    top: 60.5% !important;
  }
  .mrk_position14 {
    top: 9% !important;
  }
  .mrk_position15 {
    top: 70% !important;
  }
  .mrk_position16 {
    top: 66% !important;
  }
  .mrk_position17 {
    top: 31.5% !important;
  }
  .mrk_position18 {
    top: 33% !important;
  }
  .mrk_position19 {
    top: 21% !important;
  }
  .mrk_position20 {
    top: 16% !important;
    left: 33% !important;
  }
  .mrk_position21 {
    top: 23.5% !important;
    left: 31% !important;
  }
  .mrk_position22 {
    top: 24.5% !important;
    left: 33% !important;
  }
  .mrk_position23 {
    top: 43% !important;
  }
  .mrk_position24 {
    top: 53% !important;
  }
  .mrk_position25 {
    top: 59.5% !important;
  }
  .mrk_position26 {
    top: 28% !important;
    left: 64% !important;
  }
  .mrk_position27 {
    top: 33.5% !important;
  }
  .mrk_position28 {
    top: 35.5% !important;
  }
  .mrk_position29 {
    top: 32% !important;
    left: 80.5% !important;
  }
  .mrk_position30 {
    top: 38% !important;
  }
  .mrk_position31 {
    top: 40% !important;
  }
  .mrk_position32 {
    top: 71% !important;
    left: 36% !important;
  }
  .mrk_position33 {
    top: 47.1% !important;
    left: 21.5% !important;
  }
  .mrk_position34 {
    top: 19.5% !important;
  }
  .mrk_position35 {
    top: 68% !important;
    left: 40% !important;
  }
  .mrk_position36 {
    top: 39% !important;
    left: 55% !important;
  }
  .careers_video .play_button,
  .video_thumb .play_button {
    width: 65px;
    height: 65px;
  }
  .careers_video .play_button img,
  .video_thumb .play_button img {
    width: 60px;
    height: 60px;
  }
  .white_box,
  .privacy_box {
    padding: 30px;
  }
  .careers_wrap .whatwedoCard {
    display: block;
  }
  .careers_wrap .whatwedoCard img,
  .careers_wrap .applyNow_block .whatwedoCard img {
    border-radius: 15px 15px 0 0;
    width: 100%;
  }
  .careers_wrap .whatwedoCard_content {
    padding: 20px;
  }
  .careers_video_wrap {
    margin-bottom: 20px;
  }
  .white_box,
  .privacy_box {
    margin-bottom: 20px;
  }
  .annualreport_list {
    margin-top: 20px;
  }
  .report_data h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .report_data {
    padding: 15px;
  }
  .report_data .button a:not(:last-child) {
    margin-right: 8px;
  }
  .report_data p {
    min-height: 216px;
  }
  .annual_block:nth-of-type(1) .report_data p,
  .annual_block:nth-of-type(2) .report_data p {
    min-height: 386px;
  }
  .where_wework .mp-data-text h3 {
    font-size: 50px;
  }
  .where_wework .counter {
    height: 3rem;
    justify-content: center;
  }
  .where_wework .mp-data-text {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .where_wework #address {
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0.25rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li::before {
    display: none;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li {
    margin-bottom: 0;
  }
  .address_box {
    min-height: inherit;
    margin-right: 0;
    padding: 25px;
    margin-bottom: 25px;
  }
  .contact_form {
    margin-bottom: 25px;
  }
  .contact_form {
    border-radius: 20px;
  }
  .contact_form .form-control {
    padding: 10px 14px;
    margin-bottom: 0;
  }
  .contact_form .form-btm {
    margin-bottom: 15px;
  }
  .contact_form h3 {
    margin-bottom: 20px;
  }
  .page_title h1,
  .openings_block h2 {
    font-size: 40px;
  }
  .google_map iframe {
    height: 350px;
  }
  .event_list .event_imgbox {
    width: 30%;
    max-width: 30%;
  }
  .event_list .event_imgbox img {
    height: auto;
  }
  .event_list {
    padding-left: 0;
  }
  .event_positn {
    padding: 20px 25px;
    margin: 0;
    width: 70%;
  }
  .work_storie .whatwedoCard {
    margin-bottom: 25px;
  }
  .work_storie .whatwedoCard img {
    width: 100%;
    height: 300px;
  }
  .wecare_list .work_storie .whatwedoCard h4 {
    min-height: inherit;
  }
  .story_content h5 {
    min-height: auto;
  }
  .story_content {
    width: 75%;
  }
  .story_img {
    width: auto;
  }
  .publ_content h4 {
    font-size: 22px;
    line-height: 30px;
  }
  article[data-history-node-id="246"] .title_wrap h2,
  article[data-history-node-id="246"] .wecare_list h2 {
    font-size: 35px;
  }
  article[data-history-node-id="246"] .publication_listing .publ_content {
    min-height: 168px;
  }
  article[data-history-node-id="246"] .whatwedoCard_content .location_date {
    min-height: 66px;
  }
  .impact_glance li {
    font-size: 16px;
  }
  .ril-mobile {
    width: 100%;
    max-width: 720px;
    margin: auto;
    position: relative;
    overflow: hidden;
  }
  @-webkit-keyframes sticky {
    0% {
      top: -200px;
    }
    100% {
      top: 0;
    }
  }
  @keyframes sticky {
    0% {
      top: -200px;
    }
    100% {
      top: 0;
    }
  }
  header .navbar {
    position: static;
    padding: 0;
  }
  header .navbar .navbar-brand {
    margin: 0;
    padding: 0;
  }
  header .navbar .navbar-nav li .nav-link {
    font-family: "notosans-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    color: #fff;
    padding: 10px 8px;
    border-bottom: 1px solid #999393;
  }
  header .navbar .navbar-nav li:last-child .nav-link {
    border: 0;
  }
  header .navbar .navbar-nav li .nav-link.show {
    border: 0;
  }
  header .navbar .navbar-nav li.dropdown .nav-link::after {
    display: none;
  }
  header .navbar .navbar-nav li.dropdown .nav-link::before {
    position: absolute;
    top: 24px;
    right: 0px;
    content: "";
    background-image: url(../../../../themes/images/down-arrow.svg);
    background-size: 10px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    filter: invert(1);
  }
  header .navbar .navbar-nav li.dropdown .nav-link.show::before {
    transform: rotate(180deg);
    top: 19px;
  }
  header .navbar .navbar-nav li.dropdown .dropdown-menu {
    position: static;
    width: 100%;
    margin: auto;
    border: 0;
    padding: 0;
  }
  header .navbar .navbar-nav li.dropdown .dropdown-menu li {
    padding: 0;
    display: flex;
  }
  header .navbar .navbar-nav li.dropdown .dropdown-menu li img {
    margin-left: 8px;
  }
  header .navbar .navbar-nav li.dropdown .dropdown-menu li a {
    font-family: "notosans-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    color: #054;
    width: 100%;
    display: block;
    padding: 4px 10px;
  }
  header .navbar .navbar-nav li.dropdown .dropdown-menu li a:hover {
    color: #03c978;
  }
  header .navbar-expand-lg .navbar-toggler {
    display: block;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    z-index: 100;
  }
  header .navbar-toggler:focus {
    box-shadow: none;
  }
  header .navbar-toggler .navbar-toggler-icon {
    background-image: url(../../../../themes/images/menu-icon.svg);
    background-size: 26px;
    width: 26px;
    height: 26px;
  }
  header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../../../../themes/images/close-icon.svg);
    filter: brightness(0) invert(1);
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  header .navbar-collapse {
    position: fixed;
    top: -100%;
    right: 0;
    background: #004d49;
    bottom: 0;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0;
  }
  header .navbar-collapse.show {
    top: 0;
    display: block !important;
    z-index: 100;
  }
  header .navbar-collapse.show .menu_scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100% - 68px);
    z-index: 1;
    width: 100%;
    position: relative;
  }
  header .navbar-collapse.show:after {
    position: absolute;
    content: "";
    background-image: url(../../../../themes/images/menu-flower.png);
    bottom: 0;
    right: 0;
    width: 156px;
    height: 180px;
    background-repeat: no-repeat;
  }
  header .navbar-collapse.show .navbar-nav {
    display: block;
    width: 100%;
  }
  header .navbar .navbar-nav li {
    margin: 0;
    padding: 0 15px;
  }
  header .navbar-expand-lg .navbar-nav {
    display: none;
  }
  .rf-desk header.hideIndesk.freeze {
    position: fixed !important;
    top: 0;
    padding: 0;
    animation: slideDown 0.35s ease-out;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
  }
  .rf-desk header.hideIndesk.freeze .container {
    background: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  header .btn-right {
    right: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    margin-top: -10px;
  }
  .header-v2.hideIndesk.freeze .btn-right {
    margin-top: 0px;
    right: 15px;
  }
  .header-v2.hideIndesk.freeze .navbar .navbar-brand {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .navbar-collapse.show .rilmoblogo img {
    margin-left: 10px;
  }
  header .btn-right .search-btn {
    margin-right: 20px;
  }
  header .search-btn svg {
    display: none;
    color: #005251;
  }
  header .search-btn.active img {
    display: none;
  }
  header .search-btn.active svg {
    display: block;
  }
  header .search-bar {
    background-color: #ffffff;
    padding: 10px 20px;
    max-width: 1600px;
    width: 100%;
    border-top: 1px solid #dfe3e8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #dfe3e8;
  }
  header .search-bar.active {
    top: 66px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  header .search-bar .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  header .search-bar .form-group .form-control {
    max-width: 300px;
    height: 40px;
    outline: none;
    box-shadow: none;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #bdb29c;
    color: #5c5c5c;
    font-family: "notosans-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  header .search-bar .form-group .btn {
    color: #fff;
    height: 40px;
    font-size: 16px;
    border: 1px solid #005251;
    border-radius: 8px;
    background: #005251;
  }
  header .navbar-collapse .rilmoblogo {
    display: none;
  }
  header .navbar-collapse.show .rilmoblogo {
    display: block;
    padding: 10px 0;
    max-width: 720px;
    margin: 0 auto;
  }
  header .navbar-collapse .header-bottom {
    display: none;
  }
  header .navbar-collapse.show .header-bottom {
    width: 100%;
    padding: 10px 15px 20px;
    display: block;
  }
  header .navbar-collapse .header-bottom .btn {
    letter-spacing: 0.5px;
  }
  header .navbar-collapse .header-bottom .social-icon {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 30px;
  }
  header .navbar-collapse .header-bottom .social-icon li {
    margin-right: 15px;
  }
  header .navbar-collapse .header-bottom .social-icon li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #c0a062;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
  }
  .btn-right .speech {
    margin-right: 15px;
  }
  .ptb-50 {
    padding: 50px 0;
  }
  .pt-50 {
    padding-top: 50px;
  }
  .pb-50 {
    padding-bottom: 50px;
  }
  .btn-solid {
    color: #fff;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 70px;
    background: #c0a062;
    padding: 10px 26px;
  }
  .btn-solid:hover {
    background: #c0a062;
    color: #fff;
  }
  .btn-solid img {
    margin-left: 5px;
  }
  .btn-solid .pdf {
    margin: 0 5px 0 0;
  }
  .btn-border {
    color: #1f1a17;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 70px;
    background: transparent;
    padding: 10px 26px;
    border: 1px solid #1f1a17;
  }
  .btn-border img {
    margin-left: 5px;
  }
  .btn-solid:hover {
    background: transparent;
    border: 1px solid #1f1a17;
    color: #1f1a17;
  }
  .white-btn-border,
  .white-btn-border:hover {
    border-color: #fff;
    color: #fff;
  }
  .white-btn {
    background: #fff;
    color: #1f1a17;
  }
  .main-banner {
    width: 100%;
    overflow: hidden;
  }
  .main-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 5px);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .main-banner video {
    width: 100%;
  }
  .main-banner video::-webkit-media-controls,
  .main-banner video::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
    opacity: 0;
  }
  .main-banner .content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    bottom: 150px;
    padding: 0 25px;
  }
  .main-banner .content h2 {
    color: #fff;
    font-family: "notosans-regular";
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    margin: 0 0 30px;
  }
  .main-banner .content p {
    color: #fff;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 20px;
  }
  .main-banner .content .btn {
    color: #054;
    background: #fff;
  }
  .together-block {
    width: 100%;
    text-align: center;
    background: #c0edd875;
    margin: 100px 0 60px;
    padding: 50px 25px 80px;
  }
  .together-block:after {
    position: absolute;
    content: "";
    background-image: url(../../../../themes/images/quotes-flower.png);
    bottom: 0;
    left: 0;
    width: 108px;
    height: 95px;
    background-repeat: no-repeat;
  }
  .together-block .quotes {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
  }
  .together-block .top-content {
    color: #003c3c;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.917px;
  }
  .together-block .info {
    background: #004d49;
    position: relative;
  }
  .together-block .info:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    background: linear-gradient(0deg, #004d49 19.79%, rgba(0, 77, 73, 0) 100%);
    width: 100%;
    height: 75px;
  }
  .together-block .info h4 {
    color: #003c3c;
    font-family: "notosans-regular";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    margin: 0;
  }
  .together-block .info p {
    color: #003c3c;
    font-family: "notosans-regular";
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    text-transform: capitalize;
  }
  .small-title {
    width: 100%;
    position: relative;
    color: #054;
    font-family: "notosans-regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 25px;
    margin-bottom: 25px;
  }
  .small-title:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 17px;
    height: 2px;
    background-color: #c0a062;
  }
  .whats-new-block {
    width: 100%;
    overflow: hidden;
  }
  .whats-new-block .top-section {
    width: 100%;
    padding: 0 15px;
  }
  .whats-new-block .main-card {
    width: 100%;
    margin-bottom: 30px;
  }
  .whats-new-block .main-card img {
    border-radius: 5px;
  }
  .whats-new-block .main-card .content {
    width: 100%;
    padding: 22px 0 0;
  }
  .whats-new-block .main-card .content .category {
    color: #009646;
    font-family: "notosans-regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .whats-new-block .main-card .content .title-new {
    display: block;
    width: 100%;
    color: #054;
    font-family: "notosans-regular";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .whats-new-block .main-card .content p {
    color: #054;
    font-family: "notosans-regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.252px;
    margin-bottom: 24px;
  }
  .whats-new-block .main-card .content .bottom-info {
    color: #616161;
    font-family: "notosans-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .whats-new-block .main-card .content .bottom-info span {
    padding: 0 20px;
  }
  .whats-new-list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .whats-new-list .item {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .whats-new-list .col-6 {
    padding: 15px;
  }
  .whats-new-list .col-6:nth-child(odd) {
    padding-right: 7px;
  }
  .whats-new-list .col-6:nth-child(even) {
    padding-left: 7px;
  }
  .whats-new-list .item .img {
    width: 100%;
    position: relative;
  }
  .whats-new-list .item .img .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .whats-new-list .item .content {
    width: 100%;
    padding: 11px 0 0;
  }
  .whats-new-list .item .content .category {
    color: #009646;
    font-family: "notosans-regular";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
  }
  .whats-new-list .item .content .title-new {
    color: #054;
    font-family: "notosans-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 66px;
  }
  .whats-new-list .item .content .bottom-info {
    color: #616161;
    font-family: "notosans-regular";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .about-blockt {
    background-color: #fbffed;
    width: 100%;
    padding: 50px 15px;
    overflow: hidden;
  }
  .main-subtitle {
    color: #004d49;
    font-family: "notosans-regular";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .about-blockt .content {
    color: #054;
    font-family: "notosans-regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .about-blockt .about-number {
    width: 100%;
  }
  .about-blockt .about-number .item {
    width: 100%;
    padding: 10px 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .about-blockt .about-number .item .counter-list {
    display: flex;
    align-items: center;
  }
  .about-blockt .about-number .item h2 {
    color: #004d49;
    font-family: "notosans-regular";
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
  }
  .about-blockt .about-number .item .counter-list span {
    color: #004d49;
    font-family: "notosans-regular";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-left: 5px;
  }
  .about-blockt .about-number .item .counter-list.crore span {
    padding-top: 14px;
  }
  .about-blockt .about-number .item .counter-list.lakh span {
    margin-top: -5px;
  }
  .about-blockt .about-number .item p {
    color: #000;
    font-family: "notosans-regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin: 0;
  }
  .about-blockt .about-number .item p img {
    margin-top: -16px;
  }
  .about-blockt .about-number .item:last-child {
    border: 0;
  }
  .about-blockt .about-map {
    width: 100%;
    margin: 20px 0;
  }
  .about-blockt .action {
    width: 100%;
  }
  .about-blockt .action .btn {
    width: 100%;
    max-width: 299px;
  }
  .about-blockt .action .btn-border {
    margin-bottom: 15px;
  }
  .focus-areas-block {
    width: 100%;
    padding: 50px 0px;
    overflow: hidden;
  }
  .focus-areas-block .item {
    width: 100%;
    position: relative;
  }
  .focus-areas-block .col-6 {
    padding: 5px 15px;
  }
  .focus-areas-block .col-6:nth-child(odd) {
    padding-right: 7px;
  }
  .focus-areas-block .col-6:nth-child(even) {
    padding-left: 7px;
  }
  .focus-areas-block h2 {
    color: #004d49;
    font-family: "notosans-regular";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 15px;
  }
  .focus-areas-block p {
    color: #054;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .focus-areas-block .item .img img {
    border-radius: 5px 5px 10px 10px;
  }
  .focus-areas-block .item .content {
    border-radius: 0px 0px 5px 5px;
    background: #f5f5f5;
    padding: 10px 30px 10px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 56px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .focus-areas-block .item .content .title-new {
    color: #1f1a17;
    font-family: "notosans-regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.15px;
    width: 100%;
    display: block;
  }
  .focus-areas-block .item .content .title-new img {
    position: absolute;
    right: 10px;
    top: 50%;
  }
  .sustainability-block {
    width: 100%;
    padding: 0px 15px 10px;
    overflow: hidden;
  }
  .sustainability-block .main-card {
    width: 100%;
    margin-bottom: 30px;
  }
  .sustainability-block .main-card img {
    border-radius: 5px;
  }
  .sustainability-block .main-card .content {
    width: 100%;
    padding: 22px 0 0;
  }
  .sustainability-block .main-card .content .title-new {
    position: relative;
    display: block;
    width: 100%;
    color: #054;
    font-family: "notosans-regular";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 14px;
    padding-bottom: 10px;
  }
  .sustainability-block .main-card .content .title-new:before {
    position: absolute;
    left: 0;
    top: 100%;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #c0a062;
  }
  .sustainability-block .main-card .content p {
    color: #054;
    font-family: "notosans-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.252px;
    margin-bottom: 25px;
  }
  .sustainability-block .sustainability-bg {
    width: 100%;
    position: relative;
  }
  .sustainability-block .sustainability-bg .content {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .sustainability-block .sustainability-bg .content .report-name {
    color: #fff;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  .sustainability-block .sustainability-bg .content .year {
    color: #fff;
    font-family: "notosans-regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
  }
  .sustainability-block .sustainability-bg .content .report-name:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 100%;
    width: 70px;
    height: 2px;
    background-color: #c0a062;
    border-radius: 50px;
    margin: auto;
  }
  .sustainability-block .sustainability-bg .content .btn-solid {
    display: flex;
    align-items: center;
    max-width: 220px;
    margin: 10px auto 0;
    justify-content: center;
  }
  .publications-block {
    width: 100%;
    padding: 50px 15px;
    overflow: hidden;
  }
  .publications-block .publications-item {
    border-radius: 10px;
    background: #004d49;
    text-align: center;
    padding: 20px 0 50px;
  }
  .publications-block .publications-item .content {
    width: 100%;
    margin-top: 20px;
  }
  .publications-block .publications-item .content h2 {
    color: #fff;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .publications-block .publications-item .content p {
    color: #fff;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .publications-block .publications-item .content .action {
    width: 100%;
  }
  .publications-block .publications-item .content .action .btn {
    width: 100%;
    max-width: 273px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
  }
  .publications-block .publications-item .content .action .white-btn-border {
    margin-bottom: 15px;
  }
  .scholarships-block {
    width: 100%;
    padding: 0px 15px;
    overflow: hidden;
  }
  .scholarships-block .scholarships-item {
    background-image: url(../../../../themes/images/scholarships-bg.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 50px 10px;
    text-align: center;
  }
  .scholarships-block .scholarships-item h2 {
    color: #fff;
    font-family: "notosans-regular";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .scholarships-block .scholarships-item p {
    color: #fff;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .scholarships-block .scholarships-item .item {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 10px;
  }
  .scholarships-block .scholarships-item .item .title-new {
    color: #fff;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }
  .scholarships-block .scholarships-item .col-6 {
    padding: 0;
  }
  .scholarships-block .scholarships-item .col-6:nth-child(odd) .item:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #fff;
    top: calc(50% - 20px);
    right: 0;
  }
  .scholarships-block .scholarships-item .action {
    width: 100%;
    margin-top: 30px;
  }
  .scholarships-block .scholarships-item .action .btn {
    width: 100%;
    max-width: 273px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
  }
  .scholarships-block .scholarships-item .action .btn-border {
    margin-bottom: 15px;
  }
  .discover-block {
    width: 100%;
    margin: 50px 0;
    overflow: hidden;
  }
  .discover-block .content {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    width: calc(100% - 60px);
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 45px;
  }
  .discover-block .content h2 {
    color: #004d49;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
  .discover-block .content p {
    color: #054;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
  }
  .discover-block .content .btn-border {
    width: 100%;
    max-width: 227px;
    margin: auto;
  }
  .events-block {
    width: 100%;
    overflow: hidden;
  }
  .events-block .top-section {
    width: 100%;
    padding: 0 15px;
  }
  .events-block .main-card {
    width: 100%;
    margin-bottom: 30px;
  }
  .events-block .main-card img {
    border-radius: 5px;
  }
  .events-block .main-card .content {
    width: 100%;
    border-radius: 0px 0px 2.956px 2.956px;
    background: #fbffed;
    padding: 12px;
  }
  .events-block .main-card .title-new {
    color: #004d49;
    font-family: "notosans-regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.15px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .events-block .main-card .content .bottom-info {
    color: #616161;
    font-family: "notosans-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
  }
  .events-block .main-card .content .bottom-info span {
    padding: 0 20px;
  }
  .events-block .events-list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .events-block .events-list .item {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .events-block .events-list .col-6 {
    padding: 15px;
  }
  .events-block .events-list .col-6:nth-child(odd) {
    padding-right: 7px;
  }
  .events-block .events-list .col-6:nth-child(even) {
    padding-left: 7px;
  }
  .events-block .events-list .item .img {
    width: 100%;
    position: relative;
  }
  .events-block .events-list .item .content {
    width: 100%;
    padding: 12px;
    border-radius: 0px 0px 2.156px 2.156px;
    background: #fbffed;
  }
  .events-block .events-list .item .content .title-new {
    color: #054;
    font-family: "notosans-regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    min-height: 80px;
    margin-bottom: 10px;
  }
  .events-block .events-list .content .bottom-info {
    color: #616161;
    font-family: "notosans-regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 10px;
  }
  .events-block .events-list .content .bottom-info:last-child {
    padding: 0;
    border: 0;
  }
  .careers-block {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
  }
  .careers-block .img img {
    border-radius: 3px;
  }
  .foundation-block {
    width: 100%;
    overflow: hidden;
    padding: 50px 15px;
    text-align: center;
  }
  .foundation-block p {
    color: #054;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .foundation-block .btn-border {
    width: 100%;
    max-width: 227px;
    margin: auto;
  }
  .newletter-block {
    width: 100%;
    overflow: hidden;
    padding: 35px 15px;
    text-align: center;
    background: #fbffed;
  }
  .newletter-block p {
    color: #054;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .newletter-block form {
    width: 100%;
  }
  .newletter-block form .form-control {
    border-radius: 8px;
    border: 1px solid #bdb29c;
    text-align: center;
    color: #5c5c5c;
    font-family: "notosans-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 12px 10px;
    margin-bottom: 10px;
    background-color: transparent;
  }
  .newletter-block form .form-control::placeholder {
    color: #5c5c5c;
  }
  .newletter-block form .btn-subscribe {
    color: #fff;
    font-family: "notosans-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-radius: 8px;
    background: #005251;
    width: 100%;
    text-align: center;
    padding: 12px 10px;
  }
  footer .footer-link {
    margin-top: 15px;
    border-bottom: 1px solid #cccccc;
    padding: 0 10px;
  }
  footer .footer-link h2 {
    color: #043e3b;
    font-family: "notosans-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    margin-bottom: 15px;
  }
  footer .footer-link h2 a {
    color: #043e3b;
  }
  footer .footer-link ul {
    margin-bottom: 15px;
    display: none;
  }
  footer .footer-link ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .footer-link ul li a {
    font-family: "notosans-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #003c3c;
    width: 100%;
    display: block;
    line-height: 20px;
  }
  footer .footer-link ul li a:hover {
    color: #03c978;
  }
  footer .footer-link h2::after {
    position: absolute;
    top: 9px;
    right: 0px;
    content: "";
    background-image: url(../../../../themes/images/down-arrow.svg);
    background-size: 10px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
  }
  footer .footer-link h2.child-open::after {
    transform: rotate(180deg);
    top: 4px;
  }
  footer .col-12:last-child .footer-link {
    border: 0;
  }
  footer .footer-link.single-menu h2:after {
    display: none;
  }
  footer .footer-logo {
    width: 100%;
    display: block;
    text-align: center;
    margin: 25px 0;
  }
  footer .social-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 8px;
  }
  footer .social-icon li {
    padding: 5px;
  }
  footer .social-icon li a {
    width: 32px;
    height: 32px;
    background-color: #043e3b;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
  }
  footer .copy-right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  footer .copy-right p {
    color: #043e3b;
    font-family: "notosans-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0;
  }
  footer .copy-right p a {
    color: #043e3b;
  }
  .bootom-fixed.active {
    display: block;
  }
  .bootom-fixed {
    position: fixed;
    bottom: 82px;
    right: 15px;
    display: none;
    z-index: 1;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: #fff;
  }
  .ril-mobile-v2 {
    background: #faf4f1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-bottom: 40px;
  }
  .header-v2 {
    background-color: transparent;
  }
  .header-v2 .navbar-toggler .navbar-toggler-icon,
  .bottom-menu {
    background-image: url(../../../../themes/images/menu2.svg);
    width: 40px;
    height: 40px;
    background-size: 40px;
    filter: none;
    background-repeat: no-repeat;
  }
  .header-v2 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
  .bottom-menu[aria-expanded="true"] {
    background-image: url(../../../../themes/images/close.svg);
    filter: none;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .close-btn {
    cursor: pointer;
  }
  .main-banner-v2 {
    padding: 0 15px;
  }
  .main-banner-v2:before {
    content: none;
  }
  .main-banner-v2 .video-layer {
    border-radius: 24px;
    min-height: 100%;
    max-height: 100vh;
    overflow: hidden;
    line-height: 0;
  }
  .main-banner-v2 .video-layer video {
    border-radius: 24px;
    max-height: 100vh;
    object-fit: cover;
    min-height: 100%;
    height: 520px;
    transform: scale(1.01);
  }
  .main-banner-v2 .video-layer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    border-radius: 24px;
  }
  .main-banner-v2 .content h2 {
    font-family: "notoserif-medium";
    font-weight: 500;
    text-transform: uppercase;
  }
  .main-banner-v2 .content p {
    font-family: "notosans-regular";
    line-height: 158%;
  }
  .btn-custom {
    color: #fff;
    text-align: center;
    font-family: "notosans-medium";
    font-size: 12px;
    font-weight: 600;
    line-height: 16.871px;
    text-transform: uppercase;
    text-decoration: underline !important;
  }
  .video-icon {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 4px 0px rgba(188, 175, 175, 0.25);
    padding: 10px 15px;
    margin-top: 0;
    position: absolute;
    bottom: 5px;
    transition: all linear 0.3s;
    max-width: 380px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
  }
  .video-icon.sticky {
    position: fixed;
    bottom: 5px;
    visibility: visible;
    opacity: 1;
  }
  .video-icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .video-icon ul li.green-btn {
    border-radius: 50px;
    background: #094;
    padding: 5px;
    width: 51px;
    height: 51px;
    text-align: center;
  }
  .video-icon ul li.green-btn span {
    color: #fff;
  }
  .video-icon ul > li > span {
    display: block;
    font-family: "notosans-medium";
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.14px;
    text-transform: lowercase;
    color: #003c3c;
  }
  .main-banner-v2 .content {
    padding: 0 20px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) !important;
  }
  .together-block-v2 {
    margin: 70px auto 60px;
    padding: 15px 15px 27px;
    border-radius: 24px;
    width: calc(100% - 30px);
    text-align: left;
  }
  .together-block-v2:after {
    content: none;
  }
  .together-block-v2 .quotes {
    position: relative;
    top: auto;
    margin: -56px 0 0 0;
  }
  .together-block-v2 .top-content {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: "NotoSerif-Light";
    margin: -15px 0 20px;
  }
  .together-block-v2 .info:before {
    content: none;
  }
  .together-block-v2 .info {
    text-align: center;
    background: transparent;
  }
  .together-block-v2 .info h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: none;
    font-family: "notosans-semibold";
  }
  .together-block-v2 .info p {
    font-family: "notosans-light";
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
  }
  .video-btn {
    border-radius: 89.165px;
    background: #ffe7ab;
    color: #003c3c;
    padding: 18px 20px;
    font-size: 12px;
    font-family: "notosans-semibold";
    font-weight: 600;
    text-transform: uppercase;
  }
  .video-btn > img {
    margin-right: 5px;
  }
  .video-btn > span {
    display: inline-block;
    vertical-align: middle;
  }
  .video-btn > a {
    text-align: center;
    font-family: "NotoSerif-SemiBold";
    font-size: 12px;
    font-weight: 600;
    line-height: 16.871px;
    text-transform: uppercase;
  }
  .whats-new-block-v2 .small-title {
    color: #003c3c;
    font-family: "notoserif-medium";
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 15px;
  }
  .whats-new-block-v2 .small-title:before {
    content: none;
  }
  .w-new-block {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .w-new-block .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 20px;
  }
  .w-new-block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #faf4f1;
  }
  .w-new-block .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgb(214 162 85);
  }
  .w-new-block .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .w-new-block
    .mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar {
    background-color: rgb(214 162 85);
  }
  .w-new-block ul {
    white-space: nowrap;
    overflow-x: auto;
  }
  .w-new-block ul > li {
    display: inline-block;
  }
  .w-new-block ul > li:not(:last-child) {
    margin-right: 5px;
  }
  .w-new-block ul > li > a {
    color: rgba(0, 0, 0, 0.7);
    font-family: "notosans-semibold";
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: block;
    border-radius: 10px;
    background: #fff;
    padding: 9px 20px;
    text-align: center;
    white-space: nowrap;
  }
  .w-new-block ul > li:not(:first-child) > a {
    width: 125px;
  }
  .w-new-block ul > li:nth-child(2n) > a {
    background: #d1edc0;
  }
  .w-new-block ul > li:nth-child(3n) > a {
    background: #ffe7ab;
  }
  .w-new-block ul > li:nth-child(4n) > a {
    background: #c0edd875;
  }
  .w-new-block ul > li:nth-child(5n) > a {
    background: #d1edc0;
  }
  .w-new-block ul > li.current > a {
    background: #003c3c;
    color: #fff;
  }
  .whats-new-block-v2 .main-card {
    background: #fff;
    margin-bottom: 15px;
  }
  .whats-new-block-v2 .main-card .content {
    padding: 15px;
  }
  .whats-new-block-v2 .main-card img {
    border-radius: 12px 12px 0px 0px;
  }
  .whats-new-block-v2 .main-card .content .bottom-info {
    margin-bottom: 0;
    font-family: "notosans-regular";
  }
  .whats-new-block-v2 .main-card .content .category {
    font-family: "notosans-bold";
    color: #03c978;
  }
  .whats-new-block-v2 .main-card .content .title-new {
    font-size: 24px;
    color: #003c3c;
    font-family: "notoserif-medium";
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
  }
  .whats-new-block-v2 .whats-new-list > .row > div {
    width: 100%;
  }
  .whats-new-block-v2 .whats-new-list > .row > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .whats-new-block-v2 .whats-new-list .item {
    margin-bottom: 0;
    background: #fff;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
  }
  .whats-new-block-v2 .whats-new-list .item .img {
    width: 120px;
    flex: 0 0 auto;
    margin-left: 20px;
  }
  .whats-new-block-v2 .whats-new-list .item .img img {
    border-radius: 12px;
  }
  .whats-new-block-v2 .whats-new-list .item .content {
    width: calc(100% - 140px);
    flex: 0 0 auto;
  }
  .whats-new-block-v2 .whats-new-list .col-6 {
    padding: 0 15px !important;
  }
  .whats-new-block-v2 .whats-new-list .item .content .category {
    color: #03c978;
    font-size: 11px;
    font-family: "notosans-bold";
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
  }
  .whats-new-block-v2 .whats-new-list .item .content .title-new {
    font-size: 15px;
    color: #003c3c;
    font-family: "notoserif-medium";
  }
  .whats-new-block-v2 .whats-new-list .item .content .bottom-info {
    font-family: "notosans-regular";
    font-size: 12px;
    line-height: 14px;
  }
  .bottom-content {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 5px;
  }
  .bottom-content > div {
    display: inline-block;
  }
  .bottom-content > div:not(:last-child)::after {
    content: "|";
    margin-left: 5px;
    display: inline-block;
  }
  .better-future {
    padding: 0 15px;
    margin-top: 30px;
  }
  .better-future-wrapper {
    background: url(../../../../themes/images/better-future-bg.png)
      no-repeat center;
    background-size: cover;
    border-radius: 26px;
    padding: 70px 60px;
    text-align: center;
  }
  .better-future-wrapper h2 {
    color: #003c3c;
    font-family: "noto_serifregular";
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .btn-common {
    color: #1f1a17;
    text-align: center;
    font-family: "notosans-semibold";
    font-size: 13px;
    font-weight: 600;
    line-height: 26.452px;
    text-transform: uppercase;
    border-radius: 89.165px;
    background: #ffe7ab;
    padding: 10px 23px;
    border: 1px solid #ffe7ab;
  }
  .we-work {
    padding: 0 15px;
    margin-top: 45px;
  }
  .we-work h2 {
    color: #03c978;
    font-family: "NotoSerif-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .we-work-box {
    background: #fff;
    border-radius: 22px;
    padding: 45px 5px 20px;
    text-align: center;
  }
  .we-work-box .btn-custom {
    color: #c0a062;
  }
  .what-we-do {
    padding: 0 15px;
    margin: 70px 0 45px;
  }
  .section-title h2 {
    color: #003c3c;
    font-family: "notoserif-medium";
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  .section-title p {
    color: #003c3c;
    font-family: "notosans-regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .we-do-wrapper {
    border-radius: 12px;
    background: #fff;
  }
  .we-do-img img {
    border-radius: 12px 12px 0px 0px;
  }
  .we-do-text {
    padding: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    min-height: 68px;
  }
  .we-do-text h3 {
    color: #003c3c;
    font-family: "notosans-semibold";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.18px;
    margin: 0;
  }
  .we-do-box .row {
    margin: 0 -7.5px;
  }
  .we-do-box .row > div {
    padding: 0 7.5px;
    margin-bottom: 25px;
  }
  .development-block {
    padding: 0 15px;
  }
  .development-box > div .accordion-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .development-box > div .accordion-item {
    border: none;
    border-radius: 22px;
    background: #fff;
    padding: 2px 0;
  }
  .development-box > div .accordion-item .accordion-button {
    background: transparent;
    box-shadow: none;
  }
  .development-box > div .accordion-item .accordion-button:not(.collapsed) {
    color: #003c3c;
  }
  .development-box > div .accordion-item .accordion-button {
    color: #003c3c;
    font-family: "notosans-semibold";
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
  }
  .development-box > div .accordion-item .accordion-body {
    padding-top: 0;
  }
  .development-img {
    margin-bottom: 15px;
  }
  .development-img img {
    border-radius: 12px 12px 0px 0px;
  }
  .development-text h3 {
    color: #003c3c;
    font-family: "notoserif-medium";
    font-size: 26px;
    font-weight: 500;
    line-height: 33.503px;
  }
  .development-text p {
    color: #003c3c;
    font-family: "notosans-regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .development-report .download-text {
    position: absolute;
    bottom: 62px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 215px;
  }
  .download-text h3 {
    font-family: "noto_serifregular";
    font-size: 26px;
    font-weight: 400;
    line-height: 30.3px;
    margin-bottom: 23px;
    position: relative;
  }
  .download-text p {
    font-family: "notosans-bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.155px;
    margin-bottom: 15px;
  }
  .download-text h3::after {
    content: "";
    width: 70px;
    height: 2px;
    background: #c0a062;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
  }
  .development-report .button .btn-common {
    background: #fff;
    border-color: #fff;
    font-family: "notosans-medium";
    font-weight: 500;
  }
  .development-report .button .btn-common:hover {
    background: #ffe7ab;
    border-color: #ffe7ab;
    color: #000;
  }
  .development-report .button .btn-common img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
  }
  .india-development > .btn-common {
    margin-top: 30px;
  }
  .development-box .accordion-button::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../../../../themes/images/accordian-plus.png)
      no-repeat center;
    background-size: cover;
  }
  .development-box .accordion-button:not(.collapsed)::after {
    content: "";
    background: url(../../../../themes/images/accordian-minus.png)
      no-repeat center;
    background-size: cover;
  }
  .discover {
    padding: 0 15px;
    margin: 60px 0;
  }
  .discover-box img {
    border-radius: 24px;
  }
  .discover .section-title {
    position: absolute;
    bottom: 15px;
    border-radius: 12px;
    background: #c0edd875;
    width: calc(100% - 30px);
    left: 15px;
    padding: 30px;
  }
  .block-event {
    margin-bottom: 60px;
    padding-left: 15px;
  }
  .event-box {
    border-radius: 12px;
    background: #fff;
  }
  .event-img img {
    border-radius: 12px 12px 0px 0px;
  }
  .event-text {
    padding: 15px;
  }
  .event-title {
    color: #003c3c;
    font-family: "noto_serifregular";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px;
  }
  .event-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 15px;
    margin-top: 15px;
  }
  .event-bottom > div {
    display: inline-block;
    color: #616161;
    font-family: "notosans-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.47px;
  }
  .event-bottom > div:not(:last-child)::after {
    content: "|";
    padding: 0 10px;
  }
  .event-category {
    color: rgba(0, 0, 0, 0.7);
    font-family: "notosans-semibold";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.24px;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
  }
  .event-carousel .owl-nav {
    width: 100%;
    position: absolute;
    bottom: -48px;
  }
  .event-carousel .owl-nav > button {
    width: 34px;
    height: 34px;
    border: 1px solid #ccc !important;
    display: inline-block;
    border-radius: 50%;
    background: url(../../../../themes/images/right-arrow-black.svg)
      no-repeat center !important;
    background-size: 10px 9px !important;
  }
  .event-carousel .owl-nav > button > span {
    font-size: 0;
  }
  .event-carousel .owl-nav > button.owl-prev {
    transform: rotate(180deg);
  }
  .event-carousel .owl-nav > button:not(:last-child) {
    margin-right: 5px;
  }
  .event-carousel .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 80%;
    height: 2px;
    background: #ccc;
    right: 0;
  }
  .event-carousel .owl-dots > button.active {
    border-radius: 2px;
    background: #686868;
    width: 45px;
    height: 2px;
    position: absolute;
  }
  .career {
    padding: 60px 15px;
  }
  .career-wrapper {
    background: #fff;
    filter: drop-shadow(0px 0px 9px rgba(198, 198, 198, 0.15));
    border-radius: 22px;
  }
  .career-wrapper .section-title {
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
  }
  .career-image img {
    border-radius: 12px;
  }
  .career-wrapper .section-title::before {
    content: "";
    width: 189px;
    height: 345px;
    background: url(../../../../themes/images/ril-logo-career.svg)
      no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: -21px;
  }
  .career-wrapper .section-title h2 {
    font-size: 26px;
    line-height: 35px;
    font-family: "noto_serifregular";
    font-weight: 400;
    margin-bottom: 15px;
  }
  .career-wrapper .section-title p {
    line-height: 22px;
  }
  .career-wrapper .section-title span {
    color: #03c978;
    font-family: "notosans-bold";
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
  }
  .career-ril-logo {
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  .newletter-block-v2 {
    padding: 0;
    background: transparent;
  }
  .newletter-wrapper {
    border-radius: 24px;
    background: #c0edd875;
    box-shadow: 0px 0px 4.875739097595215px 0px rgba(79, 79, 79, 0.2);
    padding: 60px 30px;
    width: calc(100% - 30px);
    margin: auto;
  }
  .newletter-wrapper .main-subtitle {
    color: #003c3c;
    font-size: 26px;
    font-family: "noto_serifregular";
  }
  .newletter-block .newletter-wrapper p {
    color: #003c3c;
    font-family: "notosans-regular";
  }
  .newletter-block-v2 form .form-control {
    border-radius: 40px;
    border: 1px solid #003c3c;
    color: #003c3c;
    font-size: 11px;
    padding: 21px 10px;
    font-family: "notosans-regular";
  }
  .newletter-block-v2 form .form-control::placeholder {
    color: #003c3c;
  }
  .newletter-block-v2 form .btn-subscribe {
    color: #fff;
    font-family: "notosans-semibold";
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    padding: 19px 10px;
    background: #003c3c;
    text-transform: uppercase;
  }
  .footer-v2 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .footer-v2 .footer-logo {
    text-align: left;
    margin: 10px 0 8px;
  }
  .footer-v2 .social-icon {
    justify-content: start;
  }
  .footer-v2 .copy-right {
    text-align: left;
  }
  .footer-v2 .copy-right p {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    line-height: 24px;
  }
  .footer-item {
    margin-bottom: 10px;
  }
  .footer-item p:not(:last-child)::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #003c3c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .footer-v2 .copy-right p {
    color: #003c3c;
    font-family: "notosans-regular";
    font-size: 15px;
    font-weight: 400;
    line-height: 23.245px;
  }
  .footer-v2 .footer-link h2 {
    color: #003c3c;
    font-family: "notosans-semibold";
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.16px;
  }
  .footer-wrapper {
    border-radius: 24px;
    background: #fff;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-wrapper::after {
    content: "";
    width: 95px;
    height: 98px;
    background: url(../../../../themes/images/footer-leaf.png)
      no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: -2px;
    right: 0;
  }
  footer .social-icon::before {
    display: none;
  }
  footer .social-icon {
    margin-left: 0;
  }
  .header-v2 .navbar-collapse {
    background: #faf4f1;
  }
  .header-v2 .navbar-collapse.show .menu_scroll {
    background: #fff;
    max-width: 720px;
    margin: 0 auto;
    border-radius: 22px;
    padding: 0 5px 20px;
    height: auto;
  }
  .header-v2 .navbar .navbar-nav li .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #003c3c;
    font-family: "notosans-medium";
    border-bottom: none;
  }
  .header-v2 .navbar .navbar-nav li.dropdown .nav-link::before {
    background-image: url(../../../../themes/images/down_arrow.svg);
    background-size: 18px;
    width: 18px;
    height: 18px;
    filter: none;
    top: 17px;
  }
  .header-v2 .navbar .navbar-nav li.dropdown .nav-link:last-child::before {
    display: none;
  }
  .header-v2 .navbar .navbar-nav li.dropdown .nav-link.show::before {
    top: 17px;
  }
  .header-v2 .navbar-collapse.show:after {
    content: none;
  }
  .header-v2 .navbar-collapse.show .header-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 15px 8px;
  }
  .header-bottom .speech {
    margin-left: 10px;
  }
  .header-v2 .navbar-collapse.show .header-bottom::before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    display: block;
    background: rgba(0, 60, 60, 0.3);
    margin-bottom: 20px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-v2 .navbar-collapse .header-bottom .social-icon {
    padding-top: 0;
    justify-content: end;
  }
  .header-v2 .navbar-collapse .header-bottom .social-icon li {
    margin-right: 4px;
  }
  .header-v2 .navbar-collapse .header-bottom .social-icon li:last-child {
    margin-right: 0px;
  }
  .search-form {
    padding: 15px 15px 5px;
    position: relative;
  }
  .search-form .form-text {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 60, 60, 0.3);
    border-radius: 0px;
    color: #606060;
    font-family: "notosans-medium";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 30px 12px 12px;
    color: #003c3c;
    margin-top: 0;
    display: block;
    appearance: none;
    width: 100%;
  }
  .search-icon {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 30px;
    height: 30px;
    border: none;
    background: url(../../../../themes/images/search-icon2.svg)
      no-repeat center;
    background-size: 20px;
  }
  .search-form .form-text::placeholder {
    color: #003c3c;
    opacity: 1;
  }
  .header-v2 .navbar .navbar-nav li.dropdown .dropdown-menu {
    background: #fff;
  }
  .header-v2 .btn-border {
    color: #fff;
    font-family: "notosans-medium";
    font-weight: 500;
    background: #003c3c;
    padding: 8px 20px;
    border: 1px solid #003c3c;
  }
  .header-v2 .navbar-collapse .header-bottom .social-icon li a {
    background-color: #003c3c;
    color: #fff;
  }
  .header-v2 .navbar-collapse .header-bottom .social-icon li a:hover {
    background-color: #03c978;
  }
  .useful-link {
    padding: 0 15px;
  }
  .useful-link ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .useful-link ul > li {
    flex: 0 0 auto;
    width: 50%;
  }
  .useful-link ul > li:nth-child(2n) {
    text-align: right;
  }
  .useful-link ul > li > a {
    display: block;
    color: #003c3c;
    font-family: "notosans-semibold";
    font-size: 14px;
    font-weight: 600;
    line-height: 20.696px;
    padding: 3px 0;
  }
  .useful-link ul > li > a:hover {
    color: #03c978;
  }
  .newletter-form .form-control {
    color: rgba(0, 0, 0, 0.74);
    font-size: 9px;
    font-family: "notosans-regular";
    font-weight: 400;
    line-height: 130%;
    width: 230px;
    height: 36px;
    background: transparent;
    border: 1px solid #003c3c;
    border-radius: 30px;
  }
  .newletter-form .form-control::placeholder {
    color: rgba(0, 0, 0, 0.74);
  }
  .btn-newletter {
    position: absolute;
    right: 5px;
    top: 4px;
    color: #fff;
    text-align: center;
    font-family: "notosans-medium";
    font-size: 9.746px;
    font-weight: 500;
    line-height: 13.014px;
    letter-spacing: 0.441px;
    text-transform: lowercase;
    border-radius: 25.99px;
    background: #003c3c;
    border: none;
    padding: 8px 20px;
  }
  .stroy-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #faf4f1;
    padding: 15px;
  }
  .stroy-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .story-image {
    position: relative;
  }
  .story-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 61.46%
    );
  }
  .story-image img {
    border-radius: 10px;
  }
  .story-profile {
    position: relative;
  }
  .stroy-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #faf4f1;
    padding: 10px 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
  }
  .stroy-container.open {
    visibility: visible;
    opacity: 1;
  }
  .story-content .category {
    color: #26d780;
    font-family: "notosans-bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 31.687px;
    text-transform: uppercase;
  }
  .story-content h2 {
    color: #fff;
    font-family: "notoserif-medium";
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .post-story {
    margin-bottom: 20px;
  }
  .post-story span {
    color: #fff;
    font-family: "notosans-regular";
    font-size: 12px;
    font-weight: 400;
    line-height: 15.182px;
  }
  .post-story span:not(:last-child)::after {
    content: "|";
    padding: 0 10px;
  }
  .newsletter-story .newletter-form .form-control {
    width: 100%;
    font-size: 10px;
    height: 52px;
  }
  .newsletter-story .btn-newletter {
    font-size: 12px;
    padding: 15px 20px;
  }
  .story-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
  }
  .story-carousel .owl-dots {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    right: 0;
  }
  .story-carousel .owl-dots > button {
    padding: 0 3px !important;
    height: 3px;
    width: 100%;
  }
  .story-carousel .owl-dots > button span {
    opacity: 0.550000011920929;
    background: rgba(206, 205, 205, 0.8) !important;
    display: block;
    height: 100%;
  }
  .story-carousel .owl-dots > button.active span {
    background: #26d780 !important;
  }
  .better-future-v2 .better-future-wrapper {
    padding: 70px 30px;
  }
  .data-bloc-box .row > div .about-icon {
    right: -13px;
    top: 0;
    z-index: 2;
  }
  .custom-modal .modal-dialog {
    max-width: 374px;
    width: 100%;
  }
  .custom-modal .btn-close {
    box-sizing: content-box;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    border-radius: 0px;
    opacity: 1;
    padding: 0 !important;
  }
  .custom-modal .modal-header {
    border-bottom: none;
  }
  .custom-modal .modal-content {
    border-radius: 9.613px;
    background: #ffe7ab;
  }
  .indianlive-top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .indianlive-top h2 {
    color: #003c3c;
    font-family: "NotoSerif-SemiBold";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }
  .indianlive-right p {
    margin: 0;
    color: #003c3c;
    font-family: "notosans-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
  }
  .indianlive-right {
    padding: 8px;
    border-left: 2px solid #f0c966;
    margin-left: 10px;
  }
  .indianlive-middle img {
    margin-bottom: 25px;
  }
  .indianlive-wrapper .btn-common {
    background: #003c3c;
    color: #fff;
  }
  .we-work-v3 .mp-data-text {
    background: transparent !important;
    height: 60px;
  }
  .we-work-v3 .map-data .row > div:not(:last-child) {
    border-right: 1px solid rgba(0, 60, 60, 0.5);
  }
  .we-work-v3 .we-work-box {
    padding: 55px 5px 25px;
    position: relative;
  }
  .evt-category {
    color: rgba(0, 0, 0, 0.7);
    font-family: "notosans-semibold";
    font-size: 9px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    padding: 6px 12px;
    border-radius: 7.17px;
    background: #fff;
  }
  .publication-box {
    border-radius: 9.589px;
    background: #14363d;
    padding: 60px 20px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .publication-img {
    margin-bottom: 30px;
  }
  .publication-text h2 {
    color: #fff;
    text-align: center;
    font-family: "noto_serifregular";
    font-size: 26.85px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.85px;
  }
  .publication-text p {
    color: #fff;
    text-align: center;
    font-family: "notosans-regular";
    font-size: 14.384px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.85px;
  }
  .publication-button {
    padding: 0 15px;
  }
  .publication-button ul > li > a {
    border-radius: 57.536px;
    border: 0.959px solid #fff;
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 11.507px;
    font-weight: 400;
    line-height: 25.222px;
    text-transform: uppercase;
    font-family: "notosans-regular";
  }
  .publication-button ul > li > a > img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
  .publication-button ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .publication-button ul > li:last-child > a {
    background: #fff;
    color: #1f1a17;
  }
  .publication-button ul > li:last-child > a > img {
    filter: none;
    -webkit-filter: none;
    margin: 0 3px;
  }
  .technology-item img {
    margin-bottom: 10px;
  }
  .technology-item p {
    font-size: 13px;
  }
  .story-wrapper {
    position: relative;
  }
  .promo-banner {
    width: 217px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    background: url(../../../../themes/images/promo-banner.jpg)
      no-repeat center;
  }
  .promo-banner p {
    color: #fff;
    font-family: "notosans-bold";
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.748px;
    text-transform: lowercase;
    margin: 0;
  }
  .overflow-hidden {
    overflow-x: hidden !important;
  }
  .store-content .tab-content {
    display: none;
  }
  .store-content .tab-content.current {
    display: inherit;
  }
  .item_holder {
    display: block;
  }
  .focusareas_pic {
    border-radius: 20px 20px 0 0;
  }
  .published_content h3,
  .focus_areas h4 {
    font-size: 26px;
  }
  .key_features ul {
    display: block;
    margin: 25px 0 0;
  }
  .key_features ul::after {
    display: none;
  }
  .key_features ul li:nth-child(odd) {
    margin-right: 0;
  }
  .key_features ul li:nth-child(even) {
    margin-left: 0;
  }
  .key_features h5,
  .glimpses h5,
  .process_block h5 {
    font-size: 26px;
  }
  .process_block ul {
    grid-template-columns: 50% 50%;
  }
  .process_block li:nth-child(1),
  .process_block li:nth-child(2) {
    margin-bottom: 75px;
  }
  .process_block li:nth-child(2):before,
  .process_block li:nth-child(2):after {
    display: none;
  }
  ul.criteria_list li {
    display: block;
    padding: 10px 14px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 18px;
    text-align: center;
  }
  ul.criteria_list li::after {
    display: none;
  }
  .author_list.published_block .author_date {
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .author_list.published_block .author_date > div::after {
    right: -10px;
  }
  .author_list.published_block .author_date > div {
    margin-bottom: 15px;
  }
  .author_list .share_block {
    margin-top: 0;
  }
  .related_tags h4 {
    font-size: 22px;
  }
  .date_social {
    display: block;
  }
  .date_social > div {
    width: 100%;
  }
  .date_social .social-sharing-buttons {
    justify-content: flex-start;
  }
  .date_social .social-sharing-buttons a:first-child {
    margin-left: 0;
  }
  .date_social .social-sharing-buttons {
    margin-top: 10px;
  }
  .video_title p {
    min-height: 192px;
  }
  .video_title h2 {
    min-height: 54px;
  }
  .author_list.published_block .author_date > div {
    margin-right: 20px;
  }
  .rf-desk {
    overflow-x: hidden;
  }
  .container {
    overflow: hidden;
  }
  .about_block h4,
  .about_block p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 800px) {
  .indiamap_block {
    width: 440px;
    padding: 10px;
  }
  .indiamap_block .content img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .content strong {
    padding: 4px 4px;
    font-size: 18px;
  }
  .map-data-text {
    padding: 5px 10px;
    margin-top: 10px;
  }
  .map-data-text h3 {
    font-size: 30px;
  }
  .map-data-text h3 p,
  .map-data-text h3 em {
    font-size: 15px;
    line-height: 18px;
  }
  .close-tooltip img {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .main_banner .homepagevideo.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 0;
    height: 300px;
  }
  .innerMob_banner {
    display: block;
  }
  .innerDesk_banner {
    display: none;
  }
  .play_button {
    width: 65px;
    height: 65px;
  }
  .video_thumb .play_button img {
    width: 55px;
    height: 55px;
  }
  .whats_new h2,
  .rf_block h2,
  .career_block h2,
  .discover_block h2,
  .whatwedo_block h2,
  .events_block h2,
  .mid_box h2,
  .gallery_block h2,
  .more_events_block h2,
  .where_wework_title h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .rf_founder .video_thumb .img-fluid {
    height: 500px;
    border-radius: 15px;
  }
  .education_block {
    padding: 20px;
  }
  .header-v2 {
    max-width: 540px;
  }
  .rf-desk .navbar-brand img {
    margin-left: 15px;
  }
  .innerpage_banner {
    margin-top: 10px;
  }
  .mailids {
    grid-template-columns: repeat(1, 1fr);
  }
  .address_box.mails li {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .address_box li strong {
    margin-bottom: 3px;
  }
  .page_title h1,
  .openings_block h2 {
    font-size: 40px;
  }
  .page_title {
    margin-top: 10px;
  }
  .page_title p,
  .address_box li,
  .current_opening p,
  .applynow_modal .modal-body p {
    font-size: 16px;
  }
  .job_openings .form-radios {
    margin-top: 15px;
  }
  .about_wrap h2 {
    font-size: 35px;
  }
  .first_box img {
    height: 400px;
  }
  .vision_block::before,
  .vision_block::after,
  .about_block::before,
  .about_block::after {
    width: 80px;
    height: 80px;
  }
  .about_block {
    padding: 40px 40px;
  }
  .about_data_block .col-md-6:first-child {
    margin-bottom: 20px;
  }
  .about_data_block .box-content::before {
    height: 121px;
  }
  .wecare-wrap .whatwedoCard_content h4 {
    min-height: inherit;
  }
  .founder_content h1 {
    font-size: 35px;
  }
  .grid-gap {
    gap: 5px;
  }
  .top_palettes > div,
  .bottom_palettes > div {
    height: 14px;
  }
  .sdgs_content {
    padding: 20px;
  }
  .sdgs_icons {
    padding: 0 5px;
    gap: 10px;
  }
  .sdgs_icons {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .sdgs_content h2 {
    font-size: 20px;
    text-align: left;
  }
  .sdgs_content p {
    font-size: 15px;
    line-height: 24px;
  }
  .sdgs_content h1 {
    font-size: 35px;
  }
  .sdgs_icons {
    grid-template-columns: repeat(3, 1fr);
  }
  .attend_wrap {
    display: block;
  }
  .partner_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .responders_block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .responders_block h2,
  .partner_block h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .partner_logo,
  .partner_logo img {
    border-radius: 14px;
  }
  .partner_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonial_carousel .testimonial_item .testimonial_content {
    padding: 15px 10px;
  }
  .testimonial_carousel .testimonial_item .testimonial_content h3 {
    font-size: 18px;
  }
  .testimonial_carousel .testimonial_item .testimonial_content p {
    font-size: 15px;
    line-height: 20px;
  }
  .attend_wrap {
    font-size: 26px;
  }
  .chart_image {
    padding-left: 15px;
    padding-right: 15px;
  }
  .subscribe_block .captcha .form-item-captcha-response {
    min-width: 100%;
  }
  .contact_form h3 {
    font-size: 35px;
  }
  .contact_form {
    padding: 30px;
  }
  .address_box h5 {
    font-size: 18px;
  }
  .google_map iframe {
    height: 300px;
  }
  .footer-v2,
  header .navbar-collapse.show .rilmoblogo,
  .header-v2 .navbar-collapse.show .menu_scroll {
    max-width: 540px;
  }
  header .container {
    padding: 0;
  }
  .story-wrapper ul > li {
    padding: 0 10px;
  }
  .rf_image img {
    height: 320px;
  }
  .banner_content {
    max-width: 420px;
  }
  .banner_content h1 {
    font-size: 65px;
    line-height: 65px;
  }
  .video_overlay video,
  .main_banner .video-js.vjs-fluid {
    height: 380px;
  }
  .banner_content p {
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .rf_founder {
    padding: 20px;
    overflow: hidden;
  }
  .rf_founder_slider.owl-carousel .owl-nav button.owl-next {
    right: -19px;
  }
  .rf_founder_slider.owl-carousel .owl-nav button.owl-prev {
    left: -19px;
  }
  .rf_founder_slider .owl-stage-outer {
    margin-top: 0;
    padding-top: 0;
  }
  .rf_founder_slider.owl-carousel .owl-nav [class*="owl-"] {
    margin: 0;
    top: 155px;
  }
  .rf_content h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .rf_content h4 {
    font-size: 20px;
  }
  .rf_founder_slider .owl-dots {
    position: initial;
  }
  .whats_new,
  .rf_block {
    margin-top: 40px;
  }
  .rf_content::before {
    top: -90px;
  }
  .innerCard_content h4 {
    min-height: inherit;
  }
  .innerCard {
    margin-bottom: 30px;
  }
  .rf_block_content {
    max-width: 100%;
    text-align: center;
    padding: 0 60px;
  }
  header .btn-right {
    right: 10px;
  }
  .whatwedoCard_content h2 {
    min-height: inherit;
  }
  .breadcrumb {
    display: none;
  }
  .author_list .read {
    padding-left: 40px;
  }
  .author_date {
    font-size: 17px;
  }
  .attend_wrap {
    font-size: 20px;
  }
  .attend_wrap a {
    margin-left: 0;
    margin-top: 15px;
  }
  .tweet-rf iframe {
    height: 1030px !important;
  }
  .edu_tabs ul {
    display: block;
    padding-left: 0;
  }
  .edu_tabs ul li {
    margin: 0;
  }
  .edu_tabs ul li:first-child {
    width: 100%;
  }
  .edu_tabs ul li a {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .edu_tabs ul li a:hover,
  .edu_tabs ul li a.active {
    background-color: #c0edd875;
  }
  article[data-history-node-id="246"] .whatwedoCard_content .location_date {
    min-height: inherit;
  }
  .wecare_list {
    margin-top: 40px;
  }
  .education_items {
    margin-top: 30px;
  }
  .uevent_list img,
  .video_listing img,
  .education_list img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .uevent_list .location_date img,
  .education_list .location_date img {
    width: auto;
    height: auto;
  }
  .whatwedo_wrap {
    margin-top: 0;
  }
  .whatwedoCard_content {
    padding: 20px;
  }
  .whatwedoCard_content p {
    min-height: inherit;
    margin-bottom: 15px;
  }
  .whatwedoCard img,
  .wecare_list .publ_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .whatwedoCard .location_date img {
    width: auto;
    height: auto;
  }
  .filter_search input,
  .event_filter .js-form-type-textfield input,
  .search_tag input.form-autocomplete,
  .search_result_page input.form-text,
  .event_filter .form-item-field-author-target-id input,
  .filter_select,
  .form-item-sort-order,
  .js-form-type-select {
    font-size: 16px;
  }
  .whatwedoCard_content .location_date img {
    height: auto;
    width: auto;
  }
  .whatwedoCard_content .location_date img.author-img,
  .whatwedoCard .location_date img.author-img {
    width: 24px;
    height: 24px;
  }
  .wecare_list .col-md-6:first-child .publication_listing {
    margin-bottom: 30px;
  }
  .wecare_list .whatwedoCard h4 {
    font-size: 24px;
  }
  .uevent_title h5,
  .video_title h5,
  .publ_content h4 {
    font-size: 18px;
    line-height: 26px;
  }
  article[data-history-node-id="246"] .story_content h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .careers_wrap .whatwedoCard img {
    height: auto;
  }
  .uevent_list.media_list figure img {
    height: auto;
  }
  .video_title h2,
  .event_listing .uevent_title h2 {
    font-size: 22px;
  }
  .uevent_list.media_list h2,
  .event_listing .uevent_title h2 {
    min-height: inherit;
  }
  .filter_select select,
  .js-form-item-sort-order select,
  .js-form-type-select select {
    width: 170px;
  }
  .event_filter .js-form-type-textfield input {
    width: 220px;
  }
  .met_title h3 {
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
  }
  .rf_founder_slider.owl-carousel .video-item video {
    margin-bottom: 10px;
    height: 360px;
    object-fit: cover;
  }
  .rf_founder_slider.owl-carousel .owl-nav button.owl-next,
  .rf_founder_slider.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../../../../themes/images/arrow.svg);
    transform: rotate(0deg);
    background-position: 17px 11px;
    background-color: #fff;
  }
  .rf_founder_slider.owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
  }
  .rf_founder_slider.owl-carousel .owl-nav button.owl-next:hover,
  .rf_founder_slider.owl-carousel .owl-nav button.owl-prev:hover {
    background-image: url(../../../../themes/images/arrow.svg);
    transform: rotate(0deg);
    background-position: 17px 11px;
  }
  .rf_founder_slider.owl-carousel .owl-nav button.owl-prev:hover {
    transform: rotate(180deg);
  }
  .rf_founder_slider.owl-carousel .owl-nav button.owl-next.disabled,
  .rf_founder_slider.owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: 0.6 !important;
  }
  .rf_scholarship img {
    height: 360px;
  }
  .awards_block .col-lg-4 {
    position: static;
  }
  .interns_box h1,
  .awards_block h1 {
    font-size: 40px;
  }
  .imagesContainer {
    height: 240px;
  }
  .subscribe_block {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 25px;
  }
  .subscribe_block h2 {
    font-size: 36px;
  }
  .subscribe_block p br {
    display: none;
  }
  .subscribe_box button,
  .subscribe_btn input.button {
    border-radius: 30px;
    height: 50px;
  }
  .story-backdrop .modal-backdrop {
    background-color: rgba(250, 244, 241, 0.95);
  }
  .story .swiper-button-next,
  .story .swiper-button-prev {
    display: none;
  }
  .story {
    max-width: 390px;
  }
  .newsletter-story {
    padding: 0;
  }
  .story {
    max-width: 340px;
    margin-top: 0;
  }
  .story_container {
    width: 100%;
    height: auto;
  }
  .story_header {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .rf_scholarship p {
    font-size: 16px;
  }
  .mid_box {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .last_box {
    width: 100%;
    margin-top: 20px;
  }
  .mid_box p {
    margin-bottom: 15px;
  }
  .mid_box h2 {
    font-size: 40px;
  }
  .where_wework {
    margin-top: 30px;
  }
  .rf_data_block {
    margin-top: 50px;
  }
  .where_wework .mp-data-text h3 {
    font-size: 40px;
  }
  .whatwedo_block,
  .events_block,
  .discover_block,
  .career_block,
  .publications_block {
    margin-top: 50px;
  }
  .subscribe_box .error {
    font-size: 14px;
  }
  .subscribe_block .success {
    font-size: 16px;
  }
  .publications_block.owl-carousel .owl-item img {
    max-width: 90%;
  }
  .publications_content h3 {
    font-size: 35px;
  }
  .main_event figure img {
    height: 280px;
  }
  .uevent_dt {
    min-height: inherit;
    padding: 15px;
  }
  .upcomingEvent_date,
  .event_listing .uevent_date {
    font-size: 32px;
    line-height: 34px;
  }
  .upcomingEvent_date span,
  .event_listing .uevent_date span {
    font-size: 20px;
    line-height: 24px;
  }
  .education_details_wrap {
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .inner_banner {
    margin-bottom: 20px;
  }
  .education_details_content h1 {
    font-size: 35px;
    margin-bottom: 15px;
    text-align: left;
  }
  .education_details_content h2 {
    font-size: 28px;
  }
  .education_details_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .published_content h3,
  .focus_areas h4,
  .published_content h4 {
    font-size: 24px;
  }
  .focusareas_content h5 {
    font-size: 26px;
  }
  .key_features {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .key_features h5,
  .glimpses h5,
  .process_block h5 {
    font-size: 24px;
  }
  .key_features ul li {
    padding-left: 70px;
    margin-bottom: 15px;
  }
  .key_features ul li::before {
    width: 60px;
    height: 60px;
  }
  .glimpses {
    margin-bottom: 30px;
  }
  .process_block li .step {
    top: -50px;
    font-size: 16px;
    width: 74px;
    height: 74px;
  }
  .process_block li:nth-child(1),
  .process_block li:nth-child(2) {
    margin-bottom: 60px;
  }
  .glimpses h5,
  .process_block h5 {
    margin-bottom: 20px;
  }
  .process_block ul {
    margin: 70px 0 0;
  }
  .criteria_block {
    margin-top: 30px;
  }
  .annual_block:nth-of-type(1) .annualreport_list {
    margin-top: 0;
  }
  .page_title p.mt-4 {
    margin-top: 1rem !important;
  }
  .report_data p {
    min-height: inherit;
  }
  .annual_block:nth-of-type(1) .report_data p,
  .annual_block:nth-of-type(2) .report_data p {
    min-height: inherit;
  }
  .mrk_position1 {
    top: 9% !important;
  }
  .mrk_position2 {
    top: 46% !important;
  }
  .mrk_position3 {
    top: 27% !important;
  }
  .mrk_position4 {
    top: 37% !important;
  }
  .mrk_position5 {
    top: 17.5% !important;
  }
  .mrk_position6 {
    top: 37% !important;
  }
  .mrk_position7 {
    top: 28% !important;
  }
  .mrk_position8 {
    top: 42.5% !important;
  }
  .mrk_position9 {
    top: 24% !important;
  }
  .mrk_position10 {
    top: 37% !important;
    left: 75% !important;
  }
  .mrk_position11 {
    top: 58.5% !important;
  }
  .mrk_position12 {
    top: 68% !important;
  }
  .mrk_position13 {
    top: 57% !important;
  }
  .mrk_position14 {
    top: 7.5% !important;
  }
  .mrk_position15 {
    top: 65% !important;
    left: 20% !important;
  }
  .mrk_position16 {
    top: 63% !important;
    left: 75% !important;
  }
  .mrk_position17 {
    top: 28.5% !important;
  }
  .mrk_position18 {
    top: 30.5% !important;
  }
  .mrk_position19 {
    top: 19.5% !important;
  }
  .mrk_position20 {
    top: 14% !important;
  }
  .mrk_position21 {
    top: 21.5% !important;
    left: 30% !important;
  }
  .mrk_position22 {
    top: 23% !important;
  }
  .mrk_position23 {
    top: 39.5% !important;
  }
  .mrk_position24 {
    top: 49.5% !important;
  }
  .mrk_position25 {
    top: 55.5% !important;
  }
  .mrk_position26 {
    top: 26% !important;
    left: 63% !important;
  }
  .mrk_position27 {
    top: 31% !important;
  }
  .mrk_position28 {
    top: 33% !important;
  }
  .mrk_position29 {
    top: 30% !important;
  }
  .mrk_position30 {
    top: 35% !important;
    left: 72% !important;
  }
  .mrk_position31 {
    top: 37% !important;
  }
  .mrk_position32 {
    top: 66.5% !important;
  }
  .mrk_position33 {
    top: 45.5% !important;
  }
  .mrk_position34 {
    top: 18% !important;
  }
  .mrk_position35 {
    top: 64% !important;
    left: 39% !important;
  }
  .mrk_position36 {
    top: 36% !important;
  }
  .rf_content h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .rf_scholarship h2 {
    font-size: 35px;
  }
  .box-content h3 {
    font-size: 45px;
  }
  .box-content h3 sup {
    top: -15px;
  }
  .counter {
    height: 3rem;
  }
  .publications_item {
    width: 100%;
  }
  .video_title .videoCategory {
    font-size: 15px;
  }
  .details_block h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .more_publications_block h2,
  .testimonial_gallery h2 {
    font-size: 35px;
  }
  .more_publications_block .education_list img.img-fluid,
  .more_publications_block .uevent_list img.img-fluid {
    height: auto;
  }
  .more_publications_block h5 {
    min-height: inherit;
    margin-bottom: 1rem;
  }
  .related_tags h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .location_date {
    margin-top: 15px;
  }
  .published_date {
    margin-bottom: 15px;
  }
  .published_block {
    margin-bottom: 20px;
    display: block;
  }
  .banner_imgblock {
    margin-bottom: 20px;
  }
  .gallery_block,
  .more_events_block,
  .more_education_block,
  .partner_block,
  .more_publications_block {
    margin-top: 40px;
  }
  .social-sharing-buttons {
    justify-content: flex-start;
  }
  .careers_video img,
  .careers_video a::before {
    border-radius: 16px;
  }
  .focusareas_slider.owl-carousel .owl-item img {
    width: 100%;
    display: block;
    border-radius: 20px 20px 0 0;
  }
  .spaceTop {
    margin-top: 30px;
  }
  .author_list.published_block .author_date {
    display: grid;
    grid-template-columns: auto auto;
  }
  .author_list.published_block .author_date > div:nth-child(2):after {
    display: none;
  }
  .awards_block h1 {
    margin-bottom: 15px;
  }
  .awards_block h2 {
    font-size: 26px;
  }
  .awards_block .tab-content .award_title {
    font-size: 16px;
  }
  .video_title p {
    min-height: inherit;
  }
  .video_title h2 {
    min-height: inherit;
  }
  .search_block {
    margin-top: 20px;
    padding: 15px;
  }
  .tag_result {
    display: block;
  }
  .tag_result li.divider::before {
    display: none;
  }
  .search_tag form {
    display: block;
  }
  .tag_result li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .tag_result.search_result_page li {
    margin-bottom: 0;
  }
  .search_tag .form-item {
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .tag_result li:nth-of-type(2) {
    margin-bottom: 0;
  }
  .details_block iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .white_box,
  .privacy_box {
    padding: 20px;
  }
  .expert_list {
    margin-top: 0;
  }
  article[data-history-node-id="246"] .more_publications_block .whatwedoCard {
    margin-top: 30px;
  }
  article[data-history-node-id="246"] .publication_listing .publ_content {
    min-height: auto;
  }
  article[data-history-node-id="246"] .page_title {
    margin-bottom: 0;
  }
  .impact_glance {
    margin-bottom: 30px;
  }
  .whats_newsec {
    margin-top: 30px;
  }
  .education_details_content h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  .acks_block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .acks_box {
    padding: 25px;
  }
  .acks_box p {
    font-size: 15px;
    line-height: 24px;
  }
  .read_more p {
    text-align: left;
  }
  .read_more p span {
    display: block;
  }
  .read_more a {
    margin-top: 15px;
  }
  .details_block .twitter-tweet iframe {
    aspect-ratio: inherit;
    font-size: 15px;
  }
  .more_publications_block .video_listing h5 {
    min-height: inherit;
  }
  .media_main .main_event figure img {
    height: auto;
  }
  .wecare-wrap .whatwedoCard figure img {
    height: auto;
  }
  #views-exposed-form-publication-page-1 label {
    width: 15%;
  }
}
@media (max-width: 575px) {
  .idp_block {
    padding: 20px;
  }
  .publications_block {
    padding: 20px;
  }
  .career_block figure img {
    height: 320px;
  }
  .story {
    max-width: 320px;
    margin-top: 0;
  }
  .story_header {
    max-width: 328px;
  }
  .newsletter-story .newletter-form .form-control {
    height: 44px;
  }
  .newsletter-story .btn-newletter {
    padding: 12px 16px;
  }
  .story_modal .btn-common {
    padding: 8px 20px;
    line-height: 20px;
  }
  .rf_scholarship img {
    /*height: 300px;*/
  }
  .rf_block h2 {
    font-size: 35px;
  }
  .rf_block {
    margin-top: 20px;
  }
  .mp-data-text h3 p {
    font-size: 15px;
    line-height: 24px;
  }
  .discover_block h2 {
    margin-bottom: 10px;
  }
  .discover_block figure img {
    height: 480px;
  }
  .event_list .event_date,
  .main_event .event_date {
    font-size: 34px;
    line-height: 36px;
  }
  .event_list .event_date span,
  .main_event .event_date span {
    font-size: 16px;
    line-height: 24px;
  }
  .main_event .event_title,
  .event_list .event_title {
    font-size: 20px;
    line-height: 28px;
  }
  .innerpage_banner figcaption h1 {
    font-size: 35px;
  }
  .innerpage_banner .icon_title img {
    width: 55px;
  }
  .header-v2 {
    max-width: 100%;
  }
  .edu_tabs ul li a {
    padding: 0 10px;
    font-size: 17px;
    line-height: 50px;
  }
  .impact_glance li {
    font-size: 15px;
    line-height: 24px;
  }
  .education_block h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .education_icon {
    width: 70px;
    height: 70px;
  }
  .education_icon img {
    width: 100%;
    padding: 14px;
  }
  .promo_unit {
    margin-bottom: 30px;
  }
  .education_block {
    padding: 15px;
    margin-top: 25px;
  }
  .impact_box h2 {
    font-size: 50px;
  }
  .impact_box .counter {
    height: 3.2rem;
  }
  .focus_area img {
    border-radius: 15px 15px 0px 0px;
  }
  .focus_area {
    border-radius: 15px;
  }
  .rf_block,
  .where_wework {
    border-radius: 24px;
  }
  .mp-data-text p {
    font-size: 15px;
  }
  .where_wework .mp-data-text h3 {
    font-size: 35px;
  }
  .event_positn,
  .event_content {
    padding: 15px 15px;
  }
  .page_title h1,
  .openings_block h2 {
    font-size: 35px;
  }
  .address_box {
    text-align: left;
  }
  .address_box li em {
    display: inline-block;
  }
  .address_box.mails li {
    text-align: left;
  }
  .address_box h2,
  .contact_form h2 {
    font-size: 24px;
  }
  .address_box li {
    font-size: 15px;
  }
  .address_box .social-icon {
    justify-content: flex-start;
  }
  .contact_form h2 {
    margin-bottom: 20px;
  }
  .event_listing .uevent_title h2 {
    font-size: 20px;
  }
  .video_title h2 {
    font-size: 20px;
  }
  .white_box,
  .privacy_box {
    padding: 25px;
  }
  .interns_box h1,
  .awards_block h1 {
    font-size: 35px;
  }
  .interns_box,
  .awards_block {
    padding: 20px;
    margin-top: 10px;
  }
  .interns_box p {
    font-size: 15px;
    line-height: 24px;
  }
  .education_details_content h2 {
    font-size: 24px;
  }
  .education_details_content h3 {
    font-size: 20px;
  }
  .about_block p {
    font-size: 15px;
    line-height: 24px;
  }
  .vision_block {
    padding: 30px 40px;
  }
  .related_tags li a,
  .search_tag .form-actions input {
    font-size: 14px;
  }
  .founder_content p {
    font-size: 15px;
  }
  .founder_content p {
    padding-left: 0;
    padding-right: 0;
  }
  .sdgs_block_right p,
  .sdgs_block_right li,
  .education_details_content p,
  .include li {
    text-align: left;
  }
  .education_details_content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tag_result li,
  .result_item a {
    font-size: 15px;
  }
  .ourStory .yearStory {
    padding: 30px 0 0;
  }
  .ourStory .storyContent h3 {
    font-size: 40px;
  }
  .rf_scholarship p,
  .mainCard_content p,
  .rf_block_content p,
  .where_wework_title p,
  .mid_box p,
  .publications_content p,
  .career_block p,
  .whatwedo_block p,
  .subscribe_block p,
  .whatwedoCard_content p,
  .results_found p {
    font-size: 15px;
  }
  .sdgs_block_right p,
  .sdgs_block_right li,
  .education_details_content p,
  .include li,
  .published {
    font-size: 15px;
    line-height: 24px;
  }
  .vision_block p,
  .about_block h4,
  .published_content p,
  .published_content li,
  .privacy_box p,
  .report_data p {
    font-size: 15px;
    line-height: 24px;
  }
  .author_date {
    font-size: 16px;
  }
  .privacy_box h4 {
    font-size: 24px;
  }
  .privacy_box h6 {
    font-size: 18px;
  }
  .page_title p,
  .address_box li,
  .current_opening p,
  .applynow_modal .modal-body p {
    font-size: 15px;
  }
  .ourStory .storyContent li {
    font-size: 15px;
    line-height: 24px;
  }
  .media_list .location_date,
  .storie_list .location_date,
  .rf_content p {
    font-size: 15px;
  }
  .health_block .impact_box p {
    font-size: 18px;
  }
  .related_tags li a {
    padding: 15px;
    border-radius: 6px;
    padding: 8px 22px;
  }
  .subscribe_box {
    margin: 15px auto 0;
  }
  .sdgs_block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .education_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .chairperson_content p {
    font-size: 16px;
  }
  .chairperson_content h4,
  .indianlive-middle p {
    font-size: 15px;
  }
  .chairperson_content h3,
  .about_block h3 {
    margin-bottom: 10px;
  }
  .chairperson_content {
    padding: 20px 20px 10px;
  }
  .yellowbox {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 3rem 0 1.5rem;
  }
  .yellowbox p + p + p {
    font-size: 16px;
  }
  .btn-common {
    font-size: 12px;
  }
  .chairperson_content h3,
  .about_block h3 {
    font-size: 22px;
  }
  .founder_content h2 {
    font-size: 22px;
  }
  .founder_content h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .founder_block {
    margin-bottom: 30px;
  }
  .search-form .form-text {
    padding: 12px 30px 12px 2px;
    font-size: 14px;
  }
}
@media (max-width: 539px) {
  .banner_content {
    max-width: 420px;
  }
  .banner_content h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .video_overlay video,
  .main_banner .video-js.vjs-fluid {
    height: 360px;
  }
  .first_box img {
    height: 340px;
  }
  .rf_data_block {
    margin-top: 30px;
  }
  .where_wework {
    margin-top: 10px;
  }
  .rf_block {
    margin-top: 5px;
  }
  .whats_new {
    margin-top: 30px;
  }
  .rf_scholarship {
    margin-top: 35px;
  }
  .rf_founder {
    margin-top: 20px;
  }
  .counter_block {
    margin-bottom: 0;
  }
  .whatwedo_block,
  .events_block,
  .discover_block,
  .career_block,
  .publications_block {
    margin-top: 30px;
  }
  .idp_block {
    margin-top: 30px;
  }
  .author_list.published_block .author_date > div {
    margin-right: 25px;
  }
  .author_date {
    font-size: 16px;
  }
  .story_content {
    padding: 15px;
  }
  .story_content {
    width: 85%;
  }
  .wecare_list {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .box-content {
    padding: 10px 10px;
  }
  .box-content h3 {
    font-size: 35px;
    text-align: center;
  }
  .box-content p {
    font-size: 15px;
  }
  .box-content h3 sup {
    font-size: 24px;
    top: 0;
  }
  .box-content .counter {
    height: 2.2rem;
  }
  .mid_box h2 {
    font-size: 35px;
  }
  .publications_content .button a {
    margin-right: 0;
  }
  .discover_content {
    max-width: 330px;
    padding: 20px;
  }
  .where_wework {
    padding: 20px;
  }
  .focusArea_title {
    padding: 10px 15px;
    min-height: 68px;
    font-size: 16px;
  }
  .main_event figure img {
    height: 240px;
  }
  .career_block {
    padding: 20px;
  }
  .innerpage_banner figcaption {
    bottom: 0;
    left: 15px;
  }
  .innerpage_banner figcaption h1 {
    display: block;
  }
  .innerpage_banner .icon_title {
    text-align: left;
  }
  .whats_newsec img,
  .whats_newsec h4 {
    width: 50%;
  }
  .whats_newsec h4 {
    padding-left: 15px;
  }
  .sdgs_block_right h3,
  .sdgs_block_right h4 {
    font-size: 20px;
    padding-bottom: 0;
  }
  .whats_newsec h4 {
    font-size: 20px;
  }
  .education_img {
    margin-bottom: 40px;
  }
  .founder_quote {
    margin-bottom: 45px;
    margin-top: 45px;
  }
  .whats_newsec h3 {
    font-size: 24px;
  }
  .impact_glance h4 {
    font-size: 24px;
  }
  .mainCard figure img {
    height: auto;
  }
  .indiamap_block {
    width: 370px;
  }
  .custom-modal .modal-dialog {
    width: auto;
    max-width: 100%;
  }
  .whatwedo_block p {
    margin-bottom: 0;
  }
  .content strong {
    font-size: 17px;
  }
  .map-data-text h3 {
    font-size: 35px;
  }
  .where_wework .counter,
  .rf_data_block .counter {
    height: 2.3rem;
  }
  .innerCard_content h4 {
    font-size: 20px;
  }
  .focus_area {
    margin-top: 20px;
  }
  .publications_content h2,
  .career_title {
    font-size: 15px;
  }
  .tweet-rf iframe {
    height: 980px !important;
  }
  .event_filter .js-form-type-textfield input {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #views-exposed-form-videos-page-1,
  #views-exposed-form-stories-page-1 {
    display: block;
  }
  #views-exposed-form-videos-page-1 .form-item-field-title-value-1,
  #views-exposed-form-videos-page-1 .js-form-type-textfield input,
  #views-exposed-form-stories-page-1 .js-form-item-title,
  #views-exposed-form-stories-page-1 .js-form-type-textfield input {
    width: 100%;
  }
  .result_item {
    padding: 15px;
  }
  .related_tags li {
    margin-bottom: 0;
  }
  .event_filter .bef-exposed-form {
    display: block;
  }
  .filter_select,
  .form-item-sort-order,
  .js-form-type-select {
    justify-content: flex-start;
  }
  .filter_select select,
  .js-form-item-sort-order select,
  .js-form-type-select select {
    width: 72%;
    line-height: 24px;
  }
  .filter_select,
  .form-item-sort-order,
  .js-form-type-select {
    font-size: 16px;
  }
  .event_filter {
    margin-top: 0;
  }
  .event_filter .bef-exposed-form .form-actions {
    display: inline-block;
    margin-top: 15px;
  }
  .event_filter .bef-exposed-form .form-actions input {
    color: #003c3c;
    text-align: center;
    font-family: "notosans-semibold";
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 20px;
    background: #ffe7ab;
    padding: 8px 26px;
    border: 1px solid #ffe7ab;
  }
  .no_result {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .uevent_list,
  .video_listing,
  .education_list {
    margin-top: 20px;
  }
  .year_box {
    display: block;
    padding: 15px;
  }
  .year_imgbox {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
  }
  .year_txtbox h4 {
    font-size: 18px;
  }
  .careers_video .play_button,
  .video_thumb .play_button {
    width: 55px;
    height: 55px;
  }
  .careers_video .play_button img,
  .video_thumb .play_button {
    width: 50px;
    height: 50px;
  }
  .white_box,
  .privacy_box {
    padding: 20px;
  }
  .careers_video_wrap {
    margin-top: 10px;
  }
  .imagesContainer {
    height: 216px;
  }
  .founder_block {
    padding: 15px;
  }
  .sdgs_content {
    padding: 15px;
  }
  .key_features h5,
  .glimpses h5,
  .process_block h5 {
    font-size: 22px;
  }
  .process_block li {
    padding: 30px 20px;
  }
  .process_block h6 {
    font-size: 16px;
  }
  .key_features h6 {
    font-size: 17px;
  }
  .process_block li::before {
    top: auto;
    bottom: 0;
    margin-bottom: -16px;
    right: auto;
    left: 50%;
    margin-top: 0;
    border-bottom: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #03c978;
    margin-left: -8px;
  }
  .process_block li::after {
    top: auto;
    bottom: 0;
    right: auto;
    margin-bottom: -18px;
    left: 50%;
    margin-top: 0;
    border-bottom: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #fff;
    margin-left: -9px;
  }
  .key_features {
    padding: 20px 15px 10px;
  }
  .focusareas_content h5,
  .published_content h3,
  .focus_areas h4,
  .published_content h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .speakers_slider.owl-carousel .owl-nav,
  .gallery_slider.owl-carousel .owl-nav,
  .testimonial_slider.owl-carousel .owl-nav,
  .testimonial_carousel.owl-carousel .owl-nav,
  .responders_slider.owl-carousel .owl-nav {
    margin-top: 20px;
  }
  .process_block ul {
    display: block;
  }
  .process_block li:nth-child(1),
  .process_block li:nth-child(2),
  .process_block li:nth-child(3) {
    margin-bottom: 80px;
  }
  .process_block li:nth-child(2):before,
  .process_block li:nth-child(2):after {
    display: block;
  }
  .process_block li:nth-child(2):before {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #003c3c;
  }
  .criteria_block .tab-content {
    padding: 10px 20px 15px 20px;
  }
  .criteria_block .tab-content li {
    font-size: 16px;
    line-height: 24px;
  }
  .report_data h2 {
    font-size: 24px;
  }
  .details_block {
    padding: 15px;
  }
  .award_date {
    grid-column: inherit;
  }
  .award_holder {
    grid-template-columns: 100%;
  }
  .awards_block .tab-content .award_title {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .award_holder {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .awards_block h2 {
    font-size: 24px;
  }
  .responders_block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ourStory {
    padding: 0 20px 20px;
  }
  .innerCard_content .category {
    font-size: 14px;
  }
  .author_list.published_block .author_date {
    display: block;
  }
  .author_list.published_block .author_date > div::after {
    display: none;
  }
  .author_list.published_block .author_date > div {
    margin-right: 0;
  }
  .banner_content p a {
    font-size: 14px;
  }
  .story_slider .item span,
  .story_slider .item a span {
    margin-top: 5px;
  }
  .met_title h2 {
    font-size: 15px;
  }
  .rf_founder_slider .owl-item:nth-child(4) .item .rf_image img {
    margin-bottom: 15px;
  }
  .rf_content h2 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .mainCard_content .category,
  .innerCard_content .category {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .mainCard_content .publish,
  .innerCard .publish,
  .location_date {
    padding-top: 10px;
  }
  .footer-v2 .footer-link h2 {
    font-size: 16px;
  }
  footer .footer-link ul li a {
    font-size: 15px;
  }
  .footer-v2 .copy-right p {
    font-size: 14px;
    line-height: 22px;
  }
  .content.map-data .col {
    padding-right: 5px;
    padding-left: 5px;
  }
  .first_box img,
  .career_block figure img {
    margin-bottom: 20px;
  }
  .qe_block span {
    font-size: 18px;
  }
  .rural_block .impact_glance p {
    font-size: 14px;
  }
  .founder_quote {
    padding-left: 30px;
  }
  .founder_quote .designation span {
    font-size: 18px;
  }
  .about_block {
    padding: 30px 20px;
  }
  .about_block p:last-child {
    margin-bottom: 60px;
  }
  .about_data_block .box-content::before {
    height: 85px;
  }
  .details_block h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .videoCategory {
    font-size: 15px;
  }
  .ourStory .storyContent h3 {
    font-size: 35px;
  }
  ul.tabs-nav li {
    font-size: 16px;
    padding: 10px 0;
  }
  ul.tabs-nav li.active {
    font-size: 18px;
  }
  .award_date {
    font-size: 18px;
  }
  .work_storie .whatwedoCard img {
    height: auto;
  }
  .story_content .videoCategory {
    font-size: 15px;
  }
  .story_content .location_date {
    font-size: 15px;
    margin-top: 15px;
  }
  article[data-history-node-id="246"] .story_content {
    padding: 15px;
  }
  .published_block {
    padding-top: 20px;
  }
  .author_list .cal,
  .author_list .read {
    padding-left: 44px;
  }
  .published_block.author_list .author_date img,
  .location_date img {
    margin-right: 10px;
  }
  .acks_block {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .acks_box h2 {
    font-size: 24px;
  }
  .acks_box {
    padding: 20px;
  }
  .acks_box .button {
    margin-top: 20px;
  }
  .published {
    padding-top: 10px;
  }
  .uevent_list.media_list .video_title h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .more_publications_block .title_wrap h2 {
    font-size: 35px;
  }
  .video_title p {
    font-size: 15px;
  }
  .published_date {
    display: block;
  }
  .published_date li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .qe_block::before,
  .ach_block .nep_block::before,
  .environment_welfare .nep_block:before {
    font-size: 45px;
  }
  .ach_block .qe_block::before {
    left: 10px;
  }
  .ach_block .nep_block::before {
    left: 8px;
  }
}
@media (max-width: 440px) {
  .sdgs_wrap h5 {
    font-size: 15px;
    line-height: 20px;
  }
  .founder_quote::before {
    height: 240px;
  }
  .environment_welfare .founder_quote:before {
    height: 400px;
  }
  .founder_quote {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .founder_quote p {
    font-size: 20px;
    line-height: 28px;
  }
  .met_title h2 {
    margin-bottom: 10px;
  }
  .mrk_position1 {
    top: 8% !important;
    left: 26% !important;
  }
  .mrk_position2 {
    top: 45% !important;
  }
  .mrk_position3 {
    top: 27% !important;
  }
  .mrk_position4 {
    top: 35% !important;
  }
  .mrk_position5 {
    top: 16% !important;
    left: 28% !important;
  }
  .mrk_position6 {
    top: 36% !important;
  }
  .mrk_position7 {
    top: 26% !important;
  }
  .mrk_position8 {
    top: 41% !important;
  }
  .mrk_position9 {
    top: 22.5% !important;
  }
  .mrk_position10 {
    top: 36% !important;
  }
  .mrk_position11 {
    top: 57% !important;
  }
  .mrk_position12 {
    top: 66% !important;
  }
  .mrk_position13 {
    top: 54.5% !important;
  }
  .mrk_position14 {
    top: 7% !important;
  }
  .mrk_position15 {
    top: 64% !important;
  }
  .mrk_position16 {
    top: 60% !important;
  }
  .mrk_position17 {
    top: 27% !important;
  }
  .mrk_position18 {
    top: 29% !important;
  }
  .mrk_position19 {
    top: 18% !important;
    left: 39% !important;
  }
  .mrk_position20 {
    top: 13% !important;
    left: 32% !important;
  }
  .mrk_position21 {
    top: 21% !important;
  }
  .mrk_position22 {
    left: 32% !important;
  }
  .mrk_position23 {
    top: 38% !important;
  }
  .mrk_position24 {
    top: 48% !important;
    left: 37.5% !important;
  }
  .mrk_position25 {
    top: 53% !important;
    left: 24% !important;
  }
  .mrk_position26 {
    top: 25% !important;
  }
  .mrk_position27 {
    top: 29.5% !important;
  }
  .mrk_position28 {
    top: 31.5% !important;
    left: 78% !important;
  }
  .mrk_position29 {
    top: 28% !important;
  }
  .mrk_position30 {
    top: 34% !important;
  }
  .mrk_position31 {
    top: 36% !important;
  }
  .mrk_position32 {
    top: 64.5% !important;
  }
  .mrk_position33 {
    top: 42.5% !important;
  }
  .mrk_position34 {
    top: 18% !important;
  }
  .mrk_position35 {
    top: 62% !important;
  }
  .mrk_position36 {
    top: 34% !important;
  }
  .whats_new h2,
  .rf_block h2,
  .career_block h2,
  .discover_block h2,
  .whatwedo_block h2,
  .events_block h2,
  .mid_box h2,
  .gallery_block h2,
  .more_events_block h2,
  .where_wework_title h2 {
    font-size: 35px;
  }
  .event_content {
    padding: 15px 15px;
  }
  .event_list .event_date,
  .main_event .event_date {
    font-size: 30px;
    line-height: 32px;
  }
  .subscribe_block h2 {
    font-size: 35px;
  }
  .subscribe_box {
    width: 90%;
    margin: 10px auto 0;
  }
  .banner_content {
    max-width: 360px;
  }
  .rf_founder_slider.owl-carousel .owl-nav [class*="owl-"] {
    top: 140px;
  }
  .uevent_list.media_list .pdf_block img {
    width: 24px;
  }
  .media_list .location_date,
  .storie_list .location_date {
    padding-top: 10px;
  }
  .more_publications_block h2,
  .testimonial_gallery h2,
  .responders_block h2,
  .partner_block h2 {
    font-size: 24px;
  }
  .imagesContainer {
    height: 184px;
  }
  .related_tags h4 {
    font-size: 20px;
  }
  .more_publications_block .education_list img.img-fluid,
  .more_publications_block .uevent_list img.img-fluid {
    height: auto;
  }
  .media_main .main_event figure img,
  .video_listing img {
    height: auto;
  }
  .uevent_list img,
  .video_listing img,
  .education_list img {
    height: auto;
  }
  .wecare-wrap .whatwedoCard figure img {
    height: auto;
  }
  .uevent_list.media_list figure img {
    height: auto;
  }
  .founder_content::before {
    top: -90px;
    width: 100px;
    height: 77px;
  }
  .related_tags li a {
    padding: 8px 20px;
  }
  .search_tag .form-actions input {
    font-size: 14px;
  }
  .attend_wrap a {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .mainCard_content h3 {
    font-size: 24px;
  }
  .content strong {
    padding: 5px;
  }
  .videos_modal .close_modal,
  .applynow_modal .close_modal,
  .custom-modal .btn-close,
  button.close-tooltip {
    width: 30px;
    height: 30px;
    right: -5px;
  }
  .videos_modal .close_modal img,
  .applynow_modal .close_modal img,
  .custom-modal .btn-close img,
  button.close-tooltip img {
    width: 30px;
    height: auto;
  }
  .whats_new .mainCard .mainCard_content .publish {
    display: block;
  }
  .edu_tabs ul li a {
    font-size: 16px;
  }
  .subscribe_block {
    margin-top: 30px;
  }
  .published_date li {
    padding-left: 44px;
  }
  .sports_block .qe_block::before {
    left: -8px;
    top: -8px;
  }
  .qe_block::before,
  .ach_block .nep_block::before {
    font-size: 45px;
  }
  .dm_block .qe_block::before {
    letter-spacing: -4px;
    font-size: 35px;
    line-height: 45px;
    left: -20px;
  }
  .dm_block .sdgs_wrap h5 {
    padding-left: 5px;
  }
  .health_block .qe_block::before {
    left: -10px;
    top: -8px;
  }
  .ach_block .qe_block::before,
  .ach_block .nep_block::before {
    top: -8px;
    font-size: 40px;
  }
  .womene_block .qe_block::before {
    left: 15px;
    top: -8px;
  }
  .ur_block .qe_block::before {
    left: -40px;
    top: -8px;
  }
  .ur_block .sdgs_wrap h5 {
    padding-left: 15px;
  }
  .author_wrap img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
  .career_block figure img {
    height: auto;
  }
  .tweet-rf iframe {
    height: 955px !important;
  }
}
@media (max-width: 414px) {
  .rf_content h3,
  .rf_content h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .rf_content h4 {
    font-size: 20px;
  }
  .rf_content p,
  .banner_content p {
    font-size: 15px;
  }
  .rf_founder_slider .owl-item:nth-child(4) .item .rf_image img {
    margin-bottom: 15px;
  }
  .main_event .event_title,
  .event_list .event_title {
    font-size: 18px;
    line-height: 24px;
  }
  .map-data-text h3 {
    font-size: 30px;
  }
  .map-data-text {
    margin-top: 10px;
    padding: 10px 10px;
  }
  .indiamap_block {
    width: 360px;
  }
  .map-data-text h3 p,
  .map-data-text h3 em {
    font-size: 14px;
  }
  .whatwedo_block p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .publications_content h3 {
    font-size: 30px;
  }
  .publications_block .owl-item:nth-child(2) .item .publications_pic img {
    height: 320px;
  }
  .publications_block .owl-item:nth-child(3) .item .publications_pic img {
    height: 360px;
  }
  .see_all a {
    width: 100px;
    padding: 6px 10px;
  }
  .imagesContainer {
    height: 176px;
  }
  .sdgs_content h1 {
    margin-bottom: 15px;
  }
  .sdgs_content h2 {
    font-size: 20px;
  }
  .rf_scholarship h2 {
    font-size: 32px;
  }
  .ach_block .nep_block h5 {
    padding-left: 35px;
  }
  .first_box img {
    height: 280px;
  }
}
@media (max-width: 390px) {
  .box-content h3 {
    font-size: 39px;
  }
  .publications_content .button a {
    margin-bottom: 10px;
  }
  .discover_content {
    left: 20px;
    bottom: 20px;
  }
  .mp-data-text h3 p {
    font-size: 13px;
  }
  .main_event figure img {
    height: auto;
  }
  .banner_content {
    max-width: 320px;
  }
  .story_slider .item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .rf_image img {
    height: 280px;
  }
  .video_overlay video,
  .main_banner .video-js.vjs-fluid {
    height: 320px;
  }
  .subscribe_block {
    padding: 20px;
  }
  .rf_block h2 {
    font-size: 30px;
  }
  .met_title h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .rf_founder .video_thumb .img-fluid {
    height: 380px;
  }
  .mp-data-text p {
    font-size: 13px;
  }
  .where_wework .mp-data-text h3 {
    font-size: 30px;
  }
  .where_wework .counter {
    height: 2rem;
  }
  .health_block .sdgs_wrap h5 {
    padding-left: 5px;
  }
  .page_title h1 {
    font-size: 32px;
  }
  .interns_box h1,
  .awards_block h1 {
    font-size: 32px;
  }
  .details_block h2 {
    font-size: 24px;
  }
  .more_publications_block h2,
  .testimonial_gallery h2 {
    font-size: 24px;
  }
  .imagesContainer {
    height: 160px;
  }
  .impact_box,
  .impact_glance {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .focusareas_content h5,
  .published_content h3,
  .focus_areas h4,
  .published_content h4 {
    font-size: 20px;
  }
  .key_features h5,
  .glimpses h5,
  .process_block h5 {
    font-size: 20px;
  }
  .focusareas_content {
    padding: 15px;
  }
  .key_features ul li::before {
    width: 48px;
    height: 48px;
  }
  .key_features ul li {
    padding-left: 55px;
  }
  .education_icon {
    width: 60px;
    height: 60px;
  }
  .education_img {
    margin-bottom: 30px;
  }
  .event_positn {
    padding: 15px 10px;
  }
  .rf_block::before,
  .rf_block::after {
    width: 104px;
    height: 100px;
  }
  .rf_block_content {
    padding: 0 30px;
  }
  .sports_block .founder_quote,
  .womene_block .founder_quote {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .innerpage_banner .icon_title img {
    width: 45px;
  }
  .tweet-rf iframe {
    height: 885px !important;
  }
  .banner_content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .rf_content p,
  .banner_content p {
    font-size: 14px;
    line-height: 20px;
  }
  .banner_content {
    left: 3%;
  }
}
@media (max-width: 384px) {
  .event-carousel .owl-dots {
    right: -5px;
  }
  .last_box {
    width: 90%;
  }
  .event_positn {
    padding: 10px 10px;
  }
  .rf_block_content {
    padding: 0 40px;
  }
  .publications_block .owl-item:nth-child(2) .item .publications_pic img {
    height: 290px;
  }
  .publications_block .owl-item:nth-child(3) .item .publications_pic img {
    height: 330px;
  }
  .publications_block {
    padding: 10px 15px;
  }
  .page_title h1 {
    font-size: 30px;
  }
  .imagesContainer {
    height: 152px;
  }
  .interns_box h1,
  .awards_block h1,
  .sdgs_content h1 {
    font-size: 30px;
  }
  .search_result_page input.form-text,
  .search_tag input.form-autocomplete {
    width: 280px;
    padding-left: 20px;
    font-size: 14px;
  }
  .ourStory .yearStory {
    padding: 30px 0 0;
  }
  .ourStory .storyContent ul {
    margin-bottom: 20px;
  }
  .ach_block .qe_block::before {
    left: 5px;
  }
  .ur_block .qe_block::before {
    left: -34px;
  }
  .tag_result {
    padding: 12px;
  }
  .box-content h3 sup {
    font-size: 20px;
    top: -5px;
  }
  .box-content h3 {
    font-size: 35px;
  }
  .publications_block.owl-carousel .owl-nav [class*="owl-"],
  .scholarship_block.owl-carousel .owl-nav [class*="owl-"],
  .rf_founder_slider.owl-carousel .owl-nav [class*="owl-"] {
    height: 36px;
    width: 36px;
    background-position: 14px 8px;
  }
  .rf_founder_slider.owl-carousel .owl-nav button.owl-next,
  .rf_founder_slider.owl-carousel .owl-nav button.owl-prev,
  .rf_founder_slider.owl-carousel .owl-nav button.owl-next:hover,
  .rf_founder_slider.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: 14px 8px;
  }
  .address_box,
  .contact_form {
    padding: 20px;
  }
  .publications_block.owl-carousel .owl-nav button.owl-next,
  .scholarship_block.owl-carousel .owl-nav button.owl-next {
    right: 2%;
  }
  .btn-view {
    padding: 8px 46px;
  }
  .publications_content .button a {
    margin-right: 4px;
  }
  .whats_new h2 {
    font-size: 30px;
  }
  .publications_content h3 {
    font-size: 26px;
  }
  .rf_founder .video_thumb .img-fluid {
    height: 360px;
  }
  .whats_new h2 {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .event-carousel .owl-dots {
    right: -8px;
  }
  .indiamap_block,
  .custom-modal .modal-dialog {
    width: 340px;
  }
  .rf_scholarship h2 {
    font-size: 29px;
  }
  .mainCard_content h3 {
    font-size: 22px;
  }
  .idp_block {
    padding: 15px;
  }
  .ur_block .qe_block::before {
    left: -10px;
  }
  .main_event .event_title,
  .event_list .event_title {
    font-size: 16px;
    line-height: 20px;
  }
  article[data-history-node-id="246"] .title_wrap h2,
  article[data-history-node-id="246"] .wecare_list h2 {
    font-size: 30px;
  }
  .tweet-rf iframe {
    height: 870px !important;
  }
  .header-v2 .navbar-collapse .header-bottom .social-icon li {
    margin-right: 2px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .stickyTab {
    top: 0;
  }
}
.section-stories-filter #views-exposed-form-stories-page-1 .js-form-item-title {
  width: 25%;
}
.section-stories-filter .event_filter .js-form-type-textfield input {
  width: 250px;
}
.main_banner .video_overlay {
  aspect-ratio: 16/9;
}
.address_box .address_box.mails li {
  margin-top: 0;
}
.address_box .address_box.mails {
  margin-bottom: 20px;
  padding: 20px;
}
.corporate_block .address {
  padding-left: 0;
}
.countdown-number {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 50px 0;
  text-align: center;
}
.number-text {
  background: #c1edd9;
  width: 215px;
  height: 147px;
  border-radius: 15px;
  font-size: 36px;
  color: #003c3c;
  padding-top: 30px;
}
.number-text span {
  font-size: 36px;
  color: #003c3c;
  font-weight: bold;
}
.number-text p {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .countdown-number {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .number-text {
    display: block;
    width: 32%;
    margin: 0 5px 5px 0;
    float: left;
  }
  .number-text span {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .number-text {
    width: 48%;
  }
  .number-text span {
    font-size: 30px;
  }
}
.gtranslate_wrapper {
  margin: 0 10px 0 0;
}
.gtranslate_wrapper .glink {
  color: #003c3c;
  letter-spacing: 0.01em;
  font-family: "notosans-semibold";
  line-height: normal;
  text-decoration: none;
}
.gtranslate_wrapper .glink:hover {
  color: #003c3c;
}
.gtranslate_wrapper .glink img {
  display: none;
}
.gtranslate_wrapper .glink.gt-current-lang {
  font-family: "notosans-bold";
}
.tbm-link.level-1 {
  white-space: nowrap;
}
.tbm-link.level-1,
.gtranslate_wrapper.gt_container-unisv1 .glink span {
  font-size: 15px;
}
@media (max-width: 1399px) {
  .tbm-link.level-1 {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .tbm-toggle.tbm-link::after {
    right: -6px;
  }
}
.location-item {
  display: none;
}
.location-item.active,
#address.active {
  display: block;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../../../themes/css/owl.video.play.html)
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==)
    format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}
.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}
.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
  content: "\f111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}
.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}
.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}
.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}
.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture
  .vjs-picture-in-picture-control
  .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture
  .vjs-picture-in-picture-control
  .vjs-icon-placeholder:before {
  content: "\f122";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}
.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}
.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}
.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}
.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}
.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause
  .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8),
    rgba(255, 255, 255, 0)
  );
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing
  .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}
.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
  display: block;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}
.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js
  .vjs-progress-control:hover
  .vjs-progress-holder:focus
  .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex
  .vjs-progress-control
  .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s,
    top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js
  .vjs-volume-panel.vjs-hover
  .vjs-mute-control
  ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js
  .vjs-volume-panel
  .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js
  .vjs-volume-panel.vjs-hover
  .vjs-mute-control
  ~ .vjs-volume-control.vjs-volume-vertical,
.video-js
  .vjs-volume-panel
  .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s,
    top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s,
    top 1s 1s;
}
.video-js.vjs-no-flex
  .vjs-volume-panel
  .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex
  .vjs-volume-panel
  .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}
.video-js .vjs-volume-panel {
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js
  .vjs-volume-control:hover
  .vjs-progress-holder:focus
  .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js
  .vjs-volume-vertical:hover
  .vjs-progress-holder:focus
  .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}
.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}
.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}
.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing
  video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8)
      infinite,
    vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
    vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}
.video-js
  .vjs-subs-caps-button
  + .vjs-menu
  .vjs-captions-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js
  .vjs-subs-caps-button
  + .vjs-menu
  .vjs-captions-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}
.video-js
  .vjs-audio-button
  + .vjs-menu
  .vjs-main-desc-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js
  .vjs-audio-button
  + .vjs-menu
  .vjs-main-desc-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small
  .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small
  .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control,
.video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}
.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}
.video-js *:focus:not(:focus-visible) {
  outline: none;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
:root {
  --site-bg: #f0f7ff;
  --site-surface: #ffffff;
  --site-border: #c5d9f0;
  --site-text: #1a365d;
  --site-text-muted: #4a5568;
  --site-primary: #58a6ff;
  --site-accent: #0ea5e9;
  --site-radius: 8px;
  --site-font: "Segoe UI", system-ui, -apple-system, sans-serif;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--site-font);
  background: var(--site-bg);
  color: var(--site-text);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site-header {
  background: var(--site-surface);
  border-bottom: 2px solid var(--site-border);
  padding: 0.75rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.site-nav {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.site-nav a {
  color: var(--site-primary);
  text-decoration: none;
  font-weight: 600;
}
.site-nav a:hover {
  color: var(--site-accent);
  text-decoration: underline;
}
.site-nav .nav-home {
  margin-right: auto;
  font-weight: 700;
  color: var(--site-text);
}
.site-nav .nav-home:hover {
  color: var(--site-primary);
}
.site-main {
  flex: 1;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  padding: 2rem 1.5rem;
}
.site-footer {
  background: var(--site-surface);
  border-top: 2px solid var(--site-border);
  padding: 1.25rem 1.5rem;
  text-align: center;
  font-size: 0.9375rem;
  color: var(--site-text-muted);
}
.site-footer p {
  margin: 0;
}
.lms-hero {
  text-align: center;
  padding: 2rem 0 3rem;
}
.lms-hero {
  background: rgba(88, 166, 255, 0.08);
  margin: 0 -1.5rem 2rem;
  padding: 2rem 1.5rem 3rem;
}
.lms-hero h1 {
  color: var(--site-primary);
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}
.lms-hero p {
  font-size: 1.125rem;
  color: var(--site-text-muted);
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}
.lms-section {
  margin-bottom: 2.5rem;
}
.lms-section h2 {
  color: var(--site-primary);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--site-border);
  padding-bottom: 0.5rem;
}
.lms-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.lms-card {
  background: var(--site-surface);
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.lms-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.lms-card .lms-card-body {
  padding: 1.25rem;
}
.lms-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  color: var(--site-text);
}
.lms-card p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--site-text-muted);
  line-height: 1.5;
}
.a11y-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.a11y-widget-wrap {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 9999;
  font-family: var(--site-font);
  font-size: 16px;
}
.a11y-trigger {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  border: 2px solid #dfab2b;
  background: linear-gradient(180deg, #e0bc66 0, #dfab2b 100%);
  color: #1a365d;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(223, 171, 43, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.a11y-trigger:hover {
  background: linear-gradient(180deg, #e8c876 0, #e0bc66 100%);
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(223, 171, 43, 0.5);
}
.a11y-trigger:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #094;
}
.a11y-trigger:focus:not(:focus-visible) {
  box-shadow: 0 4px 14px rgba(223, 171, 43, 0.4);
}
.a11y-trigger svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.a11y-panel {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 0.75rem;
  width: min(380px, calc(100vw - 2rem));
  min-width: 280px;
  max-height: 85vh;
  overflow-y: auto;
  background: #e5eef9;
  border: 2px solid #e0bc66;
  border-radius: 12px;
  box-shadow: 0 10px 32px rgba(0, 153, 68, 0.15);
  display: none;
  padding: 0;
}
.a11y-panel.is-open {
  display: block;
}
.a11y-panel-header {
  padding: 1rem 0.75rem 0.75rem;
  border-bottom: 2px solid #e0bc66;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px 12px 0 0;
  box-sizing: border-box;
}
.a11y-panel h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #094;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.a11y-option-list {
  padding: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  width: 100%;
  box-sizing: border-box;
}
.a11y-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  min-width: 0;
  padding: 0.6rem 0.5rem;
  text-align: center;
  font-size: 0.8125rem;
  font-family: inherit;
  font-weight: 600;
  color: #1a365d;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #e0bc66;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s,
    box-shadow 0.15s;
  box-sizing: border-box;
}
.a11y-option:hover {
  background: #fff;
  border-color: #094;
  box-shadow: 0 2px 8px rgba(0, 153, 68, 0.2);
}
.a11y-option:focus {
  outline: 0;
  border-color: #094;
  box-shadow: 0 0 0 3px rgba(0, 153, 68, 0.25);
}
.a11y-option:focus:not(:focus-visible) {
  box-shadow: none;
}
.a11y-option-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #094;
}
.a11y-option-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}
.a11y-option-label {
  line-height: 1.25;
  letter-spacing: 0.01em;
  word-break: break-word;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.a11y-option-stepped .a11y-option-label {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.a11y-option-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  flex-shrink: 0;
}
.a11y-step {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 153, 68, 0.25);
  transition: background 0.15s;
}
.a11y-step-active {
  background: #094;
}
.a11y-step-i {
  display: block;
  width: 100%;
  height: 100%;
}
.a11y-option.is-on {
  background: rgba(0, 153, 68, 0.12);
  border-color: #094;
  color: #1a365d;
}
.a11y-option.is-on .a11y-option-icon {
  color: #094;
}
.a11y-option.is-on:hover {
  background: rgba(0, 153, 68, 0.18);
}
.a11y-option-full {
  grid-column: 1/-1;
  flex-direction: row;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.65rem 0.75rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.a11y-option-full .a11y-option-icon {
  margin-bottom: 0;
  flex-shrink: 0;
}
.a11y-option-full .a11y-option-label {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  text-align: left;
}
.a11y-option-reset {
  margin-top: 0.25rem;
  font-weight: 700;
  border-color: #dfab2b;
  color: #b8860b;
  background: rgba(224, 188, 102, 0.2);
}
.a11y-option-reset .a11y-option-icon {
  color: #dfab2b;
}
.a11y-option-reset:hover {
  background: rgba(224, 188, 102, 0.35);
  color: #8b6914;
}
.a11y-option-hide {
  font-weight: 600;
  color: #4b5563;
  background: rgba(243, 244, 246, 0.95);
  border-color: #9ca3af;
}
.a11y-option-hide .a11y-option-icon {
  color: #6b7280;
}
.a11y-option-hide:hover {
  color: #1f2937;
  background: #f3f4f6;
}
.a11y-tts-play {
  border-color: #094 !important;
  color: #094 !important;
  background: rgba(0, 153, 68, 0.1) !important;
}
.a11y-tts-play .a11y-option-icon {
  color: #094 !important;
}
.a11y-tts-play:hover {
  background: rgba(0, 153, 68, 0.18) !important;
  border-color: #094 !important;
}
.a11y-tts-stop {
  border-color: #dfab2b !important;
  color: #b8860b !important;
  background: rgba(224, 188, 102, 0.15) !important;
}
.a11y-tts-stop .a11y-option-icon {
  color: #dfab2b !important;
}
.a11y-tts-stop:hover {
  background: rgba(224, 188, 102, 0.28) !important;
  border-color: #dfab2b !important;
}
@media (max-width: 340px) {
  .a11y-panel {
    min-width: 260px;
    width: calc(100vw - 1.5rem);
  }
}
.a11y-widget-wrap.a11y-oversized-widget {
  font-size: 18px;
}
.a11y-widget-wrap.a11y-oversized-widget .a11y-panel {
  width: min(440px, calc(100vw - 2rem));
  min-width: 320px;
}
.a11y-widget-wrap.a11y-oversized-widget .a11y-option-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  padding: 1rem;
}
.a11y-widget-wrap.a11y-oversized-widget .a11y-option {
  min-height: 100px;
  padding: 0.75rem 0.5rem;
  font-size: 0.9375rem;
}
.a11y-widget-wrap.a11y-oversized-widget .a11y-option-icon {
  width: 36px;
  height: 36px;
}
.a11y-widget-wrap.a11y-oversized-widget .a11y-option-icon svg {
  width: 30px;
  height: 30px;
}
html.a11y-contrast-invert body {
  filter: invert(1) hue-rotate(180deg) !important;
}
html.a11y-contrast-invert img,
html.a11y-contrast-invert video {
  filter: invert(1) hue-rotate(180deg) !important;
}
html.a11y-contrast-dark,
html.a11y-contrast-dark body {
  background: #000 !important;
  color: #fff !important;
}
html.a11y-contrast-dark a {
  color: #7eb8ff !important;
  text-decoration: underline !important;
}
html.a11y-contrast-dark button,
html.a11y-contrast-dark input,
html.a11y-contrast-dark select,
html.a11y-contrast-dark textarea {
  background: #222 !important;
  color: #fff !important;
  border: 1px solid #555 !important;
}
html.a11y-contrast-light,
html.a11y-contrast-light body {
  background: #fff !important;
  color: #111 !important;
}
html.a11y-contrast-light a {
  color: #06c !important;
  text-decoration: underline !important;
}
html.a11y-contrast-light button,
html.a11y-contrast-light input,
html.a11y-contrast-light select,
html.a11y-contrast-light textarea {
  background: #f5f5f5 !important;
  color: #111 !important;
  border: 1px solid #333 !important;
}
html.a11y-highlight-links a {
  outline: 2px solid #58a6ff !important;
  outline-offset: 2px !important;
  background: rgba(88, 166, 255, 0.15) !important;
}
html.a11y-bigger-text-1 {
  font-size: 110% !important;
}
html.a11y-bigger-text-1 body {
  font-size: 1rem !important;
}
html.a11y-bigger-text-2 {
  font-size: 120% !important;
}
html.a11y-bigger-text-2 body {
  font-size: 1rem !important;
}
html.a11y-bigger-text-3 {
  font-size: 135% !important;
}
html.a11y-bigger-text-3 body {
  font-size: 1rem !important;
}
html.a11y-text-spacing-1 * {
  letter-spacing: 0.06em !important;
  word-spacing: 0.1em !important;
}
html.a11y-text-spacing-2 * {
  letter-spacing: 0.12em !important;
  word-spacing: 0.16em !important;
}
html.a11y-text-spacing-3 * {
  letter-spacing: 0.18em !important;
  word-spacing: 0.24em !important;
}
html.a11y-pause-animations *,
html.a11y-pause-animations ::after,
html.a11y-pause-animations ::before {
  animation-duration: 0s !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0s !important;
}
html.a11y-hide-images img {
  visibility: hidden !important;
}
html.a11y-legible-fonts,
html.a11y-legible-fonts * {
  font-family: Arial, Helvetica, sans-serif !important;
}
html.a11y-dyslexia-friendly,
html.a11y-dyslexia-friendly * {
  font-family: "Lexend Deca", sans-serif !important;
}
html.a11y-cursor-big,
html.a11y-cursor-big * {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="black" stroke="white" stroke-width="1" d="M2 2 L2 28 L10 22 L14 30 L18 26 L14 18 L26 14 Z"/></svg>')
      0 0,
    auto !important;
}
.a11y-reading-mask-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 9998;
}
.a11y-reading-mask-focus {
  position: fixed;
  width: 320px;
  height: 120px;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -60px;
  background: 0 0;
  border-radius: 4px;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}
html.a11y-cursor-guide body {
  position: relative !important;
}
html.a11y-cursor-guide .site-main *,
html.a11y-cursor-guide li,
html.a11y-cursor-guide p {
  background: linear-gradient(
    transparent 60%,
    rgba(255, 235, 120, 0.4) 60%,
    rgba(255, 235, 120, 0.4) 85%,
    transparent 85%
  ) !important;
  background-size: 100% 1.5em !important;
  background-repeat: repeat-y !important;
}
html.a11y-tooltips [title]:focus::after {
  content: attr(title);
  position: absolute;
  background: #1e40af;
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.9rem;
  white-space: nowrap;
  z-index: 10000;
  margin-top: 0.25rem;
  border: 1px solid #2563eb;
}
html.a11y-line-height-15 .site-main,
html.a11y-line-height-15 body,
html.a11y-line-height-15 h1,
html.a11y-line-height-15 h2,
html.a11y-line-height-15 h3,
html.a11y-line-height-15 li,
html.a11y-line-height-15 p {
  line-height: 1.5 !important;
}
html.a11y-line-height-175 .site-main,
html.a11y-line-height-175 body,
html.a11y-line-height-175 h1,
html.a11y-line-height-175 h2,
html.a11y-line-height-175 h3,
html.a11y-line-height-175 li,
html.a11y-line-height-175 p {
  line-height: 1.75 !important;
}
html.a11y-line-height-2 .site-main,
html.a11y-line-height-2 body,
html.a11y-line-height-2 h1,
html.a11y-line-height-2 h2,
html.a11y-line-height-2 h3,
html.a11y-line-height-2 li,
html.a11y-line-height-2 p {
  line-height: 2 !important;
}
html.a11y-text-align-left .site-main,
html.a11y-text-align-left body,
html.a11y-text-align-left h1,
html.a11y-text-align-left h2,
html.a11y-text-align-left h3,
html.a11y-text-align-left p {
  text-align: left !important;
}
html.a11y-text-align-right .site-main,
html.a11y-text-align-right body,
html.a11y-text-align-right h1,
html.a11y-text-align-right h2,
html.a11y-text-align-right h3,
html.a11y-text-align-right p {
  text-align: right !important;
}
html.a11y-text-align-center .site-main,
html.a11y-text-align-center body,
html.a11y-text-align-center h1,
html.a11y-text-align-center h2,
html.a11y-text-align-center h3,
html.a11y-text-align-center p {
  text-align: center !important;
}
html.a11y-text-align-justify .site-main,
html.a11y-text-align-justify body,
html.a11y-text-align-justify h1,
html.a11y-text-align-justify h2,
html.a11y-text-align-justify h3,
html.a11y-text-align-justify p {
  text-align: justify !important;
}
html.a11y-saturation-low body {
  filter: saturate(0.65) !important;
}
html.a11y-saturation-high body {
  filter: saturate(1.4) !important;
}
html.a11y-saturation-none body {
  filter: saturate(0) !important;
}
.a11y-option-list button:nth-child(15),
.a11y-option-list button:nth-child(16) {
  display: none;
}
