@charset "UTF-8";
/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --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-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 33, 37, 41;
  --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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  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[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  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;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  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;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
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;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-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-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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;
}

.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%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.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%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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%;
  }
  .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 {
    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%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.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-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;
  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::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;
  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;
  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::-webkit-file-upload-button {
    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-sm, .form-control-plaintext.form-control-lg {
  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;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -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;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -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 {
  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;
  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);
  appearance: none;
  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;
  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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    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::placeholder {
  color: transparent;
}
.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: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 > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  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) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  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;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-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);
}
.was-validated .form-control:valid:focus, .form-control.is-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);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-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);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-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;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-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);
}
.was-validated .form-control:invalid:focus, .form-control.is-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);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-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);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-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;
  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:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .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:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .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:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .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:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .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:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .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:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .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:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .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:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .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:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show: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:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show: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:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show: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:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show: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:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show: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:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show: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:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show: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:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show: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-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  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;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  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:hover, .dropdown-item:focus {
  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:hover, .dropdown-menu-dark .dropdown-item:focus {
  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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .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, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .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:hover, .nav-link:focus {
  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: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  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: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  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-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  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;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.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-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  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:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  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:hover,
.navbar-dark .navbar-text a:focus {
  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 + .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-top,
.card-img-bottom {
  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-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    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-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    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, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.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;
}

@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 {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    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:hover, .list-group-item-action:focus {
  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:hover, .list-group-item-primary.list-group-item-action:focus {
  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:hover, .list-group-item-secondary.list-group-item-action:focus {
  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:hover, .list-group-item-success.list-group-item-action:focus {
  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:hover, .list-group-item-info.list-group-item-action:focus {
  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:hover, .list-group-item-warning.list-group-item-action:focus {
  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:hover, .list-group-item-danger.list-group-item-action:focus {
  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:hover, .list-group-item-light.list-group-item-action:focus {
  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:hover, .list-group-item-dark.list-group-item-action:focus {
  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;
  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.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  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: 1055;
  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: 1050;
  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-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .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 /* rtl:ignore */;
  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::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .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-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=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-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=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-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .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-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  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: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.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%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@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;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  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-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.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;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  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: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.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;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.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;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !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: 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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  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;
  }
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

/* --------------------------------

LineIcons Web Font
Author: lineicons.com

-------------------------------- */
@font-face {
  font-family: "LineIcons";
  src: url("../fonts/LineIcons.eot");
  src: url("../fonts/LineIcons.eot") format("embedded-opentype"), url("../fonts/LineIcons.woff2") format("woff2"), url("../fonts/LineIcons.woff") format("woff"), url("../fonts/LineIcons.ttf") format("truetype"), url("../fonts/LineIcons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 "LineIcons";
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.lni-sm {
  font-size: 0.8em;
}

.lni-lg {
  font-size: 1.2em;
}

/* absolute units */
.lni-16 {
  font-size: 16px;
}

.lni-32 {
  font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.lni-is-spinning {
  animation: lni-spin 1s infinite linear;
}

@keyframes lni-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.lni-rotate-90 {
  transform: rotate(90deg);
}

.lni-rotate-180 {
  transform: rotate(180deg);
}

.lni-rotate-270 {
  transform: rotate(270deg);
}

.lni-flip-y {
  transform: scaleY(-1);
}

.lni-flip-x {
  transform: scaleX(-1);
}

/*------------------------
	icons
-------------------------*/
.lni-500px::before {
  content: "\ea03";
}

.lni-add-files::before {
  content: "\ea01";
}

.lni-adobe::before {
  content: "\ea06";
}

.lni-agenda::before {
  content: "\ea02";
}

.lni-airbnb::before {
  content: "\ea07";
}

.lni-alarm-clock::before {
  content: "\ea08";
}

.lni-alarm::before {
  content: "\ea04";
}

.lni-amazon-original::before {
  content: "\ea05";
}

.lni-amazon-pay::before {
  content: "\ea09";
}

.lni-amazon::before {
  content: "\ea0a";
}

.lni-ambulance::before {
  content: "\ea0b";
}

.lni-amex::before {
  content: "\ea0c";
}

.lni-anchor::before {
  content: "\ea0d";
}

.lni-android-original::before {
  content: "\ea0e";
}

.lni-android::before {
  content: "\ea0f";
}

.lni-angellist::before {
  content: "\ea10";
}

.lni-angle-double-down::before {
  content: "\ea11";
}

.lni-angle-double-left::before {
  content: "\ea12";
}

.lni-angle-double-right::before {
  content: "\ea13";
}

.lni-angle-double-up::before {
  content: "\ea14";
}

.lni-angular::before {
  content: "\ea15";
}

.lni-apartment::before {
  content: "\ea16";
}

.lni-app-store::before {
  content: "\ea17";
}

.lni-apple-music::before {
  content: "\ea18";
}

.lni-apple-pay::before {
  content: "\ea19";
}

.lni-apple::before {
  content: "\ea1a";
}

.lni-archive::before {
  content: "\ea1f";
}

.lni-arrow-down-circle::before {
  content: "\ea1b";
}

.lni-arrow-down::before {
  content: "\ea1c";
}

.lni-arrow-left-circle::before {
  content: "\ea1d";
}

.lni-arrow-left::before {
  content: "\ea1e";
}

.lni-arrow-right-circle::before {
  content: "\ea20";
}

.lni-arrow-right::before {
  content: "\ea21";
}

.lni-arrow-top-left::before {
  content: "\ea22";
}

.lni-arrow-top-right::before {
  content: "\ea23";
}

.lni-arrow-up-circle::before {
  content: "\ea24";
}

.lni-arrow-up::before {
  content: "\ea25";
}

.lni-arrows-horizontal::before {
  content: "\ea26";
}

.lni-arrows-vertical::before {
  content: "\ea27";
}

.lni-atlassian::before {
  content: "\ea28";
}

.lni-aws::before {
  content: "\ea29";
}

.lni-azure::before {
  content: "\ea2a";
}

.lni-backward::before {
  content: "\ea2b";
}

.lni-baloon::before {
  content: "\ea2c";
}

.lni-ban::before {
  content: "\ea2d";
}

.lni-bar-chart::before {
  content: "\ea2e";
}

.lni-basketball::before {
  content: "\ea2f";
}

.lni-behance-original::before {
  content: "\ea30";
}

.lni-behance::before {
  content: "\ea31";
}

.lni-bi-cycle::before {
  content: "\ea32";
}

.lni-bitbucket::before {
  content: "\ea33";
}

.lni-bitcoin::before {
  content: "\ea34";
}

.lni-blackboard::before {
  content: "\ea35";
}

.lni-blogger::before {
  content: "\ea36";
}

.lni-bluetooth-original::before {
  content: "\ea37";
}

.lni-bluetooth::before {
  content: "\ea38";
}

.lni-bold::before {
  content: "\ea39";
}

.lni-bolt-alt::before {
  content: "\ea3a";
}

.lni-bolt::before {
  content: "\ea40";
}

.lni-book::before {
  content: "\ea3b";
}

.lni-bookmark-alt::before {
  content: "\ea3c";
}

.lni-bookmark::before {
  content: "\ea3d";
}

.lni-bootstrap::before {
  content: "\ea3e";
}

.lni-bricks::before {
  content: "\ea3f";
}

.lni-bridge::before {
  content: "\ea41";
}

.lni-briefcase::before {
  content: "\ea42";
}

.lni-brush-alt::before {
  content: "\ea43";
}

.lni-brush::before {
  content: "\ea44";
}

.lni-btc::before {
  content: "\ea45";
}

.lni-bubble::before {
  content: "\ea46";
}

.lni-bug::before {
  content: "\ea47";
}

.lni-bulb::before {
  content: "\ea48";
}

.lni-bullhorn::before {
  content: "\ea49";
}

.lni-burger::before {
  content: "\ea4a";
}

.lni-bus::before {
  content: "\ea4b";
}

.lni-cake::before {
  content: "\ea4c";
}

.lni-calculator::before {
  content: "\ea4d";
}

.lni-calendar::before {
  content: "\ea4e";
}

.lni-camera::before {
  content: "\ea4f";
}

.lni-candy-cane::before {
  content: "\ea50";
}

.lni-candy::before {
  content: "\ea51";
}

.lni-capsule::before {
  content: "\ea52";
}

.lni-car-alt::before {
  content: "\ea53";
}

.lni-car::before {
  content: "\ea54";
}

.lni-caravan::before {
  content: "\ea55";
}

.lni-cart-full::before {
  content: "\ea56";
}

.lni-cart::before {
  content: "\ea57";
}

.lni-certificate::before {
  content: "\ea58";
}

.lni-check-box::before {
  content: "\ea59";
}

.lni-checkmark-circle::before {
  content: "\ea5a";
}

.lni-checkmark::before {
  content: "\ea5b";
}

.lni-chef-hat::before {
  content: "\ea5c";
}

.lni-chevron-down-circle::before {
  content: "\ea5d";
}

.lni-chevron-down::before {
  content: "\ea5e";
}

.lni-chevron-left-circle::before {
  content: "\ea5f";
}

.lni-chevron-left::before {
  content: "\ea60";
}

.lni-chevron-right-circle::before {
  content: "\ea61";
}

.lni-chevron-right::before {
  content: "\ea62";
}

.lni-chevron-up-circle::before {
  content: "\ea63";
}

.lni-chevron-up::before {
  content: "\ea64";
}

.lni-chrome::before {
  content: "\ea65";
}

.lni-chromecast::before {
  content: "\ea66";
}

.lni-circle-minus::before {
  content: "\ea67";
}

.lni-circle-plus::before {
  content: "\ea68";
}

.lni-clipboard::before {
  content: "\ea69";
}

.lni-close::before {
  content: "\ea6a";
}

.lni-cloud-check::before {
  content: "\ea6b";
}

.lni-cloud-download::before {
  content: "\ea6c";
}

.lni-cloud-network::before {
  content: "\ea6d";
}

.lni-cloud-sync::before {
  content: "\ea6e";
}

.lni-cloud-upload::before {
  content: "\ea6f";
}

.lni-cloud::before {
  content: "\ea70";
}

.lni-cloudflare::before {
  content: "\ea71";
}

.lni-cloudy-sun::before {
  content: "\ea72";
}

.lni-code-alt::before {
  content: "\ea73";
}

.lni-code::before {
  content: "\ea74";
}

.lni-codepen::before {
  content: "\ea75";
}

.lni-coffee-cup::before {
  content: "\ea76";
}

.lni-cog::before {
  content: "\ea77";
}

.lni-cogs::before {
  content: "\ea78";
}

.lni-coin::before {
  content: "\ea79";
}

.lni-comments-alt::before {
  content: "\ea7a";
}

.lni-comments-reply::before {
  content: "\ea7b";
}

.lni-comments::before {
  content: "\ea7c";
}

.lni-compass::before {
  content: "\ea7d";
}

.lni-connectdevelop::before {
  content: "\ea7e";
}

.lni-construction-hammer::before {
  content: "\ea7f";
}

.lni-construction::before {
  content: "\ea80";
}

.lni-consulting::before {
  content: "\ea81";
}

.lni-control-panel::before {
  content: "\ea82";
}

.lni-cool::before {
  content: "\ea83";
}

.lni-cpanel::before {
  content: "\ea84";
}

.lni-creative-commons::before {
  content: "\ea85";
}

.lni-credit-cards::before {
  content: "\ea86";
}

.lni-crop::before {
  content: "\ea87";
}

.lni-cross-circle::before {
  content: "\ea88";
}

.lni-crown::before {
  content: "\ea89";
}

.lni-css3::before {
  content: "\ea8a";
}

.lni-cup::before {
  content: "\ea8b";
}

.lni-customer::before {
  content: "\ea8c";
}

.lni-cut::before {
  content: "\ea8d";
}

.lni-dashboard::before {
  content: "\ea8e";
}

.lni-database::before {
  content: "\ea8f";
}

.lni-delivery::before {
  content: "\ea90";
}

.lni-dev::before {
  content: "\ea91";
}

.lni-diamond-alt::before {
  content: "\ea92";
}

.lni-diamond::before {
  content: "\ea93";
}

.lni-digitalocean::before {
  content: "\ea94";
}

.lni-diners-club::before {
  content: "\ea95";
}

.lni-dinner::before {
  content: "\ea96";
}

.lni-direction-alt::before {
  content: "\ea97";
}

.lni-direction-ltr::before {
  content: "\ea98";
}

.lni-direction-rtl::before {
  content: "\ea99";
}

.lni-direction::before {
  content: "\ea9a";
}

.lni-discord::before {
  content: "\ea9b";
}

.lni-discover::before {
  content: "\ea9c";
}

.lni-display-alt::before {
  content: "\ea9d";
}

.lni-display::before {
  content: "\ea9e";
}

.lni-docker::before {
  content: "\ea9f";
}

.lni-dollar::before {
  content: "\eaa0";
}

.lni-domain::before {
  content: "\eaa1";
}

.lni-download::before {
  content: "\eaa2";
}

.lni-dribbble::before {
  content: "\eaa3";
}

.lni-drop::before {
  content: "\eaa4";
}

.lni-dropbox-original::before {
  content: "\eaa5";
}

.lni-dropbox::before {
  content: "\eaa6";
}

.lni-drupal-original::before {
  content: "\eaa7";
}

.lni-drupal::before {
  content: "\eaa8";
}

.lni-dumbbell::before {
  content: "\eaa9";
}

.lni-edge::before {
  content: "\eaaa";
}

.lni-empty-file::before {
  content: "\eaab";
}

.lni-enter::before {
  content: "\eaac";
}

.lni-envato::before {
  content: "\eaad";
}

.lni-envelope::before {
  content: "\eaae";
}

.lni-eraser::before {
  content: "\eaaf";
}

.lni-euro::before {
  content: "\eab0";
}

.lni-exit-down::before {
  content: "\eab1";
}

.lni-exit-up::before {
  content: "\eab2";
}

.lni-exit::before {
  content: "\eab3";
}

.lni-eye::before {
  content: "\eab4";
}

.lni-facebook-filled::before {
  content: "\eab5";
}

.lni-facebook-messenger::before {
  content: "\eab6";
}

.lni-facebook-original::before {
  content: "\eab7";
}

.lni-facebook-oval::before {
  content: "\eab8";
}

.lni-facebook::before {
  content: "\eab9";
}

.lni-figma::before {
  content: "\eaba";
}

.lni-files::before {
  content: "\eabb";
}

.lni-firefox-original::before {
  content: "\eabc";
}

.lni-firefox::before {
  content: "\eabd";
}

.lni-fireworks::before {
  content: "\eabe";
}

.lni-first-aid::before {
  content: "\eabf";
}

.lni-flag-alt::before {
  content: "\eac0";
}

.lni-flag::before {
  content: "\eac1";
}

.lni-flags::before {
  content: "\eac2";
}

.lni-flickr::before {
  content: "\eac3";
}

.lni-flower::before {
  content: "\eac4";
}

.lni-folder::before {
  content: "\eac5";
}

.lni-forward::before {
  content: "\eac6";
}

.lni-frame-expand::before {
  content: "\eac7";
}

.lni-fresh-juice::before {
  content: "\eac8";
}

.lni-friendly::before {
  content: "\eac9";
}

.lni-full-screen::before {
  content: "\eaca";
}

.lni-funnel::before {
  content: "\eacb";
}

.lni-gallery::before {
  content: "\eacc";
}

.lni-game::before {
  content: "\eacd";
}

.lni-gatsby::before {
  content: "\eace";
}

.lni-gift::before {
  content: "\eacf";
}

.lni-git::before {
  content: "\ead0";
}

.lni-github-original::before {
  content: "\ead1";
}

.lni-github::before {
  content: "\ead2";
}

.lni-goodreads::before {
  content: "\ead3";
}

.lni-google-drive::before {
  content: "\ead4";
}

.lni-google-pay::before {
  content: "\ead5";
}

.lni-google-wallet::before {
  content: "\ead6";
}

.lni-google::before {
  content: "\ead7";
}

.lni-graduation::before {
  content: "\ead8";
}

.lni-graph::before {
  content: "\ead9";
}

.lni-grid-alt::before {
  content: "\eada";
}

.lni-grid::before {
  content: "\eadb";
}

.lni-grow::before {
  content: "\eadc";
}

.lni-hacker-news::before {
  content: "\eadd";
}

.lni-hammer::before {
  content: "\eade";
}

.lni-hand::before {
  content: "\eadf";
}

.lni-handshake::before {
  content: "\eae0";
}

.lni-happy::before {
  content: "\eae1";
}

.lni-harddrive::before {
  content: "\eae2";
}

.lni-headphone-alt::before {
  content: "\eae3";
}

.lni-headphone::before {
  content: "\eae4";
}

.lni-heart-filled::before {
  content: "\eae5";
}

.lni-heart-monitor::before {
  content: "\eae6";
}

.lni-heart::before {
  content: "\eae7";
}

.lni-helicopter::before {
  content: "\eae8";
}

.lni-helmet::before {
  content: "\eae9";
}

.lni-help::before {
  content: "\eaea";
}

.lni-highlight-alt::before {
  content: "\eaeb";
}

.lni-highlight::before {
  content: "\eaec";
}

.lni-home::before {
  content: "\eaed";
}

.lni-hospital::before {
  content: "\eaee";
}

.lni-hourglass::before {
  content: "\eaef";
}

.lni-html5::before {
  content: "\eaf0";
}

.lni-image::before {
  content: "\eaf1";
}

.lni-imdb::before {
  content: "\eaf2";
}

.lni-inbox::before {
  content: "\eaf3";
}

.lni-indent-decrease::before {
  content: "\eaf4";
}

.lni-indent-increase::before {
  content: "\eaf5";
}

.lni-infinite::before {
  content: "\eaf6";
}

.lni-information::before {
  content: "\eaf7";
}

.lni-instagram-filled::before {
  content: "\eaf8";
}

.lni-instagram-original::before {
  content: "\eaf9";
}

.lni-instagram::before {
  content: "\eafa";
}

.lni-invention::before {
  content: "\eafb";
}

.lni-invest-monitor::before {
  content: "\eafc";
}

.lni-investment::before {
  content: "\eafd";
}

.lni-island::before {
  content: "\eafe";
}

.lni-italic::before {
  content: "\eaff";
}

.lni-java::before {
  content: "\eb00";
}

.lni-javascript::before {
  content: "\eb01";
}

.lni-jcb::before {
  content: "\eb02";
}

.lni-joomla-original::before {
  content: "\eb03";
}

.lni-joomla::before {
  content: "\eb04";
}

.lni-jsfiddle::before {
  content: "\eb05";
}

.lni-juice::before {
  content: "\eb06";
}

.lni-key::before {
  content: "\eb07";
}

.lni-keyboard::before {
  content: "\eb08";
}

.lni-keyword-research::before {
  content: "\eb09";
}

.lni-laptop-phone::before {
  content: "\eb0a";
}

.lni-laptop::before {
  content: "\eb0b";
}

.lni-laravel::before {
  content: "\eb0c";
}

.lni-layers::before {
  content: "\eb0d";
}

.lni-layout::before {
  content: "\eb0e";
}

.lni-leaf::before {
  content: "\eb0f";
}

.lni-library::before {
  content: "\eb10";
}

.lni-license::before {
  content: "\eb11";
}

.lni-lifering::before {
  content: "\eb12";
}

.lni-line-dashed::before {
  content: "\eb13";
}

.lni-line-dotted::before {
  content: "\eb14";
}

.lni-line-double::before {
  content: "\eb15";
}

.lni-line-spacing::before {
  content: "\eb16";
}

.lni-line::before {
  content: "\eb17";
}

.lni-lineicons-alt::before {
  content: "\eb18";
}

.lni-lineicons::before {
  content: "\eb19";
}

.lni-link::before {
  content: "\eb1a";
}

.lni-linkedin-original::before {
  content: "\eb1b";
}

.lni-linkedin::before {
  content: "\eb1c";
}

.lni-list::before {
  content: "\eb1d";
}

.lni-lock-alt::before {
  content: "\eb1e";
}

.lni-lock::before {
  content: "\eb1f";
}

.lni-magento::before {
  content: "\eb20";
}

.lni-magnet::before {
  content: "\eb21";
}

.lni-magnifier::before {
  content: "\eb22";
}

.lni-mailchimp::before {
  content: "\eb23";
}

.lni-map-marker::before {
  content: "\eb24";
}

.lni-map::before {
  content: "\eb25";
}

.lni-markdown::before {
  content: "\eb26";
}

.lni-mashroom::before {
  content: "\eb27";
}

.lni-mastercard::before {
  content: "\eb28";
}

.lni-medium::before {
  content: "\eb29";
}

.lni-menu::before {
  content: "\eb2a";
}

.lni-mic::before {
  content: "\eb2b";
}

.lni-microphone::before {
  content: "\eb2c";
}

.lni-microscope::before {
  content: "\eb2d";
}

.lni-microsoft-edge::before {
  content: "\eb2e";
}

.lni-microsoft::before {
  content: "\eb2f";
}

.lni-minus::before {
  content: "\eb30";
}

.lni-mobile::before {
  content: "\eb31";
}

.lni-money-location::before {
  content: "\eb32";
}

.lni-money-protection::before {
  content: "\eb33";
}

.lni-more-alt::before {
  content: "\eb34";
}

.lni-more::before {
  content: "\eb35";
}

.lni-mouse::before {
  content: "\eb36";
}

.lni-move::before {
  content: "\eb37";
}

.lni-music::before {
  content: "\eb38";
}

.lni-netlify::before {
  content: "\eb39";
}

.lni-network::before {
  content: "\eb3a";
}

.lni-night::before {
  content: "\eb3b";
}

.lni-nodejs-alt::before {
  content: "\eb3c";
}

.lni-nodejs::before {
  content: "\eb3d";
}

.lni-notepad::before {
  content: "\eb3e";
}

.lni-npm::before {
  content: "\eb3f";
}

.lni-offer::before {
  content: "\eb40";
}

.lni-opera::before {
  content: "\eb41";
}

.lni-package::before {
  content: "\eb42";
}

.lni-page-break::before {
  content: "\eb43";
}

.lni-pagination::before {
  content: "\eb44";
}

.lni-paint-bucket::before {
  content: "\eb45";
}

.lni-paint-roller::before {
  content: "\eb46";
}

.lni-pallet::before {
  content: "\eb47";
}

.lni-paperclip::before {
  content: "\eb48";
}

.lni-patreon::before {
  content: "\eb49";
}

.lni-pause::before {
  content: "\eb4a";
}

.lni-paypal-original::before {
  content: "\eb4b";
}

.lni-paypal::before {
  content: "\eb4c";
}

.lni-pencil-alt::before {
  content: "\eb4d";
}

.lni-pencil::before {
  content: "\eb4e";
}

.lni-phone-set::before {
  content: "\eb4f";
}

.lni-phone::before {
  content: "\eb50";
}

.lni-php::before {
  content: "\eb51";
}

.lni-pie-chart::before {
  content: "\eb52";
}

.lni-pilcrow::before {
  content: "\eb53";
}

.lni-pin::before {
  content: "\eb54";
}

.lni-pinterest::before {
  content: "\eb55";
}

.lni-pizza::before {
  content: "\eb56";
}

.lni-plane::before {
  content: "\eb57";
}

.lni-play-store::before {
  content: "\eb58";
}

.lni-play::before {
  content: "\eb59";
}

.lni-playstation::before {
  content: "\eb5a";
}

.lni-plug::before {
  content: "\eb5b";
}

.lni-plus::before {
  content: "\eb5c";
}

.lni-pointer-down::before {
  content: "\eb5d";
}

.lni-pointer-left::before {
  content: "\eb5e";
}

.lni-pointer-right::before {
  content: "\eb5f";
}

.lni-pointer-top::before {
  content: "\eb60";
}

.lni-pointer::before {
  content: "\eb61";
}

.lni-popup::before {
  content: "\eb62";
}

.lni-postcard::before {
  content: "\eb63";
}

.lni-pound::before {
  content: "\eb64";
}

.lni-power-switch::before {
  content: "\eb65";
}

.lni-printer::before {
  content: "\eb66";
}

.lni-producthunt::before {
  content: "\eb67";
}

.lni-protection::before {
  content: "\eb68";
}

.lni-pulse::before {
  content: "\eb69";
}

.lni-pyramids::before {
  content: "\eb6a";
}

.lni-python::before {
  content: "\eb6b";
}

.lni-question-circle::before {
  content: "\eb6c";
}

.lni-quora::before {
  content: "\eb6d";
}

.lni-quotation::before {
  content: "\eb6e";
}

.lni-radio-button::before {
  content: "\eb6f";
}

.lni-rain::before {
  content: "\eb70";
}

.lni-react::before {
  content: "\eb73";
}

.lni-reddit::before {
  content: "\eb71";
}

.lni-reload::before {
  content: "\eb72";
}

.lni-remove-file::before {
  content: "\eb74";
}

.lni-reply::before {
  content: "\eb75";
}

.lni-restaurant::before {
  content: "\eb76";
}

.lni-revenue::before {
  content: "\eb77";
}

.lni-road::before {
  content: "\eb78";
}

.lni-rocket::before {
  content: "\eb79";
}

.lni-rss-feed::before {
  content: "\eb7a";
}

.lni-ruler-alt::before {
  content: "\eb7b";
}

.lni-ruler-pencil::before {
  content: "\eb7c";
}

.lni-ruler::before {
  content: "\eb7d";
}

.lni-rupee::before {
  content: "\eb7e";
}

.lni-sad::before {
  content: "\eb7f";
}

.lni-save::before {
  content: "\eb80";
}

.lni-school-bench-alt::before {
  content: "\eb81";
}

.lni-school-bench::before {
  content: "\eb82";
}

.lni-scooter::before {
  content: "\eb83";
}

.lni-scroll-down::before {
  content: "\eb84";
}

.lni-search-alt::before {
  content: "\eb85";
}

.lni-search::before {
  content: "\eb86";
}

.lni-select::before {
  content: "\eb87";
}

.lni-seo::before {
  content: "\eb88";
}

.lni-service::before {
  content: "\eb89";
}

.lni-share-alt-1::before {
  content: "\eb8a";
}

.lni-share-alt::before {
  content: "\eb8b";
}

.lni-share::before {
  content: "\eb8c";
}

.lni-shield::before {
  content: "\eb8d";
}

.lni-shift-left::before {
  content: "\eb8e";
}

.lni-shift-right::before {
  content: "\eb8f";
}

.lni-ship::before {
  content: "\eb90";
}

.lni-shopify::before {
  content: "\eb91";
}

.lni-shopping-basket::before {
  content: "\eb92";
}

.lni-shortcode::before {
  content: "\eb93";
}

.lni-shovel::before {
  content: "\eb94";
}

.lni-shuffle::before {
  content: "\eb95";
}

.lni-signal::before {
  content: "\eb96";
}

.lni-sketch::before {
  content: "\eb97";
}

.lni-skipping-rope::before {
  content: "\eb98";
}

.lni-skype::before {
  content: "\eb99";
}

.lni-slack-line::before {
  content: "\eb9a";
}

.lni-slack::before {
  content: "\eb9b";
}

.lni-slice::before {
  content: "\eb9c";
}

.lni-slideshare::before {
  content: "\eb9d";
}

.lni-slim::before {
  content: "\eb9e";
}

.lni-smile::before {
  content: "\eb9f";
}

.lni-snapchat::before {
  content: "\eba0";
}

.lni-sort-alpha-asc::before {
  content: "\eba1";
}

.lni-sort-amount-asc::before {
  content: "\eba2";
}

.lni-sort-amount-dsc::before {
  content: "\eba3";
}

.lni-soundcloud-original::before {
  content: "\eba4";
}

.lni-soundcloud::before {
  content: "\eba5";
}

.lni-speechless::before {
  content: "\eba6";
}

.lni-spellcheck::before {
  content: "\eba7";
}

.lni-spinner-arrow::before {
  content: "\eba8";
}

.lni-spinner-solid::before {
  content: "\eba9";
}

.lni-spinner::before {
  content: "\ebaa";
}

.lni-spotify-original::before {
  content: "\ebab";
}

.lni-spotify::before {
  content: "\ebac";
}

.lni-spray::before {
  content: "\ebad";
}

.lni-sprout::before {
  content: "\ebae";
}

.lni-squarespace::before {
  content: "\ebaf";
}

.lni-stackoverflow::before {
  content: "\ebb0";
}

.lni-stamp::before {
  content: "\ebb1";
}

.lni-star-empty::before {
  content: "\ebb2";
}

.lni-star-filled::before {
  content: "\ebb3";
}

.lni-star-half::before {
  content: "\ebb4";
}

.lni-star::before {
  content: "\ebb5";
}

.lni-stats-down::before {
  content: "\ebb6";
}

.lni-stats-up::before {
  content: "\ebb7";
}

.lni-steam::before {
  content: "\ebb8";
}

.lni-sthethoscope::before {
  content: "\ebb9";
}

.lni-stop::before {
  content: "\ebba";
}

.lni-strikethrough::before {
  content: "\ebbb";
}

.lni-stripe::before {
  content: "\ebbc";
}

.lni-stumbleupon::before {
  content: "\ebbd";
}

.lni-sun::before {
  content: "\ebbe";
}

.lni-support::before {
  content: "\ebbf";
}

.lni-surf-board::before {
  content: "\ebc0";
}

.lni-suspect::before {
  content: "\ebc1";
}

.lni-swift::before {
  content: "\ebc2";
}

.lni-syringe::before {
  content: "\ebc3";
}

.lni-tab::before {
  content: "\ebc4";
}

.lni-tag::before {
  content: "\ebc5";
}

.lni-target-customer::before {
  content: "\ebc6";
}

.lni-target-revenue::before {
  content: "\ebc7";
}

.lni-target::before {
  content: "\ebc8";
}

.lni-taxi::before {
  content: "\ebc9";
}

.lni-teabag::before {
  content: "\ebca";
}

.lni-telegram-original::before {
  content: "\ebcb";
}

.lni-telegram::before {
  content: "\ebcc";
}

.lni-text-align-center::before {
  content: "\ebcd";
}

.lni-text-align-justify::before {
  content: "\ebce";
}

.lni-text-align-left::before {
  content: "\ebcf";
}

.lni-text-align-right::before {
  content: "\ebd0";
}

.lni-text-format-remove::before {
  content: "\ebd4";
}

.lni-text-format::before {
  content: "\ebd1";
}

.lni-thought::before {
  content: "\ebd2";
}

.lni-thumbs-down::before {
  content: "\ebd3";
}

.lni-thumbs-up::before {
  content: "\ebd5";
}

.lni-thunder-alt::before {
  content: "\ebd6";
}

.lni-thunder::before {
  content: "\ebd7";
}

.lni-ticket-alt::before {
  content: "\ebd8";
}

.lni-ticket::before {
  content: "\ebd9";
}

.lni-tiktok::before {
  content: "\ebda";
}

.lni-timer::before {
  content: "\ebdb";
}

.lni-tounge::before {
  content: "\ebdc";
}

.lni-train-alt::before {
  content: "\ebdd";
}

.lni-train::before {
  content: "\ebde";
}

.lni-trash-can::before {
  content: "\ebdf";
}

.lni-travel::before {
  content: "\ebe0";
}

.lni-tree::before {
  content: "\ebe1";
}

.lni-trees::before {
  content: "\ebe2";
}

.lni-trello::before {
  content: "\ebe3";
}

.lni-trowel::before {
  content: "\ebe4";
}

.lni-tshirt::before {
  content: "\ebe5";
}

.lni-tumblr::before {
  content: "\ebe6";
}

.lni-twitch::before {
  content: "\ebe7";
}

.lni-twitter-filled::before {
  content: "\ebe8";
}

.lni-twitter-original::before {
  content: "\ebe9";
}

.lni-twitter::before {
  content: "\ebea";
}

.lni-ubuntu::before {
  content: "\ebeb";
}

.lni-underline::before {
  content: "\ebec";
}

.lni-unlink::before {
  content: "\ebed";
}

.lni-unlock::before {
  content: "\ebee";
}

.lni-unsplash::before {
  content: "\ebef";
}

.lni-upload::before {
  content: "\ebf0";
}

.lni-user::before {
  content: "\ebf1";
}

.lni-users::before {
  content: "\ebf6";
}

.lni-ux::before {
  content: "\ebf2";
}

.lni-vector::before {
  content: "\ebf3";
}

.lni-video::before {
  content: "\ebf4";
}

.lni-vimeo::before {
  content: "\ebf5";
}

.lni-visa::before {
  content: "\ebf7";
}

.lni-vk::before {
  content: "\ebf8";
}

.lni-volume-high::before {
  content: "\ebf9";
}

.lni-volume-low::before {
  content: "\ebfa";
}

.lni-volume-medium::before {
  content: "\ebfb";
}

.lni-volume-mute::before {
  content: "\ebfc";
}

.lni-volume::before {
  content: "\ebfd";
}

.lni-wallet::before {
  content: "\ebfe";
}

.lni-warning::before {
  content: "\ebff";
}

.lni-website-alt::before {
  content: "\ec00";
}

.lni-website::before {
  content: "\ec01";
}

.lni-wechat::before {
  content: "\ec02";
}

.lni-weight::before {
  content: "\ec03";
}

.lni-whatsapp::before {
  content: "\ec04";
}

.lni-wheelbarrow::before {
  content: "\ec05";
}

.lni-wheelchair::before {
  content: "\ec06";
}

.lni-windows::before {
  content: "\ec07";
}

.lni-wordpress-filled::before {
  content: "\ec08";
}

.lni-wordpress::before {
  content: "\ec09";
}

.lni-world-alt::before {
  content: "\ec0a";
}

.lni-world::before {
  content: "\ec0c";
}

.lni-write::before {
  content: "\ec0b";
}

.lni-xbox::before {
  content: "\ec0d";
}

.lni-yahoo::before {
  content: "\ec0e";
}

.lni-ycombinator::before {
  content: "\ec0f";
}

.lni-yen::before {
  content: "\ec10";
}

.lni-youtube::before {
  content: "\ec13";
}

.lni-zip::before {
  content: "\ec11";
}

.lni-zoom-in::before {
  content: "\ec12";
}

.lni-zoom-out::before {
  content: "\ec14";
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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 {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  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-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.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 {
  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;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.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("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "Avenir";
  src: url("../../fonts/AvenirLTStd-Black.woff2") format("woff2"), url("../../fonts/AvenirLTStd-Black.woff") format("woff"), url("../../fonts/AvenirLTStd-Black.ttf") format("truetype"), url("../../fonts/AvenirLTStd-Black.otf") format("opentype-font"), url("../../fonts/AvenirLTStd-Black.eot") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../../fonts/AvenirLTStd-Book.woff2") format("woff2"), url("../../fonts/AvenirLTStd-Book.woff") format("woff"), url("../../fonts/AvenirLTStd-Book.ttf") format("truetype"), url("../../fonts/AvenirLTStd-Book.otf") format("opentype-font"), url("../../fonts/AvenirLTStd-Book.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../../fonts/AvenirLTStd-Light.woff2") format("woff2"), url("../../fonts/AvenirLTStd-Light.woff") format("woff"), url("../../fonts/AvenirLTStd-Light.ttf") format("truetype"), url("../../fonts/AvenirLTStd-Light.otf") format("opentype-font"), url("../../fonts/AvenirLTStd-Light.eot") format("embedded-opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../../fonts/AvenirLTStd-Medium.woff2") format("woff2"), url("../../fonts/AvenirLTStd-Medium.woff") format("woff"), url("../../fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../../fonts/AvenirLTStd-Medium.otf") format("opentype-font"), url("../../fonts/AvenirLTStd-Medium.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../../fonts/AvenirLTStd-MediumOblique.woff2") format("woff2"), url("../../fonts/AvenirLTStd-MediumOblique.woff") format("woff"), url("../../fonts/AvenirLTStd-MediumOblique.ttf") format("truetype"), url("../../fonts/AvenirLTStd-MediumOblique.otf") format("opentype-font"), url("../../fonts/AvenirLTStd-MediumOblique.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("../../fonts/AvenirLTStd-Heavy.woff2") format("woff2"), url("../../fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../../fonts/AvenirLTStd-Heavy.ttf") format("truetype"), url("../../fonts/AvenirLTStd-Heavy.otf") format("opentype-font"), url("../../fonts/AvenirLTStd-Heavy.eot") format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Sriracha-Regular";
  src: url("../../fonts/Sriracha-Regular.woff2") format("woff2");
}
.mb-30 {
  margin-bottom: 30px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small, .mfp-figure .small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.masonry {
  margin: 0 -15px -30px;
}

.masonry .masonry-item {
  margin-bottom: 30px;
  padding: 0 15px;
}

.masonry.masonry-column-1 .masonry-item {
  width: 100%;
}

@media (min-width: 768px) {
  .masonry.masonry-column-2 .masonry-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .masonry.masonry-column-3 .masonry-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .masonry.masonry-column-3 .masonry-item {
    width: 33.33%;
  }
}
@media (min-width: 576px) {
  .masonry.masonry-column-4 .masonry-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .masonry.masonry-column-4 .masonry-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .masonry.masonry-column-4 .masonry-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .masonry.masonry-column-5 .masonry-item {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .masonry.masonry-column-6 .masonry-item {
    width: 16.66%;
  }
}
.masonry.masonry-spacing-0 {
  margin: 0;
}

.masonry.masonry-spacing-0 .masonry-item {
  margin: 0;
  padding: 0;
}

.masonry.masonry-spacing-6 {
  margin: 0 -3px -6px;
}

.masonry.masonry-spacing-6 .masonry-item {
  margin-bottom: 6px;
  padding: 0 3px;
}

.masonry.masonry-spacing-10 {
  margin: 0 -5px -10px;
}

.masonry.masonry-spacing-10 .masonry-item {
  margin-bottom: 10px;
  padding: 0 5px;
}

.masonry.masonry-spacing-20 {
  margin: 0 -10px -20px;
}

.masonry.masonry-spacing-20 .masonry-item {
  margin-bottom: 20px;
  padding: 0 10px;
}

.masonry.masonry-spacing-40 {
  margin: 0 -20px -40px;
}

.masonry.masonry-spacing-40 .masonry-item {
  margin-bottom: 40px;
  padding: 0 20px;
}

.masonry.masonry-spacing-50 {
  margin: 0 -25px -50px;
}

.masonry.masonry-spacing-50 .masonry-item {
  margin-bottom: 50px;
  padding: 0 25px;
}

.portfolio-wrapper.row {
  margin: 0;
}

.portfolio-wrapper.row div[class*=" col-"],
.portfolio-wrapper.row div[class^=col-] {
  margin: 0;
}

.portfolio-wrapper .portfolio-item {
  width: 100%;
  text-align: left;
}
body:dir(rtl) .portfolio-wrapper .portfolio-item {
  text-align: right;
}

.portfolio-wrapper.column-1 .portfolio-item {
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-wrapper.column-2 .portfolio-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .portfolio-wrapper.column-3 .portfolio-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .portfolio-wrapper.column-3 .portfolio-item {
    width: 33.33%;
  }
}
@media (min-width: 576px) {
  .portfolio-wrapper.column-4 .portfolio-item,
  .portfolio-wrapper.column-5 .portfolio-item,
  .portfolio-wrapper.column-6 .portfolio-item,
  .portfolio-wrapper.masonry.masonry-column-5 .portfolio-item,
  .portfolio-wrapper.masonry.masonry-column-6 .portfolio-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .portfolio-wrapper.column-4 .portfolio-item,
  .portfolio-wrapper.column-5 .portfolio-item,
  .portfolio-wrapper.column-6 .portfolio-item,
  .portfolio-wrapper.masonry.masonry-column-5 .portfolio-item,
  .portfolio-wrapper.masonry.masonry-column-6 .portfolio-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .portfolio-wrapper.column-4 .portfolio-item,
  .portfolio-wrapper.column-5 .portfolio-item,
  .portfolio-wrapper.column-6 .portfolio-item,
  .portfolio-wrapper.masonry.masonry-column-5 .portfolio-item,
  .portfolio-wrapper.masonry.masonry-column-6 .portfolio-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .portfolio-wrapper.column-5 .portfolio-item {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .portfolio-wrapper.column-6 .portfolio-item {
    width: 16.66%;
  }
}
.portfolio-wrapper.no-spacing .portfolio-item,
.portfolio-wrapper.spacing-0 .portfolio-item {
  padding: 0;
}

.portfolio-wrapper.spacing-6 .portfolio-item {
  padding: 3px;
}

.portfolio-wrapper.spacing-10 .portfolio-item {
  padding: 5px;
}

.portfolio-wrapper.spacing-20 .portfolio-item {
  padding: 10px;
}

.portfolio-wrapper.spacing-30 .portfolio-item {
  padding: 15px;
}

.portfolio-wrapper.spacing-40 .portfolio-item {
  padding: 20px;
}

.portfolio-wrapper.spacing-50 .portfolio-item {
  padding: 25px;
}

.portfolio-wrapper[class*=" border-radius"] .portfolio-item .portfolio-box,
.portfolio-wrapper[class^=border-radius] .portfolio-item .portfolio-box {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.portfolio-wrapper.border-radius-025 .portfolio-item .portfolio-box {
  border-radius: 0.25em;
}

.portfolio-wrapper.border-radius-0375 .portfolio-item .portfolio-box {
  border-radius: 0.375em;
}

.portfolio-wrapper.border-radius-05 .portfolio-item .portfolio-box {
  border-radius: 0.5em;
}

.portfolio-wrapper.border-radius-10 .portfolio-item .portfolio-box {
  border-radius: 1em;
}

.portfolio-wrapper.border-radius-15 .portfolio-item .portfolio-box {
  border-radius: 1.5em;
}

.portfolio-wrapper.border-radius-20 .portfolio-item .portfolio-box {
  border-radius: 2em;
}

.portfolio-wrapper.border-radius-25 .portfolio-item .portfolio-box {
  border-radius: 2.5em;
}

.portfolio-wrapper.border-radius-30 .portfolio-item .portfolio-box {
  border-radius: 3em;
}

.text-center .portfolio-item {
  text-align: center;
}

.text-right .portfolio-item {
  text-align: right;
}

.container .portfolio-wrapper.no-spacing,
.container .portfolio-wrapper.spacing-0 {
  margin: 0;
}

.container .portfolio-wrapper.spacing-6 {
  margin: -3px;
}

.container .portfolio-wrapper.spacing-10 {
  margin: -5px;
}

.container .portfolio-wrapper.spacing-20 {
  margin: -10px;
}

.container .portfolio-wrapper.spacing-30 {
  margin: -15px;
}

.container .portfolio-wrapper.spacing-40 {
  margin: -20px;
}

.container .portfolio-wrapper.spacing-50 {
  margin: -25px;
}

.container-fluid .portfolio-wrapper {
  margin: 0 -30px;
}

.container-fluid .portfolio-wrapper.no-spacing,
.container-fluid .portfolio-wrapper.spacing-0 {
  margin: 0 -30px;
}

.container-fluid .portfolio-wrapper.spacing-6 {
  margin: -3px -27px 3px;
}

.container-fluid .portfolio-wrapper.spacing-10 {
  margin: -5px -25px 5px;
}

.container-fluid .portfolio-wrapper.spacing-20 {
  margin: -10px -20px 10px;
}

.container-fluid .portfolio-wrapper.spacing-30 {
  margin: -15px -15px 15px;
}

.container-fluid .portfolio-wrapper.spacing-40 {
  margin: -20px -10px 20px;
}

.container-fluid .portfolio-wrapper.spacing-50 {
  margin: -25px -5px 25px;
}

.portfolio-item .portfolio-box {
  position: relative;
}

.portfolio-item .portfolio-box .portfolio-img {
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio-box .portfolio-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-item .portfolio-box .portfolio-title {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.portfolio-item .portfolio-box .portfolio-title div {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.portfolio-item .portfolio-box .portfolio-title div * {
  opacity: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-bottom: 7px;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.portfolio-item .portfolio-box .portfolio-title div :first-child {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.portfolio-item .portfolio-box .portfolio-title div :last-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  margin-bottom: 0;
}

.portfolio-item .portfolio-box .portfolio-title div h1, .portfolio-item .portfolio-box .portfolio-title div .h1,
.portfolio-item .portfolio-box .portfolio-title div h2,
.portfolio-item .portfolio-box .portfolio-title div .h2,
.portfolio-item .portfolio-box .portfolio-title div h3,
.portfolio-item .portfolio-box .portfolio-title div .h3,
.portfolio-item .portfolio-box .portfolio-title div h4,
.portfolio-item .portfolio-box .portfolio-title div .h4,
.portfolio-item .portfolio-box .portfolio-title div h5,
.portfolio-item .portfolio-box .portfolio-title div .h5,
.portfolio-item .portfolio-box .portfolio-title div h6,
.portfolio-item .portfolio-box .portfolio-title div .h6 {
  color: #fff;
}

.portfolio-item .portfolio-box .portfolio-title div span {
  display: inline-block;
}

.portfolio-item .portfolio-box:hover .portfolio-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.portfolio-item .portfolio-box:hover .portfolio-title {
  opacity: 1;
}

.portfolio-item .portfolio-box:hover .portfolio-title * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hover-style-2 .portfolio-item .portfolio-box .portfolio-title {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
}

.hover-style-2 .portfolio-item .portfolio-box .portfolio-title div {
  top: 30px;
  bottom: auto;
}

.hover-style-2 .portfolio-item .portfolio-box .portfolio-title div * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hover-style-2 .portfolio-item .portfolio-box .portfolio-title i {
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  color: #fff;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hover-style-2 .portfolio-item .portfolio-box:hover .portfolio-title {
  background: rgba(0, 0, 0, 0.3);
}

.hover-style-2 .portfolio-item .portfolio-box:hover .portfolio-title i {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.hover-style-3 .portfolio-item .portfolio-box {
  overflow: hidden;
}

.hover-style-3 .portfolio-item .portfolio-box .portfolio-title {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 1;
  background: #131517;
  height: auto;
  padding: 15px 30px;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div {
  position: static;
  opacity: 1;
}

.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div * {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  margin-bottom: 0;
}

.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div h1, .hover-style-3 .portfolio-item .portfolio-box .portfolio-title div .h1,
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div h2,
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div .h2,
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div h3,
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div .h3,
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div h4,
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div .h4,
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div h5,
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div .h5,
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div h6,
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div .h6 {
  float: left;
}

.hover-style-3 .portfolio-item .portfolio-box .portfolio-title div span {
  float: right;
  display: initial;
}

.hover-style-3 .portfolio-item .portfolio-box:hover .portfolio-img img {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.hover-style-3 .portfolio-item .portfolio-box:hover .portfolio-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hover-style-4 .portfolio-item .portfolio-box {
  overflow: hidden;
}

.hover-style-4 .portfolio-item .portfolio-box .portfolio-title {
  background: rgba(255, 255, 255, 0.1);
  color: #7c7c7c;
}

.hover-style-4 .portfolio-item .portfolio-box .portfolio-title:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background: #fff;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div {
  top: 50%;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  width: 100%;
  padding: 0 50px;
  text-align: center;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div h1, .hover-style-4 .portfolio-item .portfolio-box .portfolio-title div .h1,
.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div h2,
.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div .h2,
.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div h3,
.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div .h3,
.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div h4,
.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div .h4,
.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div h5,
.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div .h5,
.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div h6,
.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div .h6 {
  color: #131517;
}

.hover-style-4 .portfolio-item .portfolio-box .portfolio-title div span {
  margin: 0;
}

.hover-style-4 .portfolio-item .portfolio-box:hover .portfolio-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.hover-style-4 .portfolio-item .portfolio-box:hover .portfolio-title div {
  opacity: 1;
}

.hover-style-5 .portfolio-item .portfolio-box .portfolio-title {
  background: rgba(255, 255, 255, 0.9);
  color: #7c7c7c;
}

.hover-style-5 .portfolio-item .portfolio-box .portfolio-title div {
  top: 50%;
  left: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.hover-style-5 .portfolio-item .portfolio-box .portfolio-title div h1, .hover-style-5 .portfolio-item .portfolio-box .portfolio-title div .h1,
.hover-style-5 .portfolio-item .portfolio-box .portfolio-title div h2,
.hover-style-5 .portfolio-item .portfolio-box .portfolio-title div .h2,
.hover-style-5 .portfolio-item .portfolio-box .portfolio-title div h3,
.hover-style-5 .portfolio-item .portfolio-box .portfolio-title div .h3,
.hover-style-5 .portfolio-item .portfolio-box .portfolio-title div h4,
.hover-style-5 .portfolio-item .portfolio-box .portfolio-title div .h4,
.hover-style-5 .portfolio-item .portfolio-box .portfolio-title div h5,
.hover-style-5 .portfolio-item .portfolio-box .portfolio-title div .h5,
.hover-style-5 .portfolio-item .portfolio-box .portfolio-title div h6,
.hover-style-5 .portfolio-item .portfolio-box .portfolio-title div .h6 {
  color: #131517;
}

.hover-style-5 .portfolio-item .portfolio-box:hover .portfolio-title div {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel[data-owl-nav=true]:not(.owl-nav-left):not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) {
  padding: 0 56px;
}

@media (max-width: 992px) {
  .owl-carousel[data-owl-nav=true]:not(.owl-nav-left):not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) {
    padding: 0 48px;
  }
}
.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  height: 36px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
  font-size: 14px;
  line-height: 36px;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover {
  border-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

@media (max-width: 992px) {
  .owl-carousel .owl-nav {
    height: 32px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
  }
  .owl-carousel .owl-nav button.owl-next i,
  .owl-carousel .owl-nav button.owl-prev i {
    font-size: 13px;
    line-height: 32px;
  }
}
.owl-carousel.owl-nav-left .owl-nav,
.owl-carousel.owl-nav-right .owl-nav {
  padding-bottom: 0;
}

.owl-carousel .owl-dots {
  margin-bottom: 35px;
  margin-right: -2px;
  margin-left: -2px;
  text-align: center;
  line-height: 0;
}

@media (max-width: 992px) {
  .owl-carousel .owl-dots {
    margin-bottom: 30px;
  }
}
.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  vertical-align: middle;
}

.owl-carousel .owl-dots .owl-dot:after,
.owl-carousel .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.owl-carousel .owl-dots .owl-dot:before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  opacity: 0;
  background: 0 0;
}

.owl-carousel .owl-dots .owl-dot:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.4;
  background: #B5121B;
  width: 10px;
  height: 10px;
}

.owl-carousel .owl-dots .owl-dot.active:after,
.owl-carousel .owl-dots .owl-dot:focus:after,
.owl-carousel .owl-dots .owl-dot:hover:after {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active:after,
.owl-carousel .owl-dots .owl-dot.active:before {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.owl-carousel:not([data-owl-dots=false]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
  margin-top: -20px;
}

@media (max-width: 992px) {
  .owl-carousel:not([data-owl-dots=false]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
    margin-top: -18px;
  }
}
.multi_step_form {
  display: block;
  overflow-x: hidden;
}

.multi_step_form #msform {
  text-align: center;
  position: relative;
  padding: 80px 0;
  max-width: 632px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .multi_step_form #msform {
    padding: 36px 0;
  }
}

.multi_step_form #msform fieldset {
  border: 0;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}

.multi_step_form #msform #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}

.multi_step_form #msform #progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: 25%;
  float: left;
  position: relative;
  font: 500 13px/1 "Roboto", sans-serif;
}

.multi_step_form #msform #progressbar li:nth-child(2):before {
  /* content: "\f12f";*/
}

.multi_step_form #msform #progressbar li:nth-child(3):before {
  /*content: "\f457";*/
}

.multi_step_form #msform #progressbar li:before {
  content: " ";
  /*font: normal normal normal 30px/50px Ionicons;*/
  /* width: 5px;
   height: 5px;*/
  line-height: 50px;
  display: block;
  background: #C8C8C8;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}

.multi_step_form #msform #progressbar li:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #C8C8C8;
  position: absolute;
  left: -50%;
  top: 0px;
  z-index: -1;
}

.multi_step_form #msform #progressbar li:last-child:after {
  width: 150%;
}

.multi_step_form #msform #progressbar li.active {
  color: #EF3E33;
}

.multi_step_form #msform #progressbar li.active:last-child:after {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.multi_step_form #msform #progressbar li.active:before, .multi_step_form #msform #progressbar li.active:after {
  background: #EF3E33;
  color: white;
}

@media (min-width: 992px) {
  #mclList {
    margin-right: 12px;
  }
  body:dir(rtl) #mclList {
    margin-left: 12px;
    margin-right: initial;
    padding-left: 13px;
    padding-right: unset;
  }
  body:dir(rtl) #mcl.mcl-sitewide #mclColsCon #mclList {
    margin-left: 12px;
    margin-right: initial;
    padding-left: 13px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  body:dir(rtl) .offset-lg-1 {
    margin-right: 8.33333333%;
    margin-left: initial;
  }
}
body:dir(rtl) #mclList .ctrRowHdr .c1,
body:dir(rtl) #mclList .ctrRowHdr .c2 {
  padding-left: 10px;
  padding-right: unset;
}

body:dir(rtl) #mclList .ctrRowHdr .c3 {
  text-align: left;
}

body:dir(rtl) .accordion-button {
  text-align: right;
}

body:dir(rtl) form#locSearchForm {
  margin-left: auto;
  margin-right: initial;
}

.primary-theme-btn {
  color: #ffffff;
  background: linear-gradient(180deg, #B1232A 10.2%, #83161B 121.43%);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  padding: 16px 15px;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  display: inherit;
  max-width: 330px;
  margin: 0 auto;
}
.primary-theme-btn a {
  color: #ffffff;
}

.primary-theme-btn:hover {
  background: #B5121B;
  box-shadow: none;
  color: #ffffff;
}
.primary-theme-btn:hover a {
  color: #ffffff;
}

.secondary-theme-btn {
  color: #B5121B;
  background: linear-gradient(180deg, #FFFFFF 10.2%, #D8D8D8 121.43%);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  padding: 16px 15px;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border: 1.5px solid #e0e0e0;
  box-shadow: 2px 2px 4px #929294;
  display: inherit;
  max-width: 330px;
  margin: 0 auto;
}
.secondary-theme-btn a {
  color: #B5121B;
}

.secondary-theme-btn:hover {
  background: #ffffff;
  border: 1.5px solid #F4F4F4;
  box-sizing: border-box;
  border-radius: 1px;
  color: #B5121B;
}
.secondary-theme-btn:hover a {
  color: #B5121B;
}

.third-theme-btn {
  color: #B5121B;
  background: transparent;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  padding: 16px 15px;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border: 1.5px solid #B5121B;
  box-shadow: 2px 2px 4px #929294;
}
.third-theme-btn a {
  color: #B5121B;
}

.third-theme-btn:hover {
  background: #B5121B;
  border: 1.5px solid #B5121B;
  box-sizing: border-box;
  border-radius: 1px;
  box-shadow: none;
  color: #ffffff;
}
.third-theme-btn:hover a {
  color: #ffffff;
}

.transparent-theme-btn {
  color: #B5121B;
  background: transparent;
  padding: 16px 15px;
  width: 300px;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border: none;
  display: inline-block;
}
.transparent-theme-btn:hover {
  color: #000000;
}
.transparent-theme-btn a {
  color: #B5121B;
}

#loadMore .transparent-theme-btn img {
  padding-bottom: 5px;
  padding-left: 20px;
}

.margin-top-50 {
  margin-top: 50px;
}

.width-100 {
  width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  margin: 0px auto;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 375px) {
  .container-sm, .container {
    max-width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1279px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1290px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1380px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 765px) {
  .screen991-768 {
    width: 100% !important;
  }
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.text-lg-right {
  text-align: right !important;
}

.clearfix {
  float: none !important;
  clear: both !important;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

/* ---- grid ---- */
/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
/* 5 columns, percentage width */
.grid-sizer,
.grid-item {
  width: 33.33%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.line {
  height: 2px;
  width: 100%;
  background: #C8C8C8;
  margin: 10px auto;
}

.bg-p-40 {
  background: #f1f1f1;
  padding: 40px;
}

.red-border {
  border-top: 16px solid #EF3E33;
}

.yellow-border {
  border-top: 10px solid #EBE70E;
}

.text-center {
  text-align: center;
  display: block;
}

img.alignleft {
  float: left;
  display: block;
  margin-right: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  img.alignleft {
    float: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
}

img.alignright {
  float: right;
  display: block;
  margin-left: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  img.alignright {
    float: none;
    display: block;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
}

.wrapper1980 {
  position: relative;
  max-width: 1980px;
  margin: 0 auto;
}

body:dir(rtl) ol,
body:dir(rtl) ul {
  padding-right: 2rem;
  padding-left: unset;
}

body:dir(rtl) img[alt~=arrow],
body:dir(rtl) img[alt*="call us"],
body:dir(rtl) img[alt*="اتصل بنا"],
body:dir(rtl) img[alt*=phone],
body:dir(rtl) .lni.lni-phone {
  transform: scaleX(-1);
}

body:dir(rtl) a[href^="tel:"]:not(.phone-override),
body:dir(rtl) a[href^="sms:"],
body:dir(rtl) .phone-number {
  direction: ltr;
  unicode-bidi: embed;
}

.header {
  top: 0;
  z-index: 993;
  overflow: visible;
  width: 100%;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.header.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header .container,
.header .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* bjm */
  height: 100%;
}

.header .header-logo {
  margin-right: auto;
}
body:dir(rtl) .header .header-logo {
  margin-left: auto;
  margin-right: initial;
}

.header .header-logo .logo-light {
  display: none;
}

.header .header-logo * {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header.sticky.absolute-light .header-logo img {
  width: auto;
  height: 54px;
  max-height: 54px;
  margin: 30px 0;
}
@media only screen and (max-width: 1279px) {
  .header.sticky.absolute-light .header-logo img {
    max-height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .header.sticky.absolute-light .header-logo img {
    max-height: 41px;
  }
}

.header.sticky .header-logo img {
  width: auto;
  height: 54px;
  max-height: 54px;
  margin: 14px 0;
}
@media only screen and (max-width: 767px) {
  .header.sticky .header-logo img {
    max-height: 46px;
  }
}

.header .header-toggle {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-left: 32px;
  cursor: pointer;
  border: none;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .header .header-toggle {
    max-height: 46px;
  }
}

.header .header-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  width: 100%;
  height: 3px;
  border-radius: 0px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header .header-toggle span:after,
.header .header-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  height: 3px;
  border-radius: 0px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header .header-toggle span:before {
  top: -10px;
}

.header .header-toggle span:after {
  bottom: -10px;
}

.header .header-toggle.toggle-close span {
  background: 0 0;
}

.header .header-toggle.toggle-close span:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .header-toggle.toggle-close span:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .header-menu {
  display: inline-block;
  font-size: 14px;
  z-index: 995;
}

.header .header-menu .nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .header-menu .nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .header-menu .nav .nav-item, .header .header-menu .nav .nav-link-item {
  text-align: left;
}
body:dir(rtl) .header .header-menu .nav .nav-item, body:dir(rtl) .header .header-menu .nav .nav-link-item {
  text-align: right;
}

.header .header-menu .nav .nav-item .nav-link, .header .header-menu .nav .nav-link-item .nav-link {
  padding: 0;
}

.header .header-menu .nav .nav-item .nav-dropdown-toggle {
  position: relative;
  display: inline-block;
  color: #fff !important;
}

.header .header-menu .nav .nav-item .nav-dropdown-toggle:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  color: #ffffff !important;
}
@media (max-width: 1279px) {
  .header .header-menu .nav .nav-item .nav-dropdown-toggle:after {
    color: #EF3E33 !important;
    content: "\f105";
  }
  body:dir(rtl) .header .header-menu .nav .nav-item .nav-dropdown-toggle:after {
    content: "\f104";
  }
}

.header .header-menu .nav .nav-item .nav-dropdown {
  background: #fff;
}

.header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle {
  position: absolute;
}

.header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
}

.header .header-menu.font-2 .nav .nav-item .nav-link {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header.sticky.absolute-light {
  position: fixed;
  top: 0;
  left: 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 7.14%, rgba(0, 0, 0, 0) 92.86%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  height: 80px;
}

@media (min-width: 1279px) {
  .header.sticky.absolute-light .container {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .header.sticky.absolute-light .container,
  .header.sticky .container {
    max-width: 1410px !important;
  }
}
.header.absolute-light.border-bottom,
.header.absolute-light.border-top {
  border-color: rgba(255, 255, 255, 0.1);
}

.header.absolute-light .header-logo .logo-dark {
  display: none;
}

.header.absolute-light .header-logo .logo-light {
  display: inline-block;
}

.header.absolute-light .header-toggle span {
  background: #fff;
}

.header.absolute-light .header-toggle span:after,
.header.absolute-light .header-toggle span:before {
  background: #fff;
}

.header.absolute-light .header-toggle.toggle-close span {
  background: 0 0;
}

.header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link {
  position: relative;
  display: block;
  -webkit-transition: linear 60ms;
  transition: linear 60ms;
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
}

.header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link:hover {
  color: #EF3E33;
}

.header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-title {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
}

@media (min-width: 1279px) {
  .header:not(.left):not(.center) .header-menu {
    margin-left: auto;
  }
  body:dir(rtl) .header:not(.left):not(.center) .header-menu {
    margin-right: auto;
    margin-left: initial;
  }
  .header:not(.left):not(.center) .header-menu.centerSelected {
    min-width: 690px;
  }
  .header.left .header-logo {
    margin-right: 30px;
  }
  .header.left .header-menu {
    margin-right: auto;
  }
  .header.center .header-logo {
    margin-right: auto;
  }
  .header.center .header-menu .nav {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    text-align: center;
  }
  .header .header-menu .nav .nav-item, .header .header-menu .nav .nav-link-item {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 0 0 20px;
  }
  body:dir(rtl) .header .header-menu .nav .nav-item, body:dir(rtl) .header .header-menu .nav .nav-link-item {
    margin-right: 20px;
    margin-left: initial;
  }
  .header .header-menu .nav .nav-item:first-child, .header .header-menu .nav .nav-link-item:first-child {
    margin-left: 0;
  }
  body:dir(rtl) .header .header-menu .nav .nav-item:first-child, body:dir(rtl) .header .header-menu .nav .nav-link-item:first-child {
    margin-right: 0;
    margin-left: initial;
  }
  .header .header-menu .nav .nav-item .nav-link, .header .header-menu .nav .nav-link-item .nav-link {
    display: inline-flex;
    line-height: 80px;
  }
  .header .header-menu .nav .nav-item .nav-link:before, .header .header-menu .nav .nav-link-item .nav-link:before {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    content: "";
    background: #EF3E33;
    height: 0;
    -webkit-transition: all 0.14s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.14s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .header-menu .nav .nav-item .nav-dropdown {
    position: absolute;
    top: 75px;
    left: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 995;
    visibility: hidden;
    opacity: 0;
    width: 360PX;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    padding: 24px;
    -webkit-transition: ease-out 0.14s;
    transition: ease-out 0.14s;
  }
  body:dir(rtl) .header .header-menu .nav .nav-item .nav-dropdown {
    right: 0;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item {
    position: relative;
    display: block;
    margin: 0;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link.sd-toggle:after {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle {
    display: none;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    position: absolute;
    top: -15px;
    left: 243px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    width: 240px;
    border-radius: 0.375em;
    -webkit-box-shadow: 0 10px 40px -4px rgba(22, 25, 28, 0.17);
    box-shadow: 0 10px 40px -4px rgba(22, 25, 28, 0.17);
    padding: 15px;
    -webkit-transition: linear 60ms;
    transition: linear 60ms;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown .nav-subdropdown-item {
    display: block;
    margin: 0;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown .nav-subdropdown-item .nav-subdropdown-link {
    display: block;
    border-radius: 0.375em;
    padding: 7px 15px;
    -webkit-transition: linear 60ms;
    transition: linear 60ms;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown .nav-subdropdown-item .nav-subdropdown-link:hover {
    background: #eff2f5;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item:hover .nav-subdropdown {
    visibility: visible;
    opacity: 1;
  }
  .header .header-menu .nav .nav-item:hover .nav-link:before, .header .header-menu .nav .nav-link-item:hover .nav-link:before {
    height: 4px;
  }
  .header .header-menu .nav .nav-item:hover .nav-dropdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown h1, .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown .h1,
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown h2,
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown .h2,
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown h3,
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown .h3,
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown h4,
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown .h4,
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown h5,
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown .h5,
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown h6,
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown .h6,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown h1,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown .h1,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown h2,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown .h2,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown h3,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown .h3,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown h4,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown .h4,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown h5,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown .h5,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown h6,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown .h6 {
    color: #fff;
  }
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown a:not(.button):not(.button-circle),
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown a:not(.button):not(.button-circle) {
    color: rgba(255, 255, 255, 0.8);
  }
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown a:not(.button):not(.button-circle):focus,
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown a:not(.button):not(.button-circle):hover,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown a:not(.button):not(.button-circle):focus,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown a:not(.button):not(.button-circle):hover {
    color: #fff;
  }
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link:hover,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown .nav-subdropdown-item .nav-subdropdown-link:hover,
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown .nav-subdropdown-item .nav-subdropdown-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown {
    background: #131517;
  }
  .header .header-menu.dropdown-dark .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    background: #131517;
  }
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown {
    background: #000;
  }
  .header .header-menu.dropdown-black .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    background: #000;
  }
  .header.absolute-dark .header-menu .nav .nav-item .nav-link:before {
    background: rgba(0, 0, 0, 0.05);
  }
  .header .header-menu-extra {
    margin-left: 0;
  }
  .header .header-toggle {
    display: none;
  }
  .header:not(.center):not(.left) .header-menu .nav .nav-item:last-child .nav-dropdown,
  .header:not(.center):not(.left) .header-menu .nav .nav-item:nth-last-child(2) .nav-dropdown {
    right: 0;
    left: auto;
  }
  body:dir(rtl) .header:not(.center):not(.left) .header-menu .nav .nav-item:last-child .nav-dropdown,
  body:dir(rtl) .header:not(.center):not(.left) .header-menu .nav .nav-item:nth-last-child(2) .nav-dropdown {
    left: 0;
    right: auto;
  }
  .header:not(.center):not(.left) .header-menu .nav .nav-item:last-child .nav-dropdown .nav-dropdown-item .nav-subdropdown,
  .header:not(.center):not(.left) .header-menu .nav .nav-item:nth-last-child(2) .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    right: 243px;
    left: auto;
  }
  body:dir(rtl) .header:not(.center):not(.left) .header-menu .nav .nav-item:last-child .nav-dropdown .nav-dropdown-item .nav-subdropdown,
  body:dir(rtl) .header:not(.center):not(.left) .header-menu .nav .nav-item:nth-last-child(2) .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    left: 243px;
    right: auto;
  }
  .header:not(.center):not(.left) .container-fluid .header-menu .nav .nav-item .nav-dropdown {
    right: 0;
    left: auto;
  }
  body:dir(rtl) .header:not(.center):not(.left) .container-fluid .header-menu .nav .nav-item .nav-dropdown {
    left: 0;
    right: auto;
  }
  .header:not(.center):not(.left) .container-fluid .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    right: 243px;
    left: auto;
  }
  body:dir(rtl) .header:not(.center):not(.left) .container-fluid .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    left: 243px;
    right: auto;
  }
}
@media (max-width: 1279px) {
  .header {
    height: 70px;
  }
  .header .header-menu {
    position: absolute;
    top: 78px;
    right: -120%;
    overflow-y: auto;
    background: #fff;
    width: 435px;
    -webkit-box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
    box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
    padding: 20px 30px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu.show {
    right: 0;
    height: 100vh;
  }
  .header .header-menu .nav {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header .header-menu .nav .nav-item, .header .header-menu .nav .nav-link-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-bottom: 1px solid #e3e6e9;
    padding: 14px 0;
  }
  .header .header-menu .nav .nav-item:last-child, .header .header-menu .nav .nav-link-item:last-child {
    border: 0;
  }
  .header .header-menu .nav .nav-item .nav-link, .header .header-menu .nav .nav-link-item .nav-link {
    width: auto;
    height: auto;
    color: #000;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle {
    position: absolute;
    top: 14px;
    right: 0;
    width: 22px;
    height: 22px;
    text-align: right;
  }
  body:dir(rtl) .header .header-menu .nav .nav-item .nav-dropdown-toggle {
    left: 0;
    right: unset;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle.active {
    color: #131517;
  }
  .header .header-menu .nav .nav-item .nav-dropdown {
    display: none;
    background: #fff;
    padding: 8px 0 0 20px;
  }
  body:dir(rtl) .header .header-menu .nav .nav-item .nav-dropdown {
    padding-left: 0;
    padding-right: 20px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown.show {
    display: block;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item {
    position: relative;
    margin: 0 0 8px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item:last-child {
    margin: 0;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle {
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    text-align: right;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle:after {
    content: "\f107";
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    display: none;
    padding: 8px 0 0 20px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown.show {
    display: block;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown li {
    margin: 0 0 8px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown li:last-child {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .header .header-menu {
    width: 360px;
  }
}
@media (max-width: 480px) {
  .header .header-menu {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .header-lg {
    height: 90px;
  }
  .header-lg .container-fluid {
    padding: 0 40px;
  }
  .header-lg .header-menu .nav .nav-item .nav-link {
    line-height: 90px;
  }
  .header-lg .header-menu .nav .nav-item .nav-link:before {
    bottom: 27px;
  }
  .header-lg .header-menu .nav .nav-item .nav-dropdown {
    top: 93px;
  }
  .header-xl {
    height: 100px;
  }
  .header-xl .container-fluid {
    padding: 0 50px;
  }
  .header-xl .header-menu .nav .nav-item .nav-link {
    line-height: 100px;
  }
  .header-xl .header-menu .nav .nav-item .nav-link:before {
    bottom: 32px;
  }
  .header-xl .header-menu .nav .nav-item .nav-dropdown {
    top: 103px;
  }
}
.header-placeholder {
  height: 80px;
}

.header-placeholder-lg {
  height: 90px;
}

.header-placeholder-xl {
  height: 100px;
}

@media (max-width: 991.98px) {
  .header-placeholder,
  .header-placeholder-lg,
  .header-placeholder-xl {
    height: 70px;
  }
}
ul[class*=" list-inline"] li,
ul[class^=list-inline] li {
  display: inline-block;
}

body:dir(rtl) .list-inline {
  padding-right: 0;
  padding-left: unset;
}

ul.list-inline {
  margin-right: -7px;
  margin-left: -7px;
}

ul.list-inline li {
  padding: 0 7px;
}

.header .header-menu .nav .nav-item a, .header .header-menu .nav .nav-link-item a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #ffffff;
}
@media only screen and (max-width: 1400px) {
  .header .header-menu .nav .nav-item a, .header .header-menu .nav .nav-link-item a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1279px) {
  .header .header-menu .nav .nav-item a, .header .header-menu .nav .nav-link-item a {
    font-family: "Nunito Sans", "Avenir";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.6px;
    color: #000000;
  }
  .header .header-menu .nav .nav-item a:hover, .header .header-menu .nav .nav-link-item a:hover {
    color: #EF3E33;
  }
}

.header .header-phone {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: -0.2px;
  color: #ffffff;
}
.header .header-phone img {
  padding: 0 5px 7px 5px;
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .header .header-phone {
    display: none;
  }
}

.header .header-location {
  margin-bottom: 10px;
  position: relative;
}
.header .header-location a.btn-link {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 12px 14px;
  background: linear-gradient(180deg, #B1232A 10.2%, #83161B 121.43%);
  box-shadow: none;
  cursor: pointer;
  border-radius: 1px;
  text-decoration: none;
}
.header .header-location a.btn-link:hover {
  background: #EF3E33;
}
.header .header-location a.btn-link i {
  margin-left: 18px;
  font-size: 16px;
}
body:dir(rtl) .header .header-location a.btn-link i {
  margin-right: 18px;
  margin-left: initial;
}
.header .header-location a.primary-theme-btn {
  padding: 16px 14px;
}

@media (min-width: 1280px) and (max-width: 1401px) {
  .header .header-location a.longLbl.primary-theme-btn {
    font-size: 14px;
    padding: 12px 7px;
  }
}
.header .header-menu-extra ul.list-inline {
  margin: 6px 0 0;
}

.header .header-menu-extra .location-box {
  position: absolute;
  width: 496px;
  min-height: 100px;
  right: 5px;
  top: 32px;
  display: none;
  padding-top: 20px;
}
.header .header-menu-extra .location-box form {
  margin: 20px 0 5px;
}
.header .header-menu-extra .location-box form input[type=text] {
  height: 50px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  width: 378px;
  border: none;
  display: inline-block;
}
.header .header-menu-extra .location-box form button {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
}
.header .header-menu-extra .location-box .title {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 12px;
  letter-spacing: -0.2px;
  color: #000000;
}
.header .header-menu-extra .location-box a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 49px;
  text-decoration-line: underline;
  color: #EF3E33;
  display: block;
}
.header .header-menu-extra .location-box .inner-box {
  background: rgba(255, 255, 255, 0.98);
  border: 0.5px solid #000000;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 20px 20px 11px;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.header .header-menu-extra .location-box .inner-box .icon {
  display: inline-block;
  margin-right: 20px;
}
.header .header-menu-extra .location-box .inner-box .details {
  display: inline-block;
  width: 90%;
}
.header .header-menu-extra .location-box .inner-box .details .box-header {
  display: block;
  width: 100%;
  float: left;
}
.header .header-menu-extra .location-box .inner-box .details .box-header .location-title {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #000000;
}
.header .header-menu-extra .location-box .inner-box .details .box-header .mi {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  color: #EF3E33;
}
.header .header-menu-extra .location-box .inner-box .details .location {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 19px;
}
.header .header-menu-extra .location-box .inner-box .link {
  display: block;
  margin-left: 38px;
}
.header .header-menu-extra .location-box .inner-box .link a {
  line-height: 30px;
}
.header .header-menu-extra .location-box .default-btn {
  margin: 17px 0 14px 47px;
  float: left;
  display: block;
}
.header .header-menu-extra .location-box .default-btn a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  text-decoration: none;
}
.header .header-menu-extra .location-box .default-btn a img {
  margin-left: 100px;
  margin-bottom: 5px;
}

.header .header-menu-extra .location-box .location-box-wrapper {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 20px 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  float: left;
  display: block;
  width: 100%;
}

.header .header-menu-extra .header-location:hover .location-box {
  display: block !important;
}

.header .header-menu .nav .nav-item a.nav-link.d-toggle span.mycenter {
  display: block;
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.2px;
  color: #ffffff;
  position: absolute;
  top: 5px;
}

.header .header-menu .nav .nav-item a.nav-link.d-toggle span.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
  min-width: 65px;
}
@media only screen and (max-width: 1279px) {
  .header .header-menu .nav .nav-item a.nav-link.d-toggle span.ellipsis {
    max-width: 290px;
    display: inline-block;
  }
}

ul.nav-dropdown.center-dropdown {
  width: 496px !important;
}
@media only screen and (max-width: 1279px) {
  ul.nav-dropdown.center-dropdown {
    width: 100% !important;
  }
}
ul.nav-dropdown.center-dropdown .inner-navigation {
  margin-bottom: 10px;
}
ul.nav-dropdown.center-dropdown .center-nav-title {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 0;
}
ul.nav-dropdown.center-dropdown .center-info {
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  padding: 22px;
  margin: 19px 0 22px;
}
ul.nav-dropdown.center-dropdown .center-info ul {
  display: block;
  text-align: center;
}
ul.nav-dropdown.center-dropdown .center-info ul li {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #EF3E33;
  display: inline-block;
  margin: 0 17px;
}
ul.nav-dropdown.center-dropdown .center-info ul li a {
  color: #EF3E33 !important;
  display: inline-flex;
  align-items: center;
}
ul.nav-dropdown.center-dropdown .center-info ul li a:hover, ul.nav-dropdown.center-dropdown .center-info ul li a:active {
  text-shadow: 0 0 5px yellow;
}
ul.nav-dropdown.center-dropdown .center-info ul li .no-swap {
  display: flex;
}
ul.nav-dropdown.center-dropdown .center-info ul li .iconWrapper {
  position: relative;
}
ul.nav-dropdown.center-dropdown .center-info ul li .iconWrapper .iconText {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #FFF;
  pointer-events: none;
  z-index: 10000000;
  margin: 0;
}
ul.nav-dropdown.center-dropdown .center-info ul li .lni.lni-comments-alt {
  font-size: 18px;
}
ul.nav-dropdown.center-dropdown .center-info ul li .lni.lni-phone, ul.nav-dropdown.center-dropdown .center-info ul li .lni.lni-comments-alt {
  padding: 0 10px;
}
ul.nav-dropdown.center-dropdown .center-address {
  color: #000000;
}
ul.nav-dropdown.center-dropdown .center-address .center-name {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #000000;
}
ul.nav-dropdown.center-dropdown .center-address .center-name:hover {
  color: #B5121B;
}
ul.nav-dropdown.center-dropdown .center-address .center-address1 {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
ul.nav-dropdown.center-dropdown .center-address .link {
  margin-top: 15px;
  display: block;
}
ul.nav-dropdown.center-dropdown .center-address .link a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  color: #EF3E33;
}
ul.nav-dropdown.center-dropdown .center-address .link .button-link {
  color: #EF3E33;
  font-weight: 900;
  padding: 8px;
  float: left;
  min-width: 200px;
}
ul.nav-dropdown.center-dropdown .center-address .direction {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  color: #EF3E33;
  display: block;
  text-align: center;
}
ul.nav-dropdown.center-dropdown .center-address .direction .label {
  color: #000000;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .header.sticky.absolute-light .header-logo img {
    width: auto;
    height: 54px;
    max-height: 54px;
    margin: 10px 0;
  }
  .header.sticky.absolute-light {
    height: 78px;
    background: #000000;
  }
  ul.nav-dropdown.center-dropdown .center-address .direction .label {
    font-size: 16px;
  }
  ul.nav-dropdown.center-dropdown .center-address .mapLinkCon {
    padding-right: 0;
  }
  .header.sticky .find-location.choosed .location-body .contact-information ul li .no-swap {
    margin-left: 0;
  }
}
.width-100 {
  width: 100%;
}

@media only screen and (min-width: 1279px) {
  .header .header-menu .nav .nav-item .nav-dropdown-toggle {
    display: none !important;
  }
  .header .header-menu .nav .nav-item.center-navigation-main .nav-dropdown-toggle {
    display: block !important;
  }
}
.header .header-menu .nav .nav-item.center-navigation-main .nav-link {
  padding-right: 15px;
}

/* COUNTRY PICKER */
#ctrySelCon {
  position: relative;
  width: auto;
  margin-left: 28px;
}

#ctrySelCon button {
  background: linear-gradient(180deg, #B1232A 10.2%, #83161B 121.43%);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  font-size: 18px;
  width: 100%;
  border: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  font-family: normal;
}

ul#ctrySelDpDn {
  position: absolute;
  top: 2.9em;
  width: auto;
  visibility: hidden;
  right: 0px;
  background-color: white;
  color: black;
  border-radius: 4px;
  border: 3px solid #83161B;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body:dir(rtl) ul#ctrySelDpDn {
  left: 0px;
  right: unset;
}

ul#ctrySelDpDn li img {
  border: 1px solid darkorange;
  width: 32px;
  margin-right: 0.25em;
}
body:dir(rtl) ul#ctrySelDpDn li img {
  margin-left: 0.25em;
  margin-right: initial;
}

ul#ctrySelDpDn li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.4em;
  font-size: 14px;
  font-weight: 900;
}

ul#ctrySelDpDn span {
  display: inline-flex;
}

ul#ctrySelDpDn a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: black;
}

ul#ctrySelDpDn.menu-open {
  visibility: visible;
}

#ctrySelCon button img {
  width: 26px;
  margin-right: 8px;
  border: 1px solid darkorange;
}
body:dir(rtl) #ctrySelCon button img {
  margin-left: 8px;
  margin-right: initial;
}

#ctrySelCon .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: transform ease-in-out 0.3s;
}

/* Country Selector Flyout Menu for Multi-Lang Countries */
#ctrySelCon .dropdown-content li.has-flyout {
  position: relative;
}

#ctrySelCon .dropdown-content li.has-flyout i {
  margin-left: auto;
}
body:dir(rtl) #ctrySelCon .dropdown-content li.has-flyout i {
  margin-right: 0.25em;
}

#ctrySelCon .submenu {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  z-index: 2;
}
body:dir(rtl) #ctrySelCon .submenu {
  left: unset;
  right: 100%;
}

#ctrySelCon .submenu.menu-open {
  visibility: visible;
}

#ctrySelCon .submenu li a {
  padding: 7px;
  white-space: nowrap;
}

#ctrySelCon .dropdown-content li.has-flyout > a[aria-expanded=true] {
  background: rgba(0, 0, 0, 0.2);
  color: black;
}

/* header element fixes */
@media (max-width: 576px) {
  .header .container {
    padding: 0 10px;
  }
  .header .header-logo {
    margin: auto;
    max-height: none;
  }
  .header.sticky.absolute-light .header-logo img {
    margin: auto;
    max-height: none;
    height: auto;
    max-width: 100%;
  }
  #ctrySelCon, .header .header-toggle {
    margin-left: 24px;
  }
  #ctrySelCon, .header .header-toggle {
    margin-right: 24px;
    margin-left: initial;
  }
  ul#ctrySelDpDn {
    top: 2.4rem;
    border-width: 2px;
  }
  ul#ctrySelDpDn li img {
    width: 26px;
  }
  ul#ctrySelDpDn li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .header .header-menu-extra {
    right: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-menu-extra {
    display: none !important;
  }
}
@media (min-width: 1340px) {
  .header .header-menu-extra {
    margin-left: 1vw;
  }
  body:dir(rtl) .header .header-menu-extra {
    margin-right: 1vw;
    margin-left: initial;
  }
}
@media (min-width: 576px) {
  #ctrySelCon button {
    padding: 8px 10px;
  }
  #ctrySelCon button img {
    width: 32px;
    margin-right: 10px;
  }
}
@media (min-width: 1279px) {
  #ctrySelCon {
    margin: 0 0 5px 15px;
  }
  body:dir(rtl) #ctrySelCon {
    margin-right: 15px;
    margin-left: initial;
  }
  .header .header-menu .nav .nav-item a.nav-link.d-toggle span.ellipsis {
    max-width: 110px;
  }
}
@media (min-width: 1401px) {
  #ctrySelCon {
    margin-bottom: 0;
  }
}
/* END COUNTRY PICKER */
@media (min-width: 1280px) {
  body:dir(rtl) #sMetRes.method-result .our-result .content {
    margin-left: 50px;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  #sMetRes > .our-result .btnCtaSchedAssessCon:dir(rtl) {
    text-align: right !important;
    padding-right: 0 !important;
  }
  #sMetRes .c2 {
    padding-left: 50px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  body:dir(rtl) #y-best legend, body:dir(rtl) #yBestVB legend {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  #y-best legend, #yBestVB legend {
    margin: 0 0 0 115px;
  }
  body:dir(rtl) #y-best legend, body:dir(rtl) #yBestVB legend {
    margin-right: 115px;
    margin-left: initial;
  }
}
/** top-nav items styling ES-specific **/
@media (min-width: 1280px) {
  html[lang=es] .header .header-menu .nav .nav-item,
  html[lang=es] .header .header-menu .nav .nav-link-item {
    margin: 0 0 0 14px;
  }
}
@media (min-width: 1280px) and (max-width: 1299px) {
  html[lang=es] .header .header-menu .nav:has(> .center-navigation-main) .nav-item,
  html[lang=es] .header .header-menu .nav:has(> .center-navigation-main) .nav-link-item {
    margin: 0 0 0 4px;
  }
}
@media (min-width: 1300px) {
  html[lang=es] .header .header-menu .nav:has(> .center-navigation-main) .nav-item,
  html[lang=es] .header .header-menu .nav:has(> .center-navigation-main) .nav-link-item {
    margin: 0 0 0 6px;
  }
}
@media (min-width: 1280px) {
  html[lang=es] .header .header-phone {
    display: none;
  }
}

.nowrap {
  white-space: nowrap;
}

.displayGt576 {
  display: none;
}

.displayGt992 {
  display: none;
}

@media (min-width: 576px) {
  .displayGt576 {
    display: block;
  }
  .displayLt576 {
    display: none;
  }
}
@media (min-width: 992px) {
  .displayLt992 {
    display: none;
  }
  .displayGt992 {
    display: block;
  }
}
.cAlign {
  text-align: center;
}

.cAlignMargin {
  margin-left: auto !important;
  margin-right: auto !important;
}

body {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #232C33;
  word-wrap: break-word;
}

p {
  margin-bottom: 30px;
  font-family: "Nunito Sans", "Avenir";
}

/* Typography */
h1, .h1 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 72px;
  line-height: 70px;
  text-transform: uppercase;
  color: #232C33;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  h1, .h1 {
    font-size: 56px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

h2, .h2 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
  color: #232C33;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  h2, .h2 {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}

h3, .h3 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #232C33;
}
@media only screen and (max-width: 1279px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  h3, .h3 {
    letter-spacing: -0.15px;
  }
}

h4, .h4 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #232C33;
}
@media only screen and (max-width: 1279px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}

h5, .h5 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: #232C33;
}
@media only screen and (max-width: 991px) {
  h5, .h5 {
    font-size: 18px;
    line-height: 30px;
  }
}

.body16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #929294;
  margin-bottom: 64px;
}

.b1 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #232C33;
}

.b2 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #232C33;
}

.b3 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #232C33;
}
@media only screen and (max-width: 991px) {
  .b3 {
    color: #BB6BD9;
  }
}

.q {
  font-family: "Nunito Sans", "Avenir";
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
  color: #232C33;
}
@media only screen and (max-width: 991px) {
  .q {
    font-size: 24px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .q {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
  }
}

.source {
  color: #929294;
}

strong {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #EF3E33;
}

.width-100 {
  width: 100%;
}

.section-top {
  position: relative;
  min-height: 715px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000000;
}
@media only screen and (max-width: 991px) {
  .section-top {
    min-height: 490px;
    margin-top: 70px;
  }
}
.section-top .hero-content {
  padding-top: 250px;
  padding-bottom: 118px;
}
@media only screen and (max-width: 1279px) {
  .section-top .hero-content {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .section-top .hero-content {
    padding: 15px 0 47px;
    position: absolute;
    bottom: 0;
    background: rgba(7, 6, 6, 0.8);
    width: 100%;
    left: 0;
  }
}
.section-top .hero-content .hero-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 71px;
  line-height: 70px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 742px;
  text-shadow: 1px 1px 2px #474747;
}
@media only screen and (max-width: 1279px) {
  .section-top .hero-content .hero-title {
    font-size: 56px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .section-top .hero-content .hero-title {
    font-size: 40px;
    line-height: 46px;
    max-width: 540px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .section-top .hero-content .hero-title {
    max-width: 100%;
    padding-left: 3%;
  }
}
.section-top .hero-content p {
  font-family: "Nunito Sans", "Avenir";
  text-shadow: 1px 1px 2px #474747;
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.625px;
  color: #ffffff;
  max-width: 720px;
  margin-top: 15px;
}
.section-top .hero-content .primary-theme-btn {
  margin: 25px auto 0;
  display: inline-block;
  position: relative;
}
.section-top .play-btn {
  color: #000000;
  position: absolute;
  bottom: 61px;
  right: 182px;
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 22px;
  line-height: 25px;
}

select {
  padding: 18px 40px 18px 24px;
  -webkit-appearance: none;
  -moz-appearance: window;
  border: none;
  background-image: url("../../images/arrowDown.png");
  background-repeat: no-repeat;
  background-position: 92% center;
}

.banner-center-text {
  margin: 0 auto;
  max-width: 1680px;
  background: linear-gradient(180deg, #000 -8.81%, rgba(0, 0, 0, 0.8) 108.81%);
  padding: 72px 0 61px;
}
@media only screen and (max-width: 1680px) {
  .banner-center-text {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner-center-text {
    max-width: 1320px;
  }
}
@media only screen and (max-width: 1279px) {
  .banner-center-text {
    max-width: 1048px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-center-text {
    background: #000000;
    padding: 30px 0;
  }
}
.banner-center-text .math-col {
  max-width: 368px;
}
@media only screen and (max-width: 991px) {
  .banner-center-text .math-col {
    margin-bottom: 27px;
    max-width: 100%;
  }
}
.banner-center-text .math-col .hero-repeater-htag-title {
  text-transform: inherit;
}
.banner-center-text .math-col h4, .banner-center-text .math-col .h4, .banner-center-text .math-col .hero-repeater-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #ffffff;
  margin-bottom: 11px;
}
@media only screen and (max-width: 991px) {
  .banner-center-text .math-col h4, .banner-center-text .math-col .h4, .banner-center-text .math-col .hero-repeater-htag-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
  }
}
.banner-center-text .math-col p {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 19px;
}
@media only screen and (max-width: 991px) {
  .banner-center-text .math-col p {
    display: none;
  }
}
.banner-center-text .math-col a {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.banner-center-text .math-col a:hover {
  color: #EF3E33;
}
.banner-center-text .main-hero-repeater {
  position: relative;
}
.banner-center-text .main-hero-repeater .math-col a {
  position: absolute;
  bottom: -20px;
}
@media only screen and (max-width: 991px) {
  .banner-center-text .main-hero-repeater .math-col a {
    position: unset;
  }
}

.testimonial {
  padding: 28px 0 36px;
  background: #EF3E33;
}
.testimonial .review-col .star {
  margin: 0 0 17px;
  padding: 0;
}
.testimonial .review-col .star li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
body:dir(rtl) .testimonial .review-col .star li {
  margin-left: 10px;
  margin-right: initial;
}
.testimonial .review-col p {
  font-family: "Nunito Sans", "Avenir";
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  .testimonial .review-col p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
  }
}
.testimonial .review-col .name {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.08px;
  color: #ffffff;
  margin-top: 14px;
}
.testimonial .review-text-btn {
  text-align: right !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .testimonial .review-text-btn {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial .text-lg-right {
    text-align: left !important;
    margin-top: 35px;
  }
}
.testimonial .text-lg-right a {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.testimonial .text-lg-right a:hover {
  color: #EBE70E;
}
.testimonial .text-lg-right a img {
  margin-left: 20px;
  margin-bottom: 5px;
}
body:dir(rtl) .testimonial .text-lg-right a img {
  margin-right: 20px;
  margin-left: initial;
  transform: rotateY(180deg);
}

@media only screen and (max-width: 991px) {
  .testimonial .row .col-md-4:first-child, .testimonial .row .col-lg-4:first-child {
    display: none;
  }
}
#reviewModal h4, #reviewModal .h4 {
  font-size: 26px;
}

.summer-programs {
  margin: 80px 0 100px;
  float: left;
  display: block;
  width: 100%;
}
.summer-programs .kid-image {
  display: none;
}
@media only screen and (max-width: 991px) {
  .summer-programs .kid-image {
    display: block;
    width: 100%;
  }
}
.summer-programs .summer-bg {
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 78%, 63%;
  padding: 61px 0 49px 60px;
}
body:dir(rtl) .summer-programs .summer-bg {
  transform: scaleX(-1);
  direction: ltr;
}
body:dir(rtl) .summer-programs .summer-bg > * {
  transform: scaleX(-1);
  direction: rtl;
}
@media only screen and (max-width: 1279px) {
  .summer-programs .summer-bg {
    padding: 30px 0 40px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .summer-programs .summer-bg {
    background-size: 99%, auto;
  }
}
@media only screen and (max-width: 991px) {
  .summer-programs .summer-bg {
    background-size: 135%, 1%;
    padding: 11px 15px;
  }
}
@media only screen and (max-width: 375px) {
  .summer-programs .summer-bg {
    background-size: 235%, 1%;
  }
}
.summer-programs .summer-bg h3, .summer-programs .summer-bg .h3 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0.2px;
  color: #EBE70E;
}
@media only screen and (max-width: 1279px) {
  .summer-programs .summer-bg h3, .summer-programs .summer-bg .h3 {
    line-height: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .summer-programs .summer-bg h3, .summer-programs .summer-bg .h3 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0;
  }
}
.summer-programs .summer-bg h2, .summer-programs .summer-bg .h2 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -0.6px;
  color: #ffffff;
  text-transform: none;
  max-width: 630px;
}
@media only screen and (max-width: 1279px) {
  .summer-programs .summer-bg h2, .summer-programs .summer-bg .h2 {
    font-size: 48px;
    line-height: 55px;
    max-width: 525px;
  }
}
@media only screen and (max-width: 991px) {
  .summer-programs .summer-bg h2, .summer-programs .summer-bg .h2 {
    font-size: 28px;
    line-height: 31px;
    letter-spacing: -0.72px;
    max-width: 100%;
  }
}
.summer-programs .summer-bg .hr {
  height: 2px;
  width: 200px;
  background: #ffffff;
  margin: 44px 0 40px;
}
@media only screen and (max-width: 1279px) {
  .summer-programs .summer-bg .hr {
    margin: 26px 0 30px;
  }
}
.summer-programs .summer-bg .secondary-theme-btn {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  margin: 0px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .summer-programs .summer-bg .secondary-theme-btn {
    width: 100%;
  }
}

.enrollment {
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 710px;
  float: left;
  display: block;
  width: 100%;
  background-size: 58%;
}
body:dir(rtl) .enrollment {
  background-position: center left;
}
@media only screen and (max-width: 1920px) {
  .enrollment {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .enrollment {
    background-position: 600px 0px;
  }
  body:dir(rtl) .enrollment {
    background-position: -400px 0px;
  }
}
@media only screen and (max-width: 1279px) {
  .enrollment {
    min-height: 465px;
    background-position: 500px 0px;
  }
  body:dir(rtl) .enrollment {
    background-position: -350px 0px;
  }
}
@media only screen and (max-width: 1040px) {
  .enrollment {
    background-position: 400px 0px;
  }
  body:dir(rtl) .enrollment {
    background-position: -200px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .enrollment {
    min-height: 465px;
    background-position: center top;
    background-size: 100%;
  }
  body:dir(rtl) .enrollment {
    background-position: center top;
  }
}
.enrollment .enrollment-detail {
  width: 775px;
  min-height: 526px;
  background: #ffffff;
  margin: 88px 0 96px;
  float: left;
  display: block;
  padding: 0 30px;
}
body:dir(rtl) .enrollment .enrollment-detail {
  float: right;
}
@media only screen and (max-width: 1279px) {
  .enrollment .enrollment-detail {
    width: 480px;
    margin: 40px 0px 47px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .enrollment .enrollment-detail {
    width: 100%;
    margin: 210px 0 20px;
    padding: 20px 15px 0;
    min-height: 80px;
  }
}
.enrollment .enrollment-detail .image-block-htag-title {
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .enrollment .enrollment-detail .image-block-htag-title {
    font-size: 48px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .enrollment .enrollment-detail .image-block-htag-title {
    letter-spacing: -0.15px;
  }
}
.enrollment .enrollment-detail h2, .enrollment .enrollment-detail .h2, .enrollment .enrollment-detail .image-block-htag-title {
  font-family: "Nunito Sans", "Avenir";
  color: #000000;
  max-width: 632px;
  margin: 73px 0 10px;
  float: left;
  display: block;
  width: 100%;
}
body:dir(rtl) .enrollment .enrollment-detail h2, body:dir(rtl) .enrollment .enrollment-detail .h2, body:dir(rtl) .enrollment .enrollment-detail .image-block-htag-title {
  float: right;
}
@media only screen and (max-width: 1279px) {
  .enrollment .enrollment-detail h2, .enrollment .enrollment-detail .h2, .enrollment .enrollment-detail .image-block-htag-title {
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  .enrollment .enrollment-detail h2, .enrollment .enrollment-detail .h2, .enrollment .enrollment-detail .image-block-htag-title {
    margin: 0 0 10px;
    font-size: 40px;
    line-height: 46px;
  }
}
.enrollment .enrollment-detail p {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  max-width: 632px;
  margin-bottom: 23px;
  float: left;
  display: block;
  width: 100%;
}
body:dir(rtl) .enrollment .enrollment-detail p {
  float: right;
}
.enrollment .enrollment-detail a.primary-theme-btn {
  float: left;
  display: block;
  width: 300px;
  margin-bottom: 26px;
}
body:dir(rtl) .enrollment .enrollment-detail a.primary-theme-btn {
  float: right;
}
.enrollment .enrollment-detail a.theme-btn {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  float: left;
  display: block;
  width: 100%;
  margin-top: 40px;
}
.enrollment .enrollment-detail a.theme-btn img {
  margin-bottom: 5px;
  margin-left: 20px;
}
body:dir(rtl) .enrollment .enrollment-detail a.theme-btn img {
  transform: scaleX(1) !important;
}

.enrollment .enrollment-detail h4, .enrollment .enrollment-detail .h4 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  color: #232C33;
  margin-top: 40px;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .enrollment .enrollment-detail h4, .enrollment .enrollment-detail .h4 {
    margin: 25px 0 30px;
  }
}

.contact-info {
  margin: 124px 0 144px;
  float: left;
  clear: both;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .contact-info {
    margin: 35px 0 190px;
    padding-top: 25px;
  }
}
.contact-info .ops-social-icons ul {
  display: flex;
}
.contact-info .ops-social-icons ul li {
  margin-right: 20px;
}
body:dir(rtl) .contact-info .ops-social-icons ul li {
  margin-left: 20px;
  margin-right: initial;
}
.contact-info .operations-htag-title {
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .contact-info .operations-htag-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info .operations-htag-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}
.contact-info h2, .contact-info .h2, .contact-info .operations-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  letter-spacing: -0.15px;
  color: #000000;
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .contact-info h2, .contact-info .h2, .contact-info .operations-htag-title {
    border-top: 2px solid #C8C8C8;
    padding-top: 25px;
    margin: 0 0 5px;
  }
}
.contact-info .center-holidays-htag-title, .contact-info .center-holidays-htag-subtitle {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
  text-transform: inherit;
}
@media only screen and (max-width: 1279px) {
  .contact-info .center-holidays-htag-title, .contact-info .center-holidays-htag-subtitle {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info .center-holidays-htag-title, .contact-info .center-holidays-htag-subtitle {
    letter-spacing: -0.15px;
  }
}
.contact-info h3, .contact-info .h3, .contact-info .center-holidays-htag-title, .contact-info .center-holidays-htag-subtitle {
  color: #000000;
  margin-bottom: 14px;
}
.contact-info ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
body:dir(rtl) .contact-info ul {
  padding-left: 0;
  padding-right: 0;
}
.contact-info ul li {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #232C33;
  margin-bottom: 15px;
}
.contact-info iframe {
  width: 300px;
  height: 300px;
}
@media only screen and (max-width: 1279px) {
  .contact-info iframe {
    width: 230px;
    height: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info iframe {
    display: none;
  }
}
.contact-info h4, .contact-info .h4 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  color: #232C33;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1279px) {
  .contact-info h4, .contact-info .h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info h4, .contact-info .h4 {
    margin-bottom: 15px;
    margin-top: 20px;
    border-bottom: 2px solid #c8c8c8;
  }
}
.contact-info .theme-btn {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  margin-top: 36px;
  display: block;
}
.contact-info .theme-btn img {
  margin-left: 20px;
  margin-bottom: 5px;
}
.contact-info .alert {
  border-top: 8px solid #EF3E33;
  padding: 41px 23px 42px 28px;
  background: #f1f1f1;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .contact-info .alert {
    margin-top: 60px;
  }
}
.contact-info .alert h4, .contact-info .alert .h4 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 34px;
  line-height: 40px;
  color: #232C33;
}
@media only screen and (max-width: 1279px) {
  .contact-info .alert h4, .contact-info .alert .h4 {
    font-size: 24px;
    line-height: 34px;
  }
}
.contact-info .alert h4 img, .contact-info .alert .h4 img {
  margin-right: 10px;
  margin-bottom: 5px;
}
.contact-info .alert p {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #232C33;
  margin-top: 10px;
}
.contact-info .alert-cta h4, .contact-info .alert-cta .h4 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #000000;
  margin: 40px 0 30px;
}
.contact-info .alert-cta .primary-theme-btn {
  width: 140px;
  display: block;
}
@media only screen and (max-width: 480px) {
  .contact-info .alert-cta .primary-theme-btn {
    width: 100%;
  }
}
.contact-info .operation-hours {
  margin-bottom: 36px;
}
.contact-info .time {
  margin-bottom: 10px;
  font-family: "Nunito Sans", "Avenir";
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .contact-info .time {
    display: block;
  }
}
.contact-info .day {
  font-family: "Nunito Sans", "Avenir";
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 900;
  padding-right: 20px;
}
body:dir(rtl) .contact-info .day {
  padding-left: 20px;
  padding-right: unset;
}
@media only screen and (max-width: 991px) {
  .contact-info .day {
    display: block;
  }
}

.best-instruction {
  background: radial-gradient(100% 100% at 50.78% 0%, rgba(255, 255, 255, 0.2) 0%, rgba(200, 200, 200, 0.3) 51.67%, rgba(181, 206, 243, 0.63) 100%);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
  min-height: 900px;
}

section.footer {
  background: linear-gradient(177.45deg, #000000 4.21%, #232C33 97.87%);
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  section.footer {
    padding-top: 48px;
  }
}
section.footer .acefooter {
  position: absolute;
  top: -60px;
  left: 30px;
}
section.footer .footer-widget.address-section img {
  width: 336px;
  margin-bottom: 49px;
}
@media only screen and (max-width: 991px) {
  section.footer .footer-widget.address-section img {
    margin-top: 0px;
    width: 264px;
  }
}
section.footer .footer-widget.address-section .address {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  section.footer .footer-widget.address-section .address {
    font-size: 21px;
    line-height: 29px;
  }
}
section.footer .footer-widget.address-section .phone {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  section.footer .footer-widget.address-section .phone {
    font-size: 21px;
    line-height: 29px;
  }
}
section.footer .footer-widget.address-section .phone a {
  color: #ffffff !important;
  -webkit-text-fill-color: rgb(255, 255, 255) !important;
  -webkit-opacity: 1 !important;
}
section.footer .footer-widget.address-section .theme-btn {
  display: block;
  padding-top: 87px;
  padding-bottom: 32px;
}
section.footer .footer-widget.address-section .theme-btn .primary-theme-btn {
  width: 240px;
}
section.footer .footer-widget.address-section a.link {
  margin-top: 24px;
  color: #EF3E33;
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  section.footer .footer-widget.address-section a.link {
    font-size: 18px;
    line-height: 25px;
  }
}
section.footer .footer-widget .nav-section {
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  section.footer .footer-widget .nav-section ul.nav {
    width: 49%;
  }
  body:dir(rtl) section.footer .footer-widget .nav-section ul.nav {
    padding-inline-start: 0%;
  }
}
section.footer .footer-widget .nav-section ul.nav li {
  display: block;
  width: 100%;
  padding-right: 15px;
}
body:dir(rtl) section.footer .footer-widget .nav-section ul.nav li {
  padding-left: 15px;
  padding-right: unset;
}
section.footer .footer-widget .nav-section ul.nav li a {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding: 15px 0;
  display: block;
}
section.footer .footer-widget .nav-section ul.nav li a:hover {
  color: #EF3E33;
}
section.footer .newsletter {
  display: none;
  margin: 50px 0 39px;
  padding: 17px 0 14px;
  text-align: right;
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
}
section.footer .newsletter a {
  color: #ffffff;
}
section.footer .newsletter a:hover {
  color: #EF3E33;
}
@media only screen and (max-width: 991px) {
  section.footer .newsletter {
    background: #B5121B;
    text-align: left;
    padding: 26px 0;
    color: #ffffff;
    margin: 69px 0 0px;
  }
}
section.footer .newsletter img {
  margin: 0 0 6px 20px;
}

body:dir(rtl) .bottom-footer .container ul {
  padding-right: 0;
}

.bottom-footer {
  background: #EF3E33;
  padding: 23px 0 19px;
  font-family: "Nunito Sans", "Avenir";
  margin-top: 24px;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.bottom-footer ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .bottom-footer ul {
    font-size: 15px;
    line-height: 44px;
    font-weight: 500;
  }
}
.bottom-footer ul li {
  list-style: none;
  display: inline-block;
  margin: 0 28px 0 0;
}
body:dir(rtl) .bottom-footer ul li {
  margin-left: 28px;
  margin-right: initial;
}
@media only screen and (max-width: 991px) {
  .bottom-footer ul li {
    margin: 15px 48px 15px 0;
  }
  body:dir(rtl) .bottom-footer ul li {
    margin-left: 48px;
    margin-right: initial;
  }
}
@media only screen and (max-width: 494px) {
  .bottom-footer ul li {
    margin: 0 4px;
  }
  body:dir(rtl) .bottom-footer ul li {
    margin: 0 4px;
  }
}
.bottom-footer ul.social-media li {
  margin: 0 8px;
}
.bottom-footer ul.social-media li a {
  color: #ffffff;
}
.bottom-footer ul.social-media li a:hover {
  color: #232C33;
}
.bottom-footer a {
  color: #ffffff;
}
.bottom-footer a:hover {
  color: #232C33;
}
.bottom-footer svg path {
  fill: #ffffff;
}
.bottom-footer svg path:hover {
  fill: #232C33;
}

.bottom-footer {
  padding: 20px 0;
}

.bottom-footer .social-media {
  align-self: center;
  margin: 0;
}

.bottom-footer .social-media ul {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: normal;
}

.bottom-footer .social-media ul li {
  margin: 0 15px 0 0;
}
body:dir(rtl) .bottom-footer .social-media ul li {
  margin-left: 15px;
  margin-right: initial;
}

.bottom-footer svg {
  vertical-align: unset;
  height: 23px;
  width: 23px;
  margin-top: 1px;
}

.bottom-footer svg:hover, .bottom-footer svg:hover path {
  fill: #232C33;
}

.bottom-footer .svgYoutube {
  height: 26px;
  width: 26px;
}

.footer .copyright > div {
  margin-top: 10px;
  font-size: 13px;
  font-weight: normal;
}

.footer .flex.copyright {
  display: none;
}

.mathCopyright {
  margin-top: 20px;
  font-size: 13px;
  font-weight: normal;
}

@media (min-width: 1280px) {
  .footer .flex.copyright {
    display: flex;
    margin-top: 20px;
  }
  .footer .flex.copyright > div {
    margin: 0 auto 0 0;
  }
  .hideGt1280 {
    display: none !important;
  }
}
.accordion {
  list-style-type: none;
  padding: 0;
  position: relative;
  z-index: 2;
}
body:dir(rtl) .accordion {
  padding-left: 0;
  padding-right: 0;
}

.accordion li {
  border: 0;
  margin-bottom: 8px;
  padding: 0;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li:last-child {
  margin-bottom: 0;
}

.accordion li .accordion-title {
  position: relative;
  cursor: pointer;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li .accordion-title:after,
.accordion li .accordion-title:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #c8c8c8;
}

.accordion li .accordion-title:before {
  right: 24px;
  width: 11px;
  height: 1px;
}

.accordion li .accordion-title:after {
  right: 29px;
  width: 1px;
  height: 11px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li .accordion-title h1, .accordion li .accordion-title .h1,
.accordion li .accordion-title h2,
.accordion li .accordion-title .h2,
.accordion li .accordion-title h3,
.accordion li .accordion-title .h3,
.accordion li .accordion-title h4,
.accordion li .accordion-title .h4,
.accordion li .accordion-title h5,
.accordion li .accordion-title .h5,
.accordion li .accordion-title h6,
.accordion li .accordion-title .h6 {
  margin: 0;
}

.accordion li .accordion-title * {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li .accordion-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.accordion li .accordion-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
}

.accordion li .accordion-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
}

.accordion li .accordion-content ol li,
.accordion li .accordion-content ul li {
  border: 0;
  padding: 0;
}

.accordion li .accordion-content ol li:last-child,
.accordion li .accordion-content ul li:last-child {
  border: 0;
}

.accordion li .accordion-content ul {
  list-style-type: disc;
}

.accordion li .accordion-content ul ul {
  list-style-type: circle;
}

.accordion li .accordion-content ol.list-ordered li {
  margin-bottom: 8px;
  padding-left: 34px;
}

.accordion li .accordion-content ol.list-ordered li:last-child {
  margin: 0;
}

.accordion li .accordion-content .nav {
  list-style-type: none;
}

.accordion li.active .accordion-title {
  border-color: rgba(0, 0, 0, 0.9);
}

.accordion li.active .accordion-title:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.contact-us {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-us .center-contact-container {
  padding: 20px 20px 24px;
  background-color: #4b607f;
  margin-top: 15px;
}
.contact-us .center-contact-container h5, .contact-us .center-contact-container .h5 {
  margin-left: unset;
  font-size: 18px;
  font-weight: 900;
  margin-top: 0;
}
.contact-us .center-contact-container .center-info-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: space-between;
}
.contact-us .center-contact-container .center-info-container p {
  margin-bottom: 0;
  color: #ffffff;
}
.contact-us .center-contact-container .center-info-container a {
  color: #ffffff;
}
.contact-us .center-contact-container .center-info-container a:hover, .contact-us .center-contact-container .center-info-container a:active {
  text-shadow: 1px 0 10px #fff, 0 1px 10px #fff, 0 0 10px #fff, 1px 1px 10px #fff;
}
.contact-us .center-contact-container .center-info-container .country {
  margin-top: 10px;
}
.contact-us .center-review-container {
  padding: 25px 30px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: solid 1px #8496b0;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  position: relative;
  font-style: oblique;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .contact-us .center-review-container {
    margin-top: 20px;
  }
}
.contact-us .center-review-container .center-review-quote {
  position: absolute;
  left: 30px;
  top: -18px;
}
.contact-us .center-review-container .review p {
  margin-bottom: 0;
}
.contact-us .center-review-container .review .author {
  text-align: right;
  padding-top: 8px;
}
.contact-us .center-contact-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .contact-us .center-contact-htag-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us .center-contact-htag-title {
    font-size: 40px;
    line-height: 46px;
  }
}
.contact-us h2, .contact-us .h2, .contact-us .center-contact-htag-title {
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .contact-us h2, .contact-us .h2, .contact-us .center-contact-htag-title {
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us h2, .contact-us .h2, .contact-us .center-contact-htag-title {
    letter-spacing: -0.15px;
  }
}
.contact-us h5, .contact-us .h5 {
  font-weight: 800;
  color: #ffffff;
  margin-left: 120px;
}
@media only screen and (max-width: 1279px) {
  .contact-us h5, .contact-us .h5 {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us h5, .contact-us .h5 {
    margin-top: 48px;
    margin-left: 0px;
  }
}
.contact-us ul.info {
  list-style: none;
  margin: 30px 0 30px 120px;
  padding: 0;
  color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  .contact-us ul.info {
    margin: 30px 0 30px 80px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us ul.info {
    margin: 30px 0;
  }
}
.contact-us ul.info li {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff !important;
  margin-bottom: 15px;
  -webkit-text-fill-color: rgb(255, 255, 255) !important;
  -webkit-opacity: 1 !important;
}
.contact-us ul.info li a {
  color: #ffffff !important;
  -webkit-text-fill-color: rgb(255, 255, 255) !important;
  -webkit-opacity: 1 !important;
}
@media (min-width: 992px) {
  .contact-us .center-contact-container {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .contact-us .container {
    max-width: 1260px;
  }
}
.contact-us .c2 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .contact-us .c2 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .contact-us .center-review-container {
    min-height: 136px;
  }
  .contact-us .center-contact-container {
    min-height: 170px;
  }
}
.contact-us textarea {
  height: 140px;
}

form input, form select {
  width: 100%;
  display: block;
  height: 50px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  padding: 15px 24px;
  border: none;
  margin-bottom: 10px;
}
form textarea {
  height: 190px;
  width: 100%;
  display: block;
  border: none;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
  padding: 15px 24px;
  border-radius: 1px;
  margin-bottom: 10px;
}
form .secondary-theme-btn {
  background: linear-gradient(180deg, #FFFFFF 10.2%, #D8D8D8 121.43%);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  form .secondary-theme-btn {
    width: 100%;
  }
}
form input.chkConsent {
  display: block;
  width: 15px !important;
  height: 15px !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  flex: none;
  margin: 0 6px 0 0;
}
form .lblCheckbox {
  display: flex;
  align-items: center;
}
form input.chkConsent:hover, form .lblCheckbox:hover {
  cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  line-height: 19px;
  color: #C8C8C8;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  line-height: 19px;
  color: #C8C8C8;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
  line-height: 19px;
  color: #C8C8C8;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  line-height: 19px;
  color: #C8C8C8;
}

.math-work {
  min-height: 600px;
  position: relative;
  padding: 80px 0 175px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(141, 157, 181, 0.2) 100%);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  float: none;
  clear: both;
}
@media only screen and (max-width: 991px) {
  .math-work {
    padding: 56px 0 30px;
  }
}
.math-work .center-cta-htag-title {
  font-family: "Nunito Sans", "Avenir";
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .math-work .center-cta-htag-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  .math-work .center-cta-htag-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}
.math-work h2, .math-work .h2, .math-work .center-cta-htag-title {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  color: #000000;
  max-width: 960px;
  margin: 0 auto 48px;
}
@media only screen and (max-width: 1279px) {
  .math-work h2, .math-work .h2, .math-work .center-cta-htag-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 991px) {
  .math-work h2, .math-work .h2, .math-work .center-cta-htag-title {
    text-align: left;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -1px;
    margin: 0 auto 16px;
  }
  body:dir(rtl) .math-work h2, body:dir(rtl) .math-work .h2, body:dir(rtl) .math-work .center-cta-htag-title {
    text-align: right;
  }
}
.math-work h3, .math-work .h3, .math-work .center-cta-htag-subtitle {
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #212121;
  margin-bottom: 79px;
}
@media only screen and (max-width: 1279px) {
  .math-work h3, .math-work .h3, .math-work .center-cta-htag-subtitle {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .math-work h3, .math-work .h3, .math-work .center-cta-htag-subtitle {
    color: #212121;
    margin-bottom: 20px;
  }
}
.math-work h4, .math-work .h4, .math-work .center-cta-htag-description {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .math-work h4, .math-work .h4, .math-work .center-cta-htag-description {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  body:dir(rtl) .math-work h4, body:dir(rtl) .math-work .h4, body:dir(rtl) .math-work .center-cta-htag-description {
    text-align: right;
  }
}
.math-work ul.work-icon {
  position: relative;
  z-index: 9;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .math-work ul.work-icon {
    text-align: left;
    display: flex;
    align-items: center;
  }
  body:dir(rtl) .math-work ul.work-icon {
    text-align: right;
  }
}
.math-work ul.work-icon li, .math-work ul.work-icon .title {
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  color: #232C33;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .math-work ul.work-icon li, .math-work ul.work-icon .title {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }
  body:dir(rtl) .math-work ul.work-icon li, body:dir(rtl) .math-work ul.work-icon .title {
    text-align: right;
  }
}
.math-work ul.work-icon li .title, .math-work ul.work-icon .title .title {
  max-width: 260px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .math-work ul.work-icon li .title, .math-work ul.work-icon .title .title {
    max-width: 100%;
    text-align: left;
  }
  body:dir(rtl) .math-work ul.work-icon li .title, body:dir(rtl) .math-work ul.work-icon .title .title {
    text-align: right;
  }
}
@media only screen and (max-width: 375px) {
  .math-work ul.work-icon li .title, .math-work ul.work-icon .title .title {
    max-width: 200px;
  }
}
.math-work ul.work-icon li img, .math-work ul.work-icon .title img {
  width: 250px;
  height: 250px;
  object-fit: contain;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .math-work ul.work-icon li img, .math-work ul.work-icon .title img {
    width: 83px;
    height: 83px;
    margin: 17px 23px 17px 0;
  }
  body:dir(rtl) .math-work ul.work-icon li img, body:dir(rtl) .math-work ul.work-icon .title img {
    margin-left: 23px;
    margin-right: 0px;
  }
}
.math-work .icon-one {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .math-work .icon-one {
    width: 100%;
    height: auto;
    display: none;
  }
}
.math-work .icon-two {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .math-work .icon-two {
    width: 100%;
    height: auto;
    display: none;
  }
}

.news-event {
  padding: 80px 0 97px;
  background-repeat: repeat;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .news-event {
    padding: 43px 0 67px;
  }
}
@media only screen and (max-width: 991px) {
  .news-event {
    padding: 51px 0 16px;
  }
}
.news-event .center-blog-htag-title {
  font-family: "Nunito Sans", "Avenir";
  text-transform: inherit;
}
.news-event h3, .news-event .h3, .news-event .center-blog-htag-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .news-event h3, .news-event .h3, .news-event .center-blog-htag-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .news-event h3, .news-event .h3, .news-event .center-blog-htag-title {
    margin-bottom: 46px;
    margin-top: 51px;
    text-align: center;
    display: block;
  }
}
.news-event h3:after, .news-event .h3:after, .news-event .center-blog-htag-title:after {
  content: "";
  width: 340px;
  height: 2px;
  margin: 10px 0 20px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .news-event h3:after, .news-event .h3:after, .news-event .center-blog-htag-title:after {
    display: none;
  }
}
.news-event .news-bg {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  .news-event .news-bg {
    margin-bottom: 16px;
  }
}
.news-event .news-bg figure {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .news-event .news-bg figure {
    display: none;
  }
}
.news-event .news-bg figure img {
  width: 100%;
  height: auto;
}
.news-event .news-bg .news-details {
  padding: 30px;
}
.news-event .news-bg .news-details .center-blog-repeater-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #232C33;
  text-transform: inherit;
}
@media only screen and (max-width: 1279px) {
  .news-event .news-bg .news-details .center-blog-repeater-htag-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.news-event .news-bg .news-details h4, .news-event .news-bg .news-details .h4, .news-event .news-bg .news-details .center-blog-repeater-htag-title {
  text-align: left;
}
body:dir(rtl) .news-event .news-bg .news-details h4, body:dir(rtl) .news-event .news-bg .news-details .h4, body:dir(rtl) .news-event .news-bg .news-details .center-blog-repeater-htag-title {
  text-align: right;
}
.news-event .news-bg .news-details h4:after, .news-event .news-bg .news-details .h4:after, .news-event .news-bg .news-details .center-blog-repeater-htag-title:after {
  width: 90px;
  content: "";
  height: 2px;
  margin: 10px 0 20px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
}
@media only screen and (max-width: 991px) {
  .news-event .news-bg .news-details h4:after, .news-event .news-bg .news-details .h4:after, .news-event .news-bg .news-details .center-blog-repeater-htag-title:after {
    width: 116px;
  }
}
.news-event .news-bg .news-details h4 a, .news-event .news-bg .news-details .h4 a, .news-event .news-bg .news-details .center-blog-repeater-htag-title a {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #212121;
}
.news-event .news-bg .news-details h4 a:hover, .news-event .news-bg .news-details .h4 a:hover, .news-event .news-bg .news-details .center-blog-repeater-htag-title a:hover {
  color: #EF3E33;
}
@media only screen and (max-width: 1279px) {
  .news-event .news-bg .news-details h4 a, .news-event .news-bg .news-details .h4 a, .news-event .news-bg .news-details .center-blog-repeater-htag-title a {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .news-event .news-bg .news-details h4 a, .news-event .news-bg .news-details .h4 a, .news-event .news-bg .news-details .center-blog-repeater-htag-title a {
    font-size: 24px;
    line-height: 34px;
  }
}
.news-event .news-bg .news-details .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #232C33;
  margin: 24px 0 20px;
}
@media only screen and (max-width: 1279px) {
  .news-event .news-bg .news-details .date {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .news-event .news-bg .news-details .date {
    font-size: 14px;
    line-height: 22px;
  }
}
.news-event .news-bg .news-details .date span {
  margin: 0 10px;
}
.news-event .news-bg .news-details .short-details {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #232C33;
}
@media only screen and (max-width: 1279px) {
  .news-event .news-bg .news-details .short-details {
    font-size: 16px;
    line-height: 22px;
  }
}
.news-event .event-wrapper {
  display: flex;
  justify-content: right;
}
@media only screen and (max-width: 991px) {
  .news-event .event-wrapper {
    display: block;
  }
}
.news-event .event-wrapper .event-box {
  max-width: 300px;
}
@media only screen and (max-width: 1279px) {
  .news-event .event-wrapper .event-box {
    max-width: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .news-event .event-wrapper .event-box {
    max-width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .news-event .event-wrapper .event-box {
    max-width: 100%;
  }
}
.news-event .event-wrapper .event-box .theme-btn {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 17px 0;
}
.news-event .event-wrapper .event-box .theme-btn img {
  margin-left: 20px;
  margin-bottom: 5px;
}
.news-event .event-wrapper .event-box .event-bg {
  margin-bottom: 37px;
}
.news-event .event-wrapper .event-box .event-bg h5 a, .news-event .event-wrapper .event-box .event-bg .h5 a {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
.news-event .event-wrapper .event-box .event-bg .date {
  font-weight: 800;
  font-size: 20px;
  line-height: 35px;
  color: #EF3E33;
}
@media only screen and (max-width: 991px) {
  .news-event .event-wrapper .event-box .event-bg .date {
    font-size: 18px;
    line-height: 35px;
  }
}
.news-event .event-wrapper .event-box .event-bg .date:after {
  content: "";
  width: 70px;
  height: 2px;
  margin: 7px 0 10px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
}
@media only screen and (max-width: 1279px) {
  .news-event .event-wrapper .event-box .event-bg .date:after {
    margin: 24px 0 27px;
  }
}
@media only screen and (max-width: 991px) {
  .news-event .event-wrapper .event-box .event-bg .date:after {
    margin: 16px 0 19px;
  }
}
.news-event .event-wrapper .event-box .event-bg .event-detail {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232C33;
}

.social-media {
  margin-top: 144px;
  margin-bottom: 104px;
}
@media only screen and (max-width: 991px) {
  .social-media {
    margin-top: 58px;
    margin-bottom: 60px;
  }
}
.social-media .header {
  display: table;
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .social-media .header {
    margin-bottom: 22px;
  }
}
.social-media .header h2, .social-media .header .h2 {
  font-weight: 900;
  color: #000000;
  max-width: 528px;
}
@media only screen and (max-width: 991px) {
  .social-media .header h2, .social-media .header .h2 {
    margin-bottom: 22px;
    max-width: 100%;
  }
}
.social-media .header .follow-us {
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .social-media .header .follow-us {
    display: none;
  }
}
.social-media .header .follow-us li {
  display: inline-block;
}
.social-media .header .follow-us li:first-child {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
.social-media .header .follow-us li a {
  color: #EF3E33;
  padding: 0 8px;
}
.social-media .header .follow-us li a:hover {
  color: #EF3E33;
}
.social-media .social-bg {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 991px) {
  .social-media .social-bg {
    margin-bottom: 16px;
  }
}
.social-media .social-bg .top-info {
  padding: 10px 15px;
}
@media only screen and (max-width: 991px) {
  .social-media .social-bg .top-info {
    display: none;
  }
}
.social-media .social-bg .top-info .name {
  font-weight: 900;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
.social-media .social-bg .top-info .location {
  font-size: 14px;
  line-height: 25px;
  color: #000000;
}
.social-media .social-bg figure {
  position: relative;
}
.social-media .social-bg figure img {
  width: 100%;
  height: auto;
}
.social-media .social-bg figure img.insta-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: inherit;
}
.social-media .social-bg .bottom-info {
  padding: 0 20px 20px 20px;
}
@media only screen and (max-width: 991px) {
  .social-media .social-bg .bottom-info {
    display: none;
  }
}
.social-media .social-bg .bottom-info .liked {
  padding: 15px 20px;
}
.social-media .social-bg .bottom-info .short-desc {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.social-media .mobile-follow-us {
  list-style: none;
  padding: 0;
  margin-top: 32px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .social-media .mobile-follow-us {
    display: block;
  }
}
.social-media .mobile-follow-us .title {
  display: block;
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
.social-media .mobile-follow-us .social-icons {
  display: flex;
  justify-content: space-between;
  max-width: 375px;
}
.social-media .mobile-follow-us .social-icons a {
  color: #EF3E33;
  margin-right: 65px;
  padding-top: 15px;
  display: block;
}
.social-media .mobile-follow-us .social-icons a:hover {
  color: #EF3E33;
}

.gallery {
  padding-bottom: 150px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 45%;
}
@media only screen and (max-width: 1279px) {
  .gallery {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 980px) {
  .gallery {
    background-position: 510px 190px;
    background-size: 540px 515px;
  }
}
@media only screen and (max-width: 991px) {
  .gallery {
    background-position: 210px 130px;
    background-size: 540px 415px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 680px) {
  .gallery {
    background-position: 180px 125px;
  }
}
@media only screen and (max-width: 609px) {
  .gallery {
    background-position: 180px 170px;
  }
}
@media only screen and (max-width: 523px) {
  .gallery {
    background-position: 180px 180px;
    background-size: 540px 780px;
  }
}
@media only screen and (max-width: 440px) {
  .gallery {
    background-position: 180px 210px;
  }
}
.gallery h2, .gallery .h2 {
  color: #000000;
  max-width: 741px;
  padding-top: 100px;
  margin-bottom: 76px;
}
@media only screen and (max-width: 1279px) {
  .gallery h2, .gallery .h2 {
    letter-spacing: -1px;
    margin-bottom: 60px;
    max-width: 516px;
  }
}
@media only screen and (max-width: 991px) {
  .gallery h2, .gallery .h2 {
    max-width: 110%;
    margin-bottom: 32px;
    margin-right: -35px;
    padding-right: 35px;
    padding-bottom: 70px;
    padding-top: 46px;
    background: #fff;
  }
  body:dir(rtl) .gallery h2, body:dir(rtl) .gallery .h2 {
    margin-left: -35px;
    margin-right: initial;
    padding-left: 35px;
    padding-right: unset;
  }
}
.gallery .gallery-box {
  margin: 0 0 10px;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 747px) {
  .gallery .gallery-box {
    flex-wrap: wrap;
  }
}
.gallery .gallery-box .gallery-img {
  width: 345px;
  margin: 0 0 10px 10px;
  display: none;
}
.gallery .gallery-box .gallery-img:nth-child(-n+3) {
  display: block;
}
.gallery .gallery-box .gallery-img img {
  width: 345px;
  height: 248px;
  object-fit: cover;
  max-width: 100%;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .flex-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1279px) {
  .flex-container .box_icon img {
    width: 30px;
    margin: 5px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .flex-container .box_icon img {
    width: 37px;
    margin: 15px 0;
    display: block;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}

.assessment {
  position: relative;
  padding-top: 130px;
  padding-bottom: 115px;
  background: rgba(200, 200, 200, 0.2);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1279px) {
  .assessment {
    padding-top: 180px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .assessment {
    padding-top: 40px;
    padding-bottom: 21px;
  }
}
.assessment .center-assessment-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-size: 56px;
  line-height: 58px;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .assessment .center-assessment-htag-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  .assessment .center-assessment-htag-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}
.assessment h2, .assessment .h2, .assessment .center-assessment-htag-title {
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  max-width: 960px;
  margin: 0 auto 128px;
}
@media only screen and (max-width: 1279px) {
  .assessment h2, .assessment .h2, .assessment .center-assessment-htag-title {
    letter-spacing: -1px;
    margin-bottom: 78px;
  }
}
@media only screen and (max-width: 991px) {
  .assessment h2, .assessment .h2, .assessment .center-assessment-htag-title {
    letter-spacing: 0px;
    margin-bottom: 38px;
    text-align: left;
  }
}
.assessment .cta-btn {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .assessment .cta-btn {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .assessment .cta-btn a {
    display: block;
    margin: 15px auto;
    width: 100%;
    max-width: 300px;
  }
}
.assessment .contain-bg {
  background: #ffffff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  overflow: hidden;
  width: 342px;
  display: inline-block;
}
@media only screen and (max-width: 1279px) {
  .assessment .contain-bg {
    width: 265px;
  }
}
@media only screen and (max-width: 991px) {
  .assessment .contain-bg {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 480px;
  }
}
.assessment .contain-bg figure img {
  width: 100%;
  height: auto;
}
.assessment .contain-detail {
  padding: 24px;
}
@media only screen and (max-width: 1279px) {
  .assessment .contain-detail {
    padding: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .assessment .contain-detail {
    padding: 12px 60px;
  }
}
.assessment .contain-detail .center-assessment-repeater-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  text-transform: inherit;
}
@media only screen and (max-width: 1279px) {
  .assessment .contain-detail .center-assessment-repeater-htag-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.assessment .contain-detail h4, .assessment .contain-detail .h4, .assessment .contain-detail .center-assessment-repeater-htag-title {
  letter-spacing: -0.15px;
  color: #000000;
  max-width: 270px;
}
@media only screen and (max-width: 991px) {
  .assessment .contain-detail h4, .assessment .contain-detail .h4, .assessment .contain-detail .center-assessment-repeater-htag-title {
    text-align: center;
    max-width: 100%;
  }
}
.assessment .contain-detail h4:after, .assessment .contain-detail .h4:after, .assessment .contain-detail .center-assessment-repeater-htag-title:after {
  content: "";
  width: 70px;
  height: 2px;
  margin: 20px 0 22px;
  background: #C8C8C8;
  display: block;
}
@media only screen and (max-width: 1279px) {
  .assessment .contain-detail h4:after, .assessment .contain-detail .h4:after, .assessment .contain-detail .center-assessment-repeater-htag-title:after {
    margin: 15px 0 17px;
  }
}
@media only screen and (max-width: 991px) {
  .assessment .contain-detail h4:after, .assessment .contain-detail .h4:after, .assessment .contain-detail .center-assessment-repeater-htag-title:after {
    margin: 0px;
    background: transparent;
    height: 0;
    width: 0;
  }
}
.assessment .contain-detail h4 span, .assessment .contain-detail .h4 span, .assessment .contain-detail .center-assessment-repeater-htag-title span {
  display: block;
}
@media only screen and (max-width: 1279px) {
  .assessment .contain-detail h4 span, .assessment .contain-detail .h4 span, .assessment .contain-detail .center-assessment-repeater-htag-title span {
    display: inline;
  }
}
.assessment .contain-detail p {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .assessment .contain-detail p {
    display: none;
  }
}

.center-director {
  padding-top: 80px;
  padding-bottom: 50px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 87% 810px;
  margin-bottom: -90px;
  position: relative;
  z-index: 9;
}
body:dir(rtl) .center-director {
  background-position: center right;
}
@media only screen and (max-width: 1680px) {
  .center-director {
    background-size: 88% 810px;
  }
}
@media only screen and (max-width: 1536px) {
  .center-director {
    background-size: 87% 810px;
  }
}
@media only screen and (max-width: 1440px) {
  .center-director {
    background-size: 94% 810px;
  }
}
@media only screen and (max-width: 1279px) {
  .center-director {
    background-size: 88% 810px;
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #000;
  }
}
@media only screen and (max-width: 1180px) {
  .center-director {
    background-size: 94% 730px;
  }
}
@media only screen and (max-width: 991px) {
  .center-director {
    background-size: cover;
    margin-bottom: 0;
  }
}
.center-director .dir-info {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1279px) {
  .center-director .dir-info {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .center-director .dir-info {
    margin-bottom: 1px;
  }
}
.center-director .dir-info .dir-info-wrapper {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .center-director .dir-info .dir-info-wrapper {
    display: block;
  }
}
.center-director .dir-info .dir-info-wrapper .profile-img img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-right: 40px;
}
body:dir(rtl) .center-director .dir-info .dir-info-wrapper .profile-img img {
  margin-left: 40px;
  margin-right: initial;
}
@media only screen and (max-width: 991px) {
  .center-director .dir-info .dir-info-wrapper .profile-img img {
    margin-top: -80px;
  }
}
.center-director .dir-info .dir-info-wrapper h4, .center-director .dir-info .dir-info-wrapper .h4 {
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.15px;
  color: #ffffff;
  max-width: 672px;
}
@media only screen and (max-width: 1279px) {
  .center-director .dir-info .dir-info-wrapper h4, .center-director .dir-info .dir-info-wrapper .h4 {
    max-width: 469px;
  }
}
@media only screen and (max-width: 991px) {
  .center-director .dir-info .dir-info-wrapper h4, .center-director .dir-info .dir-info-wrapper .h4 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 22px;
    margin-bottom: 18px;
  }
}
.center-director .dir-details p {
  max-width: 432px;
  font-size: 18px;
}
.instructor-section {
  min-height: 1260px;
  position: relative;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding-top: 90px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .instructor-section {
    padding-top: 0px;
    box-shadow: none !important;
    background-position: center top;
    padding-bottom: 5px;
    background-color: #DEDEDE;
    background-image: none;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-section .instructor-bgimage {
    background-position: center center;
  }
}
.instructor-section .white-bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0) 45%);
  z-index: 5;
  position: relative;
}
body:dir(rtl) .instructor-section .white-bg {
  background: linear-gradient(270deg, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0) 45%);
}
@media only screen and (max-width: 991px) {
  .instructor-section .white-bg {
    background: none !important;
  }
}
.instructor-section .container {
  position: relative;
}
.instructor-section .container .team-bg {
  background: #ffffff;
  padding: 127px 84px 88px 0;
  width: 536px;
  z-index: 5;
}
@media only screen and (max-width: 1279px) {
  .instructor-section .container .team-bg {
    padding: 110px 20px 41px 0;
    width: 469px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-section .container .team-bg {
    width: 370px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-section .container .team-bg {
    padding: 45px 49px 41px 25px;
    width: 110%;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (max-width: 540px) {
  .instructor-section .container .team-bg {
    padding: 45px 25px 41px 25px;
    width: 115%;
  }
}
.instructor-section .container .team-bg .team-info {
  width: 445px;
}
@media only screen and (max-width: 991px) {
  .instructor-section .container .team-bg .team-info {
    width: 100%;
  }
}
.instructor-section .container .team-bg .team-info h2, .instructor-section .container .team-bg .team-info .h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 16px;
}
.instructor-section .container .team-bg .team-info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.instructor-section .container .team-bg .team-info a {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 17px 0;
}
.instructor-section .container .team-bg .team-info a:hover {
  color: #EF3E33;
}
.instructor-section .container .team-bg .team-info a img {
  margin-left: 20px;
  margin-bottom: 5px;
}
.instructor-section .container .instructor-bg {
  z-index: 5;
  background: #ffffff;
  padding: 25px 30px;
  width: 414px;
  position: absolute;
  top: 100px;
  right: 0px;
}
body:dir(rtl) .instructor-section .container .instructor-bg {
  left: 0px;
  right: unset;
}
@media only screen and (max-width: 1279px) {
  .instructor-section .container .instructor-bg {
    width: 324px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-section .container .instructor-bg {
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-section .container .instructor-bg {
    position: static;
    width: 100%;
    padding: 16px 20px;
    margin: 141px 0 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
    border-radius: 1px;
  }
}
.instructor-section .container .instructor-bg h4, .instructor-section .container .instructor-bg .h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .instructor-section .container .instructor-bg h4, .instructor-section .container .instructor-bg .h4 {
    font-size: 20px;
    line-height: 34px;
  }
}
.instructor-section .container .instructor-bg img {
  width: 350px;
  height: 350px;
  margin: 0 auto 20px;
  display: block;
  object-fit: cover;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .instructor-section .container .instructor-bg img {
    width: 240px;
    height: 240px;
  }
}
.instructor-section .container .instructor-bg .instructor-detail h5, .instructor-section .container .instructor-bg .instructor-detail .h5 {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: #EF3E33;
}
@media only screen and (max-width: 1279px) {
  .instructor-section .container .instructor-bg .instructor-detail h5, .instructor-section .container .instructor-bg .instructor-detail .h5 {
    font-size: 20px;
    line-height: 34px;
  }
}
.instructor-section .container .instructor-bg .instructor-detail h5:after, .instructor-section .container .instructor-bg .instructor-detail .h5:after {
  content: "";
  width: 140px;
  height: 2px;
  margin: 10px 0 20px;
  background: #C8C8C8;
  display: block;
}
.instructor-section .container .instructor-bg .instructor-detail .title {
  font-weight: 900;
  font-size: 18px;
  line-height: 35px;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .instructor-section .container .instructor-bg .instructor-detail .title {
    font-size: 16px;
    line-height: 35px;
  }
}
.instructor-section .boat-one {
  position: absolute;
  bottom: 310px;
  left: 857px;
  z-index: 2;
}
@media only screen and (max-width: 1279px) {
  .instructor-section .boat-one {
    left: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-section .boat-one {
    bottom: 63%;
    left: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .instructor-section .boat-one img {
    width: 80%;
  }
}
.instructor-section .boat-two {
  position: absolute;
  transform: rotate(-5.64deg);
  bottom: 121px;
  left: 642px;
  z-index: 2;
}
@media only screen and (max-width: 1279px) {
  .instructor-section .boat-two {
    bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-section .boat-two {
    display: none;
  }
}
.instructor-section .boat-three {
  position: absolute;
  transform: rotate(-5.64deg);
  bottom: 212px;
  left: 343px;
  z-index: 2;
}
@media only screen and (max-width: 1279px) {
  .instructor-section .boat-three {
    bottom: 3%;
    left: 48%;
    z-index: 6;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-section .boat-three {
    display: none;
  }
}
.instructor-section .ocean {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .instructor-section .ocean {
    bottom: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .instructor-section .ocean {
    bottom: 42%;
  }
}
.instructor-section .ocean img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .instructor-section .ocean img {
    width: 1200px;
    height: 400px;
  }
}

.page-header {
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: left;
  width: 100%;
}
.page-header .header-content {
  margin-top: 200px;
  margin-bottom: 60px;
  max-width: 845px;
}
@media only screen and (max-width: 991px) {
  .page-header .header-content {
    max-width: 100%;
    margin-top: 180px;
    margin-bottom: 57px;
  }
}
.page-header .header-content .header-htag-title {
  font-family: "Nunito Sans", "Avenir";
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .page-header .header-content .header-htag-title {
    font-size: 56px;
    line-height: 58px;
  }
}
.page-header .header-content h1, .page-header .header-content .h1, .page-header .header-content .header-htag-title {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px #474747;
}
@media only screen and (max-width: 991px) {
  .page-header .header-content h1, .page-header .header-content .h1, .page-header .header-content .header-htag-title {
    font-size: 40px;
    line-height: 44px;
    max-width: 100%;
  }
}

.sub-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  max-width: 845px;
  text-shadow: 1px 1px 2px #474747;
}
@media only screen and (max-width: 991px) {
  .sub-title {
    color: #000000;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 50px;
    text-shadow: none;
  }
}

.breadcrumbs {
  margin: 20px 0 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #929294;
}
.breadcrumbs a {
  text-decoration-line: underline;
  color: #929294;
}

.team .featured-member {
  padding-top: 80px;
  padding-bottom: 5px;
  background-repeat: repeat-y;
  background-position: 0% 0%;
  background-size: 42%;
}
body:dir(rtl) .team .featured-member {
  background-position: top right;
}
@media only screen and (max-width: 2980px) {
  .team .featured-member {
    background-size: 39%;
  }
}
@media only screen and (max-width: 2280px) {
  .team .featured-member {
    background-size: 36%;
  }
}
@media only screen and (max-width: 1800px) {
  .team .featured-member {
    background-size: 32%;
  }
}
@media only screen and (max-width: 1279px) {
  .team .featured-member {
    background-size: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .team .featured-member {
    background-size: 52%;
    padding-top: 56px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 620px) {
  .team .featured-member {
    background-size: 75%;
    background-position: -20% 0;
  }
  body:dir(rtl) .team .featured-member {
    background-position: 120% 0;
  }
}
@media only screen and (max-width: 480px) {
  .team .featured-member {
    background-size: 97%;
  }
}
@media only screen and (max-width: 375px) {
  .team .featured-member {
    background-size: 98%;
    background-position: -60% 0;
  }
  body:dir(rtl) .team .featured-member {
    background-position: 160% 0;
  }
}
.team .featured-member figure img {
  width: 450px;
  height: 450px;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: 130px;
}
@media only screen and (max-width: 991px) {
  .team .featured-member figure img {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 375px) {
  .team .featured-member figure img {
    width: 328px;
    height: 328px;
  }
}
.team figure img {
  width: 300px;
  height: 300px;
  max-width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 375px) {
  .team figure img {
    width: 328px;
    height: 328px;
  }
}
.team .featured-content {
  margin-left: 50px;
}
body:dir(rtl) .team .featured-content {
  margin-right: 50px;
  margin-left: initial;
}
@media only screen and (max-width: 991px) {
  .team .featured-content {
    margin-left: 0px;
    margin-top: 38px;
    margin-bottom: 38px;
  }
  body:dir(rtl) .team .featured-content {
    margin-right: 0;
    margin-left: initial;
  }
}
.team h3, .team .h3, .team .center-team-htag-title {
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #000000;
  text-transform: inherit;
}
@media only screen and (max-width: 1279px) {
  .team h3, .team .h3, .team .center-team-htag-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.team h3:after, .team .h3:after, .team .center-team-htag-title:after {
  content: "";
  width: 340px;
  height: 2px;
  margin: 14px 0 20px;
  background: #C8C8C8;
  display: block;
}
.team .designation {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.team p {
  margin-top: 20px;
  margin-bottom: 0px;
}
.team .member-content {
  margin-top: 80px;
  margin-right: 90px;
}
body:dir(rtl) .team .member-content {
  margin-left: 90px;
  margin-right: initial;
}
.team .member-content:last-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .team .member-content {
    margin-bottom: 52px;
    margin-right: 0px;
    margin-top: 0;
  }
  body:dir(rtl) .team .member-content {
    margin-left: 0px;
    margin-right: initial;
  }
}
.team h4, .team .h4, .team .center-team-htag-repeater-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #000000;
  text-transform: inherit;
}
.team h4:after, .team .h4:after, .team .center-team-htag-repeater-title:after {
  content: "";
  width: 140px;
  height: 2px;
  margin: 14px 0 20px;
  background: #C8C8C8;
  display: block;
}
.team h6, .team .h6 {
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-top: 30px;
}

.flex-box {
  display: flex;
  justify-content: flex-end;
}

.box2 {
  height: 265px;
  width: 40%;
  background: rgba(202, 41, 186, 0.1);
}
@media only screen and (max-width: 375px) {
  .box2 {
    height: 200px;
    width: 200px;
  }
}

.fpo {
  height: 1190px;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@media only screen and (max-width: 991px) {
  .fpo {
    height: 645px;
  }
}
.fpo .fpo-bg {
  background: rgba(202, 41, 186, 0.1);
  display: flex;
  justify-content: flex-end;
  padding-bottom: 210px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: right;
}
@media only screen and (max-width: 375px) {
  .fpo .fpo-bg {
    padding-top: 172px;
    padding-bottom: 172px;
    text-align: center;
  }
}
.fpo .fpo-bg .title {
  font-weight: 900;
  font-size: 104px;
  line-height: 70px;
}
.fpo .fpo-bg .sub-title {
  font-weight: 900;
  font-size: 79px;
  line-height: 70px;
  margin-top: 70px;
  max-width: 100%;
}

.team-mission {
  margin-top: 104px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 991px) {
  .team-mission {
    margin-top: 55px;
    margin-bottom: 32px;
  }
}
.team-mission .absolute {
  position: relative;
  min-height: 710px;
}
@media only screen and (max-width: 1279px) {
  .team-mission .absolute {
    position: static;
  }
}
.team-mission .absolute .mission-content {
  width: 560px;
  position: absolute;
  top: 96px;
  left: 0;
  background: #ffffff;
  padding: 72px 61px 76px 0;
  z-index: 3;
}
body:dir(rtl) .team-mission .absolute .mission-content {
  margin-right: 0;
  margin-left: initial;
  right: 0;
}
body:dir(rtl) .team-mission .absolute .mission-content {
  padding-left: 61px;
  padding-right: 0;
}
@media only screen and (max-width: 1279px) {
  .team-mission .absolute .mission-content {
    position: static;
    width: 100%;
    padding: 0;
  }
}
.team-mission .absolute .mission-content h1, .team-mission .absolute .mission-content .h1 {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
  color: #232C33;
  margin-bottom: 20px;
}
.team-mission .absolute .mission-content .center-mission-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
  color: #232C33;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .team-mission .absolute .mission-content .center-mission-htag-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  .team-mission .absolute .mission-content .center-mission-htag-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}
.team-mission .absolute .mission-img {
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 24.61%, rgba(0, 0, 0, 0.4) 47.67%, rgba(0, 0, 0, 0) 64.05%);
}
body:dir(rtl) .team-mission .absolute .mission-img {
  left: 0;
  right: unset;
}
@media only screen and (max-width: 1279px) {
  .team-mission .absolute .mission-img {
    position: static;
    margin: 65px 0 30px;
  }
}
.team-mission .absolute .mission-img img {
  width: 100%;
  height: auto;
}
.team-mission .absolute .testimonials {
  z-index: 2;
  position: absolute;
  bottom: 45px;
  right: 45px;
  display: flex;
}
body:dir(rtl) .team-mission .absolute .testimonials {
  left: 45px;
  right: unset;
}
@media only screen and (max-width: 1279px) {
  .team-mission .absolute .testimonials {
    position: static;
  }
}
@media only screen and (max-width: 375px) {
  .team-mission .absolute .testimonials {
    display: block;
  }
}
.team-mission .absolute .testimonials .icon {
  padding: 15px;
}
.team-mission .absolute .testimonials .testimonial-content {
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 50px;
  color: #ffffff;
  width: 500px;
}
@media only screen and (max-width: 1279px) {
  .team-mission .absolute .testimonials .testimonial-content {
    color: #000000;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .team-mission .absolute .testimonials .testimonial-content {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.32px;
  }
}
.team-mission .absolute .testimonials .name {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  .team-mission .absolute .testimonials .name {
    color: #000000;
  }
}
@media only screen and (max-width: 991px) {
  .team-mission .absolute .testimonials .name {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.226274px;
  }
}
@media only screen and (max-width: 375px) {
  .team-mission .absolute .testimonials .name {
    margin-top: 20px;
  }
}

.team-schedule {
  float: left;
  display: block;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 104px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 42%;
}
body:dir(rtl) .team-schedule {
  background-position: top left;
}
@media only screen and (max-width: 1920px) {
  .team-schedule {
    background-size: auto;
  }
}
@media only screen and (max-width: 1640px) {
  .team-schedule {
    background-position: 120% 0;
  }
  body:dir(rtl) .team-schedule {
    background-position: -20% 0;
  }
}
@media only screen and (max-width: 1440px) {
  .team-schedule {
    background-position: 130% 0;
  }
  body:dir(rtl) .team-schedule {
    background-position: -30% 0;
  }
}
@media only screen and (max-width: 1279px) {
  .team-schedule {
    background-position: 155% 0;
  }
  body:dir(rtl) .team-schedule {
    background-position: -55% 0;
  }
}
@media only screen and (max-width: 1140px) {
  .team-schedule {
    background-position: 195% 0;
  }
  body:dir(rtl) .team-schedule {
    background-position: -95% 0;
  }
}
@media only screen and (max-width: 1040px) {
  .team-schedule {
    background-position: 255% 0;
  }
  body:dir(rtl) .team-schedule {
    background-position: -155% 0;
  }
}
@media only screen and (max-width: 991px) {
  .team-schedule {
    background-position: 0 120%;
    background-size: 780px;
    padding-bottom: 151px;
    padding-top: 0px;
  }
  body:dir(rtl) .team-schedule {
    background-position: 0 120%;
  }
}
@media only screen and (max-width: 767px) {
  .team-schedule {
    background-position: center bottom;
    background-size: 100%;
  }
  body:dir(rtl) .team-schedule {
    background-position: center bottom;
  }
}
.team-schedule .schedule-content {
  margin: 45px 0;
  float: left;
  display: block;
  width: 100%;
}
.team-schedule .schedule-content .title {
  font-family: "Nunito Sans", "Avenir";
  text-transform: inherit;
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  color: #232C33;
}
@media only screen and (max-width: 1279px) {
  .team-schedule .schedule-content .title {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}
.team-schedule .schedule-content .title:after {
  content: "";
  width: 140px;
  height: 2px;
  margin: 60px 0;
  background: #C8C8C8;
  display: block;
}
@media only screen and (max-width: 991px) {
  .team-schedule .schedule-content .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.team-schedule .schedule-content .m-gap {
  margin: 15px 0;
  display: block;
  float: left;
  width: 100%;
}
.team-schedule .schedule-content .m-gap .transparent-theme-btn {
  width: 280px;
  display: block;
}
.team-schedule .schedule-content .m-gap .primary-theme-btn {
  width: 280px;
  display: block;
  margin-left: 0;
}
body:dir(rtl) .team-schedule .schedule-content .m-gap .primary-theme-btn {
  margin-right: 0;
  margin-left: initial;
}
.team-schedule figure img {
  width: 100%;
  height: auto;
}

.join-team {
  padding-top: 105px;
  padding-bottom: 57px;
  overflow: hidden;
  float: left;
  width: 100%;
  display: block;
  clear: both;
}
.join-team .join-bg {
  min-height: 710px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .join-team .join-bg {
    min-height: 790px;
  }
}
@media only screen and (max-width: 480px) {
  .join-team .join-bg {
    padding: 0;
    min-height: 580px;
  }
}
@media only screen and (max-width: 991px) {
  .join-team .join-bg .join-team-img {
    width: 115%;
    height: auto;
    margin-left: -20px;
  }
  body:dir(rtl) .join-team .join-bg .join-team-img {
    margin-right: -20px;
    margin-left: initial;
  }
}
.join-team .join-bg .join-details {
  position: absolute;
  width: 564px;
  right: 0px;
  top: 96px;
  padding: 72px 25px 80px 60px;
  background: #ffffff;
}
body:dir(rtl) .join-team .join-bg .join-details {
  left: 0;
  right: unset;
}
body:dir(rtl) .join-team .join-bg .join-details {
  padding-left: 25px;
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .join-team .join-bg .join-details {
    width: 100%;
    right: 0px;
    top: 530px;
  }
  body:dir(rtl) .join-team .join-bg .join-details {
    left: 0;
    right: unset;
  }
}
@media only screen and (max-width: 480px) {
  .join-team .join-bg .join-details {
    padding: 0;
    top: 295px;
  }
  body:dir(rtl) .join-team .join-bg .join-details {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 375px) {
  .join-team .join-bg .join-details {
    top: 230px;
  }
}
.join-team .join-bg .join-details .center-join-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .join-team .join-bg .join-details .center-join-htag-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  .join-team .join-bg .join-details .center-join-htag-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}
.join-team .join-bg .join-details h2, .join-team .join-bg .join-details .h2, .join-team .join-bg .join-details .center-join-htag-title {
  font-weight: 900;
  color: #232C33;
}
@media only screen and (max-width: 991px) {
  .join-team .join-bg .join-details h2, .join-team .join-bg .join-details .h2, .join-team .join-bg .join-details .center-join-htag-title {
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 480px) {
  .join-team .join-bg .join-details h2, .join-team .join-bg .join-details .h2, .join-team .join-bg .join-details .center-join-htag-title {
    padding: 10px;
  }
}
.join-team .join-bg .join-details a.theme-btn {
  margin-top: 30px;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #232C33;
}
.join-team .join-bg .join-details a.theme-btn img {
  padding: 0px 0 5px 20px;
}

.bgColorBlack {
  height: 140px;
  width: 100%;
  background: #000000;
}
@media only screen and (max-width: 1279px) {
  .bgColorBlack {
    height: 80px;
  }
}

.featured-blog {
  margin: 10px 0;
}
@media only screen and (max-width: 991px) {
  .featured-blog {
    margin: 56px 0 36px;
  }
}
.featured-blog .featuredArticleHeading {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}
.featured-blog .featured-content h3, .featured-blog .featured-content .h3, .featured-blog .featured-content .featured-blog-title, .featured-blog .featured-content h2.blogListItemTitle, .featured-blog .featured-content .blogListItemTitle.h2 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
  color: #232C33;
  text-transform: unset;
}
.featured-blog .featured-content h3 a, .featured-blog .featured-content .h3 a, .featured-blog .featured-content .featured-blog-title a, .featured-blog .featured-content h2.blogListItemTitle a, .featured-blog .featured-content .blogListItemTitle.h2 a {
  color: #000000;
}
.featured-blog .featured-content h3 a:hover, .featured-blog .featured-content .h3 a:hover, .featured-blog .featured-content .featured-blog-title a:hover, .featured-blog .featured-content h2.blogListItemTitle a:hover, .featured-blog .featured-content .blogListItemTitle.h2 a:hover {
  color: #EF3E33;
}
.featured-blog .featured-content h3:after, .featured-blog .featured-content .h3:after, .featured-blog .featured-content .featured-blog-title:after, .featured-blog .featured-content h2.blogListItemTitle:after, .featured-blog .featured-content .blogListItemTitle.h2:after {
  content: "";
  width: 140px;
  height: 2px;
  margin: 34px 0 30px;
  background: #C8C8C8;
  display: block;
}
.featured-blog .featured-content .date {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #232C33;
  margin-bottom: 20px;
  display: block;
}
.featured-blog .featured-content p {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.featured-blog figure img {
  width: 100%;
  height: auto;
}

.blogHeader .col-12 {
  padding: 42px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .blogHeader .col-12 {
    padding: 25px 0;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .blogHeader .col-12 .title {
    margin-bottom: 40px;
  }
}
.blogHeader .col-12 .title .center-blog-list-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #232C33;
  text-transform: inherit;
}
@media only screen and (max-width: 1279px) {
  .blogHeader .col-12 .title .center-blog-list-htag-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.blogHeader .col-12 .blogCat select {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  width: 300px;
  padding: 18px 40px 18px 24px;
  background: linear-gradient(180deg, #FFFFFF 0%, #D8D8D8 186%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
body:dir(rtl) .blogHeader .col-12 .blogCat select {
  padding-left: 40px;
  padding-right: 24px;
}
@media only screen and (max-width: 640px) {
  .blogHeader .col-12 .blogCat select {
    width: 100%;
  }
}
.blogHeader .col-12 .blogCat select.dropdown {
  -webkit-appearance: none;
  -moz-appearance: window;
  border: none;
  background-image: url("../../images/arrowDown.png");
  background-repeat: no-repeat;
  background-position: 92% center;
}
body:dir(rtl) .blogHeader .col-12 .blogCat select.dropdown {
  background-position: 8% center;
}

.blogList {
  padding-top: 55px;
  padding-bottom: 175px;
  background: #f4f4f4;
}
.blogList .blogListTitle {
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
  font-weight: 800;
}
.blogList .blog-box {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  display: block;
}
.blogList .blog-box figure {
  margin: 0;
}
.blogList .blog-box figure img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.blogList .blog-box .blog-content {
  padding: 32px 32px 10px;
}
.blogList .blog-box .blog-content .center-blog-list-htag-repeater-title, .blogList .blog-box .blog-content .press-list-htag-repeater-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #232C33;
}
@media only screen and (max-width: 1279px) {
  .blogList .blog-box .blog-content .center-blog-list-htag-repeater-title, .blogList .blog-box .blog-content .press-list-htag-repeater-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.blogList .blog-box .blog-content h4, .blogList .blog-box .blog-content .h4, .blogList .blog-box .blog-content .center-related-title {
  color: #000000;
}
.blogList .blog-box .blog-content h4:after, .blogList .blog-box .blog-content .h4:after, .blogList .blog-box .blog-content .center-related-title:after {
  content: "";
  width: 140px;
  height: 1px;
  margin: 16px 0 16px;
  background: #C8C8C8;
  display: block;
}
.blogList .blog-box .blog-content .corporate-blog-title, .blogList .blog-box .blog-content h2.blogListItemTitle, .blogList .blog-box .blog-content .blogListItemTitle.h2 {
  color: #000000;
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  text-transform: unset;
}
@media only screen and (max-width: 1279px) {
  .blogList .blog-box .blog-content .corporate-blog-title, .blogList .blog-box .blog-content h2.blogListItemTitle, .blogList .blog-box .blog-content .blogListItemTitle.h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.blogList .blog-box .blog-content .date {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232C33;
  margin-bottom: 16px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .blogList .blog-box .blog-content .date {
    font-size: 14px;
    line-height: 22px;
  }
}
.blogList .blog-box .blog-content p {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

#loadMore {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 56px;
}
#loadMore a {
  display: block;
  width: 222px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .blog-header {
    margin-top: 56px;
  }
}
.blog-header .category {
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.blog-header .category a {
  color: #EF3E33;
}
.blog-header .category a:hover {
  color: #000000;
}
.blog-header h1, .blog-header .h1 {
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .blog-header h1, .blog-header .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-header h1, .blog-header .h1 {
    letter-spacing: -0.15px;
  }
}
.blog-header h1:after, .blog-header .h1:after {
  content: "";
  width: 140px;
  height: 2px;
  margin: 34px 0 30px;
  background: #C8C8C8;
  display: block;
}
.blog-header .date {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #232C33;
  margin-bottom: 20px;
  display: block;
}

.blog-details .articles {
  width: 100%;
  padding: 40px 0;
  background: #ffffff;
  margin: 0 auto 0;
}
@media only screen and (max-width: 991px) {
  .blog-details .articles {
    padding: 0;
    margin: 0;
  }
}
.blog-details .articles a {
  color: #B5121B;
  text-decoration: underline;
}
.blog-details .articles a:hover {
  color: #000000;
}
.blog-details .articles img {
  max-width: 100%;
}
.blog-details .articles p {
  font-size: 18px;
}

.blog-details .feature-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 20px;
  min-height: 80px;
}

.blog-details .feature-img img {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .blog-details .feature-img img {
    width: auto;
    max-height: 420px;
    max-width: 91vw;
  }
}
@media (min-width: 992px) {
  .blog-details .feature-img img {
    max-height: 500px;
    max-width: 754px;
  }
}
@media (min-width: 1279px) {
  .blog-details .feature-img img {
    max-height: 640px;
    max-width: 1030px;
  }
}
@media (min-width: 1400px) {
  .blog-details .feature-img img {
    max-width: 1100px;
  }
}
.related-articles {
  padding: 80px 0;
  background-position: bottom left;
  background-repeat: repeat-x;
}
.related-articles h2, .related-articles .h2 {
  color: #000000;
}
.related-articles h2:after, .related-articles .h2:after {
  content: "";
  width: 340px;
  height: 2px;
  margin: 34px 0 30px;
  background: #C8C8C8;
  display: block;
}
@media only screen and (max-width: 1279px) {
  .related-articles h2.blogListTitle, .related-articles .blogListTitle.h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .related-articles h2.blogListTitle, .related-articles .blogListTitle.h2 {
    margin-bottom: 34px;
    display: block;
    text-align: center;
  }
  .related-articles h2.blogListTitle:after, .related-articles .blogListTitle.h2:after {
    content: none;
  }
}
.related-articles h3.blogListItemTitle, .related-articles .blogListItemTitle.h3 {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 1279px) {
  .related-articles h3.blogListItemTitle, .related-articles .blogListItemTitle.h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.related-articles .center-related-title {
  font-family: "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: inherit;
}
.related-articles .center-related-title:after {
  content: "";
  width: 340px;
  height: 2px;
  margin: 34px 0 30px;
  background: #C8C8C8;
  display: block;
}
@media only screen and (max-width: 1279px) {
  .related-articles .center-related-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.related-articles .blog-box {
  margin-bottom: 24px;
}

#blogId {
  display: none;
}

.page-header .container {
  display: flex;
  justify-content: space-between;
}

.alert-box {
  background: #EBE70E;
  padding: 20px 40px 40px;
  text-align: center;
  width: 416px;
  margin-bottom: -42px;
  align-self: flex-end;
}
@media only screen and (max-width: 991px) {
  .alert-box {
    width: 100%;
    margin-bottom: 56px;
  }
}
.alert-box img {
  margin-bottom: 20px;
}

.alert-box-red p:dir(rtl) {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .contact-info .bg-p-40 {
    padding: 0;
    background: #ffffff;
  }
}

.contact-info.schedule-time {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .contact-info.schedule-time {
    padding: 56px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info.schedule-time h2, .contact-info.schedule-time .h2 {
    border-top: none;
    padding-top: 0px;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
  }
}

.summer-programs.schedule-program {
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .summer-programs.schedule-program {
    margin: 40px 0 55px;
  }
}

.feature-event {
  padding-top: 56px;
  padding-bottom: 68px;
}
.feature-event .eventlist-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #232C33;
}
@media only screen and (max-width: 1279px) {
  .feature-event .eventlist-htag-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-event .eventlist-htag-title {
    letter-spacing: -0.15px;
  }
}
.feature-event .event-articles {
  padding-bottom: 80px;
  margin-bottom: 49px;
  border-bottom: 1px solid #C8C8C8;
}
.feature-event .event-articles:last-child {
  border: none;
  margin-bottom: 0;
}
.feature-event .event-articles figure img {
  width: 100%;
  height: auto;
}
.feature-event .event-articles .featured-content .date {
  font-weight: 800;
  font-size: 20px;
  line-height: 35px;
  color: #EF3E33;
  margin-top: 11px;
}
.feature-event .event-articles .featured-content .date:after {
  content: "";
  width: 140px;
  height: 2px;
  margin: 18px 0 35px;
  background: #C8C8C8;
  display: block;
}
.feature-event .event-articles .featured-content a.theme-btn {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #EF3E33;
  margin-top: 8px;
  margin-bottom: 30px;
  display: block;
  float: left;
  width: 100%;
}
.feature-event .event-articles .featured-content a.secondary-theme-btn {
  width: 222px;
  display: block;
  float: left;
}

.event-gallery {
  padding-top: 89px;
  padding-bottom: 96px;
  margin-bottom: 148px;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 1000px;
}
body:dir(rtl) .event-gallery {
  background-position: 100% 100%;
}
@media only screen and (max-width: 1680px) {
  .event-gallery {
    background-position: -35% 0%;
  }
  body:dir(rtl) .event-gallery {
    background-position: 135% 0%;
  }
}
@media only screen and (max-width: 1440px) {
  .event-gallery {
    background-position: -75% 0%;
  }
  body:dir(rtl) .event-gallery {
    background-position: 175% 0%;
  }
}
@media only screen and (max-width: 1279px) {
  .event-gallery {
    background-position: -120% 0%;
  }
  body:dir(rtl) .event-gallery {
    background-position: 220% 0%;
  }
}
@media only screen and (max-width: 991px) {
  .event-gallery {
    background-position: 0;
    background-size: 560px;
    background-repeat: repeat-y;
    padding-bottom: 0px;
    margin-bottom: 56px;
  }
  body:dir(rtl) .event-gallery {
    background-position: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .event-gallery {
    background-size: 380px;
    background-repeat: repeat-y;
  }
}
@media only screen and (max-width: 480px) {
  .event-gallery {
    background-position: -200px 175px;
    background-size: 460px;
    background-repeat: no-repeat;
  }
  body:dir(rtl) .event-gallery {
    background-position: 300px 175px;
  }
}
.event-gallery h2, .event-gallery .h2 {
  margin-bottom: 51px;
}
@media only screen and (max-width: 480px) {
  .event-gallery h2, .event-gallery .h2 {
    margin-bottom: 101px;
  }
}

.whyus-section {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 45%;
  margin-bottom: 136px;
  float: left;
  display: block;
  width: 100%;
}
body:dir(rtl) .whyus-section {
  float: right;
  background-position: top left;
}
@media only screen and (max-width: 1680px) {
  .whyus-section {
    background-position: 120% 0%;
    background-size: 50%;
  }
  body:dir(rtl) .whyus-section {
    background-position-x: -20%;
  }
}
@media only screen and (max-width: 1440px) {
  .whyus-section {
    background-position: 130% 0%;
    background-size: 55%;
  }
  body:dir(rtl) .whyus-section {
    background-position-x: -30%;
  }
}
@media only screen and (max-width: 1279px) {
  .whyus-section {
    background-size: 64%;
  }
}
@media only screen and (max-width: 991px) {
  .whyus-section {
    background-repeat: repeat-y;
    background-size: 50%;
    margin-bottom: 56px;
    background-position: right;
  }
  body:dir(rtl) .whyus-section {
    background-position: left;
  }
}
@media only screen and (max-width: 575px) {
  .whyus-section {
    background-position: 25px;
    background-size: 100%;
  }
  body:dir(rtl) .whyus-section {
    background-position-x: -25px;
  }
}
.whyus-section .whyus-articles {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .whyus-section .whyus-articles {
    display: block;
  }
}
.whyus-section .whyus-articles.center .differ .different-card-htag-title, .whyus-section .whyus-articles.condense .differ .different-card-htag-title {
  max-width: unset;
}
.whyus-section .whyus-articles.condense .differ .different-card-htag-title {
  font-size: 40px;
  line-height: 48px;
}
.whyus-section .whyus-articles.condense .differ .method {
  text-align: left;
}
.whyus-section .whyus-articles.condense .differ .method p {
  font-style: normal;
}
@media only screen and (max-width: 991px) {
  .whyus-section .whyus-articles .differ {
    background: #fff;
    margin: 0 -25%;
    padding: 0 25%;
  }
}
.whyus-section .whyus-articles .differ .different-card-htag-title {
  font-family: "Nunito Sans", "Avenir";
  text-transform: inherit;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .whyus-section .whyus-articles .differ .different-card-htag-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.15px;
  }
}
.whyus-section .whyus-articles .differ h2, .whyus-section .whyus-articles .differ .h2, .whyus-section .whyus-articles .differ .different-card-htag-title {
  font-weight: 900;
  font-size: 56px;
  line-height: 62px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 23px;
  max-width: 692px;
}
@media only screen and (max-width: 991px) {
  .whyus-section .whyus-articles .differ h2, .whyus-section .whyus-articles .differ .h2, .whyus-section .whyus-articles .differ .different-card-htag-title {
    margin: 0 -20px 0px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-top: 32px;
    background: #fff;
    max-width: 100%;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
  body:dir(rtl) .whyus-section .whyus-articles .differ h2, body:dir(rtl) .whyus-section .whyus-articles .differ .h2, body:dir(rtl) .whyus-section .whyus-articles .differ .different-card-htag-title {
    padding-right: 20px;
    padding-left: unset;
  }
}
.whyus-section .whyus-articles .differ a {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.55px;
  color: #000000;
}
.whyus-section .whyus-articles .differ a:hover {
  color: #EF3E33;
}
@media only screen and (max-width: 991px) {
  .whyus-section .whyus-articles .differ a {
    display: none;
  }
}
.whyus-section .whyus-articles .differ a img {
  margin-right: 20px;
  transform: scaleX(1) !important;
}
body:dir(rtl) .whyus-section .whyus-articles .differ a img {
  margin-left: 20px;
  margin-right: initial;
}
.whyus-section .whyus-articles .method {
  text-align: right;
}
body:dir(rtl) .whyus-section .whyus-articles .method {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .whyus-section .whyus-articles .method {
    text-align: center;
  }
  body:dir(rtl) .whyus-section .whyus-articles .method {
    text-align: center;
  }
}
.whyus-section .whyus-articles .method p {
  font-style: italic;
  font-weight: 200;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.45px;
  color: #000000;
  margin-bottom: 14px;
  margin-top: 40px;
}
html[lang=ro] .whyus-section .whyus-articles .method p {
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .whyus-section .whyus-articles .method p {
    font-size: 20px;
    line-height: 60px;
  }
  .whyus-section .whyus-articles .method p:after {
    content: "";
    width: 85%;
    height: 2px;
    margin: 25px 0;
    background: #000000;
    display: block;
  }
}
.whyus-section .whyus-articles .method p span {
  font-weight: 500;
}
.whyus-section .whyus-articles .method a.primary-theme-btn {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 480px) {
  .whyus-section .whyus-articles .method a.primary-theme-btn {
    font-size: 12px;
    line-height: 32px;
  }
}

.whyus-section figure {
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .whyus-section figure {
    margin-bottom: 20px;
  }
  .whyus-section figure:last-child {
    margin-bottom: 48px;
  }
}
.whyus-section figure .bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(358.57deg, rgba(0, 0, 0, 0.6) 5.25%, rgba(0, 0, 0, 0) 69.32%);
  display: block;
}
.whyus-section figure img {
  width: 100%;
  height: 327px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .whyus-section figure img {
    height: 218px;
  }
}
.whyus-section figure .different-card-repeater-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  text-transform: inherit;
}
html[lang=ro] .whyus-section figure .different-card-repeater-htag-title {
  transform: translateY(40%);
}
@media only screen and (max-width: 1300px) {
  html[lang=ro] .whyus-section figure .different-card-repeater-htag-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .whyus-section figure .different-card-repeater-htag-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.whyus-section figure h4, .whyus-section figure .h4, .whyus-section figure .different-card-repeater-htag-title {
  position: absolute;
  bottom: 40px;
  left: 25px;
  color: #ffffff;
}
body:dir(rtl) .whyus-section figure h4, body:dir(rtl) .whyus-section figure .h4, body:dir(rtl) .whyus-section figure .different-card-repeater-htag-title {
  right: 25px;
}
.whyus-section figure .different-card-image-repeater {
  background-repeat: no-repeat;
  background-size: cover;
  height: 327px;
}
@media only screen and (max-width: 991px) {
  .whyus-section figure .different-card-image-repeater {
    height: 218px;
  }
}
.whyus-section figure .different-card-image-repeater .bg-black-05 {
  position: absolute;
  bottom: 50px;
  height: 50px;
  width: 85%;
  left: 50%;
  transform: translate(-50%, 0);
}
.whyus-section figure .different-card-image-repeater .different-card-repeater-htag-title {
  position: relative;
  bottom: unset;
  left: unset;
}

.differ-content {
  background: #000;
  padding: 60px 20px;
}
@media only screen and (max-width: 991px) {
  .differ-content {
    display: none;
  }
}
.differ-content p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.enrollment .enrollment-detail a.secondary-theme-btn {
  float: left;
  display: block;
  width: 300px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .enrollment .enrollment-detail a.secondary-theme-btn {
    padding-top: 0;
    padding-bottom: 5px;
  }
}

.enrollment.promotion {
  margin-bottom: 87px;
}
@media only screen and (max-width: 991px) {
  .enrollment.promotion {
    margin-bottom: 0px;
  }
}
.enrollment.promotion .theme-btn {
  float: none;
  display: block;
  width: 100%;
  clear: both;
}
.enrollment.promotion .theme-btn .secondary-theme-btn {
  background: none !important;
  box-shadow: none !important;
}

.enrollment.promotion-reverse {
  margin-bottom: 0px;
  background-position: left center;
}
@media only screen and (max-width: 1279px) {
  .enrollment.promotion-reverse {
    min-height: 465px;
    background-position: -300px 0px;
  }
}
@media only screen and (max-width: 1040px) {
  .enrollment.promotion-reverse {
    background-position: -400px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .enrollment.promotion-reverse {
    min-height: 85px;
    background-position: center top;
    background-size: 100%;
  }
}
.enrollment.promotion-reverse .container {
  display: flex;
  justify-content: flex-end;
}
.enrollment.promotion-reverse .container .enrollment-detail {
  padding-left: 131px;
}
@media only screen and (max-width: 1279px) {
  .enrollment.promotion-reverse .container .enrollment-detail {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .enrollment.promotion-reverse .container .enrollment-detail {
    padding: 20px 15px 0;
  }
}
.enrollment.promotion-reverse .theme-btn {
  float: none;
  display: block;
  width: 100%;
  clear: both;
}
.enrollment.promotion-reverse .theme-btn .secondary-theme-btn {
  background: none !important;
  box-shadow: none !important;
}

.rewards-banner {
  min-height: 300px !important;
}
@media only screen and (max-width: 991px) {
  .rewards-banner .bg-color-banner {
    min-height: 275px;
    position: relative;
  }
}
.rewards-banner .bg-color-banner .rewards-content {
  padding-top: 339px;
  padding-bottom: 106px;
}
@media only screen and (max-width: 991px) {
  .rewards-banner .bg-color-banner .rewards-content {
    padding: 15px 24px 64px;
    background: rgba(7, 6, 6, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.rewards-banner .bg-color-banner .rewards-content .rewards-title {
  font-weight: 900;
  font-size: 72px;
  line-height: 70px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px -6px 34px rgba(0, 0, 0, 0.35);
  margin-top: 0px;
  max-width: 600px;
}
@media only screen and (max-width: 991px) {
  .rewards-banner .bg-color-banner .rewards-content .rewards-title {
    font-size: 40px;
    line-height: 46px;
    margin-top: 0px;
    max-width: 100%;
  }
}

.rewards {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .rewards {
    padding-top: 0;
  }
}
.rewards h2, .rewards .h2 {
  font-weight: 900;
  text-align: center;
  color: #000000;
  max-width: 864px;
  margin: 0 auto 80px;
}
.rewards .reward-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.rewards .reward-wrapper .reward-box {
  width: 375px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .rewards .reward-wrapper .reward-box {
    width: 100%;
  }
}
.rewards .reward-wrapper .reward-box figure {
  margin: 0;
}
.rewards .reward-wrapper .reward-box figure img {
  width: 375px;
  height: 255px;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .rewards .reward-wrapper .reward-box figure img {
    width: 100%;
    height: auto;
  }
}
.rewards .reward-wrapper .reward-box .reward-detail {
  padding: 20px;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}
.rewards .theme-btn {
  text-align: center;
  display: block;
  margin-top: 64px;
}
.rewards .theme-btn a {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 17px;
}
.rewards .theme-btn a img {
  margin-left: 20px;
  margin-bottom: 5px;
}

.gallery.rewards-gallery h2, .gallery.rewards-gallery .h2 {
  margin-bottom: 24px;
}
.gallery.rewards-gallery p {
  max-width: 565px;
  padding-bottom: 5px;
}
.gallery.rewards-gallery .theme-btn {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
}
.gallery.rewards-gallery .theme-btn img {
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 5px;
}
.gallery.rewards-gallery .theme-btn.desktop-btn {
  margin-bottom: 24px;
  text-align: right;
}
.gallery.rewards-gallery .theme-btn.mbl-btn {
  margin: 17px 0;
}

.schedule-session {
  padding-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .schedule-session {
    padding-top: 64px;
    padding-bottom: 48px;
  }
}
.schedule-session h2, .schedule-session .h2 {
  color: #000000;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .schedule-session h2, .schedule-session .h2 {
    letter-spacing: -0.15px;
  }
}
.schedule-session .session-box {
  border-top: 16px solid #EF3E33;
  padding: 41px 36px 19px;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .schedule-session .session-box {
    height: inherit;
  }
}
@media only screen and (max-width: 575px) {
  .schedule-session .session-box {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.schedule-session .session-box h4, .schedule-session .session-box .h4 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #000000;
  min-height: 90px;
  display: flex;
  align-items: center;
  max-width: 266px;
}
@media only screen and (max-width: 575px) {
  .schedule-session .session-box h4, .schedule-session .session-box .h4 {
    max-width: 100%;
  }
}
.schedule-session .session-box p {
  margin-bottom: 32px;
}
.schedule-session .session-box p:before {
  content: "";
  width: 140px;
  height: 2px;
  margin: 8px 0 21px;
  background: #C8C8C8;
  display: block;
}
.schedule-session .session-box a.theme-btn {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
}
.schedule-session .session-box a.theme-btn img {
  margin-left: 20px;
  margin-bottom: 5px;
}

.resources-session {
  padding: 58px 0 107px;
  background: #f2f2f2;
}
.resources-session h2, .resources-session .h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 52px;
}
.resources-session .session-box {
  border-top: 10px solid #EBE70E;
  padding: 40px 0 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .resources-session .session-box {
    height: inherit;
  }
}
.resources-session .session-box h5, .resources-session .session-box .h5 {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.resources-session .session-box a.theme-btn {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 17px 0 15px;
  display: inline-block;
}
.resources-session .session-box a.theme-btn img {
  margin-left: 20px;
  margin-bottom: 15px;
}

.contact-info.schedule-info {
  padding: 55px 0 62px;
  margin: 0;
  background: rgba(200, 200, 200, 0.2);
}

.gallery.rewards-gallery {
  padding: 0;
  margin: 120px 0;
}
@media only screen and (max-width: 991px) {
  .gallery.rewards-gallery {
    margin-top: 48px;
    margin-bottom: 51px;
  }
}

.parents.news-session {
  padding: 72px 0 150px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
}
.parents.news-session h3.frontline, .parents.news-session .frontline.h3 {
  position: relative;
  font-style: normal;
  padding-left: 150px;
  color: #ffffff;
  margin-bottom: 47px;
}
@media only screen and (max-width: 991px) {
  .parents.news-session h3.frontline, .parents.news-session .frontline.h3 {
    position: static;
    padding-left: 0;
    text-align: center;
  }
}
.parents.news-session h3.frontline:before, .parents.news-session .frontline.h3:before {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: #ffffff;
  left: 0;
  top: 50%;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .parents.news-session h3.frontline:before, .parents.news-session .frontline.h3:before {
    position: static;
    width: 0px;
    height: 0px;
  }
}

.theme-btn button.secondary-theme-btn border:none img {
  padding-bottom: 5px;
  padding-left: 15px;
}

.black-bg {
  background: #000;
  height: 140px;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .black-bg {
    height: 78px;
  }
}

section.login-page {
  padding-top: 150px;
  padding-bottom: 242px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.login-page .helpEmail a:link, section.login-page .helpEmail a:visited {
  color: #B5121B;
  font-weight: bold;
}
section.login-page .helpEmail a:hover {
  color: #f84e59;
}
section.login-page .form-content {
  margin: 0 auto;
  max-width: 684px;
  text-align: center;
}
section.login-page .form-content h3, section.login-page .form-content .h3 {
  margin-bottom: 32px;
}
section.login-page .form-content p {
  margin: 0 auto 72px;
  max-width: 450px;
}
section.login-page .form-content .form-group {
  margin: 0 auto 48px;
}
@media only screen and (max-width: 991px) {
  section.login-page .form-content .form-group {
    margin: 0 auto 28px;
  }
}
section.login-page .form-content .form-group input.form-control {
  max-width: 416px;
  height: 50px;
  width: 100%;
  margin: 0 auto;
}
section.login-page .form-content .form-group button.secondary-theme-btn {
  margin-top: 0;
}

.contact-info .hours-lg-view:first-child {
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .hero-banner.section-top.section-full {
    position: static;
    padding-top: 300px;
    background-size: 100%;
  }
}
.hero-banner.section-top.section-full .bg-black-05 {
  min-height: 715px;
}
@media only screen and (max-width: 991px) {
  .hero-banner.section-top.section-full .bg-black-05 {
    background: rgba(7, 6, 6, 0.8);
    padding-bottom: 180px;
    min-height: 15px;
  }
}
.hero-banner.section-top.section-full .bg-black-05 .hero-content {
  max-width: 720px;
}
@media only screen and (max-width: 991px) {
  .hero-banner.section-top.section-full .bg-black-05 .hero-content {
    padding: 20px 0px 1px;
    position: static;
    background: transparent;
  }
}
.hero-banner.section-top.section-full .bg-black-05 .hero-content h3.hero-subtitle, .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-subtitle.h3, .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-corporate-h-tag-leading-text {
  font-weight: 900;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 1px 2px #474747;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1279px) {
  .hero-banner.section-top.section-full .bg-black-05 .hero-content h3.hero-subtitle, .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-subtitle.h3, .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-corporate-h-tag-leading-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-banner.section-top.section-full .bg-black-05 .hero-content h3.hero-subtitle, .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-subtitle.h3, .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-corporate-h-tag-leading-text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3.2px;
  }
}
.hero-banner.section-top.section-full .bg-black-05 .hero-content h2.hero-title, .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-title.h2, .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-corporate-htag-title {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 24px;
  text-shadow: 1px 1px 2px #474747;
}
html[lang=es] #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content h2.hero-title, html[lang=es] #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-title.h2, html[lang=es] #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-corporate-htag-title {
  font-size: 50px;
  text-wrap: balance;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .hero-banner.section-top.section-full .bg-black-05 .hero-content h2.hero-title, .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-title.h2, .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-corporate-htag-title {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -0.15px;
  }
  html[lang=es] #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content h2.hero-title, html[lang=es] #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-title.h2, html[lang=es] #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-corporate-htag-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-banner.section-top.section-full .bg-black-05 .hero-content h2.hero-title, .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-title.h2, .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-corporate-htag-title {
    font-size: 40px;
    line-height: 46px;
    padding: 0;
  }
  html[lang=es] #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content h2.hero-title, html[lang=es] #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-title.h2, html[lang=es] #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-corporate-htag-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html[lang=es] #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content h2.hero-title, html[lang=es] #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-title.h2, html[lang=es] #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-corporate-htag-title {
    font-size: 52px;
  }
}
.hero-banner.section-top.section-full .bg-black-05 .hero-content p {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  max-width: 629px;
  text-shadow: 1px 1px 2px #474747;
}
@media only screen and (max-width: 991px) {
  .hero-banner.section-top.section-full .bg-black-05 .hero-content p {
    font-size: 30px;
    line-height: 36px;
  }
}
.hero-banner.section-top.section-full .bg-black-05 .hero-content ul {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
  max-width: 583px;
}
@media only screen and (max-width: 991px) {
  .hero-banner.section-top.section-full .bg-black-05 .hero-content ul {
    font-size: 20px;
  }
}

.logo-strip {
  clear: both;
  padding: 30px 0 50px;
  background: #fbfbfb;
}
.logo-strip.bg-white {
  background: #fff;
}
.logo-strip h4, .logo-strip .h4 {
  font-weight: 900;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #171B1F;
  opacity: 0.4;
  margin-bottom: 42px;
}
.logo-strip .logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .logo-strip .logo-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.logo-strip .logo-wrapper img {
  width: 166px;
  object-fit: contain;
  padding: 15px;
}

.mathMethod {
  clear: both;
  background: #f4f4f4;
  padding: 120px 0 115px;
}
@media only screen and (max-width: 991px) {
  .mathMethod {
    padding: 56px 0 43px;
  }
}
.mathMethod .text-center {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .mathMethod .text-center {
    text-align: left !important;
    margin-bottom: 72px;
  }
}
.mathMethod .text-center h2, .mathMethod .text-center .h2 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .mathMethod .text-center h2, .mathMethod .text-center .h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 24px;
  }
}
.mathMethod .text-center p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #232C33;
  max-width: 666px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .mathMethod .text-center p {
    font-size: 16px;
    line-height: 24px;
  }
}
.mathMethod .math-subject {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .mathMethod .math-subject {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.mathMethod .math-subject .line {
  height: 120px;
  width: 2px;
  background: #8D9DB5;
  margin: 100px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .mathMethod .math-subject .line {
    display: none;
  }
}
.mathMethod .math-subject .subject {
  width: 216px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .mathMethod .math-subject .subject {
    width: 160px;
  }
}
.mathMethod .math-subject .subject img {
  display: block;
  margin: 0 auto;
  width: 108px;
  height: 106px;
  object-fit: contain;
}
.mathMethod .math-subject .subject h5, .mathMethod .math-subject .subject .h5, .mathMethod .math-subject .subject .method-htag-file-image {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 22px;
  letter-spacing: normal;
  line-height: 34px;
  text-align: center;
  color: #000000;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .mathMethod .math-subject .subject h5, .mathMethod .math-subject .subject .h5, .mathMethod .math-subject .subject .method-htag-file-image {
    margin: 16px 0 56px;
    font-size: 22px;
  }
}

@media (min-width: 476px) {
  .page-learning-paths-scotland .mathMethod .math-subject .subject h5.item-2, .page-learning-paths-scotland .mathMethod .math-subject .subject .item-2.h5 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .mathMethod .math-subject {
    margin: 0 -25px;
  }
  .mathMethod .math-subject .subject h5, .mathMethod .math-subject .subject .h5 {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .mathMethod .math-subject {
    margin: 0;
  }
  .mathMethod .math-subject .subject h5, .mathMethod .math-subject .subject .h5 {
    font-size: 22px;
  }
}
.specificSituations {
  float: left;
  width: 100%;
  display: block;
  padding-top: 100px;
  padding-bottom: 150px;
  background-position: center right;
  background-repeat: repeat-y;
  background-size: 45%;
}
body:dir(rtl) .specificSituations {
  background-position: center left;
}
@media only screen and (max-width: 1279px) {
  .specificSituations {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .specificSituations {
    background-position: 300px;
    background-size: 100%;
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .specificSituations {
    background-position: 25px;
    background-size: 100%;
  }
}
.specificSituations h2, .specificSituations .h2, .specificSituations .card-alternative-htag-title {
  font-size: 56px;
  line-height: 58px;
  color: #000000;
  max-width: 584px;
  text-transform: uppercase;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1279px) {
  .specificSituations h2, .specificSituations .h2, .specificSituations .card-alternative-htag-title {
    font-size: 46px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .specificSituations h2, .specificSituations .h2, .specificSituations .card-alternative-htag-title {
    max-width: initial;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 24px;
    padding: 50px 25% 24px;
    background: #fff;
    margin: 0 -25% 56px;
  }
}
.specificSituations .session-box {
  border-top: 16px solid #EBE70E;
  padding: 24px 40px 24px;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  margin-bottom: 24px;
  max-width: 416px;
}
@media only screen and (max-width: 991px) {
  .specificSituations .session-box {
    height: inherit;
  }
}
@media only screen and (max-width: 575px) {
  .specificSituations .session-box {
    max-width: 100%;
    margin-bottom: 74px;
  }
}
.specificSituations .session-box.red {
  border-top: 16px solid #EF3E33;
}
.specificSituations .session-box h4, .specificSituations .session-box .h4, .specificSituations .session-box .card-alternative-repeater-htag-title, .specificSituations .session-box .card-repeater-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #000000;
  min-height: 90px;
  display: flex;
  align-items: center;
  max-width: 266px;
  text-transform: unset;
}
@media only screen and (max-width: 575px) {
  .specificSituations .session-box h4, .specificSituations .session-box .h4, .specificSituations .session-box .card-alternative-repeater-htag-title, .specificSituations .session-box .card-repeater-htag-title {
    max-width: 100%;
  }
}
.specificSituations .session-box p {
  margin-bottom: 32px;
}
.specificSituations .session-box p:before {
  content: "";
  width: 140px;
  height: 2px;
  margin: 8px 0 21px;
  background: #C8C8C8;
  display: block;
}
.specificSituations .session-box a.theme-btn {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
}
.specificSituations .session-box a.theme-btn img {
  margin-left: 20px;
  margin-bottom: 5px;
}

.mathhelp {
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #ffffff;
  min-height: 640px;
  float: left;
  display: block;
  width: 100%;
  background-size: auto 100%;
}
body:dir(rtl) .mathhelp {
  background-position: center left;
  float: right;
}
@media only screen and (max-width: 1920px) {
  .mathhelp {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 991px) {
  .mathhelp {
    background: none !important;
    margin-bottom: 56px;
  }
}
@media (min-width: 1429px) and (max-width: 1920px) {
  html[lang=es] .mathhelp .container {
    max-width: 1449px;
    padding-left: 0px;
  }
}
.mathhelp .mathhelp-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper {
    display: block;
  }
}
.mathhelp .mathhelp-wrapper .mathhelp-detail {
  max-width: 739px;
  min-height: 526px;
  background: #ffffff;
  margin: 64px 0 64px;
  padding-right: 125px;
  padding-left: 25px;
  padding-bottom: 52px;
}
body:dir(rtl) .mathhelp .mathhelp-wrapper .mathhelp-detail {
  padding-left: 125px;
  padding-right: 25px;
}
@media only screen and (max-width: 1279px) {
  .mathhelp .mathhelp-wrapper .mathhelp-detail {
    width: 480px;
    margin: 64px 0 47px;
    padding: 0 20px 40px 20px;
  }
  body:dir(rtl) .mathhelp .mathhelp-wrapper .mathhelp-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper .mathhelp-detail {
    width: 100%;
    margin: 0px;
    padding: 20px 15px 40px;
    min-height: 380px;
    position: relative;
    z-index: 9;
    margin: 64px auto 0px;
    display: inline-block;
  }
  body:dir(rtl) .mathhelp .mathhelp-wrapper .mathhelp-detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mathhelp .mathhelp-wrapper .mathhelp-detail .line-horizontal {
  height: 2px;
  width: 100%;
  margin: 15px 0;
  background: #8D9DB5;
}
.mathhelp .mathhelp-wrapper .mathhelp-detail .image-block-htag-title {
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .mathhelp .mathhelp-wrapper .mathhelp-detail .image-block-htag-title {
    font-size: 48px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper .mathhelp-detail .image-block-htag-title {
    letter-spacing: -0.15px;
  }
}
.mathhelp .mathhelp-wrapper .mathhelp-detail h2, .mathhelp .mathhelp-wrapper .mathhelp-detail .h2, .mathhelp .mathhelp-wrapper .mathhelp-detail .image-block-htag-title {
  font-family: "Nunito Sans", "Avenir";
  color: #000000;
  max-width: 632px;
  margin: 73px 0 10px;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .mathhelp .mathhelp-wrapper .mathhelp-detail h2, .mathhelp .mathhelp-wrapper .mathhelp-detail .h2, .mathhelp .mathhelp-wrapper .mathhelp-detail .image-block-htag-title {
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper .mathhelp-detail h2, .mathhelp .mathhelp-wrapper .mathhelp-detail .h2, .mathhelp .mathhelp-wrapper .mathhelp-detail .image-block-htag-title {
    margin: 0 0 10px;
    font-size: 40px;
    line-height: 46px;
  }
}
.mathhelp .mathhelp-wrapper .mathhelp-detail h5, .mathhelp .mathhelp-wrapper .mathhelp-detail .h5, .mathhelp .mathhelp-wrapper .mathhelp-detail .image-block-htag-description, .mathhelp .mathhelp-wrapper .mathhelp-detail .worldmap-htag-subtitle, .mathhelp .mathhelp-wrapper .mathhelp-detail .image-block-htag-subtitle, .mathhelp .mathhelp-wrapper .mathhelp-detail .img-right-htag-subtitle, .mathhelp .mathhelp-wrapper .mathhelp-detail .contact-map-htag-description {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  text-transform: unset;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper .mathhelp-detail h5, .mathhelp .mathhelp-wrapper .mathhelp-detail .h5, .mathhelp .mathhelp-wrapper .mathhelp-detail .image-block-htag-description, .mathhelp .mathhelp-wrapper .mathhelp-detail .worldmap-htag-subtitle, .mathhelp .mathhelp-wrapper .mathhelp-detail .image-block-htag-subtitle, .mathhelp .mathhelp-wrapper .mathhelp-detail .img-right-htag-subtitle, .mathhelp .mathhelp-wrapper .mathhelp-detail .contact-map-htag-description {
    font-size: 20px;
  }
}
.mathhelp .mathhelp-wrapper .mathhelp-detail .image-block-htag-description, .mathhelp .mathhelp-wrapper .mathhelp-detail .worldmap-htag-subtitle, .mathhelp .mathhelp-wrapper .mathhelp-detail .image-block-htag-subtitle, .mathhelp .mathhelp-wrapper .mathhelp-detail .img-right-htag-subtitle, .mathhelp .mathhelp-wrapper .mathhelp-detail .contact-map-htag-description {
  margin-bottom: 0.5rem;
}
.mathhelp .mathhelp-wrapper .mathhelp-detail p {
  display: block;
  width: 100%;
}
.mathhelp .mathhelp-wrapper .mathhelp-detail ul {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.mathhelp .mathhelp-wrapper .mathhelp-detail a.theme-btn {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  float: left;
  display: block;
  width: 100%;
  margin-top: 40px;
}
.mathhelp .mathhelp-wrapper .mathhelp-detail a.theme-btn:hover {
  color: #EF3E33;
}
.mathhelp .mathhelp-wrapper .mathhelp-detail a.theme-btn img {
  margin-bottom: 5px;
  margin-right: 20px;
}
.mathhelp .mathhelp-wrapper .mathhelp-testimonials {
  max-width: 480px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1279px) {
  .mathhelp .mathhelp-wrapper .mathhelp-testimonials {
    width: 430px;
  }
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper .mathhelp-testimonials {
    max-width: inherit;
    width: inherit;
    margin: -40px -20% 1px;
    position: relative;
    clear: both;
  }
}
.mathhelp .mathhelp-wrapper .mathhelp-testimonials img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper .mathhelp-testimonials img {
    width: 100%;
    height: 534px;
    object-fit: cover;
  }
}
.mathhelp .mathhelp-wrapper .mathhelp-testimonials .testimonials {
  color: #ffffff;
  margin-left: 10px;
  padding-left: 80px;
  background-size: 66px;
  background-position: top left;
  background-repeat: no-repeat;
}
body:dir(rtl) .mathhelp .mathhelp-wrapper .mathhelp-testimonials .testimonials {
  background-position: top right;
  padding-right: 80px;
  padding-left: unset;
  margin-right: 10px;
  margin-left: initial;
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper .mathhelp-testimonials .testimonials {
    padding-top: 80px;
    padding-left: 0px;
    margin: 25px 20% 0;
    position: absolute;
    width: inherit;
  }
  body:dir(rtl) .mathhelp .mathhelp-wrapper .mathhelp-testimonials .testimonials {
    background-position: top right;
    padding-right: 0px;
    padding-left: unset;
    margin-left: 20%;
    margin-right: 20%;
  }
}
.mathhelp .mathhelp-wrapper .mathhelp-testimonials p.quote {
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper .mathhelp-testimonials p.quote {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.4px;
  }
}
.mathhelp .mathhelp-wrapper .mathhelp-testimonials p.quoteby {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper .mathhelp-testimonials p.quoteby {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper .mathhelp-location {
    position: relative;
    margin: -60px -25% 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mathhelp .mathhelp-wrapper .mathhelp-location {
    margin: -60px -25px 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper .mathhelp-location img.mathhelp_sm_img {
    width: 100%;
    height: 402px;
    object-fit: cover;
  }
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location {
  width: 416px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(146, 146, 148, 0.4);
  margin: 64px 0 64px;
}
@media only screen and (max-width: 991px) {
  .mathhelp .mathhelp-wrapper .mathhelp-location .find-location {
    width: 375px;
    margin: -160px auto 56px;
    position: relative;
    z-index: 9;
  }
}
@media only screen and (max-width: 480px) {
  .mathhelp .mathhelp-wrapper .mathhelp-location .find-location {
    width: 90%;
  }
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-header {
  background: #F4F4F4;
  box-shadow: 0px 1px 10px rgba(146, 146, 148, 0.3);
  padding: 24px;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-header .title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #000000;
  margin-bottom: 8px;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-header h4, .mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-header .h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 8px;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-header a {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  text-decoration: none;
  color: #EF3E33;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-header a:after {
  content: "";
  width: 90px;
  height: 2px;
  margin: 0px 3px 4px;
  background: #C8C8C8;
  display: block;
  max-width: 100%;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-body {
  padding: 24px 24px 16px;
  display: block;
  float: left;
  width: 100%;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box {
  background: rgba(255, 255, 255, 0.98);
  border: 0.5px solid #C8C8C9;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 16px 16px 11px;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .icon i {
  font-size: 30px;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .details {
  display: inline-block;
  width: 86%;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .details .box-header {
  display: block;
  width: 100%;
  float: left;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .details .box-header .location-title {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #000000;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .details .box-header .mi {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  color: #EF3E33;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .details .location {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 19px;
  text-align: left;
  display: inline-block;
  margin-top: 5px;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .link {
  display: block;
  margin-left: 0px;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .link a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #EF3E33;
  display: block;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .default-btn {
  margin: 17px auto 14px;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .default-btn a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  text-decoration: none;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location .default-btn a img {
  margin-left: 20px;
  margin-bottom: 5px;
}

.quote-content {
  margin-top: -120px;
  margin-bottom: 120px;
  background: #FFFFFF;
  box-shadow: -12px 0px 10px rgba(146, 146, 148, 0.25);
  float: left;
  display: block;
  width: 100%;
}
body:dir(rtl) .quote-content {
  box-shadow: 12px 0px 10px rgba(146, 146, 148, 0.25);
}
.quote-content .quote-image {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .quote-content .quote-image {
    overflow: hidden;
    margin: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .quote-content .quote-image {
    overflow: inherit;
    height: 250px;
  }
}
.quote-content .quote-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .quote-content .quote-image img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.quote-content .quote-detail {
  padding: 36px 0 0;
  max-width: 420px;
}
@media only screen and (max-width: 991px) {
  .quote-content .quote-detail {
    background: #EF3E33;
    padding: 20px;
    max-width: 100%;
    margin: -80px 0;
  }
}
.quote-content .quote-detail img {
  margin: 0 auto;
  display: block;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  .quote-content .quote-detail img {
    margin-bottom: 24px;
    width: 36px;
    height: 29px;
    object-fit: contain;
  }
}
.quote-content .quote-detail p.quote {
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .quote-content .quote-detail p.quote {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.4px;
  }
}
.quote-content .quote-detail p.quoteby {
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  .quote-content .quote-detail p.quoteby {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }
}

.quote-content .owl-carousel.owl-loaded.owl-drag .quote-image img {
  margin: 0px;
}

.our-result {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
  min-height: 500px;
  padding-bottom: 380px;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .our-result {
    padding-bottom: 280px;
    margin-top: 15px;
    background: #DEDEDE !important;
    background-image: none;
  }
}
.our-result .content {
  background: #ffffff;
  padding: 56px 40px 100px;
  box-shadow: -7px 6px 10px rgba(146, 146, 148, 0.25);
  margin-left: 20px;
}
@media only screen and (max-width: 1279px) {
  .our-result .content {
    padding: 18px 42px;
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 991px) {
  .our-result .content {
    margin: 0px -25%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 32px 25% 32px;
  }
}
.our-result .content .line-horizontal {
  height: 2px;
  width: 100%;
  margin: 15px 0;
  background: #8D9DB5;
}
.our-result .content ul {
  padding-left: 0;
}
body:dir(rtl) .our-result .content ul {
  padding-right: 0;
  padding-left: unset;
}
.our-result .content ul li {
  list-style: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
}
.our-result .content .percentile-htag-title {
  font-family: "Nunito Sans", "Avenir";
}
@media only screen and (max-width: 991px) {
  .our-result .content .percentile-htag-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}
.our-result .content h2, .our-result .content .h2, .our-result .content .percentile-htag-title {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
  color: #232C33;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1279px) {
  .our-result .content h2, .our-result .content .h2, .our-result .content .percentile-htag-title {
    font-size: 40px;
    line-height: 46px;
  }
}
.our-result .content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1279px) {
  .our-result .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.our-result .content .primary-theme-btn {
  width: initial;
  margin-bottom: 20px;
  display: inline-block;
}
.our-result .result-box {
  border-left: 12px solid #8D9DB5;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(146, 146, 148, 0.25);
  margin-top: 21px;
  display: flex;
}
body:dir(rtl) .our-result .result-box {
  border-left: none;
  border-right: 12px solid #8D9DB5;
}
.our-result .result-box .count {
  font-weight: 900;
  font-size: 72px;
  line-height: 70px;
  text-transform: uppercase;
  color: #8D9DB5;
  width: 151px;
  margin: 48px 20px 30px 45px;
}
html[lang=ro] .our-result .result-box .count {
  font-size: 68px;
}
@media only screen and (max-width: 1279px) {
  .our-result .result-box .count {
    width: 98px;
    font-size: 40px;
    line-height: 46px;
    margin: 48px 10px;
  }
  html[lang=ro] .our-result .result-box .count {
    font-size: 40px;
  }
}
.our-result .result-box .details {
  padding-top: 26px;
  padding-left: 0px;
  padding-right: 15px;
}
body:dir(rtl) .our-result .result-box .details {
  padding-left: 15px;
  padding-right: 0px;
}
.our-result .result-box .details h4, .our-result .result-box .details .h4, .our-result .result-box .details .percentile-repeater-htag-title, .our-result .result-box .details .method-result-htag-repeater {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #0A0A0A;
  margin-bottom: 8px;
  text-transform: unset;
}
@media only screen and (max-width: 1279px) {
  .our-result .result-box .details h4, .our-result .result-box .details .h4, .our-result .result-box .details .percentile-repeater-htag-title, .our-result .result-box .details .method-result-htag-repeater {
    font-size: 20px;
    line-height: 34px;
  }
}
.our-result .result-box .details p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .our-result .result-box .details p {
    line-height: 22px;
  }
}
.our-result .result-box {
  margin-right: 25px;
}
body:dir(rtl) .our-result .result-box {
  margin-left: 25px;
  margin-right: initial;
}
@media only screen and (max-width: 991px) {
  .our-result .result-box {
    margin-right: 0px;
  }
  body:dir(rtl) .our-result .result-box {
    margin-left: 0px;
    margin-right: initial;
  }
}

.whyus-section .theme-btn1 {
  margin-top: 62px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 991px) {
  .whyus-section .theme-btn1 {
    padding-top: 42px;
    background: #ffffff;
    margin: 0px -20px 0;
    margin: 0px -20% 0;
    padding: 42px 20% 0;
  }
}
@media only screen and (max-width: 480px) {
  .whyus-section .theme-btn1 {
    text-align: left;
  }
}
.whyus-section .theme-btn1 p {
  font-weight: normal;
  font-style: italic;
  font-size: 22px;
  line-height: 60px;
  letter-spacing: -0.45px;
  color: #111010;
  margin: 0;
}
.whyus-section .theme-btn1 .primary-theme-btn {
  display: inline-block;
  margin: 0 auto;
}

.whyus-section .differ .line {
  margin: 30px 0 20px;
}

.enrollment .enrollment-detail a.theme-btn.right-img img {
  margin-bottom: 5px;
  margin-right: 20px;
}

.compare {
  padding: 122px 0 89px;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .compare {
    padding: 0px 0 56px;
  }
}
.compare .header-title {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .compare .header-title {
    text-align: left;
  }
}
.compare .header-title h2, .compare .header-title .h2 {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1279px) {
  .compare .header-title h2, .compare .header-title .h2 {
    font-size: 48px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .compare .header-title h2, .compare .header-title .h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
.compare .header-title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  max-width: 630px;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 991px) {
  .compare .header-title p {
    margin: 0 0 32px;
  }
}
.compare .header-title .theme-btn {
  margin-bottom: 61px;
  display: block;
  text-align: center;
}
.compare .header-title .theme-btn a {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
}
.compare .header-title .theme-btn a img {
  margin-bottom: 5px;
  margin-left: 20px;
}
.compare .math-compare {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .compare .math-compare {
    width: 100%;
  }
}
.compare .math-compare .border-light tr {
  border: none;
}
.compare .math-compare tr {
  border-bottom: 1px solid #8D9DB5;
}
.compare .math-compare tr th {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: center;
  width: 162px;
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 991px) {
  .compare .math-compare tr th {
    width: 120px;
  }
}
.compare .math-compare tr th span {
  display: table-cell !important;
  vertical-align: middle;
  background: rgba(200, 200, 200, 0.1);
  display: block;
  width: 162px;
  height: 66px;
  border-bottom: 6px solid #EBE70E;
}
@media only screen and (max-width: 991px) {
  .compare .math-compare tr th span {
    width: 120px;
    height: 70px;
  }
}
.compare .math-compare tr th:last-child {
  padding: 0;
}
.compare .math-compare tr th:first-child {
  width: 475px;
  text-align: right;
}
@media only screen and (max-width: 1279px) {
  .compare .math-compare tr th:first-child {
    width: 225px;
  }
}
@media only screen and (max-width: 991px) {
  .compare .math-compare tr th:first-child {
    width: 175px;
  }
}
.compare .math-compare tr th:first-child span {
  width: 475px;
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 1279px) {
  .compare .math-compare tr th:first-child span {
    width: 225px;
  }
}
@media only screen and (max-width: 991px) {
  .compare .math-compare tr th:first-child span {
    width: 175px;
  }
}
.compare .math-compare tr td {
  width: 162px;
  font-weight: 500;
  font-size: 16px;
  line-height: 47px;
  color: #000000;
  text-align: center;
  border: none;
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 1279px) {
  .compare .math-compare tr td {
    line-height: 1.4;
  }
}
.compare .math-compare tr td span {
  background: rgba(200, 200, 200, 0.1);
  display: block;
  width: 162px;
  height: 48px;
}
@media only screen and (max-width: 1279px) {
  .compare .math-compare tr td span {
    height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .compare .math-compare tr td span {
    width: 120px;
  }
}
.compare .math-compare tr td:last-child {
  padding: 0;
}
.compare .math-compare tr td:first-child {
  width: 475px;
  text-align: right;
}
@media only screen and (max-width: 1279px) {
  .compare .math-compare tr td:first-child {
    width: 225px;
  }
}
@media only screen and (max-width: 991px) {
  .compare .math-compare tr td:first-child {
    width: 175px;
  }
}
.compare .math-compare tr td:first-child span {
  width: 475px;
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 1279px) {
  .compare .math-compare tr td:first-child span {
    width: 225px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 991px) {
  .compare .math-compare tr td:first-child span {
    width: 175px;
  }
}
.compare .math-compare tr td i {
  font-size: 28px;
  color: #8D9DB5;
  padding: 10px 0;
}

.mobile-view.math-compare {
  margin-bottom: 45px;
}

.mobile-view.math-compare tr td:first-child {
  width: 60px;
  text-align: left;
  padding: 5px;
}

.mobile-view.math-compare tr td {
  width: 85%;
  text-align: left;
  border: none;
  line-height: 30px;
  padding: 0 10px 0 0;
}

.mobile-view.math-compare tr {
  border-bottom: none;
}

.mathhelp.reverse {
  background-position: center left;
}
body:dir(rtl) .mathhelp.reverse {
  background-position: center right;
}
.mathhelp.reverse .mathhelp-wrapper {
  flex-direction: row-reverse;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-detail {
  padding-left: 142px;
  padding-right: 0px;
}
body:dir(rtl) .mathhelp.reverse .mathhelp-wrapper .mathhelp-detail {
  padding-left: 0;
  padding-right: 142px;
}
@media only screen and (max-width: 1279px) {
  .mathhelp.reverse .mathhelp-wrapper .mathhelp-detail {
    padding: 20px;
  }
  body:dir(rtl) .mathhelp.reverse .mathhelp-wrapper .mathhelp-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .mathhelp.reverse .mathhelp-wrapper .mathhelp-detail {
    position: relative;
    z-index: 9;
    margin: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .mathhelp.reverse .mathhelp-wrapper .mathhelp-location {
    position: relative;
    margin: -60px -25% 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mathhelp.reverse .mathhelp-wrapper .mathhelp-location {
    margin: -60px -25px 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mathhelp.reverse .mathhelp-wrapper .mathhelp-location img.mathhelp_sm_img {
    width: 100%;
    height: 402px;
    object-fit: cover;
  }
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location {
  width: 416px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(146, 146, 148, 0.4);
  margin: 64px 0 64px;
}
@media only screen and (max-width: 991px) {
  .mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location {
    width: 375px;
    margin: 64px 10px 64px 0;
  }
}
@media only screen and (max-width: 991px) {
  .mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location {
    margin: -160px auto 56px;
    position: relative;
    z-index: 9;
  }
}
@media only screen and (max-width: 480px) {
  .mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location {
    width: 90%;
  }
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-header {
  background: #F4F4F4;
  box-shadow: 0px 1px 10px rgba(146, 146, 148, 0.3);
  padding: 24px;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-header .title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #000000;
  margin-bottom: 8px;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-header h4, .mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-header .h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 8px;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-header a {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  text-decoration: none;
  color: #EF3E33;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-header a:after {
  content: "";
  width: 90px;
  height: 2px;
  margin: 0px 3px 4px;
  background: #C8C8C8;
  display: block;
  max-width: 100%;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-body {
  padding: 24px 24px 16px;
  display: block;
  float: left;
  width: 100%;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box {
  background: rgba(255, 255, 255, 0.98);
  border: 0.5px solid #C8C8C9;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 16px 16px 11px;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .icon i {
  font-size: 30px;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .details {
  display: inline-block;
  width: 86%;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .details .box-header {
  display: block;
  width: 100%;
  float: left;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .details .box-header .location-title {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #000000;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .details .box-header .mi {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  color: #EF3E33;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .details .location {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 19px;
  text-align: left;
  display: inline-block;
  margin-top: 5px;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .link {
  display: block;
  margin-left: 0px;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .location-body .inner-box .link a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #EF3E33;
  display: block;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .default-btn {
  margin: 17px auto 14px;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .default-btn a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  text-decoration: none;
}
.mathhelp.reverse .mathhelp-wrapper .mathhelp-location .find-location .default-btn a img {
  margin-left: 20px;
  margin-bottom: 5px;
}

.flex-banner {
  display: flex;
  justify-content: space-between;
}
.flex-banner .find-location {
  align-self: flex-end;
  width: 416px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(146, 146, 148, 0.4);
  margin: 250px 0 30px;
}
@media only screen and (max-width: 991px) {
  .flex-banner .find-location {
    width: 375px;
  }
}
@media only screen and (max-width: 480px) {
  .flex-banner .find-location {
    width: 90%;
  }
}
.flex-banner .find-location .location-header {
  background: #F4F4F4;
  box-shadow: 0px 1px 10px rgba(146, 146, 148, 0.3);
  padding: 24px;
}
.flex-banner .find-location .location-header .title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #000000;
  margin-bottom: 8px;
}
.flex-banner .find-location .location-header h4, .flex-banner .find-location .location-header .h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 8px;
}
.flex-banner .find-location .location-header a {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  text-decoration: none;
  color: #EF3E33;
}
.flex-banner .find-location .location-header a:after {
  content: "";
  width: 90px;
  height: 2px;
  margin: 0px 3px 4px;
  background: #C8C8C8;
  display: block;
  max-width: 100%;
}
.flex-banner .find-location .location-body {
  padding: 24px 24px 16px;
  display: block;
  float: left;
  width: 100%;
}
.flex-banner .find-location .location-body .inner-box {
  background: rgba(255, 255, 255, 0.98);
  border: 0.5px solid #C8C8C9;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 16px 16px 11px;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.flex-banner .find-location .location-body .inner-box .icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.flex-banner .find-location .location-body .inner-box .icon i {
  font-size: 30px;
}
.flex-banner .find-location .location-body .inner-box .details {
  display: inline-block;
  width: 86%;
}
.flex-banner .find-location .location-body .inner-box .details .box-header {
  display: block;
  width: 100%;
  float: left;
}
.flex-banner .find-location .location-body .inner-box .details .box-header .location-title {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #000000;
}
.flex-banner .find-location .location-body .inner-box .details .box-header .mi {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  color: #EF3E33;
}
.flex-banner .find-location .location-body .inner-box .details .location {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 19px;
  text-align: left;
  display: inline-block;
  margin-top: 5px;
}
.flex-banner .find-location .location-body .inner-box .link {
  display: block;
  margin-left: 0px;
}
.flex-banner .find-location .location-body .inner-box .link a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #EF3E33;
  display: block;
}
.flex-banner .find-location .default-btn {
  margin: 17px auto 14px;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}
.flex-banner .find-location .default-btn a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  text-decoration: none;
}
.flex-banner .find-location .default-btn a img {
  margin-left: 20px;
  margin-bottom: 5px;
}

.bglocation {
  background: #fbfbfb;
  padding: 20px 0;
}

.location-wrapper {
  display: block;
  margin: -200px auto 0;
}
.location-wrapper .find-location {
  align-self: flex-end;
  width: 416px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(146, 146, 148, 0.4);
  margin: 0px auto;
}
@media only screen and (max-width: 991px) {
  .location-wrapper .find-location {
    width: 375px;
  }
}
@media only screen and (max-width: 480px) {
  .location-wrapper .find-location {
    width: 90%;
  }
}
.location-wrapper .find-location .location-header {
  background: #F4F4F4;
  box-shadow: 0px 1px 10px rgba(146, 146, 148, 0.3);
  padding: 24px;
}
.location-wrapper .find-location .location-header .title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #000000;
  margin-bottom: 8px;
}
.location-wrapper .find-location .location-header h4, .location-wrapper .find-location .location-header .h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 8px;
}
.location-wrapper .find-location .location-header a {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  text-decoration: none;
  color: #EF3E33;
}
.location-wrapper .find-location .location-header a:after {
  content: "";
  width: 90px;
  height: 2px;
  margin: 0px 3px 4px;
  background: #C8C8C8;
  display: block;
  max-width: 100%;
}
.location-wrapper .find-location .location-body {
  padding: 24px 24px 16px;
  display: block;
  float: left;
  width: 100%;
}
.location-wrapper .find-location .location-body .inner-box {
  background: rgba(255, 255, 255, 0.98);
  border: 0.5px solid #C8C8C9;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 16px 16px 11px;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.location-wrapper .find-location .location-body .inner-box .icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.location-wrapper .find-location .location-body .inner-box .icon i {
  font-size: 30px;
}
.location-wrapper .find-location .location-body .inner-box .details {
  display: inline-block;
  width: 86%;
}
.location-wrapper .find-location .location-body .inner-box .details .box-header {
  display: block;
  width: 100%;
  float: left;
}
.location-wrapper .find-location .location-body .inner-box .details .box-header .location-title {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #000000;
}
.location-wrapper .find-location .location-body .inner-box .details .box-header .mi {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  color: #EF3E33;
}
.location-wrapper .find-location .location-body .inner-box .details .location {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 19px;
  text-align: start;
  display: inline-block;
  margin-top: 5px;
}
.location-wrapper .find-location .location-body .inner-box .link {
  display: block;
  margin-left: 0px;
}
.location-wrapper .find-location .location-body .inner-box .link a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #EF3E33;
  display: block;
}
.location-wrapper .find-location .default-btn {
  margin: 17px auto 14px;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}
.location-wrapper .find-location .default-btn a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  text-decoration: none;
}
.location-wrapper .find-location .default-btn a img {
  margin-left: 20px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .whyus-section.highschool .whyus-articles .differ h2, .whyus-section.highschool .whyus-articles .differ .h2 {
    padding-bottom: 32px;
    background: #fff;
  }
}
.whyus-section.highschool .whyus-articles .differ a {
  display: flex;
  margin: 0 -20px;
  padding: 0 20px 20px;
  align-items: center;
}

.learning-quote {
  float: left;
  display: block;
  width: 100%;
  padding-bottom: 305px;
}
@media only screen and (max-width: 991px) {
  .learning-quote {
    background: transparent;
  }
}
.learning-quote .learning-quote {
  margin: 0;
  padding: 0;
}
.learning-quote .quote-content {
  margin-top: 0px;
  margin-bottom: 0px;
}
.learning-quote .quote-content .quote-detail {
  max-width: 522px;
}
@media only screen and (max-width: 991px) {
  .learning-quote .quote-content .quote-detail {
    padding: 20px;
    max-width: 100%;
    margin: -80px 0 0;
  }
}

.learning-quote .quote-content.learn-quote .quote-detail {
  background: #ffffff;
}

.learn-schedule {
  float: left;
  display: block;
  width: 100%;
  margin: 79px 0 0;
  padding-top: 96px;
  padding-bottom: 104px;
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 42%;
}
body:dir(rtl) .learn-schedule {
  background-position-x: right;
}
@media only screen and (max-width: 991px) {
  .learn-schedule {
    background-repeat: repeat-x;
    background-position: center bottom;
    margin: 64px 0 0;
    padding-top: 0px;
    padding-bottom: 154px;
    background-size: 400px auto;
  }
}
.learn-schedule .schedule-content {
  margin: 0 0 0 120px;
  float: left;
  display: block;
  max-width: 445px;
}
body:dir(rtl) .learn-schedule .schedule-content {
  margin-right: 120px;
  margin-left: initial;
}
@media only screen and (max-width: 1279px) {
  .learn-schedule .schedule-content {
    margin: 0 0 0 100px;
  }
  body:dir(rtl) .learn-schedule .schedule-content {
    margin-right: 100px;
    margin-left: initial;
  }
}
@media only screen and (max-width: 991px) {
  .learn-schedule .schedule-content {
    margin: 0px 0 35px 0;
    max-width: 100%;
  }
  body:dir(rtl) .learn-schedule .schedule-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.learn-schedule .schedule-content .title {
  font-family: "Nunito Sans", "Avenir";
  text-transform: uppercase;
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  color: #232C33;
}
@media only screen and (max-width: 1279px) {
  .learn-schedule .schedule-content .title {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  .learn-schedule .schedule-content .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.learn-schedule .schedule-content .title:after {
  content: "";
  width: 140px;
  height: 2px;
  margin: 60px 0;
  background: #C8C8C8;
  display: block;
}
.learn-schedule .schedule-content .description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 56px;
}
@media only screen and (max-width: 991px) {
  .learn-schedule .schedule-content .description {
    margin-bottom: 48px;
  }
}
.learn-schedule .schedule-content .m-gap {
  margin: 15px 0;
  display: block;
  float: left;
  width: 100%;
}
.learn-schedule .schedule-content .m-gap .transparent-theme-btn {
  width: 280px;
  display: block;
}
.learn-schedule .schedule-content .m-gap .primary-theme-btn {
  width: 280px;
  display: block;
}
.learn-schedule figure img {
  width: 100%;
  height: 508px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .learn-schedule figure img {
    height: 265px;
  }
}

.specificSituations.learning-specific {
  padding: 76px 0 167px;
}
.specificSituations.learning-specific h2, .specificSituations.learning-specific .h2 {
  max-width: 625px;
  background: none;
}
@media only screen and (max-width: 991px) {
  .specificSituations.learning-specific .session-box {
    margin-bottom: 32px;
  }
}
.specificSituations.learning-specific .session-box h4, .specificSituations.learning-specific .session-box .h4 {
  width: 100%;
}

.mathhelp.learning-map {
  margin: 118px 0 122px;
  position: relative;
}
.mathhelp.learning-map .google-map {
  text-align: right;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .mathhelp.learning-map .google-map {
    display: none;
  }
}
.mathhelp.learning-map .mathhelp-detail {
  width: 652px;
  padding: 64px 24px 0;
}
body:dir(rtl) .mathhelp.learning-map .mathhelp-detail {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 991px) {
  .mathhelp.learning-map .mathhelp-detail {
    width: 100%;
    padding: 32px 0;
  }
  body:dir(rtl) .mathhelp.learning-map .mathhelp-detail {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mathhelp.learning-map .mathhelp-detail h3, .mathhelp.learning-map .mathhelp-detail .h3 {
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 3.2px;
  color: #EF3E33;
}
.mathhelp.learning-map .mathhelp-detail h2, .mathhelp.learning-map .mathhelp-detail .h2 {
  margin-bottom: 24px;
  margin-top: 0;
}
.mathhelp.learning-map .mathhelp-detail p {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #232C33;
}
.mathhelp.learning-map .mathhelp-location .find-location {
  margin: 64px 0px 64px 20px;
}
body:dir(rtl) .mathhelp.learning-map .mathhelp-location .find-location {
  margin-right: 20px;
  margin-left: initial;
}
@media only screen and (max-width: 991px) {
  .mathhelp.learning-map .mathhelp-location .find-location {
    margin: -160px auto 0 !important;
  }
}

.mathhelp.learning-map .position-map {
  position: relative;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .mathhelp.learning-map .position-map {
    position: static;
  }
}

.advancing-quote {
  margin: 0px;
  padding: 120px 0 240px;
  background: #e5e5e5;
  float: left;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .advancing-quote {
    padding: 0px 0 68px;
    background: #ffffff;
    margin-bottom: 68px;
  }
}
.advancing-quote .quote-content {
  margin-top: 0px;
  margin-bottom: 0px;
  background: #EF3E33;
  color: #ffffff;
}

.curiculums {
  float: left;
  display: block;
  max-width: 417px;
  background: #EBE70E;
  padding: 12px 35px 53px 10px;
  display: flex;
}
body:dir(rtl) .curiculums {
  float: right;
  padding-left: 35px;
  padding-right: 10px;
}
.curiculums .icon img {
  margin-right: 6px;
}
body:dir(rtl) .curiculums .icon img {
  margin-left: 6px;
  margin-right: initial;
}
.curiculums .details {
  margin-top: 64px;
  color: #000000;
}
.curiculums .details .title {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}
.curiculums .details .description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.adv-enrollment {
  margin-bottom: 120px;
  float: left;
  display: block;
  width: 100%;
}

.our-result.adv-result {
  background-repeat: no-repeat;
  background-position: top left;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .our-result.adv-result {
    background-position: bottom left;
  }
}

.learn-schedule.adv-schedule {
  margin: 0;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 991px) {
  .learn-schedule.adv-schedule .schedule-content {
    margin: 56px 0 87px 0;
  }
}
.learn-schedule.adv-schedule .schedule-content .title:after {
  margin: 32px 0;
}

.compare.adv-compare {
  padding: 120px 0 168px;
}

.bg-yellow {
  background-color: #EBE70E;
}

.summerhelp {
  float: left;
  width: 100%;
  margin: 100px 0 120px;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .summerhelp {
    background: none !important;
    margin: 56px 0;
  }
}
.summerhelp .summerhelp-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .summerhelp .summerhelp-wrapper {
    display: block;
  }
}
.summerhelp .summerhelp-wrapper .summerhelp-testimonials {
  background: none;
}
@media only screen and (max-width: 991px) {
  .summerhelp .summerhelp-wrapper .summerhelp-testimonials {
    background: initial;
    width: inherit;
    margin: -140px -20% 0;
    position: relative;
  }
}
.summerhelp .summerhelp-wrapper .summerhelp-testimonials .testimonials {
  width: 434px;
  color: #000000;
  margin-left: 106px;
  margin-right: 20px;
}
body:dir(rtl) .summerhelp .summerhelp-wrapper .summerhelp-testimonials .testimonials {
  margin-left: 20px;
  margin-right: 106px;
}
@media only screen and (max-width: 1279px) {
  .summerhelp .summerhelp-wrapper .summerhelp-testimonials .testimonials {
    margin-left: 46px;
  }
  body:dir(rtl) .summerhelp .summerhelp-wrapper .summerhelp-testimonials .testimonials {
    margin-right: 46px;
    margin-left: initial;
  }
}
@media only screen and (max-width: 991px) {
  .summerhelp .summerhelp-wrapper .summerhelp-testimonials .testimonials {
    padding: 150px 20% 1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  body:dir(rtl) .summerhelp .summerhelp-wrapper .summerhelp-testimonials .testimonials {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.summerhelp .summerhelp-wrapper .summerhelp-testimonials .testimonials img {
  margin: 32px 0 32px 95px;
}
body:dir(rtl) .summerhelp .summerhelp-wrapper .summerhelp-testimonials .testimonials img {
  margin-left: 0px;
  margin-right: 95px;
}
@media only screen and (max-width: 991px) {
  .summerhelp .summerhelp-wrapper .summerhelp-testimonials .testimonials img {
    margin: 32px 0;
    width: 36px;
  }
}
.summerhelp .summerhelp-wrapper .summerhelp-testimonials .quote {
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
}
@media only screen and (max-width: 991px) {
  .summerhelp .summerhelp-wrapper .summerhelp-testimonials .quote {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.summerhelp .summerhelp-wrapper .summerhelp-testimonials .quoteby {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 991px) {
  .summerhelp .summerhelp-wrapper .summerhelp-testimonials .quoteby {
    font-size: 16px;
    line-height: 28px;
  }
}
.summerhelp .summerhelp-wrapper .summerhelp-detail {
  width: 626px;
  background: #ffffff;
  color: #232C33;
  padding: 50px 53px 100px;
  margin: 64px 0;
}
@media only screen and (max-width: 991px) {
  .summerhelp .summerhelp-wrapper .summerhelp-detail {
    width: 100%;
    margin: 0px;
    padding: 20px 80px 20px;
    position: relative;
    z-index: 9;
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .summerhelp .summerhelp-wrapper .summerhelp-detail {
    padding: 20px 40px;
  }
}
.summerhelp .summerhelp-wrapper .summerhelp-detail .working-htag-title, .summerhelp .summerhelp-wrapper .summerhelp-detail .highlight-quote-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
  color: #232C33;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .summerhelp .summerhelp-wrapper .summerhelp-detail .working-htag-title, .summerhelp .summerhelp-wrapper .summerhelp-detail .highlight-quote-htag-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  .summerhelp .summerhelp-wrapper .summerhelp-detail .working-htag-title, .summerhelp .summerhelp-wrapper .summerhelp-detail .highlight-quote-htag-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}
.summerhelp .summerhelp-wrapper .summerhelp-detail h2, .summerhelp .summerhelp-wrapper .summerhelp-detail .h2, .summerhelp .summerhelp-wrapper .summerhelp-detail .working-htag-title, .summerhelp .summerhelp-wrapper .summerhelp-detail .highlight-quote-htag-title {
  font-weight: 900;
}
.summerhelp .summerhelp-wrapper .summerhelp-detail p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  .summerhelp .summerhelp-wrapper .summerhelp-detail p {
    font-size: 16px;
    line-height: 24px;
  }
}

.page-landing-back-to-school .summerhelp .summerhelp-wrapper .summerhelp-testimonials .testimonials img {
  display: none;
}

@media (min-width: 992px) {
  .page-landing-back-to-school .hero-banner {
    margin-bottom: 70px;
  }
}
.margin-top-70 {
  margin-top: 70px !important;
}

.contact-info.summer-time {
  margin: 54px 0 0;
}

.more-math {
  padding: 120px 0 129px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
@media only screen and (max-width: 991px) {
  .more-math {
    padding: 64px 0 72px;
    background: #F4F4F4;
  }
}
.more-math .more-wrapper {
  display: flex;
  justify-content: space-between;
}
.more-math .more-wrapper .section-content {
  width: 524px;
  color: #232C33;
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-content {
    width: 100%;
  }
}
.more-math .more-wrapper .section-content .program-features-htag-title {
  font-family: "Nunito Sans", "Avenir";
  text-transform: uppercase;
  color: #232C33;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .more-math .more-wrapper .section-content .program-features-htag-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-content .program-features-htag-title {
    letter-spacing: -0.15px;
  }
}
.more-math .more-wrapper .section-content h2, .more-math .more-wrapper .section-content .h2, .more-math .more-wrapper .section-content .program-features-htag-title {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
}
@media only screen and (max-width: 1279px) {
  .more-math .more-wrapper .section-content h2, .more-math .more-wrapper .section-content .h2, .more-math .more-wrapper .section-content .program-features-htag-title {
    font-size: 48px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-content h2, .more-math .more-wrapper .section-content .h2, .more-math .more-wrapper .section-content .program-features-htag-title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-content .math-image {
    margin: 0 -20px;
    position: relative;
  }
}
@media only screen and (max-width: 1279px) {
  .more-math .more-wrapper .section-content .math-image img {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-content .math-image img {
    width: 100%;
  }
}
.more-math .more-wrapper .section-content .detail {
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-content .detail {
    background: #F4F4F4;
    box-shadow: 0px 4px 10px rgba(146, 146, 148, 0.15);
    padding: 16px;
    position: relative;
    z-index: 9;
    margin-top: -40px;
  }
}
.more-math .more-wrapper .section-content .detail p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-content .detail p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-content .theme-btn {
    display: none;
  }
}
.more-math .more-wrapper .section-content .theme-btn a {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #EF3E33;
}
.more-math .more-wrapper .section-content .theme-btn a img {
  margin-bottom: 20px;
  margin-left: 15px;
}
.more-math .more-wrapper .section-content .icon-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 115px;
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-content .icon-wrapper {
    margin-top: 45px;
  }
}
.more-math .more-wrapper .section-content .icon-wrapper .icon-detail {
  width: 200px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-content .icon-wrapper .icon-detail {
    width: 160px;
    margin-bottom: 72px;
    margin-right: 85px;
  }
}
@media only screen and (max-width: 538px) {
  .more-math .more-wrapper .section-content .icon-wrapper .icon-detail {
    margin-right: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .more-math .more-wrapper .section-content .icon-wrapper .icon-detail {
    margin-right: 0px;
  }
}
.more-math .more-wrapper .section-content .icon-wrapper .icon-detail image {
  width: 85px;
  height: 88px;
  object-fit: cover;
}
.more-math .more-wrapper .section-content .icon-wrapper .icon-detail h4, .more-math .more-wrapper .section-content .icon-wrapper .icon-detail .h4 {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-content .icon-wrapper .icon-detail h4, .more-math .more-wrapper .section-content .icon-wrapper .icon-detail .h4 {
    font-size: 24px;
    line-height: 34px;
  }
}
.more-math .more-wrapper .section-content .icon-wrapper .icon-detail h4:before, .more-math .more-wrapper .section-content .icon-wrapper .icon-detail .h4:before {
  content: "";
  width: 107px;
  height: 2px;
  margin: 6px 0 32px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
}
.more-math .more-wrapper .section-img img {
  max-width: 630px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-img img {
    width: 45%;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .more-math .more-wrapper .section-img img {
    width: 100%;
    margin-right: 0px;
  }
}

.find-location.choosed .location-header {
  padding: 24px 54px;
  color: #000000;
}
.find-location.choosed .location-header h4, .find-location.choosed .location-header .h4 {
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.25px;
}
.find-location.choosed .location-header .address {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.find-location.choosed .location-body {
  padding: 24px 56px 32px;
}
.find-location.choosed .location-body .contact-information a {
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #EF3E33;
  margin-bottom: 48px;
  display: inline-block;
}
.find-location.choosed .location-body .contact-information ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.find-location.choosed .location-body .contact-information ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #242424;
  margin-bottom: 10px;
}
.find-location.choosed .location-body .contact-information ul li a {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #EF3E33;
  text-decoration: none;
  margin-bottom: 0;
}
.find-location.choosed .location-body .contact-information ul li a:hover, .find-location.choosed .location-body .contact-information ul li a:active {
  text-shadow: 0 0 5px yellow;
}
.find-location.choosed .location-body .contact-information ul li img {
  margin-right: 12px;
  margin-bottom: 10px;
}
body:dir(rtl) .find-location.choosed .location-body .contact-information ul li img {
  margin-left: 12px;
  margin-right: initial;
}
.find-location.choosed .location-body .default-btn {
  margin: 0px !important;
}
.find-location.choosed .location-body .default-btn a {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #939394;
}
.find-location.choosed .location-body .default-btn a.primary-theme-btn {
  color: #ffffff;
  width: 100%;
  display: block;
  margin: 0 0 24px;
}

.mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-header {
  padding: 24px 54px;
  color: #000000;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-header h4, .mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-header .h4 {
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.25px;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-header .address {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-body {
  padding: 24px 56px 32px;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-body .contact-information a {
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #EF3E33;
  margin-bottom: 48px;
  display: inline-block;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-body .contact-information ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-body .contact-information ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #242424;
  margin-bottom: 10px;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-body .contact-information ul li a {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #242424;
  text-decoration: none;
  margin-bottom: 0;
  font-weight: normal;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-body .contact-information ul li img {
  margin-right: 12px;
  margin-bottom: 10px;
}
body:dir(rtl) .mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-body .contact-information ul li img {
  margin-left: 12px;
  margin-right: initial;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-body .default-btn {
  margin: 0px !important;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-body .default-btn a {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #939394;
}
.mathhelp .mathhelp-wrapper .mathhelp-location .find-location.choosed .location-body .default-btn a.primary-theme-btn {
  color: #ffffff;
  width: 100%;
  display: block;
  margin: 0 0 24px;
}

.compare-result {
  float: left;
  display: block;
  width: 100%;
}
.compare-result .our-result {
  background-repeat: repeat-y;
  background-position: top left;
  background-color: transparent;
  padding-bottom: 130px;
  margin-top: 0px;
  float: left;
  display: block;
  width: 100%;
}
.compare-result .our-result .result-box:first-child {
  margin-top: 75px;
}

.how-we-compare {
  float: left;
  display: block;
  width: 100%;
}
.how-we-compare .compare {
  padding: 120px 0 120px;
}

.comparing-option {
  float: left;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 68%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .comparing-option {
    background-size: initial;
  }
}
.comparing-option .header-title {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .comparing-option .header-title {
    text-align: left;
  }
  body:dir(rtl) .comparing-option .header-title {
    text-align: right;
  }
}
.comparing-option .header-title h2, .comparing-option .header-title .h2 {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1279px) {
  .comparing-option .header-title h2, .comparing-option .header-title .h2 {
    font-size: 48px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .comparing-option .header-title h2, .comparing-option .header-title .h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
.comparing-option .header-title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  max-width: 630px;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 991px) {
  .comparing-option .header-title p {
    margin: 0 0 32px;
  }
}
.comparing-option .theme-btn {
  margin-bottom: 61px;
  display: block;
  text-align: center;
}
.comparing-option .theme-btn a {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  display: inline-block;
}
.comparing-option .theme-btn a img {
  margin-bottom: 5px;
  margin-left: 20px;
}
.comparing-option .accordion.style-2 {
  box-shadow: 0px 4px 10px rgba(146, 146, 148, 0.45);
  max-width: 1064px;
  margin: 80px auto 120px;
  background-color: #ffffff;
}
.comparing-option .accordion.style-2 li {
  margin: 0px;
  padding: 0px;
}
.comparing-option .accordion.style-2 li .accordion-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  background: #ffffff;
  padding: 22px 42px 27px 32px;
  box-shadow: 0px 4px 10px rgba(146, 146, 148, 0.45);
}
body:dir(rtl) .comparing-option .accordion.style-2 li .accordion-title {
  padding-left: 42px;
  padding-right: 32px;
}
.comparing-option .accordion.style-2 li .accordion-title h3, .comparing-option .accordion.style-2 li .accordion-title .h3, .comparing-option .accordion.style-2 li .accordion-title h5, .comparing-option .accordion.style-2 li .accordion-title .h5 {
  color: #000000;
}
.comparing-option .accordion.style-2 li .accordion-title h3, .comparing-option .accordion.style-2 li .accordion-title .h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  font-family: "Nunito Sans", "Avenir";
}
.comparing-option .accordion.style-2 li .accordion-title:after {
  margin-top: 0px;
}
.comparing-option .accordion.style-2 li .accordion-title:before {
  margin-top: 0px;
}
.comparing-option .accordion.style-2 li .accordion-title:before {
  right: 26px;
}
body:dir(rtl) .comparing-option .accordion.style-2 li .accordion-title:before {
  left: 26px;
  right: unset;
}
.comparing-option .accordion.style-2 li .accordion-title:after {
  right: 31px;
}
body:dir(rtl) .comparing-option .accordion.style-2 li .accordion-title:after {
  left: 31px;
  right: unset;
}
.comparing-option .accordion.style-2 li .accordion-content {
  background: #EFF0ED;
}
.comparing-option .accordion.style-2 li .accordion-content p {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  .comparing-option .accordion.style-2 li .accordion-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.comparing-option .accordion.style-2 li .accordion-content .content-detail {
  padding: 26px 32px 60px;
}
.comparing-option .accordion.style-2 li.active .accordion-title {
  box-shadow: none;
}

.math-concept {
  position: relative;
  padding: 0 0 45%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  float: left;
  width: 100%;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .math-concept {
    background-image: none;
    padding: 56px 0;
  }
}
.math-concept .title {
  position: relative;
  z-index: 2;
  background-repeat: repeat-y;
  background-size: 50%;
}
.math-concept .title h2, .math-concept .title .h2 {
  color: #000000;
  padding: 120px 108px 110px 0;
  background: #ffffff;
  max-width: 740px;
  margin: 0;
}
body:dir(rtl) .math-concept .title h2, body:dir(rtl) .math-concept .title .h2 {
  padding-left: 108px;
  padding-right: unset;
}
@media only screen and (max-width: 1279px) {
  .math-concept .title h2, .math-concept .title .h2 {
    font-size: 48px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .math-concept .title h2, .math-concept .title .h2 {
    font-size: 40px;
    line-height: 46px;
    padding: 56px 24px 64px;
  }
  body:dir(rtl) .math-concept .title h2, body:dir(rtl) .math-concept .title .h2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.math-concept .concept-box {
  position: relative;
  z-index: 2;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .math-concept .concept-box {
    display: inline-block;
    margin: 24px 0 0;
  }
}
.math-concept .concept-box.reverse {
  flex-direction: row-reverse;
}
.math-concept .concept-box .img-section {
  width: 580px;
}
@media only screen and (max-width: 1279px) {
  .math-concept .concept-box .img-section {
    width: 380px;
  }
}
@media only screen and (max-width: 991px) {
  .math-concept .concept-box .img-section {
    width: 100%;
  }
}
.math-concept .concept-box .img-section img {
  width: 580px;
  height: 555px;
  object-fit: cover;
}
@media only screen and (max-width: 1279px) {
  .math-concept .concept-box .img-section img {
    width: 100%;
    height: auto;
  }
}
.math-concept .concept-box .content-section {
  width: 416px;
  margin: 0 100px;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .math-concept .concept-box .content-section {
    margin: 20px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .math-concept .concept-box .content-section {
    padding: 16px 20px;
    margin: 0;
    width: 100%;
  }
}
.math-concept .concept-box .content-section h3, .math-concept .concept-box .content-section .h3, .math-concept .concept-box .content-section .vertical-cards-htag-repeater {
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
  text-transform: unset;
}
@media only screen and (max-width: 1279px) {
  .math-concept .concept-box .content-section h3, .math-concept .concept-box .content-section .h3, .math-concept .concept-box .content-section .vertical-cards-htag-repeater {
    font-size: 32px;
    line-height: 40px;
  }
}
.math-concept .concept-box .content-section h3:after, .math-concept .concept-box .content-section .h3:after, .math-concept .concept-box .content-section .vertical-cards-htag-repeater:after {
  content: "";
  width: 140px;
  height: 2px;
  margin: 24px 0 24px;
  background: #C8C8C8;
  display: block;
  max-width: 100%;
}
.math-concept .concept-box .content-section p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.rotation {
  position: absolute;
  top: 50px;
  right: 15%;
  z-index: 0;
}
@media only screen and (max-width: 1279px) {
  .rotation {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rotation {
    display: none;
  }
}

.cycle {
  position: absolute;
  top: 30%;
  left: 50px;
  z-index: 0;
}
@media only screen and (max-width: 1599px) {
  .cycle {
    top: 40%;
    left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .cycle {
    display: none;
  }
}

.home-topstrip {
  float: left;
  display: block;
  width: 100%;
  background: #B5121B;
  background-position: top right;
  background-repeat: repeat-y;
  background-size: 50%;
}
body:dir(rtl) .home-topstrip {
  transform: scaleX(-1);
}
body:dir(rtl) .home-topstrip > .container {
  transform: scaleX(-1);
}
@media only screen and (max-width: 991px) {
  .home-topstrip {
    background: transparent;
  }
}
.home-topstrip .review-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .home-topstrip .review-strip {
    background: radial-gradient(58.81% 58.81% at 50% 50%, #EF3E33 0%, #B5121B 100%);
    margin: 0 -25%;
    padding: 0 25%;
  }
}
.home-topstrip .review-strip .image-section {
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.08px;
  margin: 35px 10px 25px 0;
}
body:dir(rtl) .home-topstrip .review-strip .image-section {
  margin-left: 10px;
  margin-right: 0px;
}
@media only screen and (max-width: 991px) {
  .home-topstrip .review-strip .image-section {
    font-size: 10px;
    line-height: 16px;
    margin: 19px 10px 17px 0;
  }
  body:dir(rtl) .home-topstrip .review-strip .image-section {
    margin-left: 10px;
    margin-right: 0px;
  }
}
.home-topstrip .review-strip .image-section img {
  width: 203px;
  height: 114px;
  object-fit: cover;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .home-topstrip .review-strip .image-section img {
    width: 106px;
    height: 60px;
  }
}
.home-topstrip .review-strip .image-section .review-address {
  font-weight: 400;
}
.home-topstrip .review-strip .review {
  max-width: 346px;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 991px) {
  .home-topstrip .review-strip .review {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    max-width: 100%;
  }
}
.home-topstrip .review-strip .review img {
  margin: 15px auto;
  display: block;
}
.home-topstrip .featurelogo-strip {
  clear: both;
  padding: 30px 0 35px;
  background: #fbfbfb;
}
.home-topstrip .featurelogo-strip h4, .home-topstrip .featurelogo-strip .h4 {
  font-weight: 900;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #171B1F;
  opacity: 0.4;
  margin-bottom: 26px;
}
.home-topstrip .featurelogo-strip .logo-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.home-topstrip .featurelogo-strip .logo-wrapper img {
  width: 166px;
  object-fit: contain;
  margin: 10px;
}

.home-whyus-section .whyus-section {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .home-whyus-section .whyus-section {
    margin-bottom: 32px;
  }
}

.home-result {
  background-repeat: no-repeat;
  background-size: 55%;
  margin-bottom: 175px;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .home-result {
    padding-top: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .home-result {
    padding-top: 40%;
    background-size: 100%;
    margin-bottom: 0px;
  }
}
.home-result .containerXXX {
  position: relative;
}
.home-result .result-box {
  border-left: 12px solid #8D9DB5;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(146, 146, 148, 0.25);
  margin-top: 21px;
  display: flex;
}
body:dir(rtl) .home-result .result-box {
  border-left: none;
  border-right: 12px solid #8D9DB5;
}
.home-result .result-box .count {
  font-weight: 900;
  font-size: 72px;
  line-height: 70px;
  text-transform: uppercase;
  color: #8D9DB5;
  width: 151px;
  margin: 48px 20px 30px 45px;
}
html[lang=ro] .home-result .result-box .count {
  font-size: 68px;
}
@media only screen and (max-width: 1279px) {
  .home-result .result-box .count {
    width: 98px;
    font-size: 40px;
    line-height: 46px;
    margin: 48px 10px;
  }
  html[lang=ro] .home-result .result-box .count {
    font-size: 40px;
  }
}
.home-result .result-box .details {
  padding-top: 26px;
  padding-left: 0px;
  padding-right: 15px;
}
body:dir(rtl) .home-result .result-box .details {
  padding-left: 15px;
  padding-right: 0px;
}
.home-result .result-box .details h4, .home-result .result-box .details .h4, .home-result .result-box .details .percentile-repeater-htag-title, .home-result .result-box .details .method-result-htag-repeater {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #0A0A0A;
  margin-bottom: 8px;
  text-transform: unset;
}
@media only screen and (max-width: 1279px) {
  .home-result .result-box .details h4, .home-result .result-box .details .h4, .home-result .result-box .details .percentile-repeater-htag-title, .home-result .result-box .details .method-result-htag-repeater {
    font-size: 20px;
    line-height: 34px;
  }
}
.home-result .result-box .details p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .home-result .result-box .details p {
    line-height: 22px;
  }
}
.home-result .result-wrapper {
  display: flex;
  align-self: end;
  width: 100%;
  justify-content: end;
}
.home-result .result-wrapper .result-content {
  background: #fff;
  width: 681px;
  margin-top: 52px;
  padding: 50px 0 0 50px;
}
@media only screen and (max-width: 991px) {
  .home-result .result-wrapper .result-content {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-result .result-wrapper .result-content h5, .home-result .result-wrapper .result-content .h5, .home-result .result-wrapper .result-content .percentile-alternative-card-htag-title {
    padding: 24px 24px 0;
  }
}
.home-result .result-wrapper .result-content h5:before, .home-result .result-wrapper .result-content .h5:before, .home-result .result-wrapper .result-content .percentile-alternative-card-htag-title:before {
  content: "";
  width: 340px;
  height: 2px;
  margin: 0px 0 32px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .home-result .result-wrapper .result-content h5:before, .home-result .result-wrapper .result-content .h5:before, .home-result .result-wrapper .result-content .percentile-alternative-card-htag-title:before {
    width: 60%;
  }
}
.home-result .result-wrapper .result-content > p {
  max-width: 421px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 991px) {
  .home-result .result-wrapper .result-content > p {
    padding: 24px 24px 0;
  }
}
.home-result .result-wrapper .result-content .percentile-alternative-card-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: #232C33;
}
.home-result .result-wrapper .result-content .result-box {
  box-shadow: 0px 0px 10px rgba(146, 146, 148, 0.25);
}
.home-result .result-wrapper .result-content .result-box .details {
  margin-right: 88px;
}
@media only screen and (max-width: 991px) {
  .home-result .result-wrapper .result-content .result-box .details {
    margin-right: 20px;
  }
}
.home-result .result-wrapper .result-content .result-box .details p {
  margin: 24px 0 28px;
}

.perAlt {
  position: relative;
  padding-top: 0;
  margin-bottom: 30px;
}

.perAlt .bgCols .c1 img {
  width: 100%;
  display: block;
}

.perAlt .bgCols .c1 .cta-button {
  display: none;
}

.perAlt .bgCols .c1 {
  width: 100%;
}

.perAltCopy {
  width: 90%;
  margin: -60px auto 0 auto;
}

.perAltCopy .cta-button {
  margin: 40px 0;
}

.perAltCopy .primary-theme-btn {
  max-width: 260px;
}

.home-result .result-wrapper .result-content {
  margin: 0;
}

.perAltCopy .result-content {
  background: #fff;
}

@media (min-width: 768px) {
  .perAltCopy {
    max-width: 768px;
    margin-top: -25vw;
  }
}
@media (min-width: 992px) {
  .perAlt {
    margin-bottom: 350px;
    max-height: 420px;
  }
  .perAlt .bgCols .c1 .cta-button {
    display: block;
  }
  .perAlt .bgCols .primary-theme-btn {
    max-width: 200px;
    margin: 40px auto 0 13vw;
  }
  body:dir(rtl) .perAlt .bgCols .primary-theme-btn {
    margin-left: auto;
    margin-right: 13vw;
  }
  .perAlt .bgCols {
    display: flex;
  }
  .perAlt .bgCols .c1 {
    width: 55%;
  }
  .perAltCopy {
    position: absolute;
    left: 40%;
    top: 5vw;
    width: 55%;
    margin: 0;
  }
  body:dir(rtl) .perAltCopy {
    right: 40%;
  }
  .perAltCopy .cta-button {
    display: none;
  }
  .home-result .result-wrapper .result-content {
    padding: 30px;
  }
}
@media (min-width: 1280px) {
  .perAlt {
    margin-bottom: 250px;
    max-height: 560px;
  }
  .perAlt .bgCols .primary-theme-btn {
    margin-left: 15vw;
  }
  body:dir(rtl) .perAlt .bgCols .primary-theme-btn {
    margin-right: 15vw;
    margin-left: initial;
  }
}
@media (min-width: 1400px) {
  .perAlt {
    height: 600px;
  }
  .perAlt .bgCols .primary-theme-btn {
    margin-left: 18vw;
  }
  body:dir(rtl) .perAlt .bgCols .primary-theme-btn {
    margin-right: 18vw;
    margin-left: initial;
  }
}
@media (min-width: 1700px) {
  .perAlt .bgCols .c1 {
    width: 920px;
  }
  .perAltCopy {
    left: 715px;
    top: 100px;
  }
  body:dir(rtl) .perAltCopy {
    right: 715px;
  }
  .perAlt .bgCols .primary-theme-btn {
    margin-left: 310px;
  }
  body:dir(rtl) .perAlt .bgCols .primary-theme-btn {
    margin-right: 310px;
    margin-left: initial;
  }
}
.home-learning-quote {
  padding-top: 120px;
  background: rgb(244, 244, 244);
  background: linear-gradient(180deg, rgb(244, 244, 244) 40%, rgb(255, 255, 255) 40%);
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .home-learning-quote {
    background: linear-gradient(180deg, rgb(244, 244, 244) 60%, rgb(255, 255, 255) 60%);
  }
}
.home-learning-quote h2, .home-learning-quote .h2 {
  text-align: center;
}
.home-learning-quote h2:after, .home-learning-quote .h2:after {
  content: "";
  width: 140px;
  height: 2px;
  margin: 45px auto 80px;
  background: #EF3E33;
  display: block;
  max-width: 100%;
}
.home-learning-quote .learning-quote {
  background: transparent;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .home-learning-quote .learning-quote .quote-content {
    background: transparent;
  }
}
@media only screen and (max-width: 1279px) {
  .home-learning-quote .learning-quote .quote-content .quote-image {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: space-around;
    height: 100%;
  }
}
.home-learning-quote .learning-quote .quote-content .quote-image img {
  height: 100%;
  width: auto;
  object-fit: cover;
  overflow: hidden;
}
.home-learning-quote .learning-quote .quote-content .quote-detail {
  background: #ffffff;
}
.home-learning-quote .learning-quote .quote-content .quote-detail img {
  margin-bottom: 18px;
}

.learn-quote {
  position: relative;
}
.learn-quote .owl-dots {
  position: absolute;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
}

.home-specificSituations {
  float: left;
  display: block;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 35%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-specificSituations h2, .home-specificSituations .h2, .home-specificSituations .card-alternative-htag-title {
  color: #000000;
  max-width: 632px;
  margin-bottom: 56px;
}
.home-specificSituations h2:after, .home-specificSituations .h2:after, .home-specificSituations .card-alternative-htag-title:after {
  content: "";
  width: 140px;
  height: 2px;
  margin: 32px 0 38px;
  background: #8D9DB5;
  display: block;
  max-width: 100%;
}
.home-specificSituations .card-alternative-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .home-specificSituations .card-alternative-htag-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}
.home-specificSituations h4, .home-specificSituations .h4, .home-specificSituations .card-alternative-htag-subtitle, .home-specificSituations .card-alternative-repeater-htag-title {
  margin-bottom: 56px;
  text-align: center;
  color: #212121;
}
.home-specificSituations .card-alternative-htag-subtitle, .home-specificSituations .card-alternative-repeater-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 1279px) {
  .home-specificSituations .card-alternative-htag-subtitle, .home-specificSituations .card-alternative-repeater-htag-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.home-specificSituations .white-bg {
  background: transparent;
  margin: 0 -107px;
  padding: 0 107px;
}
.home-specificSituations .session-box {
  border-top: 16px solid #EF3E33;
  padding: 40px 24px 32px;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  margin-bottom: 56px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .home-specificSituations .session-box {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.home-specificSituations .session-box h4, .home-specificSituations .session-box .h4 {
  letter-spacing: -0.15px;
  color: #000000;
  min-height: 90px;
  text-align: left;
  margin-bottom: 16px;
}
body:dir(rtl) .home-specificSituations .session-box h4, body:dir(rtl) .home-specificSituations .session-box .h4 {
  text-align: right;
}
.home-specificSituations .session-box p {
  margin-bottom: 32px;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  .home-specificSituations .session-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
.home-specificSituations .session-box a.secondary-theme-btn {
  display: block;
  width: 85%;
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
}
.home-specificSituations .default-btn {
  text-align: center;
  display: block;
  padding-bottom: 53px;
}
.home-specificSituations .default-btn a img {
  margin-left: 20px;
  margin-bottom: 5px;
}
body:dir(rtl) .home-specificSituations .default-btn a img {
  margin-right: 20px;
  margin-left: initial;
  transform: rotateY(180deg);
}

.home-schedule {
  background: #F4F4F4;
  float: left;
  display: block;
  width: 100%;
  margin: 120px 0;
}
@media only screen and (max-width: 991px) {
  .home-schedule {
    margin: 32px 0;
  }
}
.home-schedule .learn-schedule {
  margin: 0;
}
.home-schedule .learn-schedule figure img {
  background: #fff;
}
.home-schedule .learn-schedule .schedule-content {
  margin: 20px 0 0 124px;
}
@media only screen and (max-width: 991px) {
  .home-schedule .learn-schedule .schedule-content {
    margin: 20px 0;
  }
}
.home-schedule .learn-schedule .schedule-content .title::after {
  margin: 32px 0;
}
.home-schedule .learn-schedule .schedule-content .description {
  margin-bottom: 48px;
}

.specific-type {
  float: left;
  display: block;
  width: 100%;
  margin-top: 121px;
}
@media only screen and (max-width: 991px) {
  .specific-type {
    margin-bottom: 32px;
    margin-top: 10px;
  }
}
.specific-type .specific-type-detail {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .specific-type .specific-type-detail {
    display: block;
  }
}
.specific-type .specific-type-detail .specific-type-box1 {
  width: 847px;
  margin-right: 16px;
}
body:dir(rtl) .specific-type .specific-type-detail .specific-type-box1 {
  margin-left: 16px;
  margin-right: initial;
}
@media only screen and (max-width: 1279px) {
  .specific-type .specific-type-detail .specific-type-box1 {
    width: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .specific-type .specific-type-detail .specific-type-box1 {
    width: 100%;
  }
}
.specific-type .specific-type-detail .specific-type-box2 {
  width: 416px;
}
@media only screen and (max-width: 1279px) {
  .specific-type .specific-type-detail .specific-type-box2 {
    width: 391px;
  }
}
@media only screen and (max-width: 991px) {
  .specific-type .specific-type-detail .specific-type-box2 {
    width: 100%;
  }
}
.specific-type .specific-type-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
}
@media only screen and (max-width: 1279px) {
  .specific-type .specific-type-wrapper {
    min-height: 100px;
    background-image: none !important;
  }
}
.specific-type .specific-type-wrapper .stype-title {
  background: #ffffff;
  padding: 50px 40px 46px 0;
  max-width: 563px;
}
body:dir(rtl) .specific-type .specific-type-wrapper .stype-title {
  padding-left: 40px;
  padding-right: unset;
}
@media only screen and (max-width: 1279px) {
  .specific-type .specific-type-wrapper .stype-title {
    max-width: 510px;
  }
}
@media only screen and (max-width: 991px) {
  .specific-type .specific-type-wrapper .stype-title h2, .specific-type .specific-type-wrapper .stype-title .h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
.specific-type .specific-type-wrapper .stype-title h2:after, .specific-type .specific-type-wrapper .stype-title .h2:after {
  content: "";
  width: 140px;
  height: 2px;
  margin: 32px 0;
  background: #8D9DB5;
  display: block;
  max-width: 100%;
}
.specific-type .specific-type-wrapper .stype-title .specifics-htag-subtitle {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #232C33;
}
@media only screen and (max-width: 1279px) {
  .specific-type .specific-type-wrapper .stype-title .specifics-htag-subtitle {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1279px) {
  .specific-type .specific-widget-wrapper {
    background-image: url("../../images/specific-type.webp");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 -25px;
    padding: 1px 25px;
  }
}
.specific-type .specific-widget-wrapper .specific-widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(146, 146, 148, 0.25);
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .specific-type .specific-widget-wrapper .specific-widget {
    max-width: 391px;
  }
}
.specific-type .specific-widget-wrapper .specific-widget:first-child {
  margin-top: 50px;
}
.specific-type .specific-widget-wrapper .specific-widget .img img {
  width: 144px;
  height: 145px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .specific-type .specific-widget-wrapper .specific-widget .img img {
    width: 144px;
  }
}
@media only screen and (max-width: 480px) {
  .specific-type .specific-widget-wrapper .specific-widget .img img {
    width: 104px;
    height: 105px;
  }
}
.specific-type .specific-widget-wrapper .specific-widget .stitle {
  padding: 20px;
  width: 100%;
}
.specific-type .specific-widget-wrapper .specific-widget .stitle a, .specific-type .specific-widget-wrapper .specific-widget .stitle .specifics-htag-repeater {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.25px;
  color: #000000;
}
.specific-type .specific-widget-wrapper .specific-widget .stitle a:hover, .specific-type .specific-widget-wrapper .specific-widget .stitle .specifics-htag-repeater:hover {
  color: #EF3E33;
}
@media only screen and (max-width: 991px) {
  .specific-type .specific-widget-wrapper .specific-widget .stitle a, .specific-type .specific-widget-wrapper .specific-widget .stitle .specifics-htag-repeater {
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.328032px;
    color: #232C33;
  }
}
.specific-type .specific-widget-wrapper .specific-widget .stitle a img, .specific-type .specific-widget-wrapper .specific-widget .stitle .specifics-htag-repeater img {
  width: 23px;
  height: 20px;
  margin-left: 40px;
}
body:dir(rtl) .specific-type .specific-widget-wrapper .specific-widget .stitle a img, body:dir(rtl) .specific-type .specific-widget-wrapper .specific-widget .stitle .specifics-htag-repeater img {
  margin-right: 40px;
  margin-left: initial;
  transform: rotateY(180deg);
}
@media only screen and (max-width: 480px) {
  .specific-type .specific-widget-wrapper .specific-widget .stitle a img, .specific-type .specific-widget-wrapper .specific-widget .stitle .specifics-htag-repeater img {
    margin-left: 10px;
  }
  body:dir(rtl) .specific-type .specific-widget-wrapper .specific-widget .stitle a img, body:dir(rtl) .specific-type .specific-widget-wrapper .specific-widget .stitle .specifics-htag-repeater img {
    margin-right: 10px;
    margin-left: initial;
  }
}

@media (min-width: 1280px) {
  .specific-type.ctGt3 .specific-widget-wrapper .specific-widget:first-child {
    margin-top: 0;
  }
  .specific-type.ctGt3 .specific-type-wrapper {
    min-height: 670px;
  }
}
.math-home .comparing-option {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 1200px auto;
}
.math-home .comparing-option .accordion.style-2 {
  margin: 64px auto 48px;
}
.math-home .comparing-option .header-title {
  max-width: 632px;
  margin: 0 auto 64px;
}
.math-home .comparing-option .theme-btn {
  display: block;
  text-align: center;
  margin: 0px 0 118px;
}
.math-home .comparing-option .theme-btn a {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.math-home .cycle {
  position: absolute;
  top: 30%;
  left: 50px;
  z-index: 0;
}
@media only screen and (max-width: 1279px) {
  .math-home .cycle {
    display: none;
  }
}

@media only screen and (max-width: 676px) {
  .home-hero-banner .hero-banner.section-top.section-full .bg-black-05 {
    padding-bottom: 64px;
  }
}

.method-enrollment {
  padding: 237px 0 101px;
  position: relative;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 676px) {
  .method-enrollment {
    padding: 0px 0 61px;
  }
}
.method-enrollment .enrollment .enrollment-detail {
  width: 653px;
}
.method-enrollment .enrollment .enrollment-detail h2, .method-enrollment .enrollment .enrollment-detail .h2 {
  margin: 42px 0 24px;
}
.method-enrollment .enrollment .enrollment-detail p {
  max-width: 524px;
}
.method-enrollment .enrollment .enrollment-detail .theme-btn {
  display: block;
  width: 100%;
  float: left;
  margin-top: 38px;
  margin-bottom: 28px;
}
.method-enrollment .enrollment .enrollment-detail .theme-btn a {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
}
.method-enrollment .enrollment .enrollment-detail .theme-btn a img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 25px;
  margin-bottom: 5px;
}
.method-enrollment .cycle {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 0;
}

.podium-experience {
  background: rgba(248, 53, 216, 0.1);
  float: left;
  display: block;
  width: 100%;
}
.podium-experience .podium-experience-bg {
  background-repeat: repeat-y;
  background-size: 50%;
}
body:dir(rtl) .podium-experience .podium-experience-bg {
  background-position: right;
}
@media only screen and (max-width: 991px) {
  .podium-experience .podium-experience-bg {
    background-size: 100%;
  }
}
.podium-experience .podium-experience-bg .math-journey {
  padding: 46px 0 28px;
}
.podium-experience .podium-experience-bg .math-journey h2, .podium-experience .podium-experience-bg .math-journey .h2 {
  color: #000000;
}
.podium-experience .podium-experience-bg .math-journey .math-content {
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .podium-experience .podium-experience-bg .math-journey .math-content {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  .podium-experience .podium-experience-bg .math-journey .math-content .linesm {
    height: 2px;
    width: 60px;
    margin-right: 20px;
  }
}
.podium-experience .podium-experience-bg .math-journey .math-content p {
  max-width: 526px;
  margin-top: 29px;
}
.podium-experience .podium-experience-bg .new-heights {
  display: flex;
  justify-content: flex-end;
  padding: 46px 0 28px;
  text-align: right;
}
.podium-experience .podium-experience-bg .new-heights .new-heights-content {
  max-width: 416px;
}
.podium-experience .theme-btn {
  display: block;
  text-align: center;
  margin-top: 380px;
}
.podium-experience .theme-btn a {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.24px;
  color: #0F0F0F;
  background: #FFFFFF;
  box-shadow: 3px -5px 10px rgba(146, 146, 148, 0.15);
  padding: 38px 0;
  margin: 0 auto;
  display: block;
  width: 372px;
}

.swiper .swiper-pagination:dir(rtl) {
  right: unset;
  left: 10px;
}
.swiper .indexer:dir(rtl) {
  left: unset;
  right: -50px;
}

.number-sense {
  float: left;
  display: block;
  width: 100%;
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .number-sense {
    padding: 56px 0;
  }
}
.number-sense .num-title {
  max-width: 523px;
  width: 100%;
}
.number-sense .num-detail {
  max-width: 477px;
  width: 100%;
}
.number-sense .number-sense-header p {
  max-width: 477px;
}
.number-sense .number-sense-header .theme-btn a {
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.55px;
}
.number-sense .number-sense-header .theme-btn a:hover {
  color: #EF3E33;
}
.number-sense .number-sense-header .theme-btn a img {
  margin-bottom: 5px;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.number-sense .number-tab .nav-tabs {
  border: none;
  margin: 64px 0 32px;
  width: 100%;
}
.number-sense .number-tab .nav-tabs .nav-link {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #232C33;
  opacity: 0.4;
  border: none;
}
@media only screen and (max-width: 1279px) {
  .number-sense .number-tab .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .number-sense .number-tab .nav-tabs .nav-link {
    padding-left: 0px;
  }
}
.number-sense .number-tab .nav-tabs .nav-link.active {
  color: #EF3E33;
  background: linear-gradient(180deg, #FFFFFF 10.2%, #D8D8D8 121.43%);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .number-sense .number-tab .nav-tabs .nav-link.active {
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    opacity: 1;
    border: none;
  }
}
.number-sense .number-tab .accordion-title::before, .number-sense .number-tab .accordion-title::after {
  background: transparent;
}
.number-sense .number-tab .accordion.single-open li .show2 {
  display: none;
}
.number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper {
  display: flex;
  border-left: 10px solid #ef3e33;
}
.number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-lg-icon {
  width: 229px;
  background: #EBE70E;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-lg-icon {
    display: none;
  }
}
.number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-lg-icon img {
  margin-top: 54px;
  width: 144px;
  height: 90px;
  object-fit: contain;
}
.number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg {
  display: flex;
  border: 24px solid #dadada;
  border-left: none;
  padding: 27px;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg {
    border-left: 24px solid #dadada;
    display: block;
  }
}
.number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain {
  display: flex;
}
.number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-line {
  width: 90px;
  height: 2px;
  background: #C8C8C8;
  margin: 20px 10px;
}
@media only screen and (max-width: 1279px) {
  .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-line {
    width: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-line {
    margin: 10px;
  }
}
.number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-detail {
  width: 416px;
}
.number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-detail h4, .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-detail .h4, .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-detail .accordion-htag-repeater {
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-detail h4, .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-detail .h4, .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-detail .accordion-htag-repeater {
    display: none;
  }
}
.number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-detail .accordion-htag-repeater {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #232C33;
}
@media only screen and (max-width: 1279px) {
  .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-detail .accordion-htag-repeater {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1279px) {
  .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-detail {
    width: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain .acc-detail {
    width: 100%;
  }
}
.number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain-img {
  width: 370px;
  margin: 0 10px;
}
@media only screen and (max-width: 991px) {
  .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain-img {
    width: initial;
    margin-left: 66px;
  }
}
.number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain-img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1279px) {
  .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain-img img {
    max-width: 370px;
  }
}
@media only screen and (max-width: 991px) {
  .number-sense .number-tab .accordion.single-open li .show2 .show2-wrapper .acc-contain-bg .acc-contain-img img {
    max-width: 100%;
  }
}
.number-sense .number-tab .accordion.single-open li .show1 {
  display: block;
}
.number-sense .number-tab .accordion.single-open li .show1 .show1-wrapper {
  display: flex;
  border-left: 10px solid #EBE70E;
  height: 80px;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(146, 146, 148, 0.25);
}
.number-sense .number-tab .accordion.single-open li .show1 .show1-wrapper .acc-icon img {
  margin: 20px 35px;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .number-sense .number-tab .accordion.single-open li .show1 .show1-wrapper .acc-icon img {
    width: 50px;
    height: 50px;
  }
}
.number-sense .number-tab .accordion.single-open li .show1 .show1-wrapper .acc-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
.number-sense .number-tab .accordion.single-open li.active .show2 {
  display: block;
}
@media only screen and (max-width: 991px) {
  .number-sense .number-tab .accordion.single-open li.active .show2 .show2-wrapper {
    border-left: none;
  }
}
.number-sense .number-tab .accordion.single-open li.active .show1 {
  display: none;
}
@media only screen and (max-width: 991px) {
  .number-sense .number-tab .accordion.single-open li.active .show1 {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .number-sense .number-tab .accordion.single-open li.active .show1 .show1-wrapper {
    border-left: 10px solid #EF3E33;
    background: #EBE70E;
  }
}

.learning-way {
  float: left;
  display: block;
  width: 100%;
  background: #fff;
}
.learning-way .learning-way-wrapper {
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 60%;
}
body:dir(rtl) .learning-way .learning-way-wrapper {
  background-position: left top;
}
@media only screen and (max-width: 991px) {
  .learning-way .learning-way-wrapper {
    background-size: 100%;
  }
}
.learning-way .learning-way-wrapper .learning-header {
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 44.167%;
  z-index: 2;
  position: relative;
}
body:dir(rtl) .learning-way .learning-way-wrapper .learning-header {
  background-position-x: right;
}
@media only screen and (max-width: 991px) {
  .learning-way .learning-way-wrapper .learning-header {
    background-image: none !important;
  }
}
.learning-way .learning-way-wrapper .learning-header h2, .learning-way .learning-way-wrapper .learning-header .h2 {
  color: #fff;
  max-width: 524px;
  padding: 53px 30px 65px 0;
}
@media only screen and (max-width: 991px) {
  .learning-way .learning-way-wrapper .learning-header h2, .learning-way .learning-way-wrapper .learning-header .h2 {
    max-width: 103%;
    background: #000000;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    margin-bottom: 0;
  }
}
.learning-way .learning-way-wrapper .learning-header .learning-header-detail {
  margin: 25px 0 25px 90px;
}
body:dir(rtl) .learning-way .learning-way-wrapper .learning-header .learning-header-detail {
  margin-left: 0;
  margin-right: 90px;
}
@media only screen and (max-width: 991px) {
  .learning-way .learning-way-wrapper .learning-header .learning-header-detail {
    margin: 25px 0;
    display: none;
  }
  body:dir(rtl) .learning-way .learning-way-wrapper .learning-header .learning-header-detail {
    margin-left: 0;
    margin-right: 0;
  }
}
.learning-way .learning-way-wrapper .learning-header .learning-header-detail a.video-link img {
  transform: scaleX(1) !important;
}
.learning-way .learning-way-wrapper .learning-header .learning-header-detail p:after {
  content: "";
  width: 94px;
  height: 2px;
  margin: 15px 0 25px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
}
.learning-way .learning-way-wrapper .learning-content .learning-content-wrapper {
  padding-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .learning-way .learning-way-wrapper .learning-content .learning-content-wrapper {
    display: block !important;
    background-image: none !important;
    padding-bottom: 27px;
    position: relative;
  }
}
.learning-way .learning-way-wrapper .learning-content .learning-content-wrapper .dark-text {
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
  background: #000000;
}
@media only screen and (max-width: 991px) {
  .learning-way .learning-way-wrapper .learning-content .learning-content-wrapper .dark-text {
    display: none;
  }
}
.learning-way .learning-way-wrapper .learning-content .learning-content-wrapper #v-pills-tab {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .learning-way .learning-way-wrapper .learning-content .learning-content-wrapper #v-pills-tab {
    background: #fff;
    margin-bottom: 37px;
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    z-index: 9;
  }
}
.learning-way .learning-way-wrapper .learning-content .learning-content-wrapper #v-pills-tabContent {
  background: #ffffff;
  Padding: 25px;
  width: 70%;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  min-height: 450px;
}
@media only screen and (max-width: 991px) {
  .learning-way .learning-way-wrapper .learning-content .learning-content-wrapper #v-pills-tabContent {
    margin-top: 0px;
    width: 100%;
    background: transparent;
  }
}
.learning-way .learning-way-wrapper .learning-content .learning-content-wrapper #v-pills-tabContent .sm-dark-text {
  display: none;
}
@media only screen and (max-width: 991px) {
  .learning-way .learning-way-wrapper .learning-content .learning-content-wrapper #v-pills-tabContent .sm-dark-text {
    display: block;
    margin-left: 125px;
    min-height: 215px;
  }
}
.learning-way .learning-way-wrapper .learning-content .learning-content-wrapper #v-pills-tabContent img {
  width: 100%;
  height: auto;
}
.learning-way .learning-way-wrapper .learning-content .learning-content-wrapper .nav-pills .nav-link {
  font-weight: 800;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  color: #7c7c7c;
}
@media only screen and (max-width: 991px) {
  .learning-way .learning-way-wrapper .learning-content .learning-content-wrapper .nav-pills .nav-link {
    border-bottom: 1px solid #bababa;
    color: #EF3E33;
    font-size: 14px;
    line-height: 42px;
    border-radius: 0;
    padding: 0;
  }
  .learning-way .learning-way-wrapper .learning-content .learning-content-wrapper .nav-pills .nav-link:last-child {
    border: none;
  }
}
.learning-way .learning-way-wrapper .learning-content .learning-content-wrapper .nav-pills .nav-link.active {
  color: #0F0F0F;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 12px solid #EBE70E;
}
@media only screen and (max-width: 991px) {
  .learning-way .learning-way-wrapper .learning-content .learning-content-wrapper .nav-pills .nav-link.active {
    border-bottom: 1px solid #7c7c7c;
    background-color: #EBE70E;
  }
}
.learning-way .learning-way-wrapper .learning-content .learning-header-detail.mbl-version-detail {
  display: none;
}
@media only screen and (max-width: 991px) {
  .learning-way .learning-way-wrapper .learning-content .learning-header-detail.mbl-version-detail {
    display: block;
  }
}
.learning-way .learning-way-wrapper .learning-content .learning-header-detail.mbl-version-detail .theme-btn {
  padding-bottom: 45px;
}

.method-result .our-result {
  padding-bottom: 489px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
@media only screen and (max-width: 1279px) {
  .method-result .our-result {
    padding-bottom: 270px;
    padding-top: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .method-result .our-result {
    padding-top: 0px;
  }
}

.method-quote {
  position: relative;
  z-index: 4;
  float: left;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .method-quote {
    margin-bottom: 56px;
  }
}
.method-quote .quote-content {
  margin-top: -100px;
  margin-bottom: 0;
  padding: 0px;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .method-quote .quote-content {
    padding-bottom: 120px;
  }
}
.method-quote .quote-content .quote-detail {
  background: #ffffff;
}

#method-testimonial .testimonial {
  position: relative;
  z-index: 1;
  padding-top: 253px;
  margin-top: -153px;
}
@media only screen and (max-width: 991px) {
  #method-testimonial .testimonial {
    padding-top: 25px;
    margin-top: 0px;
  }
}

.math-tutoring {
  padding-bottom: 10%;
  background-position: center bottom;
  background-color: #feebfb;
  background-repeat: no-repeat;
  background-size: contain;
}
.math-tutoring .tutoring-header {
  background-position: top left;
  background-repeat: repeat-y;
  background-size: 62%;
}
@media only screen and (max-width: 1279px) {
  .math-tutoring .tutoring-header {
    background-size: 82%;
  }
}
@media only screen and (max-width: 991px) {
  .math-tutoring .tutoring-header {
    background-size: 100%;
  }
}
.math-tutoring .tutoring-header .tutoring-header-bg {
  padding: 120px 80px 94px;
}
@media only screen and (max-width: 991px) {
  .math-tutoring .tutoring-header .tutoring-header-bg {
    padding: 24px 20px 110px 0;
  }
}
.math-tutoring .tutoring-header .tutoring-header-bg h2, .math-tutoring .tutoring-header .tutoring-header-bg .h2 {
  max-width: 660px;
  color: #000000;
}
.math-tutoring .tutoring-header .tutoring-header-bg p {
  max-width: 660px;
}
.math-tutoring .tutoring-content {
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .math-tutoring .tutoring-content {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 991px) {
  .math-tutoring .tutoring-content {
    padding-top: 84px;
  }
}
.math-tutoring .tutoring-content .box {
  width: 412px;
  position: relative;
  padding: 0px 32px 32px;
  margin: 0 8px 82px 8px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(146, 146, 148, 0.25);
}
@media only screen and (max-width: 991px) {
  .math-tutoring .tutoring-content .box {
    margin: 0 0px 82px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .math-tutoring .tutoring-content .box:last-child {
    margin: 0px 0px 0px 0px;
  }
}
.math-tutoring .tutoring-content .box .box-number {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  position: relative;
  margin: -60px auto 0;
  width: 120px;
  height: 120px;
  background-color: #EF3E33;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-self: center;
}
.math-tutoring .tutoring-content .box .box-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  text-align: center;
}
.math-tutoring .tutoring-content .box .box-title:after {
  content: "";
  width: 100%;
  height: 2px;
  margin: 24px 0;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
}
.math-tutoring .tutoring-content .box .box-title span, .math-tutoring .tutoring-content .box .box-title .large-card-htag-repeater {
  max-width: 225px;
  display: block;
  margin: 12px auto 0;
  color: #000000;
}
.math-tutoring .tutoring-content .box .box-title .large-card-htag-repeater {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  text-transform: unset;
}
.math-tutoring .tutoring-content .box .box-content p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.page-landing-benefithub .math-tutoring {
  background: transparent;
  padding: 2% 0;
  border-bottom: 5px solid #f4f4f4;
}
.page-landing-benefithub .math-tutoring .tutoring-content {
  padding: 0;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .page-landing-benefithub .math-tutoring .tutoring-content {
    justify-content: space-between;
  }
}
.page-landing-benefithub .math-tutoring .box-container {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .page-landing-benefithub .math-tutoring .box-container {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    flex: auto;
  }
}
@media (min-width: 768px) {
  .page-landing-benefithub .math-tutoring .box-container {
    margin: 15px;
    justify-content: flex-start;
  }
}
@media (min-width: 1600px) {
  .page-landing-benefithub .math-tutoring .box-container {
    flex: none;
    flex-direction: row;
  }
}
.page-landing-benefithub .math-tutoring .box-container .box-number {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-self: center;
  margin: 0 20px 0 0;
  font-weight: 900;
  font-size: 28px;
  line-height: 36px;
  width: 75px;
  height: 75px;
  position: relative;
  background-color: #EF3E33;
  color: #ffffff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .page-landing-benefithub .math-tutoring .box-container .box-number {
    margin: 10px auto;
  }
}
@media (min-width: 1600px) {
  .page-landing-benefithub .math-tutoring .box-container .box-number {
    margin: 0 10px;
  }
}
.page-landing-benefithub .math-tutoring .box-container .box-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.15px;
  text-align: center;
  max-width: 300px;
  color: #000000;
  margin: 0;
}
@media (min-width: 992px) {
  .page-landing-benefithub .math-tutoring .box-container .box-title {
    font-size: 30px;
    line-height: 36px;
    max-width: 400px;
  }
}

.hiw-result .our-result {
  padding-bottom: 240px;
}

.parents-say {
  padding-top: 120px;
  padding-bottom: 120px;
  float: left;
  display: block;
  width: 100%;
  position: relative;
  background: #ffffff;
}
@media only screen and (max-width: 991px) {
  .parents-say {
    padding-top: 56px;
  }
}
.parents-say .title {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .parents-say .title {
    margin-bottom: 64px;
  }
}
.parents-say .title h2, .parents-say .title .h2 {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .parents-say .title h2, .parents-say .title .h2 {
    text-align: left;
  }
  body:dir(rtl) .parents-say .title h2, body:dir(rtl) .parents-say .title .h2 {
    text-align: right;
  }
}
.parents-say .testi-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(146, 146, 148, 0.25);
  border-radius: 1px;
  border-top: 16px solid #EF3E33;
  padding: 60px 24px 45px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 140px;
}
@media only screen and (max-width: 991px) {
  .parents-say .testi-box {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .parents-say .testi-box {
    padding: 40px 24px 24px;
  }
}
.parents-say .testi-box .testi-image {
  margin-right: 30px;
  width: 145px;
  position: relative;
}
body:dir(rtl) .parents-say .testi-box .testi-image {
  margin-left: 30px;
  margin-right: initial;
}
@media only screen and (max-width: 991px) {
  .parents-say .testi-box .testi-image {
    margin-bottom: 30px;
  }
}
.parents-say .testi-box .testi-image .round-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  border: 4px solid #EF3E33;
}
.parents-say .testi-box .testi-image .icon {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #EF3E33;
}
.parents-say .testi-box .testi-image .icon img {
  width: 25px;
  margin: 12px;
}
.parents-say .testi-box .testi-content {
  color: #000000;
}
.parents-say .testi-box .testi-content .testi-detail {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px;
}
.parents-say .testi-box .testi-content .testi-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.parents-say .portfolio-wrapper .portfolio-item:first-child .testi-box {
  margin-top: 0px;
}
.parents-say .portfolio-wrapper .portfolio-item:nth-child(2n) .testi-box {
  border-top: 16px solid #EBE70E;
}
.parents-say .portfolio-wrapper .portfolio-item:nth-child(2n) .testi-box .testi-image .round-img {
  border: 4px solid #EBE70E;
}
.parents-say .portfolio-wrapper .portfolio-item:nth-child(2n) .testi-box .testi-image .icon {
  background: #EBE70E;
}
.parents-say .sm-screen .owl-carousel .testi-box {
  margin: 0 5px 40px;
  display: block;
}
.parents-say .sm-screen .owl-carousel .testi-box .testi-content {
  margin-top: 16px;
}

.instruct-review {
  padding: 210px 0 140px;
  margin-bottom: 142px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .instruct-review {
    background: none !important;
    padding: 0;
    margin-bottom: 0px;
  }
}
.instruct-review .review-item {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .instruct-review .review-item {
    margin-top: -60px;
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 600px) {
  .instruct-review .review-item {
    display: block;
  }
}
.instruct-review .review-item .testi-box {
  background: #ffffff;
  margin-left: 16px;
  width: 416px;
  padding: 156px 30px 40px;
  border: 4px solid #EF3E33;
  box-sizing: border-box;
  border-radius: 1px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .instruct-review .review-item .testi-box {
    padding: 16px 22px 120px;
    margin: 0 auto 120px;
  }
}
@media only screen and (max-width: 479px) {
  .instruct-review .review-item .testi-box {
    width: 100%;
  }
}
.instruct-review .review-item .testi-box .testi-image {
  margin-right: 30px;
  width: 200px;
  position: absolute;
  left: 25%;
  top: -100px;
}
@media only screen and (max-width: 600px) {
  .instruct-review .review-item .testi-box .testi-image {
    margin-right: 0px;
    width: 158px;
    left: 25px;
    bottom: -79px;
    top: unset;
    right: unset;
  }
}
.instruct-review .review-item .testi-box .testi-image .round-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  border: 4px solid #EF3E33;
}
@media only screen and (max-width: 600px) {
  .instruct-review .review-item .testi-box .testi-image .round-img {
    width: 158px;
    height: 158px;
  }
}
.instruct-review .review-item .testi-box .testi-image .icon {
  width: 72px;
  height: 72px;
  position: absolute;
  bottom: -24px;
  left: 0;
  border-radius: 50%;
  background: #EF3E33;
}
.instruct-review .review-item .testi-box .testi-image .icon img {
  width: 37px;
  margin: 20px 17px;
  height: auto;
}
.instruct-review .review-item .testi-box .testi-content {
  color: #000000;
}
.instruct-review .review-item .testi-box .testi-content .testi-detail {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 17px;
}
.instruct-review .review-item .testi-box .testi-content .testi-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.instruct-review .review-item .testi-box:nth-child(2n) {
  border: 4px solid #EBE70E;
}
@media only screen and (max-width: 600px) {
  .instruct-review .review-item .testi-box:nth-child(2n) {
    padding: 120px 22px 16px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .instruct-review .review-item .testi-box:nth-child(2n) .testi-image {
    right: 25px;
    top: -79px;
    bottom: unset;
    left: unset;
  }
}
.instruct-review .review-item .testi-box:nth-child(2n) .testi-image .round-img {
  border: 4px solid #EBE70E;
}
.instruct-review .review-item .testi-box:nth-child(2n) .testi-image .icon {
  background: #EBE70E;
}

.instructor-strip .logo-strip {
  background: #ffffff;
  margin: 95px 0 0px;
  float: left;
  display: block;
  width: 100%;
}

.instructor-result {
  background-repeat: repeat-y;
  background-position: top left;
  background-color: transparent;
  padding-top: 129px;
  float: left;
  display: block;
  width: 100%;
}
.instructor-result .our-result {
  background: transparent;
  padding-bottom: 26%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.instructor-intro {
  float: left;
  display: block;
  width: 100%;
  background-repeat: repeat-y;
  background-size: 75%;
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .instructor-intro {
    margin-bottom: 0px;
    background-size: 100%;
  }
}
.instructor-intro .bg-blackgradient {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
  padding: 40px 0;
}
.instructor-intro .bg-blackgradient .item-alumni {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .instructor-intro .bg-blackgradient .item-alumni {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-intro .bg-blackgradient .item-alumni .intro-img {
    text-align: center;
  }
}
.instructor-intro .bg-blackgradient .item-alumni .intro-img img {
  width: 525px;
  height: 400px;
  object-fit: contain;
}
@media only screen and (max-width: 1279px) {
  .instructor-intro .bg-blackgradient .item-alumni .intro-img img {
    width: 325px;
    height: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-intro .bg-blackgradient .item-alumni .intro-img img {
    width: 325px;
    height: auto;
  }
}
.instructor-intro .bg-blackgradient .item-alumni .content {
  color: #ffffff;
  padding: 40px 90px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .instructor-intro .bg-blackgradient .item-alumni .content {
    padding: 40px 20px 40px 0;
  }
}
.instructor-intro .bg-blackgradient .item-alumni .content h3, .instructor-intro .bg-blackgradient .item-alumni .content .h3, .instructor-intro .bg-blackgradient .item-alumni .content .instructor-quote-htag-title {
  color: #ffffff;
}
.instructor-intro .bg-blackgradient .item-alumni .content .instructor-quote-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
  text-transform: unset;
}
@media only screen and (max-width: 1279px) {
  .instructor-intro .bg-blackgradient .item-alumni .content .instructor-quote-htag-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-intro .bg-blackgradient .item-alumni .content .instructor-quote-htag-title {
    letter-spacing: -0.15px;
  }
}
.instructor-intro .bg-blackgradient .item-alumni .content .address {
  font-weight: 900;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .instructor-intro .bg-blackgradient .item-alumni .content .address {
    line-height: 24px;
    margin: 20px 0;
  }
}
.instructor-intro .bg-blackgradient .item-alumni .content .line-horizontal {
  height: 1px;
  width: 100%;
  background: #fff;
  margin: 10px 0;
}
.instructor-intro .bg-blackgradient .item-alumni .content p {
  line-height: 24px;
}
.instructor-intro .bg-blackgradient .item-alumni .alumni-info {
  display: flex;
  align-items: center;
  align-self: center;
}
.instructor-intro .bg-blackgradient .item-alumni .alumni-info img {
  margin-left: 35px;
}

.pink-box {
  background: #FEEBFB;
  height: 320px;
  width: 100%;
  display: block;
  float: left;
}

.pattern-box {
  background-repeat: repeat;
  height: 320px;
  width: 100%;
  display: block;
  float: left;
}

.instructor-intro-white {
  float: left;
  margin-bottom: 120px;
  display: block;
  width: 100%;
  background: rgb(244, 244, 244);
  background: linear-gradient(90deg, rgb(244, 244, 244) 50%, rgba(255, 255, 255, 0) 50%);
}
body:dir(rtl) .instructor-intro-white {
  background: linear-gradient(270deg, rgb(244, 244, 244) 50%, rgba(255, 255, 255, 0) 50%);
}
@media only screen and (max-width: 991px) {
  .instructor-intro-white {
    background: linear-gradient(90deg, rgb(244, 244, 244) 90%, rgba(255, 255, 255, 0) 90%);
  }
  body:dir(rtl) .instructor-intro-white {
    background: linear-gradient(270deg, rgb(244, 244, 244) 90%, rgba(255, 255, 255, 0) 90%);
  }
}
.instructor-intro-white .intro-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .instructor-intro-white .intro-wrapper {
    display: block;
    background: #f4f4f4;
  }
}
.instructor-intro-white .intro-wrapper .intro-img {
  padding-top: 82px;
}
.instructor-intro-white .intro-wrapper .intro-img img {
  width: 416px;
  height: 316px;
  object-fit: contain;
  margin-right: 90px;
}
body:dir(rtl) .instructor-intro-white .intro-wrapper .intro-img img {
  margin-left: 90px;
  margin-right: initial;
}
@media only screen and (max-width: 1279px) {
  .instructor-intro-white .intro-wrapper .intro-img img {
    width: 316px;
    height: 216px;
    margin-right: 50px;
  }
  body:dir(rtl) .instructor-intro-white .intro-wrapper .intro-img img {
    margin-left: 50px;
    margin-right: initial;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-intro-white .intro-wrapper .intro-img img {
    width: 316px;
    height: auto;
  }
}
.instructor-intro-white .intro-wrapper .content {
  color: #232C33;
  padding: 82px 30px 178px;
  margin: 0 auto;
  background: #ffffff;
  max-width: 524px;
}
@media only screen and (max-width: 991px) {
  .instructor-intro-white .intro-wrapper .content {
    background: transparent;
    padding: 20px 20px 36px 0;
    max-width: 524px;
    margin: 0;
  }
}
.instructor-intro-white .intro-wrapper .content h3, .instructor-intro-white .intro-wrapper .content .h3 {
  color: #232C33;
}
.instructor-intro-white .intro-wrapper .content .address {
  font-weight: 900;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #C8C8C8;
}
@media only screen and (max-width: 991px) {
  .instructor-intro-white .intro-wrapper .content .address {
    line-height: 24px;
    margin: 20px 0;
  }
}
.instructor-intro-white .intro-wrapper .content .line-horizontal {
  height: 1px;
  width: 100%;
  background: #C8C8C8;
  margin: 10px 0;
}
.instructor-intro-white .intro-wrapper .content p {
  line-height: 24px;
}

.instructorhelp {
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 640px;
  float: left;
  display: block;
  width: 100%;
  background-size: 58%;
}
@media only screen and (max-width: 1920px) {
  .instructorhelp {
    background-size: 1100px;
  }
}
@media only screen and (max-width: 1600px) {
  .instructorhelp {
    background-position: 600px 0px;
  }
}
@media only screen and (max-width: 1279px) {
  .instructorhelp {
    min-height: 465px;
    background-position: 500px 0px;
  }
}
@media only screen and (max-width: 1040px) {
  .instructorhelp {
    background-position: 400px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .instructorhelp {
    background: none !important;
  }
}
.instructorhelp .mathhelp-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .instructorhelp .mathhelp-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .instructorhelp .mathhelp-wrapper .inst-img {
    margin: 0 -20%;
    width: 140%;
  }
}
.instructorhelp .mathhelp-wrapper .mathhelp-detail {
  width: 739px;
  min-height: 526px;
  background: #ffffff;
  margin: 64px 0 64px;
}
@media only screen and (max-width: 1279px) {
  .instructorhelp .mathhelp-wrapper .mathhelp-detail {
    width: 480px;
    margin: 64px 10px 47px 0;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .instructorhelp .mathhelp-wrapper .mathhelp-detail {
    width: 100%;
    margin: 0;
    padding: 20px 15px 20px 30px;
    min-height: 380px;
    position: relative;
    z-index: 9;
    margin: 64px 0 0px -15px;
  }
}
.instructorhelp .mathhelp-wrapper .mathhelp-detail .line-horizontal {
  height: 2px;
  width: 100%;
  margin: 15px 0;
  background: #8D9DB5;
}
.instructorhelp .mathhelp-wrapper .mathhelp-detail h2, .instructorhelp .mathhelp-wrapper .mathhelp-detail .h2 {
  font-family: "Nunito Sans", "Avenir";
  color: #000000;
  max-width: 632px;
  margin: 68px 0 10px;
  float: none;
  clear: both;
  display: block;
  width: 100%;
}
html[lang=es] .instructorhelp .mathhelp-wrapper .mathhelp-detail h2, html[lang=es] .instructorhelp .mathhelp-wrapper .mathhelp-detail .h2 {
  margin: 34px 0 10px;
}
@media only screen and (max-width: 1279px) {
  .instructorhelp .mathhelp-wrapper .mathhelp-detail h2, .instructorhelp .mathhelp-wrapper .mathhelp-detail .h2 {
    letter-spacing: -0.15px;
  }
}
@media only screen and (max-width: 991px) {
  .instructorhelp .mathhelp-wrapper .mathhelp-detail h2, .instructorhelp .mathhelp-wrapper .mathhelp-detail .h2 {
    margin: 0 0 10px;
  }
}
.instructorhelp .mathhelp-wrapper .mathhelp-detail h5, .instructorhelp .mathhelp-wrapper .mathhelp-detail .h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .instructorhelp .mathhelp-wrapper .mathhelp-detail h5, .instructorhelp .mathhelp-wrapper .mathhelp-detail .h5 {
    font-size: 20px;
  }
}
.instructorhelp .mathhelp-wrapper .mathhelp-detail ul {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.instructorhelp .mathhelp-wrapper .mathhelp-detail p {
  display: block;
  width: 100%;
}
.instructorhelp .mathhelp-wrapper .mathhelp-detail a.theme-btn {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  float: left;
  display: block;
  width: 100%;
  margin-top: 40px;
}
.instructorhelp .mathhelp-wrapper .mathhelp-detail a.theme-btn img {
  margin-bottom: 5px;
  margin-right: 20px;
}
.instructorhelp .mathhelp-wrapper .help-video {
  display: flex;
  align-items: center;
  padding: 10%;
}
@media only screen and (max-width: 991px) {
  .instructorhelp .mathhelp-wrapper .help-video {
    position: absolute;
    top: 25%;
    left: 42%;
  }
}
@media only screen and (max-width: 600px) {
  .instructorhelp .mathhelp-wrapper .help-video {
    position: absolute;
    top: 5%;
    left: 30%;
  }
}
.instructorhelp .mathhelp-wrapper .help-video .video-icon {
  width: 139px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .instructorhelp .mathhelp-wrapper .help-video .video-icon {
    width: 71px;
  }
}

.instructorhelp.reverse {
  background-position: center left;
}
body:dir(rtl) .instructorhelp.reverse {
  background-position: center right;
}
.instructorhelp.reverse .mathhelp-wrapper {
  flex-direction: row-reverse;
}
.instructorhelp.reverse .mathhelp-wrapper .mathhelp-detail {
  padding-left: 142px;
}
html[lang=es] .instructorhelp.reverse .mathhelp-wrapper .mathhelp-detail {
  padding-left: 71px;
}
body:dir(rtl) .instructorhelp.reverse .mathhelp-wrapper .mathhelp-detail {
  padding-right: 142px;
  padding-left: unset;
}
@media only screen and (max-width: 1279px) {
  .instructorhelp.reverse .mathhelp-wrapper .mathhelp-detail {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .instructorhelp.reverse .mathhelp-wrapper .mathhelp-detail {
    padding: 15px 10px;
    position: relative;
    z-index: 9;
    margin: -60px 0 0 0;
  }
}

.find-location .location-header form {
  margin: 20px 0 5px;
}
.find-location .location-header form input[type=text] {
  height: 50px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  width: 83%;
  border: none;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .find-location .location-header form input[type=text] {
    width: 80%;
  }
}
.find-location .location-header form button {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
}

.instructor-statement {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 193px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .instructor-statement {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-statement .mathhelp {
    margin: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-statement .mathhelp .mathhelp-wrapper img.inst-img {
    margin: 0 -20%;
    width: 140%;
  }
}
.instructor-statement .mathhelp .mathhelp-wrapper .mathhelp-detail {
  width: 630px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .instructor-statement .mathhelp .mathhelp-wrapper .mathhelp-detail {
    margin: -40px auto;
    width: 95%;
  }
}
.instructor-statement .mathhelp-statement {
  max-width: 580px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1279px) {
  .instructor-statement .mathhelp-statement {
    max-width: 480px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-statement .mathhelp-statement {
    max-width: 380px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-statement .mathhelp-statement {
    max-width: 110%;
    margin: 40px -20px 0;
  }
}
.instructor-statement .mathhelp-statement .statement {
  padding: 40px 124px 30px 40px;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 1px;
  position: relative;
}
body:dir(rtl) .instructor-statement .mathhelp-statement .statement {
  padding-left: 124px;
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  .instructor-statement .mathhelp-statement .statement {
    padding: 15px 20px 60px;
  }
  body:dir(rtl) .instructor-statement .mathhelp-statement .statement {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.instructor-statement .mathhelp-statement .statement img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  position: absolute;
  right: 10px;
  top: 20px;
}
body:dir(rtl) .instructor-statement .mathhelp-statement .statement img {
  left: 10px;
  right: unset;
}
@media only screen and (max-width: 991px) {
  .instructor-statement .mathhelp-statement .statement img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    position: static;
  }
}
.instructor-statement .mathhelp-statement .statement h5, .instructor-statement .mathhelp-statement .statement .h5, .instructor-statement .mathhelp-statement .statement .image-block-quoted-htag-simple-field {
  color: #ffffff;
}
.instructor-statement .mathhelp-statement .statement h5:after, .instructor-statement .mathhelp-statement .statement .h5:after, .instructor-statement .mathhelp-statement .statement .image-block-quoted-htag-simple-field:after {
  content: "";
  width: 200px;
  height: 2px;
  margin: 15px 0px 24px;
  background: #fff;
  display: block;
  max-width: 100%;
}
.instructor-statement .mathhelp-statement .statement .image-block-quoted-htag-simple-field {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
}
.instructor-statement .mathhelp-statement .statement p {
  color: #ffffff;
  line-height: 30px;
}
.instructor-statement .coder {
  position: absolute;
  left: 10px;
  bottom: 30px;
  z-index: 1;
}
body:dir(rtl) .instructor-statement .coder {
  right: 10px;
}
@media only screen and (max-width: 991px) {
  .instructor-statement .coder {
    display: none;
  }
}

.modal-backdrop {
  z-index: 1;
}

.assessment-form .modal-dialog {
  max-width: 800px;
}
.assessment-form .modal-content {
  margin: 90px auto 0;
}
@media only screen and (max-width: 991px) {
  .assessment-form .modal-content {
    width: 100%;
  }
}
.assessment-form .modal-content .modal-header {
  background: #F4F4F4;
  box-shadow: 0px 1px 10px rgba(146, 146, 148, 0.3);
  padding: 19px 24px 16px;
  display: block;
}
.assessment-form .modal-content .modal-header .modal-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  display: block;
  width: 100%;
}
.assessment-form .modal-content .modal-header .modal-title img {
  transform: rotate(180deg);
  margin-right: 12px;
  margin-bottom: 10px;
}
.assessment-form .modal-content .modal-header .modal-title button {
  border: none;
  background: transparent;
}
.assessment-form .modal-content .modal-header .modal-title button.close {
  float: right;
  font-size: 36px;
  line-height: 1;
}
body:dir(rtl) .assessment-form .modal-content .modal-header .modal-title button.close {
  float: left;
}
.assessment-form .modal-content .modal-header .center-info {
  padding: 8px 35px 0;
  color: #000;
}
.assessment-form .modal-content .modal-header .center-info .title {
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.25px;
  display: block;
}
.assessment-form .modal-content .modal-header .center-info .phone {
  font-size: 16px;
  line-height: 24px;
  display: block;
  width: 100%;
}
.assessment-form .modal-content .modal-header .center-info .address {
  font-size: 16px;
  line-height: 24px;
  display: block;
  width: 100%;
}
.assessment-form .modal-content .modal-body {
  padding: 24px;
}
.assessment-form .modal-content .modal-body .form-body .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.2);
  padding-left: calc(var(--bs-gutter-x) * 0.2);
}
.assessment-form .modal-content .modal-body .form-body input, .assessment-form .modal-content .modal-body .form-body select {
  background: rgba(255, 255, 255, 0.98);
  border: 0.75px solid #F2F2F2;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #474747;
  margin-bottom: 8px;
  width: 100%;
  padding: 16px 16px 15px 8px;
}
.assessment-form .modal-content .modal-body .form-body input ::-webkit-input-placeholder, .assessment-form .modal-content .modal-body .form-body select ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C8C8C8;
}
.assessment-form .modal-content .modal-body .form-body input ::-moz-placeholder, .assessment-form .modal-content .modal-body .form-body select ::-moz-placeholder { /* Firefox 19+ */
  color: #C8C8C8;
}
.assessment-form .modal-content .modal-body .form-body input :-ms-input-placeholder, .assessment-form .modal-content .modal-body .form-body select :-ms-input-placeholder { /* IE 10+ */
  color: #C8C8C8;
}
.assessment-form .modal-content .modal-body .form-body input :-moz-placeholder, .assessment-form .modal-content .modal-body .form-body select :-moz-placeholder { /* Firefox 18- */
  color: #C8C8C8;
}
.assessment-form .modal-content .modal-body .form-body textarea {
  width: 100%;
  height: 65px;
  color: #474747;
}
.assessment-form .modal-content .modal-body .form-body p {
  margin: 32px 0;
  color: #929294;
}
.assessment-form .modal-content .modal-body .form-body p.disclaimer {
  margin: 10px 0 24px;
  font-size: 13px;
  line-height: 1.2;
}
.assessment-form .modal-content .modal-body .form-body .theme-btn {
  display: block;
  width: 100%;
}
.assessment-form .modal-content .modal-body .form-body .theme-btn .secondary-theme-btn {
  margin: 20px 0;
  width: 100%;
}

body:dir(rtl) .modal-header .btn-close {
  margin-left: -0.5rem;
  margin-right: auto;
}

.btmContactFormDisclaimer {
  margin-top: 15px;
  font-size: 13px;
  color: #363535;
}

.btmContactFormDisclaimer a:link, .btmContactFormDisclaimer a:visited {
  color: #264bb2;
}

.btmContactFormDisclaimer a:hover, .btmContactFormDisclaimer a:active {
  color: blue;
}

.single-result {
  float: left;
  display: block;
  width: 100%;
}
.single-result .result-background {
  padding-bottom: 463px;
}
.single-result .result-background .result-whitebg {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 75%, rgb(255, 255, 255) 75%);
}
.single-result .result-background .result-detail {
  display: flex;
  justify-content: flex-end;
}
.single-result .result-background .result-detail .content {
  background: #ffffff;
  padding: 120px 10px 72px 108px;
  max-width: 632px;
}
@media only screen and (max-width: 1279px) {
  .single-result .result-background .result-detail .content {
    padding: 18px 42px;
  }
}
@media only screen and (max-width: 991px) {
  .single-result .result-background .result-detail .content {
    margin: 0 -25px;
  }
}
.single-result .result-background .result-detail .content h2, .single-result .result-background .result-detail .content .h2 {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
  color: #232C33;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1279px) {
  .single-result .result-background .result-detail .content h2, .single-result .result-background .result-detail .content .h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
.single-result .result-background .result-detail .content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1279px) {
  .single-result .result-background .result-detail .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.single-result .result-background .result-detail .content .primary-theme-btn {
  width: 268px;
  margin-bottom: 20px;
  display: block;
}

.math-situation {
  float: left;
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  background-repeat: repeat-x;
  background-position: 0 -135px;
}
@media only screen and (max-width: 480px) {
  .math-situation {
    background-position: 0 -300px;
  }
}
.math-situation .title-bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 75%, rgb(255, 255, 255) 75%);
  display: flex;
  justify-content: flex-end;
}
.math-situation .title-bg .container {
  display: flex;
  justify-content: flex-end;
}
.math-situation .title-bg .title {
  background: #ffffff;
  padding: 120px 0px 64px 62px;
  max-width: 694px;
}
.math-situation .situation-content {
  padding: 85px 0;
}
.math-situation .situation-content .sit-box {
  padding: 30px 24px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  background: rgb(146, 146, 148);
  background: linear-gradient(180deg, rgb(146, 146, 148) 20%, rgb(255, 255, 255) 20%);
}
@media only screen and (max-width: 480px) {
  .math-situation .situation-content .sit-box {
    background: linear-gradient(180deg, rgb(146, 146, 148) 12%, rgb(255, 255, 255) 12%);
  }
}
.math-situation .situation-content .sit-box .sit-image {
  margin-bottom: 24px;
}
.math-situation .situation-content .sit-box .sit-image .rect-img {
  width: 100%;
  height: 251px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .math-situation .situation-content .sit-box .sit-image .rect-img {
    height: 158px;
  }
}
.math-situation .situation-content .sit-box .sit-content .sit-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  text-transform: unset;
}
.math-situation .situation-content .sit-box .sit-content .sit-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #929294;
}
.math-situation .situation-content .sit-box .sit-content .sit-name:after {
  content: "";
  width: 292px;
  height: 2px;
  margin: 24px 0 32px;
  background: #8D9DB5;
  display: block;
  max-width: 100%;
}
.math-situation .situation-content .sit-box .sit-content .sit-detail {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.math-situation .situation-content .owl-carousel .owl-dots {
  margin-top: 15px;
  margin-bottom: 10px;
}

.educators-say {
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  width: 100%;
  background: #F4F4F4;
  padding-top: 120px;
  padding-bottom: 60px;
}
.educators-say .title {
  max-width: 632px;
  display: block;
  float: none;
  margin-bottom: 72px;
}
.educators-say .title h2, .educators-say .title .h2 {
  margin-bottom: 40px;
  text-transform: capitalize;
}
.educators-say .title p {
  font-size: 24px;
  line-height: 34px;
}
.educators-say .testi-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(146, 146, 148, 0.25);
  border-radius: 1px;
  border-top: 16px solid #EF3E33;
  padding: 60px 24px 45px 38px;
  max-width: 632px;
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .educators-say .testi-box {
    max-width: 100%;
  }
}
.educators-say .testi-box .testi-image {
  margin-right: 30px;
  width: 145px;
  height: 120px;
  position: relative;
}
body:dir(rtl) .educators-say .testi-box .testi-image {
  margin-left: 30px;
  margin-right: initial;
}
.educators-say .testi-box .testi-image .round-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  border: 4px solid #EF3E33;
}
.educators-say .testi-box .testi-image .icon {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #EF3E33;
}
.educators-say .testi-box .testi-image .icon img {
  width: 25px;
  margin: 12px;
}
.educators-say .testi-box .testi-content {
  color: #000000;
}
.educators-say .testi-box .testi-content .testi-detail {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px;
}
.educators-say .testi-box .testi-content .testi-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.educators-say .lg-screen .col-12:nth-child(2n) .testi-box {
  margin-left: 220px;
}
body:dir(rtl) .educators-say .lg-screen .col-12:nth-child(2n) .testi-box {
  margin-right: 220px;
  margin-left: initial;
}
.educators-say .sm-screen .owl-carousel .testi-box {
  margin-top: 0;
  display: block;
}
.educators-say .sm-screen .owl-carousel .testi-box .testi-content {
  margin-top: 16px;
}
.educators-say .skyscraper {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 115px;
}
@media only screen and (max-width: 1279px) {
  .educators-say .skyscraper {
    display: none;
  }
}

.student-level {
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  width: 100%;
  padding: 88px 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .student-level {
    padding: 56px 0 0;
  }
}
.student-level .title {
  text-align: center;
  display: block;
  margin-bottom: 48px;
}
.student-level .title h3, .student-level .title .h3, .student-level .title .student-assessment-htag-title {
  max-width: 416px;
  margin: 0 auto;
}
.student-level .title .student-assessment-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #232C33;
  text-transform: unset;
}
@media only screen and (max-width: 1279px) {
  .student-level .title .student-assessment-htag-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .student-level .title .student-assessment-htag-title {
    letter-spacing: -0.15px;
  }
}
.student-level img {
  width: 100%;
  height: auto;
}
.student-level .accordion {
  background: #FFFFFF;
  color: #000000;
  box-shadow: 0px 4px 10px rgba(146, 146, 148, 0.45);
}
.student-level .accordion .accordion-title {
  padding: 25px 54px 21px 16px;
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  box-shadow: 0px 4px 10px rgba(146, 146, 148, 0.45);
}
.student-level .accordion .accordion-content .accordion-border {
  background: #f4f4f4;
  padding: 16px;
}
.student-level .skateboard {
  position: absolute;
  bottom: 25px;
  right: 115px;
  z-index: 1;
}
@media only screen and (max-width: 1279px) {
  .student-level .skateboard {
    display: none;
  }
}

.student-level .sm-screen .accordion img {
  width: 100%;
  height: auto;
}

.changing-math {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 65px 0 120px;
}
@media only screen and (max-width: 991px) {
  .changing-math {
    padding: 64px 0 32px;
  }
}
.changing-math .sm-container {
  max-width: 849px;
  width: 100%;
  margin: 0 auto;
}
.changing-math .sm-container .changing-math-wrapper h2, .changing-math .sm-container .changing-math-wrapper .h2 {
  margin-bottom: 64px;
  text-align: center;
  padding: 0 10px;
}
@media only screen and (max-width: 991px) {
  .changing-math .sm-container .changing-math-wrapper h2, .changing-math .sm-container .changing-math-wrapper .h2 {
    text-align: left;
  }
}
.changing-math .sm-container .changing-math-wrapper .quote {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 56px 109px 75px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .changing-math .sm-container .changing-math-wrapper .quote {
    padding: 24px 41px 52px;
    margin-bottom: 32px;
  }
}
.changing-math .sm-container .changing-math-wrapper .quote img {
  width: 77px;
  height: 63px;
  object-fit: contain;
  margin: 0 auto 32px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .changing-math .sm-container .changing-math-wrapper .quote img {
    width: 38px;
    height: 31px;
    margin: 0 auto 12px;
  }
}
.changing-math .sm-container .changing-math-wrapper .quote .detail {
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .changing-math .sm-container .changing-math-wrapper .quote .detail {
    font-size: 24px;
    line-height: 32px;
  }
}
.changing-math .sm-container .changing-math-wrapper .quote .name {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  margin-top: 32px;
}
@media only screen and (max-width: 991px) {
  .changing-math .sm-container .changing-math-wrapper .quote .name {
    font-size: 18px;
    line-height: 30px;
    margin-top: 23px;
  }
}
.changing-math .rocket {
  position: absolute;
  top: 333px;
  left: 90px;
}
body:dir(rtl) .changing-math .rocket {
  right: 90px;
}
@media only screen and (max-width: 1279px) {
  .changing-math .rocket {
    display: none;
  }
}
.changing-math .asteroid {
  position: absolute;
  top: 30%;
  right: 60px;
}
body:dir(rtl) .changing-math .asteroid {
  left: 60px;
  right: unset;
}
@media only screen and (max-width: 1279px) {
  .changing-math .asteroid {
    display: none;
  }
}

.behind-story-result {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(244, 244, 244) 50%);
  padding: 0px 0 80px;
}
@media only screen and (max-width: 991px) {
  .behind-story-result {
    background: #f4f4f4;
  }
}
.behind-story-result .behind-story {
  background-repeat: no-repeat;
  background-size: 100% 624px;
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .behind-story-result .behind-story {
    background-size: 1000px 524px;
  }
}
@media only screen and (max-width: 767px) {
  .behind-story-result .behind-story {
    padding: 48px 0 24px;
    background-size: 800px 286px;
  }
}
.behind-story-result .behind-story .sm-container {
  max-width: 849px;
  width: 100%;
  margin: 0 auto;
}
.behind-story-result .behind-story .sm-container h3, .behind-story-result .behind-story .sm-container .h3, .behind-story-result .behind-story .sm-container .featured-htag-title, .behind-story-result .behind-story .sm-container .story-htag-title {
  color: #ffffff;
  margin-bottom: 72px;
  text-align: center;
}
.behind-story-result .behind-story .sm-container .featured-htag-title, .behind-story-result .behind-story .sm-container .story-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 1279px) {
  .behind-story-result .behind-story .sm-container .featured-htag-title, .behind-story-result .behind-story .sm-container .story-htag-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.behind-story-result .behind-story .sm-container .video-section {
  position: relative;
}
.behind-story-result .behind-story .sm-container .video-section .video-img {
  position: relative;
  width: 846px;
  height: 545px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .behind-story-result .behind-story .sm-container .video-section .video-img {
    width: 100%;
    height: auto;
  }
}
.behind-story-result .behind-story .sm-container .video-section a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.behind-story-result .story-result {
  position: relative;
  float: left;
  display: block;
  width: 100%;
}
.behind-story-result .story-result .content h3, .behind-story-result .story-result .content .h3, .behind-story-result .story-result .content .story-htag-subtitle {
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .behind-story-result .story-result .content h3, .behind-story-result .story-result .content .h3, .behind-story-result .story-result .content .story-htag-subtitle {
    margin-bottom: 56x;
  }
}
.behind-story-result .story-result .content .story-htag-subtitle {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #232C33;
}
@media only screen and (max-width: 1279px) {
  .behind-story-result .story-result .content .story-htag-subtitle {
    font-size: 32px;
    line-height: 40px;
  }
}
.behind-story-result .story-result .content .theme-btn {
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .behind-story-result .story-result .content .theme-btn {
    padding-top: 56px;
  }
}
.behind-story-result .story-result .content .theme-btn .primary-theme-btn {
  display: block;
  width: 217px;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .behind-story-result .story-result .content .theme-btn .primary-theme-btn {
    width: 327px;
  }
}
.behind-story-result .story-result .result-box {
  margin-top: 21px;
  margin-left: 65px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .behind-story-result .story-result .result-box {
    margin-top: 0px;
    margin-left: 0px;
  }
}
.behind-story-result .story-result .result-box .count {
  font-weight: 900;
  font-size: 72px;
  line-height: 70px;
  text-transform: uppercase;
  color: #8D9DB5;
  width: 151px;
  margin: 48px 20px 30px 45px;
}
@media only screen and (max-width: 1279px) {
  .behind-story-result .story-result .result-box .count {
    width: 98px;
    font-size: 40px;
    line-height: 46px;
    margin: 48px 10px;
    display: flex;
    align-self: center;
  }
}
@media only screen and (max-width: 991px) {
  .behind-story-result .story-result .result-box .count {
    margin-top: 0px;
    margin: 26px 10px;
  }
}
html[lang=ro] .behind-story-result .story-result .result-box .count {
  font-size: 68px;
}
@media only screen and (max-width: 1279px) {
  html[lang=ro] .behind-story-result .story-result .result-box .count {
    font-size: 40px;
  }
}
.behind-story-result .story-result .result-box .details {
  padding-top: 26px;
  padding-left: 5px;
  padding-right: 10px;
}
.behind-story-result .story-result .result-box .details h4, .behind-story-result .story-result .result-box .details .h4, .behind-story-result .story-result .result-box .details .story-htag-repeater {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #0A0A0A;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1279px) {
  .behind-story-result .story-result .result-box .details h4, .behind-story-result .story-result .result-box .details .h4, .behind-story-result .story-result .result-box .details .story-htag-repeater {
    font-size: 20px;
    line-height: 34px;
  }
}
.behind-story-result .story-result .result-box .details p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .behind-story-result .story-result .result-box .details p {
    line-height: 22px;
  }
}

.greyback {
  float: left;
  display: block;
  width: 100%;
  height: 554px;
  background: rgba(248, 53, 216, 0.1);
}
@media only screen and (max-width: 991px) {
  .greyback {
    height: 272px;
  }
}

.spacestation {
  position: absolute;
  top: 58px;
  right: 60px;
}
@media only screen and (max-width: 1279px) {
  .spacestation {
    display: none;
  }
}

.modal {
  /*From Right/Left */
}
.modal.drawer {
  display: flex !important;
  pointer-events: none;
}
.modal.drawer * {
  pointer-events: none;
}
.modal.drawer .modal-dialog {
  margin: 0px;
  display: flex;
  flex: auto;
  transform: translate(25%, 0);
}
.modal.drawer .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}
.modal.drawer .modal-dialog .modal-content .modal-body {
  overflow: auto;
}
.modal.drawer.show {
  pointer-events: auto;
}
.modal.drawer.show * {
  pointer-events: auto;
}
.modal.drawer.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.drawer.right-align {
  flex-direction: row-reverse;
}
.modal.drawer.left-align:not(.show) .modal-dialog {
  transform: translate(-25%, 0);
}

.drawer-right {
  background: none;
  border: none;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  text-decoration: none;
}
.drawer-right img {
  margin-left: 20px;
  margin-bottom: 5px;
}

.more-location .offcanvas-body {
  padding: 0;
  background: #ffffff;
}
@media (min-width: 992px) {
  .more-location .offcanvas-body {
    overflow-y: hidden;
  }
}
.more-location .offcanvas-start,
.more-location .offcanvas-end {
  width: 80vw !important;
  background: unset;
}
.more-location .offcanvas-start.show,
.more-location .offcanvas-end.show {
  z-index: 10000;
}
@media only screen and (max-width: 479px) {
  .more-location .offcanvas-start,
  .more-location .offcanvas-end {
    width: 100% !important;
  }
}
.more-location #ifrmMoreLocLoadingMsg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
}
.more-location #ifrmMoreLocLoadingMsg img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
.more-location iframe {
  width: 100%;
  height: 87vh;
}
@media (min-width: 992px) {
  .more-location iframe {
    height: 92vh;
  }
}
.more-location .location-header {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #B1232A 10.2%, #83161B 121.43%);
  justify-content: flex-end;
  padding: 10px;
}
@media only screen and (max-width: 479px) {
  .more-location .location-header {
    padding: 15px 20px;
  }
}
.more-location .location-header h5, .more-location .location-header .h5, .more-location .location-header .title {
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 0;
}
.more-location .location-header .button-chevron-close {
  position: absolute;
  left: -10px;
  top: 9px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFFFFF 10.2%, #D8D8D8 121.43%);
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
}
body:dir(rtl) .more-location .location-header .button-chevron-close {
  right: -10px;
}
.more-location .location-header .button-chevron-close:hover {
  background: #ffffff;
}
.more-location .location-header .button-chevron-close:hover i {
  color: #B5121B;
}
.more-location .location-header .button-chevron-close i {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .more-location .location-header .button-chevron-close {
    display: none;
  }
}
.more-location .location-header .button-close {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 32px;
  cursor: pointer;
  border: none;
  background: transparent;
}
body:dir(rtl) .more-location .location-header .button-close {
  margin-right: 32px;
  margin-left: initial;
}
@media only screen and (max-width: 768px) {
  .more-location .location-header .button-close {
    width: 46px;
    height: 46px;
  }
}
.more-location .location-header .button-close span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: 0 0;
  width: 100%;
  height: 3px;
  border-radius: 0px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.more-location .location-header .button-close span:before, .more-location .location-header .button-close span:after {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  height: 3px;
  border-radius: 0px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.more-location .location-header .button-close span:before {
  background: #fff;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.more-location .location-header .button-close span:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-location .location-header a {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #EF3E33;
  padding-left: 30px;
}
.more-location .location-body {
  padding: 24px 24px 16px;
  display: block;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .more-location .location-body {
    padding: 0px;
  }
}
.more-location .location-body .inner-box {
  background: rgba(255, 255, 255, 0.98);
  border: 0.5px solid #C8C8C9;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 16px 16px 11px;
  float: left;
  width: 368px;
  margin: 0 auto 16px;
}
@media only screen and (max-width: 479px) {
  .more-location .location-body .inner-box {
    width: 100%;
  }
}
.more-location .location-body .inner-box .icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.more-location .location-body .inner-box .icon i {
  font-size: 30px;
}
.more-location .location-body .inner-box .details {
  display: inline-block;
  width: 100%;
}
.more-location .location-body .inner-box .details .box-header {
  display: block;
  width: 100%;
  float: left;
}
.more-location .location-body .inner-box .details .box-header .location-title {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #000000;
}
.more-location .location-body .inner-box .details .box-header .mi {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  color: #EF3E33;
}
.more-location .location-body .inner-box .details .location {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 19px;
  text-align: left;
  display: inline-block;
  margin-top: 5px;
}
.more-location .location-body .inner-box .link {
  display: block;
  margin-left: 0px;
}
.more-location .location-body .inner-box .link a {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #EF3E33;
  display: block;
}

/* width */
.offcanvas-body::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.offcanvas-body::-webkit-scrollbar-track {
  background: #f5f5f5;
}

/* Handle */
.offcanvas-body::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 100px;
}

/* Handle on hover */
.offcanvas-body::-webkit-scrollbar-thumb:hover {
  background: #dddddd;
}

.mathhelp.abouthelp {
  background: #f0f0f0;
}
.mathhelp.abouthelp .white-pattern {
  float: left;
  display: block;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 40%, rgb(240, 240, 240) 40%);
  margin: 0px;
}
body:dir(rtl) .mathhelp.abouthelp .white-pattern {
  background: linear-gradient(270deg, rgb(255, 255, 255) 40%, rgb(240, 240, 240) 40%);
}
@media only screen and (max-width: 991px) {
  .mathhelp.abouthelp .white-pattern {
    background: none;
  }
}
.mathhelp.abouthelp .mathhelp-wrapper .mathhelp-detail {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 991px) {
  .mathhelp.abouthelp .mathhelp-location {
    position: relative;
    margin: 0px -20%;
  }
}
@media only screen and (max-width: 767px) {
  .mathhelp.abouthelp .mathhelp-location {
    margin: 0px -25px;
  }
}
.mathhelp.abouthelp .mathhelp-location .find-location {
  width: 416px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(146, 146, 148, 0.4);
}
@media only screen and (max-width: 991px) {
  .mathhelp.abouthelp .mathhelp-location .find-location {
    width: 375px;
  }
}
@media only screen and (max-width: 991px) {
  .mathhelp.abouthelp .mathhelp-location .find-location {
    position: relative;
    z-index: 9;
    margin: -200px 0px 0px 50%;
    display: inline-block;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 480px) {
  .mathhelp.abouthelp .mathhelp-location .find-location {
    width: 90%;
  }
}

.world-map {
  min-height: 720px;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .world-map {
    min-height: 500px;
    background-size: 110%;
    background-color: #F7F7F7;
  }
}
.world-map .world-circle {
  width: 259px;
  height: 259px;
  border-radius: 50%;
  background: #ffffff;
  padding: 71px 30px 20px;
}
@media only screen and (max-width: 991px) {
  .world-map .world-circle {
    width: 155px;
    height: 155px;
    padding: 41px 15px 20px;
  }
}
.world-map .world-circle .title {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .world-map .world-circle .title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.15px;
  }
}
.world-map .world-circle .title:after {
  content: "";
  width: 200px;
  height: 2px;
  margin: 16px 0;
  background: #8D9DB5;
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .world-map .world-circle .title:after {
    margin: 7px 0;
  }
}
.world-map .world-circle .details {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #EF3E33;
}
@media only screen and (max-width: 991px) {
  .world-map .world-circle .details {
    font-size: 12px;
    line-height: 18px;
  }
}
.world-map .position1 {
  position: absolute;
  top: 34px;
  right: 280px;
  z-index: 5;
}
@media only screen and (max-width: 1279px) {
  .world-map .position1 {
    right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .world-map .position1 {
    right: 20%;
    top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .world-map .position1 {
    right: 25px;
  }
}
.world-map .position2 {
  position: absolute;
  bottom: 53px;
  left: 280px;
  z-index: 5;
}
@media only screen and (max-width: 1279px) {
  .world-map .position2 {
    left: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .world-map .position2 {
    left: 20%;
    top: 32px;
    bottom: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .world-map .position2 {
    left: 25px;
  }
}

.values {
  float: left;
  display: block;
  width: 100%;
  padding: 117px 0 420px;
}
@media only screen and (max-width: 991px) {
  .values {
    padding: 56px 0 198px;
  }
}
.values .title {
  text-align: center;
  max-width: 666px;
  margin: 0 auto;
  display: block;
}
.values .title h2, .values .title .h2 {
  margin-bottom: 32px;
}
.values .values-wrapper {
  margin-top: 114px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .values .values-wrapper {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.values .values-wrapper .details {
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(146, 146, 148, 0.25);
  width: 410px;
  padding: 0 32px 30px;
  margin: 0 5px;
}
@media only screen and (max-width: 991px) {
  .values .values-wrapper .details {
    margin: 0 0 85px;
  }
}
.values .values-wrapper .details img {
  margin: -57px auto 26px;
  display: block;
  width: 145px;
  height: 110px;
  object-fit: contain;
}
html[lang=ro] .values .values-wrapper .details h4, html[lang=ro] .values .values-wrapper .details .h4, html[lang=ro] .values .values-wrapper .details .our-values-htag-repeater {
  font-size: 27px;
}
@media only screen and (max-width: 1279px) {
  html[lang=ro] .values .values-wrapper .details h4, html[lang=ro] .values .values-wrapper .details .h4, html[lang=ro] .values .values-wrapper .details .our-values-htag-repeater {
    font-size: 18px;
  }
}
.values .values-wrapper .details h4:after, .values .values-wrapper .details .h4:after, .values .values-wrapper .details .our-values-htag-repeater:after {
  content: "";
  width: 198px;
  height: 2px;
  margin: 24px 0;
  background: #8D9DB5;
  display: block;
  max-width: 100%;
}
.values .values-wrapper .details .our-values-htag-repeater {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #232C33;
  text-transform: unset;
}
@media only screen and (max-width: 1279px) {
  .values .values-wrapper .details .our-values-htag-repeater {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}

.leadership {
  padding: 120px 0 135px;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .leadership {
    padding: 56px 0 65px;
  }
}
@media only screen and (max-width: 991px) {
  .leadership .row .col-12.col-sm-6.col-md-4:not(:nth-child(-n+3)) {
    display: none;
  }
}
.leadership .title {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .leadership .title {
    margin-bottom: 56px;
  }
}
.leadership .lead-wrapper {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .leadership .lead-wrapper {
    margin-bottom: 18px;
  }
}
.leadership .lead-wrapper img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 991px) {
  .leadership .lead-wrapper img {
    height: 188px;
    margin: 0 auto 24px;
  }
}
.leadership .lead-wrapper h4:after, .leadership .lead-wrapper .h4:after {
  content: "";
  width: 140px;
  height: 2px;
  margin: 16px 0 24px;
  background: #C8C8C8;
  display: block;
  max-width: 100%;
}
.leadership .lead-wrapper .body18 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.leadership .theme-btn {
  display: block;
  text-align: center;
}

.about-schedule {
  background: #F4F4F4;
  float: left;
  display: block;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .about-schedule {
    padding-top: 56px;
  }
}
.about-schedule .learn-schedule {
  margin: 0;
}

.home-news {
  padding: 130px 0 523px;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .home-news {
    padding: 0px 0 56px;
  }
}
.home-news .news-event {
  padding: 0;
}

.full-potential {
  float: left;
  display: block;
  width: 100%;
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .full-potential {
    padding: 56px 0 48px;
  }
}
.full-potential .potential-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .full-potential .potential-wrapper {
    display: block;
  }
}
.full-potential .potential-wrapper .section1 {
  width: 630px;
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .full-potential .potential-wrapper .section1 {
    width: 100%;
    padding-right: 0px;
  }
}
.full-potential .potential-wrapper .section1 .section1-wrap {
  margin-top: 42px;
}
.full-potential .potential-wrapper .section1 .section1-wrap .line-horizontal {
  height: 2px;
  width: 100%;
  margin: 15px 0;
  background: #8D9DB5;
}
.full-potential .potential-wrapper .section1 .section1-wrap a.theme-btn {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
}
.full-potential .potential-wrapper .section1 .section1-wrap a.theme-btn span, .full-potential .potential-wrapper .section1 .section1-wrap a.theme-btn .potential-htag-block-link {
  width: 200px;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.25px;
  margin-bottom: 0;
}
.full-potential .potential-wrapper .section1 .section1-wrap a.theme-btn img {
  margin: 5px 15px 0;
  height: 25px;
}
.full-potential .potential-wrapper .section2 {
  width: 630px;
  padding: 112px 50px;
}
@media only screen and (max-width: 991px) {
  .full-potential .potential-wrapper .section2 {
    width: 100%;
    padding: 24px;
  }
}
.full-potential .potential-wrapper .section2 h3, .full-potential .potential-wrapper .section2 .h3, .full-potential .potential-wrapper .section2 .potential-htag-subtitle {
  color: #ffffff;
}
.full-potential .potential-wrapper .section2 .potential-htag-subtitle {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -1px;
  text-transform: unset;
}
@media only screen and (max-width: 1279px) {
  .full-potential .potential-wrapper .section2 .potential-htag-subtitle {
    font-size: 32px;
    line-height: 40px;
  }
}
.full-potential .potential-wrapper .section2 .theme-btn {
  margin-top: 64px;
  display: block;
  color: #ffffff;
}
.full-potential .potential-wrapper .section2 .theme-btn img {
  margin-left: 20px;
  margin-bottom: 5px;
}
body:dir(rtl) .full-potential .potential-wrapper .section2 .theme-btn img {
  margin-right: 20px;
  margin-left: initial;
}

.about-testimonial {
  float: left;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35% 60%;
  margin-top: 152px;
}
body:dir(rtl) .about-testimonial {
  float: right;
  background-position: right center;
}
@media only screen and (max-width: 991px) {
  .about-testimonial {
    background-size: 100%;
    background-position: 0 200px;
    margin-top: 56px;
  }
  body:dir(rtl) .about-testimonial {
    float: right;
    background-position: 0 200px;
  }
}
@media only screen and (max-width: 564px) {
  .about-testimonial {
    background-position: 0 300px;
  }
  body:dir(rtl) .about-testimonial {
    float: right;
    background-position: 0 300px;
  }
}
.about-testimonial .title {
  max-width: 632px;
  margin-bottom: 22px;
}
.about-testimonial .abt-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .about-testimonial .abt-wrapper {
    display: block;
    margin-bottom: 10px;
  }
}
.about-testimonial .abt-wrapper .abt-video {
  width: 632px;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .about-testimonial .abt-wrapper .abt-video {
    width: 432px;
  }
}
@media only screen and (max-width: 991px) {
  .about-testimonial .abt-wrapper .abt-video {
    width: 382px;
  }
}
@media only screen and (max-width: 991px) {
  .about-testimonial .abt-wrapper .abt-video {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.about-testimonial .abt-wrapper .abt-video .video-bg-img {
  position: relative;
  width: 632px;
  height: 508px;
  object-fit: cover;
  z-index: 1;
}
@media only screen and (max-width: 1279px) {
  .about-testimonial .abt-wrapper .abt-video .video-bg-img {
    width: 432px;
    height: 308px;
  }
}
@media only screen and (max-width: 991px) {
  .about-testimonial .abt-wrapper .abt-video .video-bg-img {
    width: 382px;
    height: 258px;
  }
}
@media only screen and (max-width: 991px) {
  .about-testimonial .abt-wrapper .abt-video .video-bg-img {
    max-width: 382px;
    height: 278px;
    width: 100%;
  }
}
.about-testimonial .abt-wrapper .abt-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  object-fit: contain;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .about-testimonial .abt-wrapper .abt-video .play-icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-testimonial .abt-wrapper .abt-video .play-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-testimonial .abt-detail {
  width: 416px;
  margin-left: 20px;
  margin-right: 100px;
}
body:dir(rtl) .about-testimonial .abt-detail {
  margin-left: 100px;
  margin-right: 20px;
}
@media only screen and (max-width: 1279px) {
  .about-testimonial .abt-detail {
    margin-right: 0px;
  }
  body:dir(rtl) .about-testimonial .abt-detail {
    margin-left: 0px;
    margin-right: initial;
  }
}
@media only screen and (max-width: 991px) {
  .about-testimonial .abt-detail {
    width: 100%;
    margin: 90px 0 40px 0;
    background: #fff;
    padding: 24px;
  }
  body:dir(rtl) .about-testimonial .abt-detail {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.about-testimonial .abt-detail .parent-student-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #232C33;
  text-transform: unset;
}
@media only screen and (max-width: 1279px) {
  .about-testimonial .abt-detail .parent-student-htag-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.about-testimonial .abt-detail .body18 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #929294;
}
.about-testimonial .abt-detail .body18:after {
  content: "";
  width: 199px;
  height: 2px;
  margin: 16px 0;
  background: #C8C8C8;
  display: block;
  max-width: 100%;
}
.about-testimonial .abt-detail .default-btn {
  display: block;
}
.about-testimonial .abt-detail .default-btn a {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  font-weight: 900;
}
.about-testimonial .abt-detail .default-btn a img {
  margin-top: -5px;
  margin-left: 15px;
}
body:dir(rtl) .about-testimonial .abt-detail .default-btn a img {
  margin-right: 15px;
  margin-left: initial;
}
.about-testimonial .stud-wrapper {
  padding: 80px 100px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 10px rgba(146, 146, 148, 0.3);
  margin: 0 -100px 56px;
  background: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .about-testimonial .stud-wrapper {
    padding: 40px 50px;
    margin: 0 -50px;
  }
}
@media only screen and (max-width: 991px) {
  .about-testimonial .stud-wrapper {
    padding: 24px 0px;
    margin: 0px;
  }
}
.about-testimonial .stud-wrapper .testi-box {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  margin-right: 60px;
}
body:dir(rtl) .about-testimonial .stud-wrapper .testi-box {
  margin-left: 60px;
  margin-right: initial;
}
.about-testimonial .stud-wrapper .testi-box:last-child {
  margin-right: 0;
}
body:dir(rtl) .about-testimonial .stud-wrapper .testi-box:last-child {
  margin-left: 0;
  margin-right: initial;
}
@media only screen and (max-width: 1279px) {
  .about-testimonial .stud-wrapper .testi-box {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .about-testimonial .stud-wrapper .testi-box {
    width: 100%;
    padding: 0 20px;
  }
}
.about-testimonial .stud-wrapper .testi-box .testi-image {
  margin-right: 30px;
  width: 145px;
  position: relative;
}
body:dir(rtl) .about-testimonial .stud-wrapper .testi-box .testi-image {
  margin-left: 30px;
  margin-right: initial;
}
@media only screen and (max-width: 1279px) {
  .about-testimonial .stud-wrapper .testi-box .testi-image {
    margin-bottom: 30px;
  }
}
.about-testimonial .stud-wrapper .testi-box .testi-image .round-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  border: 4px solid #EBE70E;
}
.about-testimonial .stud-wrapper .testi-box .testi-image .icon {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #EBE70E;
}
.about-testimonial .stud-wrapper .testi-box .testi-image .icon img {
  width: 25px;
  margin: 12px;
}
.about-testimonial .stud-wrapper .testi-box .testi-content {
  color: #000000;
}
.about-testimonial .stud-wrapper .testi-box .testi-content .testi-detail {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .about-testimonial .stud-wrapper .testi-box .testi-content .testi-detail {
    font-size: 18px;
    line-height: 30px;
  }
}
.about-testimonial .stud-wrapper .testi-box .testi-content .testi-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.about-testimonial .stud-wrapper .testi-box:nth-child(2n) .testi-image .round-img {
  border: 4px solid #EF3E33;
}
.about-testimonial .stud-wrapper .testi-box:nth-child(2n) .testi-image .icon {
  background: #EF3E33;
}
.about-testimonial .sm-screen .stud-wrapper {
  box-shadow: none;
  padding: 0;
}
.about-testimonial .sm-screen .stud-wrapper .owl-stage-outer {
  padding: 24px 0 40px;
  box-shadow: 0px 0px 10px rgba(146, 146, 148, 0.3);
  background: #fff;
  margin-bottom: 30px;
}
.about-testimonial .sm-screen .stud-wrapper .owl-stage-outer .testi-box {
  padding: 0 20px;
  margin-top: 0;
  display: block;
  width: 100%;
}
.about-testimonial .sm-screen .stud-wrapper .owl-stage-outer .testi-box .testi-content {
  margin-top: 16px;
}
.about-testimonial .sm-screen .stud-wrapper .owl-carousel .owl-dots .owl-dot::after {
  opacity: 1;
  background: #c8c8c8;
  width: 10px;
  height: 10px;
}
.about-testimonial .sm-screen .stud-wrapper .owl-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
  background: #EBE70E;
  width: 10px;
  height: 10px;
}

.parentTestimonialCarousel .owl-stage {
  display: flex;
}

.parentTestimonialCarousel.owl-carousel .owl-dots {
  margin-top: 15px;
}

.about-comparing-option {
  padding: 120px 0 148px;
  float: left;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .about-comparing-option {
    padding: 56px 0 0;
    margin-bottom: 0;
  }
}
.about-comparing-option .header-title {
  max-width: 848px;
  margin: 0 auto 62px;
}
.about-comparing-option .rocket {
  position: absolute;
  left: 20px;
  bottom: 300px;
}
body:dir(rtl) .about-comparing-option .rocket {
  right: 20px;
}
@media only screen and (max-width: 1279px) {
  .about-comparing-option .rocket {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .about-comparing-option .astronaut {
    display: none;
  }
}
.about-comparing-option .universe_parallax {
  position: absolute;
  bottom: 50px;
  z-index: 1;
  margin-left: -8%;
}
@media only screen and (max-width: 1440px) {
  .about-comparing-option .universe_parallax {
    margin-left: -3%;
  }
}
@media only screen and (max-width: 1279px) {
  .about-comparing-option .universe_parallax {
    margin-left: -10%;
  }
}
@media only screen and (max-width: 1080px) {
  .about-comparing-option .universe_parallax {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 991px) {
  .about-comparing-option .universe_parallax {
    display: none;
  }
}
.about-comparing-option .universe_parallax img {
  max-width: 96%;
  margin: 0 auto;
}

.behind-story-result.in-center {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 0px;
}

.gallery.center-gallery {
  float: left;
  display: block;
  width: 100%;
  background: rgb(255, 255, 255);
  background-image: none !important;
}
.gallery.center-gallery .center-gallery-wrapper {
  background: linear-gradient(90deg, rgb(255, 255, 255) 60%, rgb(141, 157, 181) 60%) !important;
  padding-bottom: 0;
  margin-bottom: 245px;
}
body:dir(rtl) .gallery.center-gallery .center-gallery-wrapper {
  background: linear-gradient(90deg, rgb(141, 157, 181) 40%, rgb(255, 255, 255) 40%) !important;
}
@media only screen and (max-width: 747px) {
  .gallery.center-gallery .center-gallery-wrapper {
    margin-bottom: 132px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 40%, rgb(141, 157, 181) 40%) !important;
  }
  body:dir(rtl) .gallery.center-gallery .center-gallery-wrapper {
    background: linear-gradient(270deg, rgb(255, 255, 255) 40%, rgb(141, 157, 181) 40%) !important;
  }
}
@media only screen and (max-width: 480px) {
  .gallery.center-gallery .center-gallery-wrapper {
    background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(141, 157, 181) 30%) !important;
  }
  body:dir(rtl) .gallery.center-gallery .center-gallery-wrapper {
    background: linear-gradient(270deg, rgb(255, 255, 255) 30%, rgb(141, 157, 181) 30%) !important;
  }
}
.gallery.center-gallery .testimonial.white-testimonial {
  background: transparent;
  padding: 0;
  margin-top: 96px;
  margin-bottom: 100px;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .gallery.center-gallery .testimonial.white-testimonial {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.gallery.center-gallery .testimonial.white-testimonial .white-testi-wrapper {
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(146, 146, 148, 0.3);
  padding: 32px 100px;
  margin: 0 -100px -125px;
  position: relative;
  z-index: 9;
}
.gallery.center-gallery .testimonial.white-testimonial .review-col p {
  color: #000000;
}
.gallery.center-gallery .testimonial.white-testimonial .review-col .name {
  color: #000000;
}
.gallery.center-gallery .testimonial.white-testimonial .text-lg-right a {
  color: #000000;
}
.gallery.center-gallery .testimonial.white-testimonial .text-lg-right a:hover {
  color: #EF3E33;
}

.center-schedule {
  background: #fff;
  float: left;
  display: block;
  width: 100%;
}
.center-schedule .learn-schedule .schedule-content {
  margin: 0 0 0 100px;
  float: left;
  display: block;
  max-width: 524px;
}
@media only screen and (max-width: 1279px) {
  .center-schedule .learn-schedule .schedule-content {
    margin: 0 0 0 90px;
  }
}
@media only screen and (max-width: 991px) {
  .center-schedule .learn-schedule .schedule-content {
    margin: 0px 0 0px 0;
    max-width: 100%;
  }
}
.center-schedule .learn-schedule .schedule-content .title {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .center-schedule .learn-schedule .schedule-content .title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}
.center-schedule .learn-schedule .schedule-content .title:after {
  display: none;
}
.center-schedule .learn-schedule .schedule-content .desc-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.center-schedule .learn-schedule .schedule-content .desc-wrapper .line {
  width: 92px;
  height: 2px;
  background: #8D9DB5;
  margin-right: 16px;
  margin-top: 15px;
  display: block;
}
body:dir(rtl) .center-schedule .learn-schedule .schedule-content .desc-wrapper .line {
  margin-left: 16px;
  margin-right: initial;
}
@media only screen and (max-width: 991px) {
  .center-schedule .learn-schedule .schedule-content .desc-wrapper .line {
    width: 70px;
    margin-top: 10px;
  }
}
.center-schedule .learn-schedule .schedule-content .desc-wrapper .description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 56px;
  max-width: 416px;
}
@media only screen and (max-width: 991px) {
  .center-schedule .learn-schedule .schedule-content .desc-wrapper .description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
    max-width: 100%;
  }
}
.center-schedule .learn-schedule figure img {
  width: 100%;
  height: 508px;
  object-fit: cover;
}

.center-result {
  float: left;
  display: block;
  width: 100%;
  margin-top: 225px;
}
.center-result .our-result {
  background: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.center-testimonial {
  margin-bottom: 56px;
}

@media only screen and (max-width: 991px) {
  .page-learning .hero-banner.section-top.section-full .bg-black-05 {
    padding-bottom: 180px;
  }
}
.page-learning .learn-schedule {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .page-learning .learn-schedule {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .page-results .single-result .result-background {
    background: none !important;
    padding-bottom: 0px;
  }
  .page-results .our-result {
    margin-top: 0px;
  }
  .page-results .our-result .content {
    padding: 46px 40px 88px 35px;
  }
  .page-results .method-result .our-result {
    background: none !important;
    padding-bottom: 97px;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-menu {
    overflow-y: scroll;
    height: 100vh;
  }
}
.center-director iframe {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 280px;
}

.page-schedules .whyus-section {
  margin: 95px 0;
}

.page-instructions .margin-top-70 {
  margin-top: 15px !important;
}

@media only screen and (max-width: 991px) {
  .math01-our-story .mathhelp .mathhelp-wrapper .mathhelp-testimonials img {
    width: initial;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 991px) {
  .location-wrapper .find-location {
    margin: 56px auto 36px;
  }
}
.math-home .learn-schedule .schedule-content {
  max-width: 525px;
}
@media only screen and (max-width: 991px) {
  .math-home .learn-schedule .schedule-content {
    margin: 56px 0 64px 0;
  }
}

.math-home .learn-schedule .schedule-content .title {
  text-transform: uppercase;
}

.math-home .learn-schedule.adv-schedule .col-md-6 {
  align-self: center;
}

@media only screen and (max-width: 991px) {
  .math-home .mathhelp.learning-map {
    margin-bottom: 54px;
  }
}
.page-offers .enrollment.promotion .theme-btn .secondary-theme-btn.no-hover, .page-offers .enrollment.promotion-reverse .theme-btn .secondary-theme-btn {
  margin-bottom: 27px !important;
  display: block;
  border: none;
  padding-left: 0;
  line-height: 28px;
}
@media only screen and (max-width: 991px) {
  .page-offers .enrollment.promotion .theme-btn .secondary-theme-btn.no-hover, .page-offers .enrollment.promotion-reverse .theme-btn .secondary-theme-btn {
    text-align: left;
  }
}

.page-offers .enrollment.promotion, .page-offers .enrollment.promotion-reverse {
  margin-bottom: 15px;
}

.page-offers .summer-programs {
  margin: 15px 0 100px;
}

@media only screen and (max-width: 991px) {
  .page-online-tutoring .whyus-section .theme-btn1 {
    display: none !important;
  }
  .page-online-tutoring .our-result {
    padding-bottom: 170px;
    margin-top: 0;
  }
  .page-online-tutoring .our-result .content {
    padding: 0px 24px 88px 33px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 -30px;
  }
  .page-online-tutoring .comparing-option .accordion.style-2 {
    margin: 80px auto 4px;
  }
  .page-online-tutoring .mathhelp.reverse .mathhelp-wrapper .mathhelp-detail {
    padding-top: 52px;
  }
}
.page-team .team .featured-content {
  margin-top: 0px;
}

.page-team .team .featured-member figure {
  margin: 0px;
}

.math-home .home-specificSituations .session-box {
  position: relative;
  padding-bottom: 90px;
}

.math-compare .comparing-option .theme-btn {
  display: block;
  text-align: center;
  margin: 0px;
}

.page-how-it-works .theme-btn {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.page-how-it-works .theme-btn .secondary-theme-btn {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .page-how-it-works .owl-carousel .owl-dots .owl-dot::after {
    opacity: 1;
    background: #c8c8c8;
    width: 10px;
    height: 10px;
  }
  .page-how-it-works .owl-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
    background: #EBE70E;
    width: 10px;
    height: 10px;
  }
  .page-how-it-works .comparing-option .accordion.style-2 {
    margin: 56px auto 48px;
  }
  .page-how-it-works .about-comparing-option {
    padding: 56px 0 184px;
  }
  .page-how-it-works .parents-say {
    padding-top: 56px;
    padding-bottom: 10px;
  }
  .page-how-it-works .our-result {
    padding-bottom: 170px;
    margin-top: 21px;
  }
  .page-how-it-works .parents-say .testi-box {
    border-top: 16px solid #EBE70E;
  }
  .page-how-it-works .parents-say .testi-box .testi-image .round-img {
    border: 4px solid #EBE70E;
  }
  .page-how-it-works .parents-say .testi-box .testi-image .icon {
    background: #EBE70E;
  }
}
.page-online-tutoring .whyus-section figure h4, .page-online-tutoring .whyus-section figure .h4 {
  bottom: 24px;
}

.page-online-tutoring .differ-content {
  padding: 24px 24px 60px;
}

.page-online-tutoring .about-testimonial .stud-wrapper .owl-carousel .owl-dots .owl-dot::after {
  opacity: 1;
  background: #c8c8c8;
  width: 10px;
  height: 10px;
}

.page-online-tutoring .about-testimonial .stud-wrapper .owl-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
  background: #EBE70E;
  width: 10px;
  height: 10px;
}

@media (min-width: 992px) {
  .page-online-tutoring section#layout-content > section {
    margin-bottom: 5rem;
  }
}
.page-online-tutoring .hero-banner.section-top.section-full .hero-content {
  padding-bottom: 55px;
}
@media (min-width: 992px) {
  .page-online-tutoring .hero-banner.section-top.section-full .hero-content {
    padding-bottom: 110px;
  }
}
.page-online-tutoring .hero-banner.section-top.section-full .bg-black-05 {
  padding-bottom: 0;
}
.page-online-tutoring section#layout-content .whyus-section.highschool {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .page-online-tutoring section#layout-content .whyus-section.highschool {
    margin-top: 60px;
  }
}
.page-online-tutoring .different-card-image-repeater {
  background-repeat: no-repeat;
  background-size: cover;
  height: 327px;
}
@media only screen and (max-width: 991px) {
  .page-online-tutoring .different-card-image-repeater {
    height: 218px;
  }
}
.page-online-tutoring .different-card-image-repeater .bg-black-05 {
  position: absolute;
  bottom: 50px;
  height: 50px;
  width: 85%;
  left: 50%;
  transform: translate(-50%, 0);
}
.page-online-tutoring .different-card-image-repeater .different-card-repeater-htag-title {
  position: relative;
  bottom: unset;
  left: unset;
}
.page-online-tutoring section#layout-content .method-enrollment {
  padding-top: 0;
}
.page-online-tutoring section#layout-content .method-enrollment .cycle {
  display: none;
}
.page-online-tutoring section#layout-content .our-result {
  padding-bottom: 100px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-online-tutoring section#layout-content .our-result {
    padding-bottom: 200px;
  }
}
.page-online-tutoring section#layout-content .about-testimonial {
  background-size: 35% 60%;
  margin-top: 75px;
}
@media (min-width: 992px) {
  .page-online-tutoring section#layout-content .about-testimonial {
    margin-top: 150px;
  }
}
.page-online-tutoring section#layout-content .method-enrollment {
  padding-bottom: 0;
}

.page-center-reward .gallery.rewards-gallery {
  padding: 0;
  margin: 60px 0 92px;
}

.page-center-reward .gallery .gallery-box {
  padding-bottom: 118px;
}
@media only screen and (max-width: 991px) {
  .page-center-reward .gallery .gallery-box {
    padding-bottom: 0;
  }
}

.page-center-enrolled-rewards .summer-programs {
  float: none;
}

.homepage-comparing-option {
  float: left;
  display: block;
  width: 100%;
  background: #fff;
}

.math-how-it-works {
  background-image: url("../../images/universe.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .math-how-it-works {
    background-image: none;
    background-color: #ECECEC;
  }
}

.math-how-it-works .math-tutoring, .page-math-programs .math-tutoring {
  background-image: none !important;
  background-color: transparent !important;
}
.math-how-it-works .math-tutoring .tutoring-header, .page-math-programs .math-tutoring .tutoring-header {
  background: linear-gradient(90deg, rgb(255, 255, 255) 35%, rgba(141, 157, 181, 0) 35%);
}
.math-how-it-works .math-tutoring .tutoring-header .tutoring-header-bg, .page-math-programs .math-tutoring .tutoring-header .tutoring-header-bg {
  padding: 120px 80px 94px;
  width: 740px;
  background: #ffffff;
}
@media only screen and (max-width: 991px) {
  .math-how-it-works .math-tutoring .tutoring-header .tutoring-header-bg, .page-math-programs .math-tutoring .tutoring-header .tutoring-header-bg {
    padding: 24px 20px 110px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .math-how-it-works .math-tutoring .tutoring-header .tutoring-header-bg:dir(rtl), .page-math-programs .math-tutoring .tutoring-header .tutoring-header-bg:dir(rtl) {
    padding: 24px 0px 110px 20px;
  }
}
.math-how-it-works .math-tutoring .tutoring-header:dir(rtl), .page-math-programs .math-tutoring .tutoring-header:dir(rtl) {
  background: linear-gradient(270deg, rgb(255, 255, 255) 35%, rgba(141, 157, 181, 0) 35%);
}

.math-how-it-works .about-comparing-option {
  background-color: #ffffff;
}

.math-how-it-works .our-result {
  background-image: none !important;
}

.math-how-it-works .mathhelp.reverse {
  background-color: #ffffff;
}

.math-about .mathhelp .mathhelp-wrapper .mathhelp-detail .line-horizontal {
  margin: 30px 0;
}

.math-about .mathhelp.abouthelp .mathhelp-wrapper .mathhelp-detail .line-horizontal {
  margin: 15px 0;
}

.math-about .mathhelp .mathhelp-wrapper .mathhelp-detail a.theme-btn {
  margin-bottom: 20px;
  margin-top: 20px;
}

.math-results {
  background-image: url("../../images/cityscape.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .math-results {
    background-image: none;
    background-color: #ECECEC;
  }
}

.math-results .method-result .our-result {
  background-image: none !important;
}

.math-about .mathhelp .mathhelp-wrapper .mathhelp-detail {
  padding-right: 325px;
}
@media only screen and (max-width: 1279px) {
  .math-about .mathhelp .mathhelp-wrapper .mathhelp-detail {
    padding-right: 15px;
  }
}

.math-about .mathhelp.abouthelp .mathhelp-wrapper .mathhelp-detail {
  padding-right: 15px;
}

.math01-method #reviews {
  display: none;
}

.math01-method .button-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.math01-method .method-testimonial {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .method-enrollment .enrollment .enrollment-detail .math01-method .enrollment .enrollment-detail {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .math01-method .method-enrollment .enrollment .enrollment-detail p, .math01-method .method-enrollment .enrollment .enrollment-detail {
    width: 100%;
  }
  .math01-method .method-quote {
    margin-bottom: 156px;
  }
  .math01-method .method-quote .quote-content {
    padding-bottom: 0;
  }
  .math01-method .mathhelp .mathhelp-wrapper .mathhelp-detail, .math01-method .mathhelp.learning-map {
    margin: 0px;
  }
  .math01-method .mathhelp.learning-map .mathhelp-location .find-location {
    margin: -160px auto 57px !important;
  }
  .math01-method .method-result .our-result {
    margin-top: 0px;
  }
}
.mathhelp .mathhelp-wrapper .mathhelp-detail h2, .mathhelp .mathhelp-wrapper .mathhelp-detail .h2 {
  float: none;
}

.math-about .home-news {
  padding: 72px 0 174px;
}
@media only screen and (max-width: 991px) {
  .math-about .home-news {
    padding: 56px 0;
  }
}

.method-result .our-result .content {
  margin-right: 20px;
  margin-left: 0;
  box-shadow: 7px 6px 10px rgba(146, 146, 148, 0.25);
}
@media only screen and (max-width: 991px) {
  .method-result .our-result .content {
    margin: 0px -25%;
    padding: 32px 25% 32px;
  }
}
.method-result .our-result .result-box {
  margin-right: 0;
  margin-left: 25px;
}
@media only screen and (max-width: 991px) {
  .method-result .our-result .result-box {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767.98px) {
  .podium-experience .image-holder img {
    height: 380px;
    object-fit: cover;
  }
}
.mt-120 {
  margin-top: 120px;
}

.math-home .about-comparing-option {
  padding: 120px 0 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .math-home .about-comparing-option {
    padding: 56px 0 0px;
  }
}
@media only screen and (max-width: 991px) {
  .math-home .mathhelp.learning-map {
    margin-top: 0;
  }
  .math-home .mathhelp .mathhelp-wrapper .mathhelp-detail {
    margin-top: 0;
  }
  .math-home .mathhelp.learning-map .mathhelp-detail {
    padding: 32px 0px;
  }
}

.math01-highschool .mathhelp {
  margin-bottom: 0px;
}

.mobile-location {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile-location {
    display: block;
    width: 100%;
    margin-bottom: 120px;
  }
}
.mobile-location .btn-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 22px;
}
.mobile-location .btn-wrapper .theme-btn {
  margin-top: 120px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 19px;
  color: #EF3E33;
}
.mobile-location .btn-wrapper .theme-btn img {
  margin-left: 15px;
  margin-top: -5px;
}
.mobile-location .btn-wrapper .primary-theme-btn {
  width: 100%;
}
.mobile-location .find-location.choosed .location-header {
  padding: 24px 0px;
}
.mobile-location .find-location.choosed .location-body {
  padding: 0px 0px 32px;
}
.mobile-location .find-location.choosed .default-btn {
  display: block;
  text-align: center;
}

.blogList .container .portfolio-wrapper.spacing-50 {
  margin: 0 -25px;
}

.press-section {
  float: left;
  display: block;
  width: 100%;
  padding: 120px 0 0;
  background: #f4f4f4;
}
@media only screen and (max-width: 991px) {
  .press-section {
    padding-bottom: 0;
    background: #E5E5E5;
  }
}
.press-section h2, .press-section .h2 {
  color: #000000;
}
.press-section h2:after, .press-section .h2:after {
  content: "";
  width: 200px;
  height: 2px;
  margin: 36px 0 52px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
}
.press-section .blogList {
  background-repeat: repeat-x;
  background-position: bottom left;
  padding: 0;
}
.press-section .blogList .portfolio-wrapper.spacing-50 {
  margin: 0;
}
.press-section .blogList .portfolio-wrapper.spacing-50 .portfolio-item {
  padding: 0px 24px 40px 0;
}
@media only screen and (max-width: 991px) {
  .press-section .blogList .portfolio-wrapper.spacing-50 .portfolio-item {
    padding: 0px 12px 40px;
  }
}
.press-section #loadMore {
  margin-bottom: 80px;
}
.press-section .mbl-form-wrapper {
  background: #fff;
  padding: 56px 0;
  clear: both;
}
.press-section .sticky-sidebar {
  position: relative;
}
.press-section .form-wrapper {
  background: #F4F4F4;
  box-shadow: 0px 5px 10px rgba(146, 146, 148, 0.25);
  border-radius: 1px;
  padding: 32px 24px;
}
@media only screen and (max-width: 991px) {
  .press-section .form-wrapper {
    position: static;
    padding: 22px 19px;
  }
}
.press-section .form-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .press-section .form-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
.press-section .form-wrapper p.heading {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 32px;
}
.press-section .form-wrapper h4, .press-section .form-wrapper .h4, .press-section .form-wrapper .request-press-title {
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .press-section .form-wrapper h4, .press-section .form-wrapper .h4, .press-section .form-wrapper .request-press-title {
    margin-bottom: 22px;
  }
}
.press-section .form-wrapper .request-press-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #232C33;
}
@media only screen and (max-width: 1279px) {
  .press-section .form-wrapper .request-press-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.press-section .form-wrapper .request-press-description {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: #232C33;
}
@media only screen and (max-width: 991px) {
  .press-section .form-wrapper .request-press-description {
    font-size: 18px;
    line-height: 30px;
  }
}
.press-section .form-wrapper form input {
  background: #FFFFFF;
  border-radius: 1px;
  border: none;
  box-shadow: none;
  margin-bottom: 16px;
  height: 61px;
}
.press-section .form-wrapper .primary-theme-btn {
  width: 100%;
  border: none;
  margin-top: 32px;
}

.math01-franchise-career .enrollment .enrollment-detail p {
  max-width: 520px;
}
.math01-franchise-career .enrollment .enrollment-detail ul {
  max-width: 520px;
}

.mobile-location .location-wrapper {
  margin: 0 auto;
}
.mobile-location .location-wrapper .find-location {
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto 36px;
  width: 100%;
}
.mobile-location .location-wrapper .find-location .location-header {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 24px 0;
}
.mobile-location .location-wrapper .find-location .location-body {
  padding: 0px 0px 16px;
}

.mathematics-level {
  display: block;
  float: left;
  width: 100%;
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .mathematics-level {
    padding: 56px 0;
  }
}
.mathematics-level .text-center {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mathematics-level .text-center {
    text-align: left !important;
  }
}
.mathematics-level .text-center h2, .mathematics-level .text-center .h2, .mathematics-level .text-center .math-level-htag-title {
  margin-bottom: 32px;
}
.mathematics-level .text-center .math-level-htag-title {
  font-family: "Avenir";
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
  color: #232C33;
}
@media (max-width: 1279px) and (min-width: 992px) {
  .mathematics-level .text-center .math-level-htag-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.15px;
  }
}
@media (max-width: 991px) {
  .mathematics-level .text-center .math-level-htag-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.15px;
  }
}
.mathematics-level .text-center p {
  max-width: 666px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .mathematics-level .text-center p {
    max-width: 100%;
    margin: 0;
  }
}
.mathematics-level .level-box-wrapper {
  display: flex;
  justify-content: space-around;
  max-width: 848px;
  margin: 110px auto 0;
}
@media only screen and (max-width: 991px) {
  .mathematics-level .level-box-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.mathematics-level .level-box-wrapper .level-box {
  width: 200px;
  padding: 58px 25px 40px;
  background: #FFFFFF;
  box-shadow: -1px 0px 10px rgba(146, 146, 148, 0.3);
  position: relative;
  text-align: center;
  margin: 0 8px;
}
@media only screen and (max-width: 991px) {
  .mathematics-level .level-box-wrapper .level-box {
    margin: 0px 8px 67px;
    width: 156px;
    padding: 38px 24px 24px;
  }
}
.mathematics-level .level-box-wrapper .level-box .math-level-htag-repeater {
  color: #EF3E33;
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .mathematics-level .level-box-wrapper .level-box .math-level-htag-repeater {
    font-size: 18px;
    line-height: 30px;
  }
}
.mathematics-level .level-box-wrapper .level-box a {
  display: block;
  color: #EF3E33;
  text-decoration: underline;
  max-width: 130px;
  margin: 0 auto;
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
}
.mathematics-level .level-box-wrapper .level-box a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .mathematics-level .level-box-wrapper .level-box a {
    font-size: 18px;
    line-height: 30px;
    max-width: 100px;
  }
}
.mathematics-level .level-box-wrapper .level-box img {
  width: 102px;
  height: 102px;
  object-fit: contain;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .mathematics-level .level-box-wrapper .level-box img {
    top: -35px;
    width: 70px;
    height: 70px;
  }
}
.mathematics-level .theme-btn {
  display: block;
  text-align: center;
  margin: 56px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .mathematics-level .theme-btn {
    margin: 0;
  }
}
.mathematics-level .theme-btn a img {
  padding: 0 0 5px 15px;
}

.section-404 {
  float: left;
  width: 100%;
  display: block;
  min-height: 915px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.section-404 .wrapper-404 {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 35%);
}
.section-404 .wrapper-404 .block-404 {
  background: #fff;
  max-width: 740px;
  padding: 120px 32px 120px 0;
}
.section-404 .wrapper-404 .block-404 h2:after, .section-404 .wrapper-404 .block-404 .h2:after {
  content: "";
  width: 200px;
  height: 2px;
  margin: 48px 0 48px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
}
.section-404 .wrapper-404 .block-404 .default-btn .primary-theme-btn {
  display: inline-block;
  width: initial;
}

.session-box.session-perks.red img {
  width: auto;
  height: 59px;
  object-fit: contain;
}

body:dir(rtl) .astronaut {
  left: 20px;
  right: unset;
}

.page-detail .container .astronaut:dir(rtl) {
  left: 0;
  right: 20px;
}

.page-location-international .astronaut:dir(rtl) {
  left: 20px !important;
  right: initial !important;
}

.astronaut.paroller img {
  width: 280px;
}
@media only screen and (max-width: 991px) {
  .astronaut.paroller img {
    display: none;
  }
}

.about-comparing-option .container .astronaut:dir(rtl) {
  right: 20px;
  left: inherit;
  transform: scaleX(-1);
}

.multi_step_form #msform input, .multi_step_form #msform select, .multi_step_form #msform textarea {
  max-width: 416px;
  margin: 8px auto;
  display: inline-block;
}
.multi_step_form #msform .title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .multi_step_form #msform .title {
    margin-bottom: 36px;
  }
}
.multi_step_form #msform #progressbar {
  margin-bottom: 24px;
  overflow: hidden;
}
.multi_step_form #msform fieldset .figure {
  display: block !important;
}
.multi_step_form #msform fieldset h4, .multi_step_form #msform fieldset .h4 {
  display: block;
  max-width: 520px;
  margin: 0 auto 32px;
}
body:dir(rtl) .multi_step_form #msform fieldset h4, body:dir(rtl) .multi_step_form #msform fieldset .h4 {
  font-size: 34px;
}
.multi_step_form #msform fieldset h5, .multi_step_form #msform fieldset .h5 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .multi_step_form #msform fieldset h5, .multi_step_form #msform fieldset .h5 {
    margin-bottom: 36px;
  }
}
.multi_step_form #msform fieldset .form-group {
  margin-bottom: 48px;
}
.multi_step_form #msform fieldset .form-group input[type=text], .multi_step_form #msform fieldset .form-group input[type=email], .multi_step_form #msform fieldset .form-group input[type=password], .multi_step_form #msform fieldset .form-group input[type=tel], .multi_step_form #msform fieldset .form-group button, .multi_step_form #msform fieldset .form-group select, .multi_step_form #msform fieldset .form-group optgroup, .multi_step_form #msform fieldset .form-group textarea {
  height: 50px;
  width: 100%;
  padding: 15px 22px;
  border: none;
}
.multi_step_form #msform fieldset .form-group input[type=text]:focus, .multi_step_form #msform fieldset .form-group input[type=email]:focus, .multi_step_form #msform fieldset .form-group input[type=password]:focus, .multi_step_form #msform fieldset .form-group input[type=tel]:focus, .multi_step_form #msform fieldset .form-group button:focus, .multi_step_form #msform fieldset .form-group select:focus, .multi_step_form #msform fieldset .form-group optgroup:focus, .multi_step_form #msform fieldset .form-group textarea:focus {
  border-color: #7c7c7c;
}
.multi_step_form #msform fieldset .form-group input[type=text]:focus-visible, .multi_step_form #msform fieldset .form-group input[type=email]:focus-visible, .multi_step_form #msform fieldset .form-group input[type=password]:focus-visible, .multi_step_form #msform fieldset .form-group input[type=tel]:focus-visible, .multi_step_form #msform fieldset .form-group button:focus-visible, .multi_step_form #msform fieldset .form-group select:focus-visible, .multi_step_form #msform fieldset .form-group optgroup:focus-visible, .multi_step_form #msform fieldset .form-group textarea:focus-visible {
  border-color: #7c7c7c;
}
.multi_step_form #msform fieldset .form-group .form-check {
  display: flex;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
body:dir(rtl) .multi_step_form #msform fieldset .form-group .form-check {
  padding-right: 1.5em;
  padding-left: unset;
}
@media only screen and (max-width: 480px) {
  .multi_step_form #msform fieldset .form-group .form-check {
    margin: 15px 0;
  }
}
.multi_step_form #msform fieldset .form-group .form-check input[type=checkbox] {
  border: none;
  width: 20px;
  height: 20px;
  margin: 0 10px 10px 0;
  border: none !important;
  box-shadow: none;
}
body:dir(rtl) .multi_step_form #msform fieldset .form-group .form-check input[type=checkbox] {
  margin-left: 10px;
  margin-right: 0px;
}
.multi_step_form #msform fieldset .form-group .form-check label {
  text-align: start;
  width: 80%;
}
.multi_step_form #msform fieldset .form-group ::-webkit-input-placeholder { /* Edge */
  color: #929294;
}
.multi_step_form #msform fieldset .form-group :-ms-input-placeholder { /* Internet Explorer */
  color: #929294;
}
.multi_step_form #msform fieldset .form-group ::placeholder {
  color: #929294;
}
.multi_step_form #msform fieldset button {
  display: inline-block;
  margin: 16px 8px;
  width: 200px;
  height: 50px;
}
.multi_step_form #msform fieldset button.full-width {
  width: 100% !important;
  max-width: 416px;
}
.multi_step_form #msform fieldset button.primary-theme-btn {
  border: none;
}
.multi_step_form #msform fieldset .theme-btn {
  display: block;
  width: 100%;
}
.multi_step_form #msform fieldset .theme-btn a {
  display: inline-block;
  margin: 16px 8px;
  width: 200px;
  height: 50px;
}
.multi_step_form #msform fieldset .theme-btn a.full-width {
  width: 100% !important;
  max-width: 416px;
}
.multi_step_form #msform fieldset:lastchild .body16 {
  display: none;
}
.multi_step_form #msform fieldset:lastchild .title {
  display: none;
}
.multi_step_form #msform fieldset:lastchild #progressbar {
  display: none;
}

.multi_step_form #msform fieldset .form-group select {
  height: 50px;
  width: 100%;
  padding: 15px 60px 15px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi_step_form #msform fieldset .form-group select option {
  white-space: nowrap;
  width: 100%;
}

.multi_step_form #msform {
  min-height: 500px;
}
.multi_step_form #msform .survey-location {
  max-width: 416px;
  margin: 0 auto;
}
.multi_step_form #msform .survey-location .location-wrapper {
  margin: 0 auto;
}
.multi_step_form #msform .survey-location .location-wrapper .find-location {
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto 36px;
  padding: 24px;
  width: 100%;
}
.multi_step_form #msform .survey-location .location-wrapper .find-location .location-header {
  background: #fff;
  position: relative;
  text-align: start;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 24px 0;
}
.multi_step_form #msform .survey-location .location-wrapper .find-location .location-header input[type=text] {
  width: 306px;
}
@media only screen and (max-width: 480px) {
  .multi_step_form #msform .survey-location .location-wrapper .find-location .location-header input[type=text] {
    width: 215px;
  }
}
.multi_step_form #msform .survey-location .location-wrapper .find-location .location-header button {
  padding: 0;
  margin: 7px 0 0;
  border: none;
  width: 63px;
  position: absolute;
}
.multi_step_form #msform .survey-location .location-wrapper .find-location .location-header .title {
  margin-bottom: 0;
}
.multi_step_form #msform .survey-location .location-wrapper .find-location .location-body {
  padding: 0px 5px 0px 0px;
  text-align: start;
  max-height: 350px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.multi_step_form #msform .survey-location .location-wrapper .find-location .location-body .inner-box:last-child {
  margin-bottom: 0;
}
.multi_step_form #msform .survey-location .location-wrapper .find-location .location-body .details {
  width: 100%;
}
.multi_step_form #msform .survey-location .location-wrapper .find-location .location-body .title {
  margin-bottom: 0;
}
.multi_step_form #msform .survey-location .location-wrapper .find-location .location-body button {
  display: block;
  margin: 0;
  width: inherit;
  height: inherit;
}

.our-website {
  float: left;
  background: #f4f4f4;
  display: block;
  width: 100%;
  padding: 30px 0 20px;
}
@media only screen and (max-width: 991px) {
  .our-website {
    padding: 56px 0 20px;
  }
}
.our-website .title {
  text-align: center;
  max-width: 666px;
  margin: 0 auto;
  display: block;
}
.our-website .title h2, .our-website .title .h2 {
  margin-bottom: 32px;
}
.our-website h5, .our-website .h5 {
  display: block;
  max-width: 645px;
}
.our-website .values-wrapper {
  margin-top: 114px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.our-website .values-wrapper .details {
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(146, 146, 148, 0.25);
  width: 385px;
  padding: 0 32px 80px;
  margin: 0 5px;
  margin: 0 0 85px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .our-website .values-wrapper .details {
    width: 295px;
  }
}
@media only screen and (max-width: 991px) {
  .our-website .values-wrapper .details {
    width: 325px;
  }
}
@media only screen and (max-width: 480px) {
  .our-website .values-wrapper .details {
    width: 100%;
  }
}
.our-website .values-wrapper .details img {
  margin: -57px auto 26px;
  display: block;
  width: 145px;
  height: 110px;
  object-fit: contain;
}
.our-website .values-wrapper .details p:before {
  content: "";
  width: 168px;
  height: 2px;
  margin: 24px 0;
  background: #8D9DB5;
  display: block;
  max-width: 100%;
}
.our-website .values-wrapper .details a {
  color: #000000;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.5px;
  position: absolute;
  left: 32px;
  bottom: 48px;
}
body:dir(rtl) .our-website .values-wrapper .details a {
  right: 32px;
}
.our-website .values-wrapper .details a:hover {
  color: #EF3E33;
}
.our-website .values-wrapper .details a img {
  margin: 0 0 5px 20px;
  width: 23px;
  height: 20px;
  display: inline-block;
}
body:dir(rtl) .our-website .values-wrapper .details a img {
  margin-left: 0px;
  margin-right: 20px;
}

.last-section {
  background: #f4f4f4;
  padding: 120px 0 30px;
}
.last-section .last-section-detail {
  margin-right: 100px;
}
body:dir(rtl) .last-section .last-section-detail {
  margin-left: 100px;
  margin-right: initial;
}
@media only screen and (max-width: 1279px) {
  .last-section .last-section-detail {
    margin-right: 0px;
  }
  body:dir(rtl) .last-section .last-section-detail {
    margin-left: 0px;
    margin-right: initial;
  }
}
.last-section .last-section-detail h5:after, .last-section .last-section-detail .h5:after {
  content: "";
  width: 200px;
  height: 2px;
  margin: 32px 0;
  background: #8D9DB5;
  display: block;
  max-width: 100%;
}
.last-section img {
  width: 100%;
  height: auto;
}

.page-detail {
  margin: 120px 0;
}
@media only screen and (max-width: 991px) {
  .page-detail {
    margin: 56px 0px 48px;
  }
}

.seemorelocation-box {
  position: relative;
}
.seemorelocation-box input[type=text] {
  display: inline-block;
  width: -moz-calc(100% - 68px);
  width: -webkit-calc(100% - 68px);
  width: calc(100% - 68px);
}
.seemorelocation-box button {
  padding: 0;
  margin: 0;
  border: none;
  width: 63px;
  position: absolute;
}

.video-main iframe {
  width: 100%;
  height: 100%;
}

#videoModal #videoBody iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.survey-location .location-wrapper .find-location .location-body .inner-box {
  cursor: pointer;
}
.survey-location .location-wrapper .find-location .location-body .inner-box .link input {
  display: none !important;
}

.survey-location .location-wrapper .find-location .location-body .inner-box.active, .survey-location .location-wrapper .find-location .location-body .inner-box:hover {
  background: #fff;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
  border: 0.5px solid #C13229;
}

body > img {
  display: none;
}

.changing-math-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
}

input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none !important;
}

@media only screen and (max-width: 991px) {
  .math01-compare .comparing-option .accordion.style-2 {
    margin: 80px auto;
  }
}
@media only screen and (max-width: 991px) {
  .math01-compare .about-comparing-option {
    padding: 56px 0 60px;
  }
}

.no-swap {
  display: inline-block;
  margin-left: -5px;
}

.tutoring-content .ul.black-style li img {
  margin-right: 5px;
  margin-bottom: 5px;
}

body:dir(rtl) .tutoring-content ul.black-style {
  padding-right: 0;
  margin-right: 0;
}

.contact-information ul.black-style li img {
  padding: 0 5px 6px 0;
}

.math-landing section.cta-contactus {
  margin: 0;
  padding: 156px 0 198px;
}
@media only screen and (max-width: 991px) {
  .math-landing section.cta-contactus {
    padding: 56px 0 60px;
  }
}
.math-landing section.cta-contactus .title-section {
  text-align: center;
  margin: 0 auto 56px;
}
.math-landing section.cta-contactus .title-section h3:after, .math-landing section.cta-contactus .title-section .h3:after {
  content: "";
  width: 300px;
  height: 2px;
  margin: 40px auto 24px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
}
.math-landing section.cta-contactus .detail-section {
  margin: 0 auto;
  text-align: center;
  max-width: 578px;
}
.math-landing section.specificSituations {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .math-landing section.specificSituations {
    padding: 56px 0 60px;
  }
}
.math-landing section.specificSituations h2, .math-landing section.specificSituations .h2 {
  margin: 0 auto 58px;
  max-width: 632px;
}
.math-landing .advancing-quote {
  background: transparent;
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .math-landing .advancing-quote {
    padding: 60px 0;
  }
}

.gdcheckup {
  float: left;
  display: block;
  width: 100%;
  padding: 120px 0 160px;
}
@media only screen and (max-width: 991px) {
  .gdcheckup {
    padding: 64px 0 82px;
  }
}
.gdcheckup .grade-title {
  max-width: 648px;
}
.gdcheckup .grade-title .grade-sub-title {
  display: flex;
  margin-top: 40px;
}
.gdcheckup .grade-title .grade-sub-title .h-line {
  width: 92px;
  height: 2px;
  margin-right: 16px;
  background: #C8C8C8;
  margin-top: 10px;
}
body:dir(rtl) .gdcheckup .grade-title .grade-sub-title .h-line {
  margin-left: 16px;
  margin-right: initial;
}
.gdcheckup .grade-title .grade-sub-title .b2 {
  color: #212121;
}
.gdcheckup .title {
  text-align: center;
  max-width: 666px;
  margin: 0 auto;
  display: block;
}
.gdcheckup .title h2, .gdcheckup .title .h2 {
  margin-bottom: 32px;
}
.gdcheckup h5, .gdcheckup .h5 {
  display: block;
  max-width: 645px;
}
.gdcheckup .values-wrapper {
  margin-top: 114px;
}
.gdcheckup .values-wrapper .details {
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(146, 146, 148, 0.25);
  width: 100%;
  padding: 0 32px 80px;
  margin: 0 0 85px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .gdcheckup .values-wrapper .details {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .gdcheckup .values-wrapper .details {
    padding: 24px 16px 18px;
    margin: 0 0 24px;
  }
}
.gdcheckup .values-wrapper .details img {
  margin: -57px auto 26px;
  display: block;
  width: 145px;
  height: 110px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .gdcheckup .values-wrapper .details img {
    display: none;
  }
}
.gdcheckup .values-wrapper .details p:before {
  content: "";
  width: 168px;
  height: 2px;
  margin: 24px 0;
  background: #8D9DB5;
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .gdcheckup .values-wrapper .details p {
    display: none;
  }
}
.gdcheckup .values-wrapper .details a.gd-btn {
  color: #000000;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.5px;
  position: absolute;
  left: 32px;
  bottom: 48px;
}
body:dir(rtl) .gdcheckup .values-wrapper .details a.gd-btn {
  right: 32px;
}
@media only screen and (max-width: 767px) {
  .gdcheckup .values-wrapper .details a.gd-btn {
    display: none;
  }
}
.gdcheckup .values-wrapper .details a.gd-btn:hover {
  color: #EF3E33;
}
.gdcheckup .values-wrapper .details a.gd-btn img {
  margin: 0 0 5px 20px;
  width: 23px;
  height: 20px;
  display: inline-block;
}
body:dir(rtl) .gdcheckup .values-wrapper .details a.gd-btn img {
  margin-right: 20px;
  margin-left: initial;
}

.our-method {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
  min-height: 500px;
  padding-bottom: 380px;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .our-method {
    padding-bottom: 280px;
    margin-top: 15px;
    background: #DEDEDE !important;
    background-image: none;
  }
}
.our-method .content {
  background: #ffffff;
  padding: 49px 40px 86px;
  box-shadow: -7px 6px 10px rgba(146, 146, 148, 0.25);
}
@media only screen and (max-width: 1279px) {
  .our-method .content {
    padding: 18px 42px;
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 991px) {
  .our-method .content {
    margin: 0px -25%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 32px 25% 32px;
  }
}
.our-method .content .line-horizontal {
  height: 2px;
  width: 100%;
  margin: 15px 0;
  background: #8D9DB5;
}
.our-method .content ul {
  padding-left: 0;
}
.our-method .content ul li {
  list-style: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
}
.our-method .content h2, .our-method .content .h2 {
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
  color: #232C33;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1279px) {
  .our-method .content h2, .our-method .content .h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
.our-method .content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1279px) {
  .our-method .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.our-method .content .primary-theme-btn {
  width: initial;
  margin-bottom: 20px;
  display: inline-block;
}
.our-method .result-box {
  border-left: 12px solid #8D9DB5;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(146, 146, 148, 0.25);
  margin-top: 21px;
  display: flex;
}
body:dir(rtl) .our-method .result-box {
  border-left: none;
  border-right: 12px solid #8D9DB5;
}
.our-method .result-box .count {
  font-weight: 900;
  font-size: 72px;
  line-height: 70px;
  text-transform: uppercase;
  color: #8D9DB5;
  width: 151px;
  margin: 48px 20px 30px 45px;
}
html[lang=ro] .our-method .result-box .count {
  font-size: 68px;
}
@media only screen and (max-width: 1279px) {
  .our-method .result-box .count {
    width: 98px;
    font-size: 40px;
    line-height: 46px;
    margin: 48px 10px;
  }
  html[lang=ro] .our-method .result-box .count {
    font-size: 40px;
  }
}
.our-method .result-box .details {
  padding-top: 26px;
  padding-left: 0px;
  padding-right: 15px;
}
body:dir(rtl) .our-method .result-box .details {
  padding-left: 15px;
  padding-right: 0px;
}
.our-method .result-box .details h4, .our-method .result-box .details .h4, .our-method .result-box .details .percentile-repeater-htag-title, .our-method .result-box .details .method-result-htag-repeater {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #0A0A0A;
  margin-bottom: 8px;
  text-transform: unset;
}
@media only screen and (max-width: 1279px) {
  .our-method .result-box .details h4, .our-method .result-box .details .h4, .our-method .result-box .details .percentile-repeater-htag-title, .our-method .result-box .details .method-result-htag-repeater {
    font-size: 20px;
    line-height: 34px;
  }
}
.our-method .result-box .details p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .our-method .result-box .details p {
    line-height: 22px;
  }
}
.our-method .result-box {
  margin-right: 25px;
  margin-left: 80px;
  border-left: 16px solid #EF3E33;
  padding: 24px 36px;
  display: flex;
  justify-content: space-between;
}
body:dir(rtl) .our-method .result-box {
  margin-left: 25px;
  margin-right: 80px;
}
@media only screen and (max-width: 991px) {
  .our-method .result-box {
    margin-right: 0px;
    margin-left: 0px;
  }
  body:dir(rtl) .our-method .result-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.our-method .result-box a {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
}
.our-method .result-box a:hover {
  color: #EF3E33;
}

section.page-header .header-content .hero-subtitle {
  font-weight: 900;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 1px 2px #474747;
}
@media only screen and (max-width: 1279px) {
  section.page-header .header-content .hero-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  section.page-header .header-content .hero-subtitle {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3.2px;
  }
}

.gdcheckup-qtn {
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 991px) {
  .gdcheckup-qtn {
    padding-bottom: 80px;
  }
}
.gdcheckup-qtn .quiz-title {
  margin: 75px auto 48px;
  max-width: 632px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .gdcheckup-qtn .quiz-title {
    margin: 24px auto;
    text-align: left;
  }
}
.gdcheckup-qtn .quiz-title h2, .gdcheckup-qtn .quiz-title .h2 {
  margin-bottom: 24px;
}
.gdcheckup-qtn .grade-quiz {
  margin: 12px auto;
  max-width: 847px;
  background: #fff;
  padding: 56px 56px 41px;
  box-shadow: 0px 0px 10px rgba(146, 146, 148, 0.25);
  display: flex;
}
@media only screen and (max-width: 991px) {
  .gdcheckup-qtn .grade-quiz {
    display: block;
    padding: 32px 24px 24px;
  }
}
.gdcheckup-qtn .grade-quiz .question {
  width: 415px;
  margin-right: 70px;
}
body:dir(rtl) .gdcheckup-qtn .grade-quiz .question {
  margin-left: 70px;
  margin-right: initial;
}
@media only screen and (max-width: 991px) {
  .gdcheckup-qtn .grade-quiz .question {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
  }
  body:dir(rtl) .gdcheckup-qtn .grade-quiz .question {
    margin-left: 0px;
    margin-right: initial;
  }
}
.gdcheckup-qtn .grade-quiz .question img {
  margin: 40px 40px 0;
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
}
.gdcheckup-qtn .grade-quiz .answer {
  width: 34%;
}
@media only screen and (max-width: 991px) {
  .gdcheckup-qtn .grade-quiz .answer {
    width: 100%;
  }
}
.gdcheckup-qtn .grade-quiz .answer .form-check {
  margin-bottom: 16px;
}
body:dir(rtl) .gdcheckup-qtn .grade-quiz .answer .form-check {
  padding-right: 1.5em;
  padding-left: unset;
}
.gdcheckup-qtn .grade-quiz .answer .form-check .form-check-input {
  padding: 0;
  margin-top: 6px;
}
body:dir(rtl) .gdcheckup-qtn .grade-quiz .answer .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: initial;
}
.gdcheckup-qtn .grade-quiz .answer .form-check span {
  display: block;
}
.gdcheckup-qtn .grade-quiz .answer .form-check span.right {
  color: #30ca37;
}
.gdcheckup-qtn .grade-quiz .answer .form-check span.same_ans {
  color: #30ca37;
}
.gdcheckup-qtn .grade-quiz .answer .form-check span.wrong {
  color: #8D9DB5;
}
.gdcheckup-qtn .grade-quiz .answer .form-check-input:checked {
  background-color: #929294;
  border-color: #f4f4f4;
  background-image: none !important;
}
.gdcheckup-qtn .grade-quiz .answer .form-check-input:focus {
  box-shadow: none;
}
.gdcheckup-qtn .grade-quiz .answer .form-check-input.right {
  background-color: #30ca37;
  border-color: #f4f4f4;
  background-image: none !important;
}
.gdcheckup-qtn .grade-quiz .answer .form-check-input.same_ans {
  background-color: #30ca37;
  border-color: #30ca37;
  background-image: none !important;
}
.gdcheckup-qtn .grade-quiz .answer .form-check-input.wrong {
  background-color: #8D9DB5;
  border-color: #f4f4f4;
  background-image: none !important;
}
.gdcheckup-qtn .quiz-btn {
  display: block;
  float: none;
  margin: 32px auto;
  max-width: 847px;
}
body:dir(rtl) .gdcheckup-qtn .quiz-btn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .gdcheckup-qtn .quiz-btn {
    text-align: center;
  }
  body:dir(rtl) .gdcheckup-qtn .quiz-btn {
    display: block;
  }
}
.gdcheckup-qtn .quiz-btn .btn-left {
  display: inline-block;
}
body:dir(rtl) .gdcheckup-qtn .quiz-btn .btn-left {
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .gdcheckup-qtn .quiz-btn .btn-left {
    display: block;
  }
  body:dir(rtl) .gdcheckup-qtn .quiz-btn .btn-left {
    display: block;
  }
}
.gdcheckup-qtn .quiz-btn .btn-left button {
  min-width: 200px;
  margin: 0px 32px 0px 0;
  border: none;
}
body:dir(rtl) .gdcheckup-qtn .quiz-btn .btn-left button {
  margin-left: 32px;
  margin-right: initial;
}
@media only screen and (max-width: 767px) {
  .gdcheckup-qtn .quiz-btn .btn-left button {
    margin: 24px auto;
  }
  body:dir(rtl) .gdcheckup-qtn .quiz-btn .btn-left button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .gdcheckup-qtn .quiz-btn .pull-right {
    float: none;
  }
}
.gdcheckup-qtn .quiz-btn .pull-right button {
  color: #EF3E33;
  margin: 10px 0 0;
  border: none;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .gdcheckup-qtn .quiz-btn .pull-right button {
    display: block;
    text-align: center;
    margin: 12px auto;
  }
}
.gdcheckup-qtn .quiz-btn .pull-right button:hover {
  text-decoration: underline;
}

.grade-quiz-answer {
  margin: 12px auto;
  max-width: 847px;
  background: #fff;
  padding: 56px 56px 41px;
  box-shadow: 0px 0px 10px rgba(146, 146, 148, 0.25);
  display: block;
}
@media only screen and (max-width: 991px) {
  .grade-quiz-answer {
    padding: 32px 24px 24px;
  }
}
.grade-quiz-answer .grade-quiz {
  margin: 0;
  max-width: 100%;
  background: #fff;
  padding: 0;
  box-shadow: none;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .grade-quiz-answer .grade-quiz {
    display: block;
  }
}
.grade-quiz-answer .quiz-video {
  display: block;
  margin: 24px 0 0 0;
}
.grade-quiz-answer .quiz-video iframe {
  max-width: 100%;
}
.grade-quiz-answer .quiz-video h5, .grade-quiz-answer .quiz-video .h5 {
  margin-bottom: 24px;
}

.page-checkup-detail .section-top {
  min-height: auto;
}
.page-checkup-detail .section-top .hero-content {
  padding-top: 190px;
  padding-bottom: 135px;
}
@media only screen and (max-width: 991px) {
  .page-checkup-detail .section-top .hero-content {
    padding-top: 165px;
    padding-bottom: 65px;
  }
}
.page-checkup-detail .hero-banner.section-top.section-full .bg-black-05 {
  min-height: auto;
  background: none;
}

@media only screen and (max-width: 991px) {
  .page-checkup-detail .section-top {
    min-height: 450px;
  }
  .page-checkup-detail .hero-banner.section-top.section-full {
    padding-top: 25px;
  }
}
.shortCodeConsent {
  display: flex;
  flex-wrap: nowrap;
}
.shortCodeConsent a:link, .shortCodeConsent a:visited {
  color: royalblue;
  text-decoration: underline;
}
.shortCodeConsent a:hover, .shortCodeConsent a:active {
  color: #ef3e33;
  text-decoration: underline;
}
.shortCodeConsent .c1 {
  margin-right: 10px;
}
.shortCodeConsent .c1 input {
  height: 20px;
  width: 20px !important;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.shortCodeConsent .c2 {
  font-size: 14px;
}

.submitConsent {
  margin-top: 10px;
  font-size: 14px;
}
.submitConsent a:link, .submitConsent a:visited {
  color: royalblue !important;
  text-decoration: underline;
}
.submitConsent a:hover, .submitConsent a:active {
  color: #ef3e33 !important;
  text-decoration: underline;
}

.centerContactConsent {
  color: white;
  margin-bottom: 15px;
}
.centerContactConsent a:link, .centerContactConsent a:visited {
  color: #6d92ff !important;
}
.centerContactConsent a:hover, .centerContactConsent a:active {
  color: #ef3e33 !important;
  text-decoration: underline;
}

/* this was in the header partial, moved in MAT-3197 */
label.error {
  color: red;
  margin-bottom: 12px;
}

textarea.error, input.error, select.error {
  border: 1px solid red;
}

.cookie-row {
  margin: 0px 10px;
}

#cookie-notice {
  display: none;
  padding: 0px 10px;
}

.notice-header {
  color: #fff;
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 0;
}

.notice-body {
  margin-bottom: 0;
}

.bg-custom {
  background-color: #191919;
  border: 1px solid #9ECE80;
  border-radius: 20px;
}

.red-anchor {
  color: #E65444;
}

.button-fixed {
  bottom: 9px;
  position: fixed;
  right: 0;
  border-radius: 4px;
  z-index: 1020;
}

.fas {
  cursor: pointer;
  font-size: 24px;
}

.survey-error-field {
  border: 1px solid red;
}

.multi_step_form #msform fieldset:not(:first-of-type) {
  display: block;
}

.inner-navigation {
  display: none;
}

@media (min-width: 992px) {
  .inner-navigation {
    display: block;
  }
}
.mobile-location .btn-wrapper .theme-btn {
  margin-top: 8px !important;
}

.multi_step_form #msform fieldset button.primary-theme-btn:disabled {
  background: #ccc;
}

.semi-bordered:after {
  width: 90px;
  content: "";
  height: 2px;
  margin: 10px 0 20px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
}

.text-right {
  text-align: right;
}

.custom-full-img {
  width: 100%;
}

.oc-loading::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.4em;
  height: 1em;
  width: 1em;
  animation: spin 0.8s infinite linear;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  opacity: 0.5;
}

.testimonial-popup {
  background: #fff;
  padding: 0;
}

.testimonial-popup .review-col p, .testimonial-popup .review-col .name {
  color: #000;
}

.testimonial-popup .review-col {
  border: 1px solid #ccc;
  padding: 18px;
  margin: 10px;
}

#grade-button:disabled, #survey-submitted:disabled {
  background: #ccc;
}

/* Image Component */
section.compImage {
  margin-top: 100px;
}

section.compImage h2, section.compImage .h2 {
  text-align: center;
}

section.compImage img {
  width: 100%;
}

section.compImage img.dtOnly {
  display: none;
}

@media (min-width: 992px) {
  section.compImage img.mblOnly {
    display: none;
  }
  section.compImage img.dtOnly {
    display: inline-block;
  }
}
/* ReviewLeftImageRight */
.revLftImgRgt .c1 {
  background: radial-gradient(58.81% 58.81% at 50% 50%, #EF3E33 0%, #B5121B 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

.revLftImgRgt .c1 .image-section {
  font-size: 13px;
  line-height: 16px;
  font-weight: 900;
  margin: 19px 10px 17px 0;
  width: 40%;
  padding: 0 10px 0 15px;
}

.revLftImgRgt .c1 .image-section img {
  width: 100%;
  margin-bottom: 7px;
}

.revLftImgRgt .c1 .review {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  width: 60%;
  padding-right: 15px;
  font-style: italic;
}

.revLftImgRgt .c1 .review img {
  margin: 15px auto;
  display: block;
}

.revLftImgRgt .c2 img {
  width: 100%;
}

@media (min-width: 992px) {
  .revLftImgRgt.dtFlex {
    display: flex;
    flex-wrap: nowrap;
  }
  .revLftImgRgt.dtFlex > div {
    width: 50%;
  }
  .revLftImgRgt .c1 .review {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
  }
  .revLftImgRgt .c1 .image-section {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
  }
  .revLftImgRgt .c1 .image-section .review-address {
    font-weight: normal;
  }
}
@media (min-width: 1280px) {
  .revLftImgRgt .c1 .review {
    font-size: 24px;
    line-height: 34px;
  }
  .revLftImgRgt .c1 .image-section {
    max-width: 300px;
    margin: 0 20px 0 auto;
  }
}
.ctr-info-inner-box {
  background: rgba(255, 255, 255, 0.98);
  border: 0.5px solid #C8C8C9;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 16px 16px 11px;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}

.ctr-info-inner-box .details {
  display: inline-block;
  width: 86%;
}

.ctr-info-inner-box .details .box-header {
  display: block;
  width: 100%;
  float: left;
}

.ctr-info-inner-box .details .box-header .location-title {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #000000;
}

.ctr-info-inner-box .details .location {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
  margin-top: 5px;
}

.ctr-info-inner-box .link {
  display: block;
  margin-left: 0px;
}

.ctr-info-inner-box .link a:link,
.ctr-info-inner-box .link a:visited {
  font-family: "Nunito Sans", "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #EF3E33;
  display: block;
}

.section-ccpa-request .information-section h3, .section-ccpa-request .information-section .h3 {
  font-size: 18px;
  font-weight: bold;
}
.section-ccpa-request select {
  background-image: url(../../images/arrowDown.png);
  background-repeat: no-repeat;
  background-position: 96% center;
}
.section-ccpa-request .submit-button {
  margin: 10px 0;
  border: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(180deg, #df4f56, #83161B);
}

#mathTutorsNearMe .specificSituations h2, #mathTutorsNearMe .specificSituations .h2, #mathTutorsNearMe .specificSituations .card-alternative-htag-title {
  font-weight: 900;
}
#mathTutorsNearMe .specificSituations .session-box .card-alternative-repeater-htag-title {
  font-weight: 800;
}
#mathTutorsNearMe #sFaq .accordion li .accordion-title h3, #mathTutorsNearMe #sFaq .accordion li .accordion-title .h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
}

#mathTutorsNearMe section.hero-banner {
  min-height: auto;
}

#mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 {
  padding: 0;
}

#mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content {
  padding: 27px 0;
}

#mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-corporate-htag-title {
  margin: 0;
  line-height: 62px;
}

@media (min-width: 991px) {
  #mathTutorsNearMe section.hero-banner {
    min-height: 450px;
  }
  #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 {
    min-height: 450px;
  }
  #mathTutorsNearMe .hero-banner.section-top.section-full .bg-black-05 .hero-content {
    padding: 200px 0 50px 0;
  }
}
.page-math-programs .linkDirectory {
  margin: 0 auto;
}
.page-math-programs .linkDirectory .linkSetLabel {
  font-weight: 500;
  line-height: 1.2;
}
.page-math-programs .linkDirectory .linkSetLabel a:after {
  font-weight: 900;
}

.linkDirectory {
  margin: 0 0 100px 0;
}
.linkDirectory .linkDirectoryTitle {
  font-weight: 900;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 24px;
}
.linkDirectory .linkSetCon {
  margin-bottom: 30px;
}
.linkDirectory .linkSetLabel {
  font-size: 1.5rem;
}
.linkDirectory .linkSetLabel a {
  color: #000;
  position: relative;
  cursor: pointer;
}
.linkDirectory .linkSetLabel a:after {
  content: "\f107";
  color: #000;
  top: -2px;
  position: absolute;
  font-family: "FontAwesome";
  padding-left: 10px;
}
body:dir(rtl) .linkDirectory .linkSetLabel a:after {
  padding-right: 10px;
  padding-left: unset;
}
.linkDirectory .linkSetLabel a[aria-expanded=true]::after {
  content: "\f106";
}
.linkDirectory .links {
  column-count: 2;
  width: 100%;
  margin-left: 15px;
  font-size: 15px;
}
body:dir(rtl) .linkDirectory .links {
  margin-right: 15px;
  margin-left: initial;
}
.linkDirectory .links a:hover {
  text-decoration: underline;
}
.linkDirectory .links + .links {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid;
}
@media (min-width: 768px) {
  .linkDirectory .links {
    column-count: 3;
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .linkDirectory .links {
    column-count: 4;
  }
}

#schedulerModal #sched-modal-title, #contactFormModal #fcu-modal-title {
  font-size: 1.25rem;
  font-weight: 500;
}

.perks-section .perks-htag-title {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.15px;
  color: #232C33;
  margin-bottom: 0;
  text-transform: unset;
}
@media (max-width: 1279px) {
  .perks-section .perks-htag-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}

.corporate-contact-form .cc-form-htag-subtitle {
  font-family: "Nunito Sans", "Avenir";
  font-weight: 900;
  font-size: 18px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #232C33;
}

#bofoLandingPage .header .header-logo {
  margin: 0 auto 0 10px !important;
}
#bofoLandingPage .different-card-htag-title {
  text-align: center;
}
#bofoLandingPage .whyus-section .whyus-articles.center .differ .different-card-htag-title {
  max-width: 100%;
  margin: 0;
}
#bofoLandingPage .whyus-section .whyus-articles .differ {
  margin: 0;
  padding: 0;
}
#bofoLandingPage .whyus-section {
  margin: 80px 0;
}
@media (min-width: 768px) {
  #bofoLandingPage .whyus-section .whyus-articles .differ {
    margin: 0;
  }
}
#bofoLandingPage .whyus-section .differ-content {
  padding: 20px;
}
#bofoLandingPage .about-testimonial {
  margin: 75px 0 0;
}
#bofoLandingPage .about-testimonial .stud-wrapper {
  margin-bottom: 0;
}
#bofoLandingPage .method-result .our-result {
  padding: 0;
}
#bofoLandingPage .btnCtaSchedAssessCon {
  margin: 20px 0;
}
#bofoLandingPage #mclTop .c2 h2, #bofoLandingPage #mclTop .c2 .h2 {
  margin: 0 15px;
}
@media (max-width: 1280px) {
  #bofoLandingPage #mclTop .c2 h2, #bofoLandingPage #mclTop .c2 .h2 {
    font-size: 26px;
  }
}
#bofoLandingPage #sVid {
  overflow: auto;
}
@media (min-width: 1280px) {
  #bofoLandingPage #sVid {
    background-color: #f4f4f4;
  }
}
#bofoLandingPage #sVid .heading {
  color: #000000;
  font-weight: 900;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  margin: 40px 0;
}
@media (min-width: 992px) {
  #bofoLandingPage #sVid .heading {
    font-size: 56px;
    line-height: 58px;
  }
}
#bofoLandingPage #sVid .vidWrap > img {
  width: 100%;
  height: auto;
  position: relative;
  object-fit: cover;
}
#bofoLandingPage #sVid .vidWrap > a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #87181d;
  border-radius: 50%;
}
#bofoLandingPage #sVid .vidWrap > a:hover {
  filter: brightness(110%);
}
#bofoLandingPage #sVid .vidWrap {
  position: relative;
}
@media (min-width: 1280px) {
  #bofoLandingPage #sVid .vidWrap {
    max-width: 1210px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #bofoLandingPage #sVid .video-link img {
    width: 90px;
  }
}
#bofoLandingPage .about-comparing-option {
  background-image: none !important;
}
@media (min-width: 768px) {
  #bofoLandingPage .method-result .our-result .content {
    margin: 0;
  }
}

.imageCarousel {
  padding: 30px 5px;
  text-align: center;
}

.imageCarousel img {
  margin: 0 auto;
  width: 100% !important;
}

.imageCarousel .owl-nav {
  z-index: 9999;
}

.imageCarousel h3, .imageCarousel .h3 {
  font-size: 18px;
}

@media (min-width: 576px) {
  .imageCarousel {
    padding: 30px 20px;
  }
  .imageCarousel img {
    width: 85% !important;
  }
  .imageCarousel .owl-item > div {
    width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .imageCarousel {
    padding: 30px 50px;
  }
}
@media (min-width: 1280px) {
  .imageCarousel .owl-carousel {
    width: 1100px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #sA .dtOnly:dir(rtl) {
    left: 30px;
    right: unset;
  }
}
@media (min-width: 576px) {
  #sA .dtOnly:dir(rtl) {
    left: 10px;
    right: unset;
  }
}
body:dir(rtl) #sB li::before, body:dir(rtl) #sC li::before, body:dir(rtl) #sImgLtLstRt li::before {
  margin-right: -1em;
  margin-left: initial;
}

#sTes .card-text:dir(rtl) {
  text-align: right;
}

body:dir(rtl) .wrapper section#layout-content a img {
  transform: scaleX(-1);
}
body:dir(rtl) .wrapper section#layout-content a.theme-btn img:not([alt=arrow]),
body:dir(rtl) .wrapper section#layout-content a.video-btn img,
body:dir(rtl) .wrapper section#layout-content figure a img,
body:dir(rtl) img.video-icon {
  transform: scaleX(1) !important;
}

section.assessment .box_icon img:dir(rtl) {
  transform: scaleX(-1);
}

body:dir(rtl) .video-padding .video-button {
  left: 25%;
  right: unset;
}
@media only screen and (max-width: 991px) {
  body:dir(rtl) .video-padding .video-button {
    left: unset;
    right: 50%;
    top: 12%;
    transform: translateX(50%);
  }
}

.page-math-programs .specificSituations .card-alternative-htag-title {
  margin-bottom: 50px;
}
.page-math-programs section.hero-banner.section-top.section-full .hero-content .hero-subtitle, .page-math-programs .specificSituations h4, .page-math-programs .specificSituations .h4 {
  margin-bottom: 30px;
}
.page-math-programs section.hero-banner.section-top.section-full .bg-black-05 .hero-content .hero-corporate-title, .page-math-programs .whyus-section .whyus-articles.condense .differ .method p {
  font-weight: 500;
}
.page-math-programs .learn-schedule .schedule-content .title {
  margin-bottom: 30px;
}
.page-math-programs .learn-schedule .schedule-content .title:after {
  content: unset;
}
.page-math-programs .universe-background {
  background-image: url("../../images/universe.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.page-math-programs section.learn-schedule, .page-math-programs section.specificSituations {
  margin-top: 0;
}
.page-math-programs section#sC, .page-math-programs section.learn-schedule, .page-math-programs .universe-background {
  margin-bottom: 150px;
}

@media (min-width: 768px) {
  .page-math-programs section#sC, .page-math-programs section.learn-schedule, .page-math-programs .universe-background {
    margin-bottom: 100px;
  }
}
[class^=heroCorp] p.heroCorpLeadingText,
.itemHeroCorp p.heroCorpLeadingText,
.hero-banner.section-top.section-full .bg-black-05 .hero-content p.heroCorpLeadingText {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3.2px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #474747;
  margin-left: 8px;
}
@media (min-width: 576px) {
  [class^=heroCorp] p.heroCorpLeadingText,
  .itemHeroCorp p.heroCorpLeadingText,
  .hero-banner.section-top.section-full .bg-black-05 .hero-content p.heroCorpLeadingText {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  [class^=heroCorp] p.heroCorpLeadingText,
  .itemHeroCorp p.heroCorpLeadingText,
  .hero-banner.section-top.section-full .bg-black-05 .hero-content p.heroCorpLeadingText {
    font-size: 16px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

#yBestVB {
  font-family: "Nunito Sans", AvenirLT-Black, Sans-Serif;
  background-image: url("/themes/mathnasium/assets/images/landing/bg-num-whtp.gif");
  background-position-y: 12.1vw;
  overflow: hidden;
  padding: 0 3vw;
}

#yBestVB fieldset {
  border: 3px solid #ebe60f;
  margin: 20px auto;
}

#yBestVB legend {
  color: #ee3d34;
  font-family: "Nunito Sans", AvenirLT-BlackOblique;
  font-family: "Nunito Sans", Avenir;
  font-size: 7vw;
  font-style: italic;
  font-weight: bold;
  line-height: 9vw;
  width: 77%;
  border: none;
  text-align: center;
  float: none;
}

#yBestVB .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1vw;
}

#yBestVB .grid > div {
  position: relative;
  width: 50%;
  padding: 0.5vw;
}

#yBestVB .grid p {
  position: absolute;
  left: 4%;
  text-align: center;
  width: 92%;
  font-family: "Nunito Sans", Avenir, Sans-Serif;
  font-weight: bold;
  font-size: 4vw;
  line-height: 5.4vw;
  top: 26vw;
}

#yBestVB p.btm {
  font-family: "Nunito Sans", Avenir;
  text-align: center;
  margin: -6vw 6vw 0 6vw;
  padding: 0;
  font-size: 4.5vw;
}

#yBestVB img {
  width: 100%;
}

#yBestVB .r1.c1 {
  order: 1;
}

#yBestVB .r1.c2 {
  order: 2;
}

#yBestVB .r1.c3 {
  order: 4;
}

#yBestVB .r2.c1 {
  order: 3;
}

#yBestVB .r2.c2 {
  order: 5;
}

#yBestVB .r2.c3 {
  order: 6;
}

@media (min-width: 576px) {
  #yBestVB {
    background-position-y: 2.7vw;
    padding: 2vw;
    height: auto;
  }
  #yBestVB fieldset {
    width: 100%;
    padding-bottom: 20px;
  }
  #yBestVB legend {
    font-size: 4.5vw;
    margin: 0;
    padding: 0;
    width: 90%;
  }
  #yBestVB .grid p {
    font-size: 2.9vw;
    line-height: 3.6vw;
    top: 28vw;
    width: 94%;
    left: 3%;
  }
  #yBestVB p.btm {
    margin: 4vw 4vw 0 4vw;
    padding: 0;
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  #yBestVB {
    background-position-y: 2.7vw;
    padding: 2vw;
    height: auto;
  }
  #yBestVB fieldset {
    width: 100%;
  }
  #yBestVB legend {
    font-size: 3.5vw;
    line-height: normal;
    margin: 0 2vw;
    padding: 0 2vw;
    width: auto;
    text-align: left;
  }
  #yBestVB .grid {
    flex-wrap: wrap;
    margin: 3vw;
  }
  #yBestVB .grid > div {
    width: 50%;
    padding: 0.5vw;
  }
  #yBestVB .r1.c1 {
    order: 1;
  }
  #yBestVB .r1.c2 {
    order: 2;
  }
  #yBestVB .r1.c3 {
    order: 4;
  }
  #yBestVB .r2.c1 {
    order: 3;
  }
  #yBestVB .r2.c2 {
    order: 5;
  }
  #yBestVB .r2.c3 {
    order: 6;
  }
  #yBestVB .grid p {
    font-size: 2.5vw;
    line-height: 3.6vw;
    top: 27vw;
    width: 90%;
    left: 5%;
  }
  #yBestVB p.btm {
    margin: 4vw 6vw 0 6vw;
    padding: 0;
    font-size: 2.6vw;
    line-height: 4vw;
  }
}
@media (min-width: 992px) {
  #yBestVB {
    background-position-y: -5vw;
    overflow: hidden;
    margin: 0;
    padding: 4vw;
  }
  #yBestVB fieldset {
    margin: 0 auto;
    padding: 0;
  }
  #yBestVB legend {
    font-size: 28px;
    line-height: normal;
  }
  #yBestVB .grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1.7vw;
  }
  #yBestVB .grid > div {
    position: relative;
    width: 33.3%;
  }
  #yBestVB .grid p {
    position: absolute;
    left: 5%;
    width: 90%;
    font-size: 1.7vw;
    line-height: 2.1vw;
    top: 17.5vw;
  }
  #yBestVB .r1.c3 {
    order: 3;
  }
  #yBestVB .r2.c1 {
    order: 4;
  }
  #yBestVB p.btm {
    text-align: center;
    margin: 0 6vw 2vw 6vw;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  #yBestVB {
    background-position-y: -38px;
    padding: 35px 0 40px 0;
  }
  #yBestVB fieldset {
    border: 3px solid #ebe60f;
    margin: 20px auto;
    width: 1130px;
    max-width: none;
    padding-bottom: 20px;
  }
  #yBestVB legend {
    font-size: 26px;
    margin: 0 0 0 115px;
    padding: 0 20px;
  }
  #yBestVB .grid {
    margin: 20px 35px;
  }
  #yBestVB .grid p {
    left: 5%;
    width: 90%;
    font-size: 20px;
    line-height: 23px;
    top: 210px;
  }
  #yBestVB p.btm {
    margin: 0 30px;
    padding: 0 30px;
    font-size: 17px;
  }
  /* avoid dynamic sizing for >= 1200px, incorporate these into above to remove the dynamic sizing (e.g., %, vw)
  #yBestVB .grid p {font-size:21px;line-height:23px;top:210px}
  #yBestVB fieldset {margin:20px auto;width:1130px;padding-bottom:20px}
   */
}

/*# sourceMappingURL=style.css.map */
