@charset "UTF-8";
/**
 * Import Bootstrap sources
 */
: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-black: #000;
  --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-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --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: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, 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;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

*,
*::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;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

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

abbr[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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--bs-link-color);
  text-decoration: none; }
  a:hover {
    color: var(--bs-link-hover-color); }

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

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: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

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]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

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-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: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

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

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

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

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

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

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

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

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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, .wp-block-table table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color); }
  .table > :not(caption) > * > *, .wp-block-table 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, .wp-block-table table > tbody {
    vertical-align: inherit; }
  .table > thead, .wp-block-table table > thead {
    vertical-align: bottom; }

.table-group-divider {
  border-top: 2px solid 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-borderless > :not(:first-child) {
  border-top-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-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

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

.btn, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button .wp-block-button__link {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button .wp-block-button__link {
      transition: none; } }
  .btn:hover, .wp-block-button .wp-block-button__link:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn-check + .btn:hover, .wp-block-button .btn-check + .wp-block-button__link:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color); }
  .btn:focus-visible, .wp-block-button .wp-block-button__link:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:focus-visible + .btn, .wp-block-button .btn-check:focus-visible + .wp-block-button__link {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn, .wp-block-button .btn-check:checked + .wp-block-button__link,
  :not(.btn-check) + .btn:active,
  .wp-block-button :not(.btn-check) + .wp-block-button__link:active, .btn:first-child:active, .wp-block-button .wp-block-button__link:first-child:active, .btn.active, .wp-block-button .active.wp-block-button__link, .btn.show, .wp-block-button .show.wp-block-button__link {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus-visible, .wp-block-button .btn-check:checked + .wp-block-button__link:focus-visible,
    :not(.btn-check) + .btn:active:focus-visible,
    .wp-block-button :not(.btn-check) + .wp-block-button__link:active:focus-visible, .btn:first-child:active:focus-visible, .wp-block-button .wp-block-button__link:first-child:active:focus-visible, .btn.active:focus-visible, .wp-block-button .active.wp-block-button__link:focus-visible, .btn.show:focus-visible, .wp-block-button .show.wp-block-button__link:focus-visible {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .wp-block-button .wp-block-button__link:disabled, .btn.disabled, .wp-block-button .disabled.wp-block-button__link,
  fieldset:disabled .btn,
  fieldset:disabled .wp-block-button .wp-block-button__link,
  .wp-block-button fieldset:disabled .wp-block-button__link {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-primary, .wp-block-button .wp-block-button__link {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd; }

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d; }

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754; }

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0; }

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107; }

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545; }

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa; }

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529; }

.btn-outline-primary, .wp-block-button.is-style-outline .wp-block-button__link {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none; }

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none; }

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none; }

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none; }

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none; }

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none; }

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: none; }
  .btn-link:focus-visible {
    color: var(--bs-btn-color); }
  .btn-link:hover {
    color: var(--bs-btn-hover-color); }

.btn-lg, .wp-block-button.btn-lg .wp-block-button__link {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem; }

.btn-sm, .wp-block-button.btn-sm .wp-block-button__link {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem; }

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name); }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent; }

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0; }

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s; } }

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: #0d6efd !important; }
  .link-primary:hover, .link-primary:focus {
    color: #0a58ca !important; }

.link-secondary {
  color: #6c757d !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64 !important; }

.link-success {
  color: #198754 !important; }
  .link-success:hover, .link-success:focus {
    color: #146c43 !important; }

.link-info {
  color: #0dcaf0 !important; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3 !important; }

.link-warning {
  color: #ffc107 !important; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39 !important; }

.link-danger {
  color: #dc3545 !important; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37 !important; }

.link-light {
  color: #f8f9fa !important; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb !important; }

.link-dark {
  color: #212529 !important; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21 !important; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-1 {
  --bs-border-width: 1px; }

.border-2 {
  --bs-border-width: 2px; }

.border-3 {
  --bs-border-width: 3px; }

.border-4 {
  --bs-border-width: 4px; }

.border-5 {
  --bs-border-width: 5px; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

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

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

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

.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-semibold {
  font-weight: 600 !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-color-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-bg-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: var(--bs-border-radius) !important; }

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important; }

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; } }

/**
 * General
 */
img {
  vertical-align: middle; }

/**
 * WordPress customization
 */
/* If WP-Adminbar is visible */
body.admin-bar #header.fixed-top {
  top: 32px; }

body.admin-bar .edit-link a {
  color: #fff !important;
  font-weight: normal !important;
  text-decoration: none !important; }
  body.admin-bar .edit-link a::before {
    content: "\270E";
    display: inline-block;
    margin-right: 5px; }

/* WordPress Embeds */
.post-thumbnail,
.wp-video,
.embed-responsive {
  margin: 5px 0;
  width: 100% !important; }

.post img,
.post-thumbnail img {
  max-width: 100%;
  height: auto; }

/* WordPress Blocks */
.wp-block-button .wp-block-button__link {
  text-decoration: none; }

.wp-block-table td,
.wp-block-table th {
  border: inherit; }

.wp-block-image img,
.wp-block-image video,
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto; }

/**
 * Responsive Design using "mixins/_breakpoints.scss"
 */
@media (max-width: 575.98px) {
  #sidebar {
    margin-top: 60px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.8.1
*/
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.95;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }

.sl-wrapper * {
  box-sizing: border-box; }

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer; }

.sl-wrapper button:hover {
  opacity: 0.7; }

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem; }

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem; }

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none; }

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000; }

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem; }

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem; }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem; }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem; } }

.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr; }

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000; }

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none; } }

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0; }

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto; }

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

@media screen and (max-width: 1199px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }

.subpage-title {
  font-size: 30px;
  text-align: center;
  color: #000;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600; }

.btn, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button .wp-block-button__link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 14px 25px 15px;
  box-shadow: none !important;
  outline: none !important;
  -webkit-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s; }
  .btn.nice-tabs__btn, .wp-block-button .nice-tabs__btn.wp-block-button__link {
    text-decoration: none !important; }
    .btn.nice-tabs__btn span, .wp-block-button .nice-tabs__btn.wp-block-button__link span {
      text-decoration: none !important; }
  .btn-hidden {
    display: none !important; }
  .btn.btn-transparent-sea, .wp-block-button .btn-transparent-sea.wp-block-button__link {
    border: 1px solid #5CC5DE; }
    .btn.btn-transparent-sea span, .wp-block-button .btn-transparent-sea.wp-block-button__link span {
      color: #5CC5DE; }
    .btn.btn-transparent-sea svg .to-fill, .wp-block-button .btn-transparent-sea.wp-block-button__link svg .to-fill {
      fill: #5CC5DE; }
  .btn.btn-transparent-pink, .wp-block-button .btn-transparent-pink.wp-block-button__link {
    border: 1px solid #F0749D; }
    .btn.btn-transparent-pink span, .wp-block-button .btn-transparent-pink.wp-block-button__link span {
      color: #F0749D; }
    .btn.btn-transparent-pink svg .to-fill, .wp-block-button .btn-transparent-pink.wp-block-button__link svg .to-fill {
      fill: #F0749D; }
  .btn.btn-transparent-white, .wp-block-button .btn-transparent-white.wp-block-button__link {
    border: 1px solid #fff; }
    .btn.btn-transparent-white span, .wp-block-button .btn-transparent-white.wp-block-button__link span {
      color: #fff; }
    .btn.btn-transparent-white svg .to-fill, .wp-block-button .btn-transparent-white.wp-block-button__link svg .to-fill {
      fill: #fff; }
  .btn.btn-transparent-black, .wp-block-button .btn-transparent-black.wp-block-button__link {
    border: 1px solid #000; }
    .btn.btn-transparent-black span, .wp-block-button .btn-transparent-black.wp-block-button__link span {
      color: #000; }
    .btn.btn-transparent-black svg .to-fill, .wp-block-button .btn-transparent-black.wp-block-button__link svg .to-fill {
      fill: #000; }
  .btn.btn-orange, .wp-block-button .btn-orange.wp-block-button__link {
    color: #fff;
    background: #FB9038; }
  .btn.btn-icon-left svg, .wp-block-button .btn-icon-left.wp-block-button__link svg {
    margin-right: 12px; }
  .btn.btn-icon-book, .wp-block-button .btn-icon-book.wp-block-button__link {
    height: auto;
    width: auto;
    max-width: none;
    position: relative; }
    .btn.btn-icon-book svg, .wp-block-button .btn-icon-book.wp-block-button__link svg {
      stroke-width: 1.5px;
      width: 33px;
      height: 26px; }
  .btn.btn-icon-phone svg, .wp-block-button .btn-icon-phone.wp-block-button__link svg {
    width: 26px;
    height: 26px; }
  .btn.btn-hover-sea:hover, .wp-block-button .btn-hover-sea.wp-block-button__link:hover {
    color: #fff;
    background: #5CC5DE;
    border-color: #5CC5DE; }
    .btn.btn-hover-sea:hover span, .wp-block-button .btn-hover-sea.wp-block-button__link:hover span {
      color: #fff; }
    .btn.btn-hover-sea:hover svg .to-fill, .wp-block-button .btn-hover-sea.wp-block-button__link:hover svg .to-fill {
      fill: #fff; }
    .btn.btn-hover-sea:hover svg .to-stroke, .wp-block-button .btn-hover-sea.wp-block-button__link:hover svg .to-stroke {
      stroke: #fff; }
  .btn.btn-hover-pink:hover, .wp-block-button .btn-hover-pink.wp-block-button__link:hover {
    color: #fff;
    background: #F0749D;
    border-color: #F0749D; }
    .btn.btn-hover-pink:hover span, .wp-block-button .btn-hover-pink.wp-block-button__link:hover span {
      color: #fff; }
    .btn.btn-hover-pink:hover svg .to-fill, .wp-block-button .btn-hover-pink.wp-block-button__link:hover svg .to-fill {
      fill: #fff; }
    .btn.btn-hover-pink:hover svg .to-stroke, .wp-block-button .btn-hover-pink.wp-block-button__link:hover svg .to-stroke {
      stroke: #fff; }
  .btn span, .wp-block-button.is-style-outline .wp-block-button__link span, .wp-block-button .wp-block-button__link span {
    font-size: 1.125rem;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
  .btn.btn-smaller, .wp-block-button .btn-smaller.wp-block-button__link {
    padding: 10px 25px 11px; }
    .btn.btn-smaller span, .wp-block-button .btn-smaller.wp-block-button__link span {
      font-size: 1.125rem;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 600; }
  .btn-bolder span {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }
  @media screen and (max-width: 1199px) {
    .btn-hide-icon-on-mobile svg {
      display: none; } }

.btn-mydr-pp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.hp-section {
  padding: 70px 0 75px; }

.default-section {
  background-size: cover;
  padding: 60px 0; }
  .default-section--gray {
    background: #F5F5F5; }
  .default-section--shadow {
    background: #fff;
    position: relative;
    overflow: hidden; }
    .default-section--shadow:before {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
      background: transparent linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
      content: '';
      display: block; }
    .default-section--shadow .container {
      position: relative;
      z-index: 2; }
  @media screen and (min-width: 1200px) {
    .default-section--do-you-know .do-you-know-row {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (min-width: 1400px) {
    .default-section--do-you-know .do-you-know-row {
      padding-left: 120px;
      padding-right: 120px; } }
  .default-section--do-you-know svg {
    max-width: 140px;
    stroke-width: 1.5px; }
  .default-section--do-you-know p {
    color: #5CC5DE;
    text-align: center;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 300; }
  .default-section--do-you-know .do-you-know-icon--thin svg {
    stroke-width: 1px; }
  @media screen and (min-width: 992px) {
    .default-section--do-you-know .do-you-know-icon {
      flex-shrink: 0;
      flex-grow: 1;
      width: 140px;
      margin-right: 60px; }
      .default-section--do-you-know .do-you-know-icon svg {
        max-width: 100%; } }
  @media screen and (min-width: 1200px) {
    .default-section--do-you-know .do-you-know-icon {
      width: 200px; } }
  .default-section--do-you-know .do-you-know-desc {
    display: contents; }
    @media screen and (min-width: 992px) {
      .default-section--do-you-know .do-you-know-desc {
        display: block; }
        .default-section--do-you-know .do-you-know-desc h2, .default-section--do-you-know .do-you-know-desc .h2, .default-section--do-you-know .do-you-know-desc p {
          text-align: left !important; } }

.first-section {
  padding: 45px 0 60px;
  background-image: linear-gradient(#F5F5F5, #FFFFFF); }

@media screen and (min-width: 1200px) {
  .hide-desktop {
    display: none !important; } }

@media screen and (max-width: 1199px) {
  .hide-mobile {
    display: none !important; } }

.section-title {
  display: block;
  margin: 0 auto 30px;
  max-width: 600px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600; }
  @media screen and (min-width: 1200px) {
    .section-title {
      text-align: left;
      font-size: 36px; } }
  .section-title--404 {
    font-size: 80px; }
  .section-title--white {
    color: #fff; }
  .section-title--center {
    text-align: center; }
  .section-title--left {
    text-align: left;
    margin-left: 0;
    margin-right: 0; }
  .section-title--no-limits {
    max-width: none; }
  .section-title--light-limits {
    max-width: 900px; }
  .section-title--smaller {
    font-size: 30px; }
  .section-title--add-margin {
    margin-bottom: 60px; }

.section-subtitle {
  text-align: center;
  margin: 30px 0;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600; }
  .section-subtitle--sea {
    color: #5CC5DE; }

.section-desc-mce p {
  margin: 25px auto 35px;
  max-width: 685px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400; }
  .section-desc-mce p a {
    color: #5CC5DE;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
  .section-desc-mce p span, .section-desc-mce p em {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
  .section-desc-mce p strong {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }

.section-desc-mce ul li, .section-desc-mce ol li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media screen and (min-width: 1200px) {
    .section-desc-mce ul li, .section-desc-mce ol li {
      font-size: 16px;
      line-height: 21px; } }
  .section-desc-mce ul li:last-child, .section-desc-mce ol li:last-child {
    margin-bottom: 0; }

.section-desc-mce ul:last-child, .section-desc-mce ol:last-child {
  margin-bottom: 0; }

.section-desc-mce--no-limits p {
  max-width: none; }

.section-desc-mce--light-limits {
  margin-left: auto;
  margin-right: auto; }
  .section-desc-mce--light-limits p {
    max-width: 900px;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }

.section-desc-mce--fancy-ul ul {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column; }
  .section-desc-mce--fancy-ul ul li {
    position: relative;
    min-height: 40px;
    padding: 10px 0 10px 40px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
    .section-desc-mce--fancy-ul ul li:before {
      position: absolute;
      left: 15px;
      top: 9px;
      width: 25px;
      height: 25px;
      background-image: url("../images/check-icon.png");
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      content: '';
      display: block; }
      @media screen and (min-width: 1400px) {
        .section-desc-mce--fancy-ul ul li:before {
          top: 10px; } }
    @media screen and (min-width: 1400px) {
      .section-desc-mce--fancy-ul ul li {
        font-size: 16px;
        line-height: 21px; } }

.section-desc-mce--center p {
  text-align: center; }

.section-desc-mce img, .section-desc-mce figure, .section-desc-mce figcaption {
  max-width: 100%;
  height: auto; }

.section-desc {
  margin: 25px auto 35px;
  max-width: 685px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400; }
  .section-desc a {
    color: #5CC5DE;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
  .section-desc--center {
    text-align: center; }
  .section-desc--no-limits {
    max-width: none; }
  .section-desc--light-limits {
    max-width: 900px; }
  .section-desc--white {
    color: #fff; }
  .section-desc--pink {
    color: #F0749D; }
  .section-desc--sea {
    color: #5CC5DE; }
    .section-desc--sea span {
      color: #FB9038;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 400; }
    .section-desc--sea em {
      font-style: normal;
      color: #fff;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 400; }

.icon-circle {
  display: flex;
  width: 16px;
  height: 16px;
  font-style: normal;
  border-radius: 50%;
  margin-right: 8px;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 1200px) {
    .icon-circle {
      display: inline-flex; } }
  .icon-circle--sea {
    color: #5CC5DE;
    border: 1px solid #5CC5DE; }

.attention {
  font-size: 13px;
  line-height: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400; }
  .attention--sea {
    color: #5CC5DE; }

.mce img, .mce figure, .mce figcaption {
  max-width: 100%;
  height: auto; }

.mce h1, .mce .h1, .mce h2, .mce .h2, .mce h3, .mce .h3, .mce h4, .mce .h4, .mce h5, .mce .h5, .mce h6, .mce .h6 {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600; }

.mce p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media screen and (min-width: 1200px) {
    .mce p {
      font-size: 16px;
      line-height: 21px; } }
  .mce p:last-child {
    margin-bottom: 0; }

.mce a {
  color: #5CC5DE;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400; }
  .mce a:hover {
    text-decoration: underline; }

.mce span {
  color: #5CC5DE;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400; }

.mce strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600; }

.mce figure figcaption {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400; }

.mce table th, .mce table td {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media screen and (min-width: 1200px) {
    .mce table th, .mce table td {
      font-size: 14px;
      line-height: 19px; } }

.mce table th {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600; }

.mce blockquote cite {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media screen and (min-width: 1200px) {
    .mce blockquote cite {
      font-size: 16px;
      line-height: 21px; } }

.mce ul li, .mce ol li {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media screen and (min-width: 1200px) {
    .mce ul li, .mce ol li {
      font-size: 16px;
      line-height: 21px; } }
  .mce ul li:last-child, .mce ol li:last-child {
    margin-bottom: 0; }

.mce ul:last-child, .mce ol:last-child {
  margin-bottom: 0; }

.mce.mobile-smaller p {
  font-size: 18px; }

.dotted-border, .diagnose-parts__effects-wrapper, .entry-register-box, #prices-container table:after {
  border: 1px dashed #5CC5DE; }
  .dotted-border--pink {
    border-color: #F0749D; }
  .dotted-border--white {
    border-color: #fff; }

.border-radius {
  border-radius: 40px; }

.border-radius-10 {
  border-radius: 10px; }

.icon-dotted-wrapper {
  border-radius: 30px;
  position: relative;
  display: block;
  height: 100%;
  justify-content: center;
  padding: 15px;
  aspect-ratio: 1 / 1;
  cursor: default;
  -webkit-transition: border-color ease-in-out 0.2s;
  transition: border-color ease-in-out 0.2s; }
  @media screen and (min-width: 1200px) {
    .icon-dotted-wrapper {
      max-width: none;
      margin: 0;
      aspect-ratio: auto; } }
  @media screen and (min-width: 1400px) {
    .icon-dotted-wrapper {
      aspect-ratio: 1/1; } }
  .icon-dotted-wrapper .icon {
    height: 100px;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 32%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .icon-dotted-wrapper .icon svg {
      position: absolute;
      max-width: 95px;
      width: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      -webkit-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .icon-dotted-wrapper .desc {
    display: block;
    text-align: center;
    position: absolute;
    width: 97%;
    left: 50%;
    top: 74%;
    max-height: 50%;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9); }
    @media screen and (min-width: 1200px) {
      .icon-dotted-wrapper .desc {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
        -moz-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8); } }
    .icon-dotted-wrapper .desc p {
      color: #212529;
      margin: 0;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.125rem; }
      @media screen and (min-width: 1200px) {
        .icon-dotted-wrapper .desc p {
          font-size: 1rem; } }
      @media screen and (min-width: 1400px) {
        .icon-dotted-wrapper .desc p {
          font-size: 1.125rem; } }
      .icon-dotted-wrapper .desc p * {
        font-family: 'Titillium Web', sans-serif;
        font-style: normal;
        font-weight: 400; }
  .icon-dotted-wrapper:hover {
    position: relative;
    border-color: #151B1B; }
    .icon-dotted-wrapper:hover svg {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(0.75) rotate(15deg);
      -ms-transform: translate(-50%, -50%) scale(0.75) rotate(15deg);
      -moz-transform: translate(-50%, -50%) scale(0.75) rotate(15deg);
      transform: translate(-50%, -50%) scale(0.75) rotate(15deg); }
    .icon-dotted-wrapper:hover .desc {
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }

a.icon-dotted-wrapper {
  cursor: pointer; }

.nice-tabs__heads {
  display: none; }
  @media screen and (min-width: 1200px) {
    .nice-tabs__heads {
      display: flex;
      width: 100%;
      min-height: 120px;
      justify-content: space-between;
      align-items: flex-start;
      overflow-x: hidden;
      margin-bottom: 45px; } }

.nice-tabs__head {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600; }
  @media screen and (min-width: 1200px) {
    .nice-tabs__head {
      width: 100%;
      text-align: center;
      padding: 0 20px 10px;
      position: relative;
      min-height: 80px;
      cursor: pointer;
      font-size: 16px;
      line-height: 21px;
      -webkit-transition: opacity ease-in-out 0.2s;
      transition: opacity ease-in-out 0.2s; }
      .nice-tabs__head:hover {
        opacity: .75; }
      .nice-tabs__head.active, .nice-tabs__head.first-active {
        opacity: 1 !important; }
        .nice-tabs__head.active span, .nice-tabs__head.first-active span {
          position: absolute;
          border-radius: 50%;
          border: 1px solid #fff;
          display: block;
          bottom: -20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 20px;
          height: 20px; }
          .nice-tabs__head.active span:before, .nice-tabs__head.active span:after, .nice-tabs__head.first-active span:before, .nice-tabs__head.first-active span:after {
            bottom: 0;
            position: absolute;
            width: 2000px;
            height: 1px;
            top: 9px;
            background: #fff;
            content: '';
            display: block; }
          .nice-tabs__head.active span:before, .nice-tabs__head.first-active span:before {
            right: 18px; }
          .nice-tabs__head.active span:after, .nice-tabs__head.first-active span:after {
            left: 18px; } }
  @media screen and (min-width: 1200px) {
    .nice-tabs__head--limited {
      padding: 0 50px 20px; } }

.nice-tabs__bodies {
  border-radius: 45px;
  border-style: solid;
  border-width: 1px; }
  @media screen and (min-width: 1200px) {
    .nice-tabs__bodies {
      border: none; } }

.nice-tabs__body-head {
  min-height: 110px;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem; }
  @media screen and (min-width: 1200px) {
    .nice-tabs__body-head {
      display: none; } }

.nice-tabs__body {
  display: none;
  padding: 0 20px 20px; }
  @media screen and (min-width: 1200px) {
    .nice-tabs__body.first-active {
      display: block; } }
  .nice-tabs__body--no-padding {
    padding: 0; }

@media screen and (min-width: 1200px) {
  .nice-tabs__desc-wrapper {
    display: flex;
    flex-direction: row; } }

.nice-tabs__desc p {
  margin-top: 0;
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 300; }

.nice-tabs__btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 30px; }
  @media screen and (min-width: 1200px) {
    .nice-tabs__btn-wrapper {
      justify-content: flex-start; } }

.nice-tabs__btn {
  display: inline-block; }

.nice-tabs__body-wrapper {
  border-top-style: solid;
  border-top-width: 1px;
  -webkit-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s; }
  .nice-tabs__body-wrapper:first-child {
    border-top: none; }
  @media screen and (min-width: 1200px) {
    .nice-tabs__body-wrapper {
      border: none; } }

.nice-tabs--white {
  color: #fff; }
  .nice-tabs--white .mce {
    color: #fff; }
  .nice-tabs--white .nice-tabs__bodies {
    border-color: #fff; }
  .nice-tabs--white .nice-tabs__head {
    color: #fff; }
    .nice-tabs--white .nice-tabs__head.active, .nice-tabs--white .nice-tabs__head.first-active {
      color: #FB9038; }
  .nice-tabs--white .nice-tabs__body-wrapper {
    border-color: #fff; }
    .nice-tabs--white .nice-tabs__body-wrapper.active {
      background: rgba(255, 255, 255, 0.02); }
      @media screen and (min-width: 1200px) {
        .nice-tabs--white .nice-tabs__body-wrapper.active {
          background: transparent; } }
  .nice-tabs--white .nice-tabs__body-head {
    color: #fff; }
    .nice-tabs--white .nice-tabs__body-head.active {
      color: #FB9038; }

.nice-tabs--pink {
  color: #151B1B; }
  .nice-tabs--pink .mce {
    color: #151B1B; }
  .nice-tabs--pink .nice-tabs__bodies {
    border-color: #F0749D; }
  .nice-tabs--pink .nice-tabs__head {
    color: #151B1B; }
    .nice-tabs--pink .nice-tabs__head.active, .nice-tabs--pink .nice-tabs__head.first-active {
      color: #F0749D; }
      .nice-tabs--pink .nice-tabs__head.active span, .nice-tabs--pink .nice-tabs__head.first-active span {
        border-color: #F0749D; }
        .nice-tabs--pink .nice-tabs__head.active span:before, .nice-tabs--pink .nice-tabs__head.active span:after, .nice-tabs--pink .nice-tabs__head.first-active span:before, .nice-tabs--pink .nice-tabs__head.first-active span:after {
          background: #F0749D; }
  .nice-tabs--pink .nice-tabs__body-wrapper {
    border-color: #F0749D; }
    .nice-tabs--pink .nice-tabs__body-wrapper.active {
      background: transparent; }
      @media screen and (min-width: 1200px) {
        .nice-tabs--pink .nice-tabs__body-wrapper.active {
          background: transparent; } }
  .nice-tabs--pink .nice-tabs__body-head {
    color: #151B1B; }
    .nice-tabs--pink .nice-tabs__body-head.active {
      color: #F0749D; }

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .slick-dots li {
    margin: 0 5px; }
    .slick-dots li button {
      display: inline-block;
      width: 12px;
      height: 12px;
      overflow: hidden;
      border-radius: 50%;
      border: 1px solid #151B1B;
      font-size: 0;
      line-height: 0;
      padding: 0;
      background: transparent;
      outline: none; }
      .slick-dots li button:hover {
        border-color: #5CC5DE; }
    .slick-dots li.slick-active button {
      width: 24px;
      height: 24px;
      border-color: #5CC5DE; }

.text-xl-start {
  margin-left: 0;
  margin-right: 0; }

.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-45 {
  margin-top: 45px; }

.mt-60 {
  margin-top: 60px; }

.mt-75 {
  margin-top: 75px; }

.mt-90 {
  margin-top: 90px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-45 {
  margin-right: 45px; }

.mr-60 {
  margin-right: 60px; }

.mr-75 {
  margin-right: 75px; }

.mr-90 {
  margin-right: 90px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-45 {
  margin-left: 45px; }

.ml-60 {
  margin-left: 60px; }

.ml-75 {
  margin-left: 75px; }

.ml-90 {
  margin-left: 90px; }

#breadcrumbs {
  display: none;
  background: #EFEFEF; }
  @media screen and (min-width: 992px) {
    #breadcrumbs {
      display: block; } }
  #breadcrumbs .breadcrumbs-container {
    padding: 5px 0; }
    #breadcrumbs .breadcrumbs-container a, #breadcrumbs .breadcrumbs-container span {
      color: #151B1B;
      margin: 10px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 300; }
      #breadcrumbs .breadcrumbs-container a:first-child, #breadcrumbs .breadcrumbs-container span:first-child {
        margin-left: 0; }
    #breadcrumbs .breadcrumbs-container a {
      position: relative; }
      #breadcrumbs .breadcrumbs-container a:after {
        position: absolute;
        right: -14px;
        top: 50%;
        width: 7px;
        height: 7px;
        border: 2px solid #5CC5DE;
        border-right: none;
        border-bottom: none;
        -webkit-transition: color ease-in-out 0.2s;
        transition: color ease-in-out 0.2s;
        -webkit-transform: translateY(-50%) rotate(135deg) skew(10deg, 10deg);
        -ms-transform: translateY(-50%) rotate(135deg) skew(10deg, 10deg);
        -moz-transform: translateY(-50%) rotate(135deg) skew(10deg, 10deg);
        transform: translateY(-50%) rotate(135deg) skew(10deg, 10deg);
        content: '';
        display: block; }
      #breadcrumbs .breadcrumbs-container a:hover {
        color: #5CC5DE; }

.dotted-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 1200px) {
    .dotted-blocks {
      margin: 60px -12px 45px;
      width: 100%; } }
  .dotted-blocks .dotted-block {
    min-height: 90px;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 40px;
    margin: 0 auto 25px;
    max-width: 300px; }
    @media screen and (min-width: 1200px) {
      .dotted-blocks .dotted-block {
        max-width: none;
        min-height: 110px;
        margin-left: 12px;
        margin-right: 12px;
        width: calc(33.33% - 24px); } }
    .dotted-blocks .dotted-block__circle {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #FB9038;
      left: 80%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: left ease-in-out 0.2s;
      transition: left ease-in-out 0.2s; }
      @media screen and (min-width: 1200px) {
        .dotted-blocks .dotted-block__circle {
          left: 100%; } }
    .dotted-blocks .dotted-block__arrow {
      right: 15px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #fff;
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: right ease-in-out 0.2s, background ease-in-out 0.2s;
      transition: right ease-in-out 0.2s, background ease-in-out 0.2s; }
      @media screen and (min-width: 1200px) {
        .dotted-blocks .dotted-block__arrow {
          right: -50px; } }
      .dotted-blocks .dotted-block__arrow:after {
        position: absolute;
        width: 7px;
        height: 7px;
        border-color: #fff;
        border-style: solid;
        border-width: 1px 1px 0 0;
        top: 50%;
        left: 30%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        content: '';
        display: block;
        -webkit-transition: border-color ease-in-out 0.2s;
        transition: border-color ease-in-out 0.2s; }
      .dotted-blocks .dotted-block__arrow:hover {
        background: #fff; }
        .dotted-blocks .dotted-block__arrow:hover:after {
          border-color: #FB9038; }
    .dotted-blocks .dotted-block__desc {
      position: absolute;
      top: 50%;
      left: 7%;
      width: 70%;
      text-align: center;
      color: #fff;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
      @media screen and (min-width: 1200px) {
        .dotted-blocks .dotted-block__desc {
          left: 15%;
          font-size: 1.125rem; } }
    .dotted-blocks .dotted-block:hover .dotted-block__circle {
      left: 80%; }
    .dotted-blocks .dotted-block:hover .dotted-block__arrow {
      right: 25px; }
    .dotted-blocks .dotted-block:hover .dotted-block__desc {
      left: 7%;
      -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
      -moz-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1); }

.icon-checklist {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column; }
  .icon-checklist li {
    position: relative;
    min-height: 40px;
    padding: 10px 0 10px 40px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
    .icon-checklist li:before {
      position: absolute;
      left: 15px;
      top: 9px;
      width: 25px;
      height: 25px;
      background-image: url("../images/check-icon.png");
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      content: '';
      display: block; }
      @media screen and (min-width: 1400px) {
        .icon-checklist li:before {
          top: 10px; } }
    @media screen and (min-width: 1400px) {
      .icon-checklist li {
        font-size: 16px;
        line-height: 21px; } }
  .icon-checklist.icon-checklist--white li {
    color: #fff; }
    .icon-checklist.icon-checklist--white li:before {
      background-image: url("../images/check-icon-white.png"); }
  @media screen and (min-width: 1200px) {
    .icon-checklist.icon-checklist--service li {
      margin-bottom: 0;
      line-height: 22px; } }

.accordion {
  border-radius: 40px;
  overflow: hidden; }
  .accordion__head {
    background: #EFEFEF;
    color: #151B1B;
    padding: 20px 75px 15px 20px;
    position: relative;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600;
    -webkit-transition: background ease-in-out 0.2s;
    transition: background ease-in-out 0.2s; }
    .accordion__head:after, .accordion__head:before {
      position: absolute;
      content: '';
      display: block;
      -webkit-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
    .accordion__head:after {
      border: 1px solid #151B1B;
      border-radius: 50%;
      top: 50%;
      right: 25px;
      width: 34px;
      height: 34px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
    .accordion__head:before {
      border: 1px solid #151B1B;
      border-left: none;
      border-bottom: none;
      top: 48%;
      right: 37px;
      width: 9px;
      height: 9px;
      -webkit-transform: translateY(-60%) rotate(135deg) scale(1);
      -ms-transform: translateY(-60%) rotate(135deg) scale(1);
      -moz-transform: translateY(-60%) rotate(135deg) scale(1);
      transform: translateY(-60%) rotate(135deg) scale(1); }
    .accordion__head:last-child {
      border-bottom: none; }
    .accordion__head.active, .accordion__head:hover {
      background: #5CC5DE;
      color: #fff; }
      .accordion__head.active:after, .accordion__head:hover:after {
        border-color: #fff; }
      .accordion__head.active:before, .accordion__head:hover:before {
        border-color: #fff; }
    .accordion__head.active:before {
      top: 52%;
      -webkit-transform: translateY(-50%) rotate(135deg) scale(-1);
      -ms-transform: translateY(-50%) rotate(135deg) scale(-1);
      -moz-transform: translateY(-50%) rotate(135deg) scale(-1);
      transform: translateY(-50%) rotate(135deg) scale(-1); }
    @media screen and (min-width: 576px) {
      .accordion__head {
        padding: 25px 75px 20px 30px;
        font-size: 18px;
        line-height: 24px; } }
  .accordion__body {
    display: none;
    padding: 20px 25px;
    background: #F5F5F5;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
    .accordion__body:last-child {
      border-bottom: 0; }
    @media screen and (min-width: 576px) {
      .accordion__body {
        padding: 25px 30px;
        font-size: 18px;
        line-height: 24px; } }

.fluid-gallery__row {
  display: grid;
  grid-column-gap: 0;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr); }
  @media screen and (min-width: 1200px) {
    .fluid-gallery__row {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(2, 1fr); } }

.fluid-gallery__item {
  min-height: 100px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 576px) {
    .fluid-gallery__item {
      min-height: 150px; } }
  @media screen and (min-width: 768px) {
    .fluid-gallery__item {
      min-height: 210px; } }
  @media screen and (min-width: 992px) {
    .fluid-gallery__item {
      min-height: 230px; } }
  @media screen and (min-width: 1200px) {
    .fluid-gallery__item {
      min-height: 270px; } }
  .fluid-gallery__item span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform ease-out 1s;
    transition: transform ease-out 1s; }
  .fluid-gallery__item:hover span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }

.fluid-gallery__item-1 {
  grid-area: 1 / 1 / 2 span / 2 span; }

.fluid-gallery__item-2 {
  grid-area: 3 / 1 / 1 span / 1 span; }

.fluid-gallery__item-3 {
  grid-area: 3 / 2 / 1 span / 1 span; }

.fluid-gallery__item-4 {
  grid-area: 4 / 1 / 1 span / 1 span; }

.fluid-gallery__item-5 {
  grid-area: 4 / 2 / 1 span / 1 span; }

@media screen and (min-width: 1200px) {
  .fluid-gallery__item-1 {
    grid-area: 1 / 1 / 2 span / 2 span; }
  .fluid-gallery__item-2 {
    grid-area: 1 / 3 / 1 span / 1 span; }
  .fluid-gallery__item-3 {
    grid-area: 1 / 4 / 1 span / 1 span; }
  .fluid-gallery__item-4 {
    grid-area: 2 / 3 / 1 span / 1 span; }
  .fluid-gallery__item-5 {
    grid-area: 2 / 4 / 1 span / 1 span; } }

@media screen and (min-width: 1200px) {
  .fluid-gallery__row.inverse .fluid-gallery__item-1 {
    grid-area: 1 / 1 / 1 span / 1 span; }
  .fluid-gallery__row.inverse .fluid-gallery__item-2 {
    grid-area: 1 / 2 / 1 span / 1 span; }
  .fluid-gallery__row.inverse .fluid-gallery__item-3 {
    grid-area: 2 / 1 / 1 span / 1 span; }
  .fluid-gallery__row.inverse .fluid-gallery__item-4 {
    grid-area: 2 / 2 / 1 span / 1 span; }
  .fluid-gallery__row.inverse .fluid-gallery__item-5 {
    grid-area: 1 / 3 / 2 span / 2 span; } }

.quick-dotted-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 20px -10px 40px;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start; }
  @media screen and (min-width: 1200px) {
    .quick-dotted-menu {
      margin: 40px auto 30px; } }
  .quick-dotted-menu li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    border: 1px dashed #5CC5DE;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    border-radius: 30px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem; }
    @media screen and (min-width: 768px) {
      .quick-dotted-menu li {
        width: calc(33.3% - 20px); } }
    @media screen and (min-width: 1200px) {
      .quick-dotted-menu li {
        width: calc(20% - 20px); } }
  @media screen and (min-width: 1400px) {
    .quick-dotted-menu--linkable {
      width: 90%; } }
  .quick-dotted-menu--linkable li {
    padding: 0;
    border: none;
    border-radius: 0; }
    .quick-dotted-menu--linkable li a {
      border-radius: 30px;
      border: 1px dashed #5CC5DE;
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      min-height: 65px;
      padding: 0 10px;
      color: #fff;
      text-align: center;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 1.125rem;
      -webkit-transition: border-color ease-in-out 0.2s;
      transition: border-color ease-in-out 0.2s; }
      .quick-dotted-menu--linkable li a:hover {
        border-color: #fff; }
      @media screen and (min-width: 1200px) {
        .quick-dotted-menu--linkable li a {
          min-height: 45px; } }

.navigation.pagination .nav-links {
  display: flex;
  justify-content: center; }
  .navigation.pagination .nav-links .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
    width: 32px;
    height: 32px;
    background: #F5F5F5;
    color: #000;
    padding-bottom: 2px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600;
    -webkit-transition: color ease-in-out 0.2s, background ease-in-out 0.2s;
    transition: color ease-in-out 0.2s, background ease-in-out 0.2s; }
    .navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers:hover {
      background: #FB9038;
      color: #fff; }

#yoast-breadcrumbs {
  background: #EFEFEF;
  padding: 3px 0 5px;
  display: none; }
  @media screen and (min-width: 1200px) {
    #yoast-breadcrumbs {
      display: block; } }
  #yoast-breadcrumbs a, #yoast-breadcrumbs span {
    font-size: 12px;
    color: #000;
    display: inline;
    padding-right: 15px;
    margin-right: 7px;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
  #yoast-breadcrumbs a {
    -webkit-transition: color ease-in-out 0.2s;
    transition: color ease-in-out 0.2s; }
    #yoast-breadcrumbs a:hover {
      color: #5CC5DE; }
    #yoast-breadcrumbs a:after {
      position: absolute;
      right: 0;
      top: 50%;
      border-style: solid;
      border-width: 2px 2px 0 0;
      border-color: #5CC5DE;
      width: 7px;
      height: 7px;
      -webkit-transform: translateY(-50%) rotate(45deg) skew(-10deg, -10deg);
      -ms-transform: translateY(-50%) rotate(45deg) skew(-10deg, -10deg);
      -moz-transform: translateY(-50%) rotate(45deg) skew(-10deg, -10deg);
      transform: translateY(-50%) rotate(45deg) skew(-10deg, -10deg);
      content: '';
      display: block; }

.lightbox-gallery {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .lightbox-gallery li {
    width: calc(50% - 20px);
    margin: 0 10px 20px; }
    @media screen and (min-width: 768px) {
      .lightbox-gallery li {
        width: calc(33.33% - 20px); } }
  .lightbox-gallery a {
    width: 100%;
    aspect-ratio: 276/156;
    display: block;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    overflow: hidden; }

.link-anchor {
  position: absolute;
  z-index: -1;
  top: -78px; }

.team-section {
  position: relative; }
  .team-section .link-anchor {
    position: absolute;
    z-index: -1;
    top: -113px; }

.cookie-overlay {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: #fff;
  z-index: 2051;
  line-height: 20px;
  font-size: 14px;
  border-radius: 6px;
  display: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .cookie-overlay > div:first-child {
    width: 458px; }
  .cookie-overlay a {
    text-decoration: underline; }
  .cookie-overlay .close-cookies {
    cursor: pointer; }
  @media (max-width: 767.98px) {
    .cookie-overlay {
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 0; }
      .cookie-overlay > div:first-child {
        width: auto; } }

.icon-dotted-wrapper.dotted-border, .icon-dotted-wrapper.diagnose-parts__effects-wrapper, .icon-dotted-wrapper.entry-register-box, #prices-container table.icon-dotted-wrapper:after {
  min-height: 240px; }
  @media (min-width: 576px) {
    .icon-dotted-wrapper.dotted-border, .icon-dotted-wrapper.diagnose-parts__effects-wrapper, .icon-dotted-wrapper.entry-register-box, #prices-container table.icon-dotted-wrapper:after {
      min-height: 210px; } }
  @media (min-width: 768px) {
    .icon-dotted-wrapper.dotted-border, .icon-dotted-wrapper.diagnose-parts__effects-wrapper, .icon-dotted-wrapper.entry-register-box, #prices-container table.icon-dotted-wrapper:after {
      min-height: 200px; } }
  @media (min-width: 992px) {
    .icon-dotted-wrapper.dotted-border, .icon-dotted-wrapper.diagnose-parts__effects-wrapper, .icon-dotted-wrapper.entry-register-box, #prices-container table.icon-dotted-wrapper:after {
      min-height: 210px; } }
  @media (min-width: 1200px) {
    .icon-dotted-wrapper.dotted-border, .icon-dotted-wrapper.diagnose-parts__effects-wrapper, .icon-dotted-wrapper.entry-register-box, #prices-container table.icon-dotted-wrapper:after {
      min-height: 0; } }

.mCSB_draggerRail {
  display: none; }

.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCSB_scrollTools .mCSB_draggerContainer {
  top: 5px;
  left: 5px; }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(146, 146, 146, 0.5); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(146, 146, 146, 0.75); }

html {
  font-size: 14px; }

#header-spacer {
  height: 78px; }
  @media screen and (min-width: 1200px) {
    #header-spacer {
      height: 110px; } }

#top-wrapper {
  height: 78px; }
  @media screen and (min-width: 1200px) {
    #top-wrapper {
      height: 110px; } }

#top-logo svg {
  width: 146px;
  height: 18px; }
  @media screen and (min-width: 1200px) {
    #top-logo svg {
      width: 228px;
      height: 28px; } }

#top-wrapper h1, #top-wrapper .h1 {
  margin: 0;
  height: 18px; }
  @media screen and (min-width: 1200px) {
    #top-wrapper h1, #top-wrapper .h1 {
      height: 28px; } }

#top-wrapper #top-logo-img {
  display: block;
  width: 146px;
  height: 18px; }
  @media screen and (min-width: 1200px) {
    #top-wrapper #top-logo-img {
      width: 228px;
      height: 28px; } }

body.page-template-trainings #top-logo svg {
  width: 146px;
  height: 35px; }
  @media screen and (min-width: 1200px) {
    body.page-template-trainings #top-logo svg {
      width: 171px;
      height: 49px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  height: 78px;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 1200px) {
    header {
      height: 110px;
      box-shadow: none; }
      header:after {
        position: absolute;
        bottom: -1px;
        width: 100%;
        left: 0;
        background: #eaeaea;
        height: 1px;
        content: '';
        display: block; } }
  header nav {
    position: fixed;
    top: 78px;
    height: calc(100vh - 78px);
    background: #fff;
    width: 100%;
    overflow-y: overlay;
    opacity: 0;
    left: 0;
    -webkit-transition: -webkit-transform ease-in-out 0.2s, opacity ease-in-out 0.2s;
    transition: transform ease-in-out 0.2s, opacity ease-in-out 0.2s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%); }
    @media screen and (min-width: 1200px) {
      header nav {
        overflow-y: visible;
        position: relative;
        width: auto;
        left: auto;
        top: 0;
        opacity: 1;
        height: 110px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0); } }
    header nav > ul {
      padding: 0;
      margin: 0;
      flex-direction: column;
      height: 100%;
      width: 100%;
      justify-content: flex-start; }
      @media screen and (min-width: 1200px) {
        header nav > ul {
          width: auto;
          flex-direction: row;
          justify-content: center;
          height: 110px; } }
      header nav > ul li {
        list-style: none;
        border-bottom: 2px solid #fff;
        width: 100%;
        text-align: center; }
        @media screen and (min-width: 1200px) {
          header nav > ul li {
            border: none;
            height: 110px; } }
        header nav > ul li > a {
          display: flex;
          justify-content: center;
          align-items: center; }
          @media screen and (min-width: 1200px) {
            header nav > ul li > a {
              height: 110px;
              white-space: nowrap; } }
      header nav > ul a {
        margin: 0 10px;
        padding: 15px 60px;
        color: #151B1B;
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-family: 'Titillium Web', sans-serif;
        font-style: normal;
        font-weight: 400; }
        header nav > ul a:hover, header nav > ul a.show {
          color: #5CC5DE; }
        @media screen and (min-width: 576px) {
          header nav > ul a {
            max-width: 500px;
            margin: 0 auto; } }
        @media screen and (min-width: 768px) {
          header nav > ul a {
            max-width: 660px; } }
        @media screen and (min-width: 992px) {
          header nav > ul a {
            max-width: 930px; } }
        @media screen and (min-width: 1200px) {
          header nav > ul a {
            padding: 15px 10px;
            margin: 0 5px;
            max-width: none;
            -webkit-transition: color ease-in-out 0.2s;
            transition: color ease-in-out 0.2s; }
            header nav > ul a:after {
              position: absolute;
              bottom: 0;
              left: 10%;
              width: 80%;
              height: 1px;
              background: #5CC5DE;
              opacity: 0;
              -webkit-transition: -webkit-transform ease-in-out 0.2s, opacity ease-in-out 0.2s;
              transition: transform ease-in-out 0.2s, opacity ease-in-out 0.2s;
              -webkit-transform: scale(0);
              -ms-transform: scale(0);
              -moz-transform: scale(0);
              transform: scale(0);
              content: '';
              display: block; }
            header nav > ul a:hover:after, header nav > ul a.show:after {
              opacity: 1;
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              -moz-transform: scale(1);
              transform: scale(1); } }
        @media screen and (min-width: 1400px) {
          header nav > ul a {
            padding: 15px 20px; } }
      header nav > ul li {
        background: #F5F5F5; }
        @media screen and (min-width: 1200px) {
          header nav > ul li {
            background: #fff; } }
        header nav > ul li.book-link {
          display: flex;
          justify-content: center;
          background: #fff;
          padding-bottom: 30px;
          padding-top: 30px; }
          @media screen and (min-width: 1200px) {
            header nav > ul li.book-link {
              padding-top: 0;
              background: transparent;
              padding-bottom: 0;
              align-items: center; }
              header nav > ul li.book-link a {
                height: auto; }
              header nav > ul li.book-link span {
                white-space: nowrap; } }
          header nav > ul li.book-link a {
            margin-top: 30px;
            display: inline-block; }
            header nav > ul li.book-link a:after {
              display: none; }
            @media screen and (min-width: 1200px) {
              header nav > ul li.book-link a {
                margin-left: 30px;
                margin-top: 0;
                display: flex; } }
        header nav > ul li.has-submenu {
          position: relative; }
          header nav > ul li.has-submenu > a {
            position: relative; }
            header nav > ul li.has-submenu > a .triangle {
              display: none; }
              @media screen and (min-width: 1200px) {
                header nav > ul li.has-submenu > a .triangle {
                  position: relative;
                  width: 0;
                  height: 0;
                  border-width: 5px 5px 0 5px;
                  border-style: solid;
                  border-color: #151B1B transparent transparent transparent;
                  margin-left: 5px;
                  -webkit-transition: border-color ease-in-out 0.2s;
                  transition: border-color ease-in-out 0.2s; } }
            header nav > ul li.has-submenu > a.show .triangle {
              border-color: #5CC5DE transparent transparent transparent; }
          header nav > ul li.has-submenu .expand-holder.arrow-rotate .expand:before {
            -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
            -moz-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }
          header nav > ul li.has-submenu .expand-holder.arrow-rotate .expand:after {
            -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            -moz-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
          @media screen and (min-width: 576px) {
            header nav > ul li.has-submenu .expand-holder {
              position: absolute;
              pointer-events: none;
              left: 50%;
              height: 100%;
              top: 0;
              width: 0; } }
          @media screen and (min-width: 1200px) {
            header nav > ul li.has-submenu .expand-holder {
              display: none; } }
          header nav > ul li.has-submenu .expand {
            pointer-events: auto;
            position: absolute;
            right: 35px;
            width: 30px;
            height: 30px;
            top: 13px; }
            header nav > ul li.has-submenu .expand:before, header nav > ul li.has-submenu .expand:after {
              position: absolute;
              background: #151B1B;
              width: 12px;
              height: 1px;
              top: 50%;
              content: '';
              display: block;
              -webkit-transition: -webkit-transform ease-in-out 0.2s;
              transition: transform ease-in-out 0.2s; }
            header nav > ul li.has-submenu .expand:before {
              left: 5px;
              -webkit-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
              -moz-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
            header nav > ul li.has-submenu .expand:after {
              right: 5px;
              -webkit-transform: translateY(-50%) rotate(-45deg);
              -ms-transform: translateY(-50%) rotate(-45deg);
              -moz-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
            @media screen and (min-width: 576px) {
              header nav > ul li.has-submenu .expand {
                right: -237px; } }
            @media screen and (min-width: 768px) {
              header nav > ul li.has-submenu .expand {
                right: -326px; } }
            @media screen and (min-width: 992px) {
              header nav > ul li.has-submenu .expand {
                right: -446px; } }
          header nav > ul li.has-submenu ul {
            display: none;
            list-style: none;
            margin: 0;
            padding: 0;
            border-top: 1px solid #fff; }
            @media screen and (min-width: 1200px) {
              header nav > ul li.has-submenu ul {
                border-top: none; } }
          header nav > ul li.has-submenu li {
            background: #EFEFEF; }
            header nav > ul li.has-submenu li:last-child {
              border-bottom: none; }
            header nav > ul li.has-submenu li:first-child {
              border-top: 1px solid #fff; }
            header nav > ul li.has-submenu li li {
              background: #e1e1e1; }
    @media screen and (min-width: 1200px) {
      header nav.classic-menu ul > li.has-submenu:hover > ul, header nav.classic-menu ul > li.has-submenu.safe-escape-time > ul {
        display: flex;
        flex-direction: column; }
      header nav.classic-menu ul > li.offer-submenu > a {
        position: relative; }
        header nav.classic-menu ul > li.offer-submenu > a .menu-arrow-vertical {
          position: relative;
          display: inline-block;
          border-right: 1px solid #151B1B;
          border-bottom: 1px solid #151B1B;
          width: 5px;
          height: 5px;
          left: 10px;
          top: -2px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      header nav.classic-menu ul > li.offer-submenu.submenu-opened > ul {
        display: flex;
        flex-direction: column; }
      header nav.classic-menu ul > li.offer-submenu.submenu-opened > a {
        color: #5CC5DE; }
        header nav.classic-menu ul > li.offer-submenu.submenu-opened > a .menu-arrow-vertical {
          border-color: #5CC5DE; }
      header nav.classic-menu ul > li.offer-submenu ul {
        position: absolute;
        background: #fff;
        -webkit-transition: background ease-in-out 0.2s;
        transition: background ease-in-out 0.2s; }
        header nav.classic-menu ul > li.offer-submenu ul li {
          border-bottom: 1px solid #EFEFEF;
          height: auto;
          display: block;
          background: transparent; }
          header nav.classic-menu ul > li.offer-submenu ul li:last-child {
            border-bottom: none; }
          header nav.classic-menu ul > li.offer-submenu ul li a {
            height: auto;
            justify-content: flex-start;
            padding: 10px 50px 10px 20px;
            margin: 0;
            position: relative;
            font-size: 14px;
            -webkit-transition: all ease-in-out 0.2s;
            transition: all ease-in-out 0.2s; }
            header nav.classic-menu ul > li.offer-submenu ul li a:after {
              display: none; }
          header nav.classic-menu ul > li.offer-submenu ul li .menu-arrow {
            position: relative;
            display: inline-block;
            border-right: 1px solid #151B1B;
            border-top: 1px solid #151B1B;
            width: 5px;
            height: 5px;
            left: 10px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          header nav.classic-menu ul > li.offer-submenu ul li:hover {
            background: #f1f1f1; }
            header nav.classic-menu ul > li.offer-submenu ul li:hover > a {
              color: #5CC5DE;
              padding: 10px 40px 10px 30px; }
              header nav.classic-menu ul > li.offer-submenu ul li:hover > a .menu-arrow {
                border-color: #5CC5DE;
                left: 15px; }
      header nav.classic-menu ul > li.offer-submenu > ul {
        top: 100%; }
        header nav.classic-menu ul > li.offer-submenu > ul.shadow-menu {
          background: #f8f8f8; }
        header nav.classic-menu ul > li.offer-submenu > ul ul {
          top: 0;
          left: 100%; }
        header nav.classic-menu ul > li.offer-submenu > ul > li ul {
          top: -1px; }
        header nav.classic-menu ul > li.offer-submenu > ul > li:first-child ul {
          top: 0; }
      header nav.classic-menu ul > li.offer-submenu li {
        position: relative; } }

#desktop-offer {
  display: none; }

@media screen and (min-width: 1200px) {
  #desktop-offer-content {
    padding: 30px 0;
    background: #F5F5F5; }
  #desktop-offer {
    opacity: 0;
    height: calc(100vh - 110px);
    background: #242943DB;
    position: fixed;
    display: block;
    min-height: 200px;
    z-index: 15;
    width: 100%;
    pointer-events: none;
    overflow-y: auto;
    -webkit-transition: opacity ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s; }
    #desktop-offer.show {
      pointer-events: auto;
      opacity: 1;
      top: 110px; }
    #desktop-offer::-webkit-scrollbar-track {
      box-shadow: none;
      -webkit-box-shadow: none;
      border-radius: 0;
      background-color: transparent; }
    #desktop-offer::-webkit-scrollbar {
      width: 0;
      background-color: transparent; }
    #desktop-offer::-webkit-scrollbar-thumb {
      border-radius: 0;
      box-shadow: none;
      -webkit-box-shadow: none;
      background-color: transparent; } }

#hamburger {
  position: relative;
  width: 40px;
  height: 40px; }
  #hamburger span {
    position: absolute;
    width: 24px;
    height: 1px;
    top: 50%;
    left: 8px;
    display: block;
    background: #151B1B; }
    #hamburger span:before, #hamburger span:after {
      position: absolute;
      background: #151B1B;
      width: 24px;
      height: 1px;
      content: '';
      display: block;
      -webkit-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
    #hamburger span:before {
      top: -8px;
      left: 0; }
    #hamburger span:after {
      bottom: -8px;
      left: 0; }

body.menu-opened {
  overflow: hidden; }
  body.menu-opened nav {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  body.menu-opened #hamburger span {
    background: transparent; }
    body.menu-opened #hamburger span:before {
      top: 0;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg); }
    body.menu-opened #hamburger span:after {
      bottom: 0;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.main-page-slider {
  height: 670px;
  background: #F5F5F5;
  overflow: hidden;
  position: relative; }
  .main-page-slider .slick-dots {
    position: relative;
    top: -65px; }
    @media screen and (min-width: 992px) {
      .main-page-slider .slick-dots {
        position: absolute;
        bottom: 40px;
        right: 12%;
        top: auto; } }
    @media screen and (min-width: 1065px) {
      .main-page-slider .slick-dots {
        right: 14%; } }
    @media screen and (min-width: 1120px) {
      .main-page-slider .slick-dots {
        right: 16%; } }
    @media screen and (min-width: 1200px) {
      .main-page-slider .slick-dots {
        right: calc(33% - 100px); } }
    @media screen and (min-width: 1300px) {
      .main-page-slider .slick-dots {
        right: calc(33% - 90px); } }
    @media screen and (min-width: 1400px) {
      .main-page-slider .slick-dots {
        right: calc(33% - 70px); } }
    @media screen and (min-width: 1500px) {
      .main-page-slider .slick-dots {
        right: calc(33% - 50px); } }
    @media screen and (min-width: 1600px) {
      .main-page-slider .slick-dots {
        right: calc(33% - 30px); } }
    @media screen and (min-width: 1700px) {
      .main-page-slider .slick-dots {
        right: calc(33% - 15px); } }
    @media screen and (min-width: 1800px) {
      .main-page-slider .slick-dots {
        right: calc(33%); } }
    @media screen and (min-width: 1900px) {
      .main-page-slider .slick-dots {
        right: calc(33% + 15px); } }
  .main-page-slider .slide {
    height: 670px;
    position: relative;
    background-position: 40% 50%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main-page-slider .slide {
        background-position: center; } }
  .main-page-slider .slide-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-repeat: no-repeat; }
    .main-page-slider .slide-mobile .container,
    .main-page-slider .slide-mobile .row {
      height: 100%; }
  .main-page-slider .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 270px; }
  .main-page-slider .slide-title {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #000;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }
    @media screen and (min-width: 992px) {
      .main-page-slider .slide-title {
        padding: 0 20px;
        font-size: 30px;
        line-height: 36px; } }
  .main-page-slider .slide-subtitle {
    line-height: 24px;
    text-align: center;
    color: #5CC5DE;
    font-size: 18px;
    margin: 25px 0 50px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
  .main-page-slider .slide-cta {
    display: inline-block; }
  @media screen and (min-width: 992px) {
    .main-page-slider {
      height: 600px; }
      .main-page-slider .slide {
        height: 600px; }
      .main-page-slider .slide-mobile {
        background-image: none !important; }
      .main-page-slider .slide-content {
        align-items: flex-start;
        padding-bottom: 0; }
      .main-page-slider .slide-title {
        padding: 0;
        text-align: left;
        font-size: 36px;
        line-height: 40px; }
      .main-page-slider .slide-subtitle {
        text-align: left;
        margin: 30px 0 70px; } }
  .main-page-slider--trainings .slide-subtitle {
    color: #F0749D; }

#meet {
  background: #F5F5F5; }

#meet-image {
  position: relative;
  overflow: hidden;
  border-radius: 45px;
  min-height: 250px;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    #meet-image {
      min-height: 350px; } }
  @media screen and (min-width: 992px) {
    #meet-image {
      min-height: 450px; } }
  @media screen and (min-width: 1200px) {
    #meet-image {
      margin-top: 0; } }
  #meet-image span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform ease-out 1s;
    transition: transform ease-out 1s; }
  #meet-image:hover span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }

@media screen and (max-width: 1199px) {
  .benefit-icons-wrapper {
    width: calc(100% + 30px);
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .benefit-icons-wrapper {
      width: calc(100% + 20px);
      justify-content: center; } }

@media screen and (min-width: 1200px) {
  .benefit-icons-wrapper {
    display: contents; } }

.benefit-icons-wrapper--offer-category-page {
  margin-top: 15px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center; }
  .benefit-icons-wrapper--offer-category-page .benefit-icons {
    width: 190px;
    aspect-ratio: 1;
    margin: 0 20px 20px; }

.benefit-icons {
  max-width: 240px;
  margin: 0 auto 30px; }
  @media screen and (min-width: 576px) {
    .benefit-icons {
      max-width: 210px; } }
  @media screen and (min-width: 768px) {
    .benefit-icons {
      display: inline-block;
      margin: 0 15px 30px; } }
  @media screen and (min-width: 992px) {
    .benefit-icons {
      margin: 0 55px 35px; } }

#meet-grid-desktop #meet-text {
  text-align: center; }
  @media screen and (min-width: 1200px) {
    #meet-grid-desktop #meet-text {
      text-align: left; } }

@media screen and (max-width: 1199px) {
  #meet-grid-desktop {
    display: flex;
    flex-wrap: wrap; }
    #meet-grid-desktop #meet-text,
    #meet-grid-desktop #meet-image,
    #meet-grid-desktop .section-subtitle {
      width: 100%; }
    #meet-grid-desktop .benefit-icons {
      width: 100%; } }

#meet-grid-desktop .section-subtitle {
  margin-top: 40px;
  margin-bottom: 50px; }

@media screen and (min-width: 768px) {
  #meet-grid-desktop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #meet-grid-desktop #meet-text {
      width: 100%; }
    #meet-grid-desktop #meet-image {
      width: 100%; }
    #meet-grid-desktop h3.section-subtitle, #meet-grid-desktop .section-subtitle.h3 {
      width: 100%; }
    #meet-grid-desktop .benefit-icons {
      width: calc(33.33% - 30px); } }

@media screen and (min-width: 992px) {
  #meet-grid-desktop {
    justify-content: center; }
    #meet-grid-desktop .benefit-icons {
      width: calc(25% - 20px);
      max-width: 250px;
      margin: 0 20px 40px; } }

@media screen and (min-width: 1200px) {
  #meet-grid-desktop {
    display: grid;
    grid-gap: 24px;
    grid-template-rows: 220px 180px 180px;
    grid-template-columns: repeat(6, 1fr); }
    #meet-grid-desktop #meet-text {
      grid-column: 4 / span 3;
      grid-row: 1 / span 1; }
      #meet-grid-desktop #meet-text p {
        line-height: 24px; }
    #meet-grid-desktop #meet-image {
      grid-column: 1 / span 3;
      grid-row: 1 / span 3; }
    #meet-grid-desktop .section-subtitle {
      display: none;
      justify-self: stretch; }
    #meet-grid-desktop .benefit-icons {
      width: auto;
      max-width: none;
      margin: 0; }
    #meet-grid-desktop .benefit-icon-1 {
      grid-column: 4 / span 1;
      grid-row: 2 / span 1; }
    #meet-grid-desktop .benefit-icon-2 {
      grid-column: 5 / span 1;
      grid-row: 2 / span 1; }
    #meet-grid-desktop .benefit-icon-3 {
      grid-column: 6 / span 1;
      grid-row: 2 / span 1; }
    #meet-grid-desktop .benefit-icon-4 {
      grid-column: 4 / span 1;
      grid-row: 3 / span 1; }
    #meet-grid-desktop .benefit-icon-5 {
      grid-column: 5 / span 1;
      grid-row: 3 / span 1; }
    #meet-grid-desktop .benefit-icon-6 {
      grid-column: 6 / span 1;
      grid-row: 3 / span 1; } }

@media screen and (min-width: 1400px) {
  #meet-grid-desktop {
    grid-template-rows: 220px 200px 200px; } }

.color-sea, .therapy-icons-title, .post-content .post-title, .entry-register-box__title, .entry-register-box__end-text b {
  color: #5CC5DE; }

.color-white {
  color: #fff; }

.color-black {
  color: #151B1B; }

strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 700; }

#book-visit {
  background-size: cover;
  background-position: center; }
  #book-visit .book-visit-section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #book-visit .book-visit-section-wrapper p {
      margin: 25px auto 35px;
      max-width: 700px;
      text-align: center;
      font-size: 18px;
      line-height: 24px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 400; }
      #book-visit .book-visit-section-wrapper p span {
        color: #FB9038; }
    #book-visit .book-visit-section-wrapper .btn, #book-visit .book-visit-section-wrapper .wp-block-button .wp-block-button__link, .wp-block-button #book-visit .book-visit-section-wrapper .wp-block-button__link {
      display: inline-block; }

#stimulation-image {
  display: none; }
  @media screen and (min-width: 1200px) {
    #stimulation-image {
      position: relative;
      display: block;
      grid-column: 3 / span 4;
      grid-row: 1 / span 3;
      border-radius: 45px;
      overflow: hidden; }
      #stimulation-image span {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-position: 60% 0;
        background-size: cover;
        -webkit-transition: -webkit-transform ease-out 1s;
        transition: transform ease-out 1s; }
      #stimulation-image:hover span {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1); } }

@media screen and (max-width: 1199px) {
  .stimulation-icons-wrapper {
    width: calc(100% + 30px);
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }

@media screen and (min-width: 1200px) {
  .stimulation-icons-wrapper {
    display: contents; } }

.stimulation-icons {
  max-width: 240px;
  margin: 0 auto 30px; }
  @media screen and (min-width: 576px) {
    .stimulation-icons {
      margin: 0 20px 30px;
      width: calc(50% - 40px);
      max-width: 210px; } }

@media screen and (max-width: 991px) {
  #read-more-stimulation {
    margin-top: 30px; } }

@media screen and (max-width: 1199px) {
  #stimulation-grid-desktop {
    display: flex;
    flex-wrap: wrap; }
    #stimulation-grid-desktop #stimulation-text,
    #stimulation-grid-desktop #stimulation-image,
    #stimulation-grid-desktop .section-subtitle {
      width: 100%; } }

@media screen and (max-width: 575px) {
  #stimulation-grid-desktop .stimulation-icons {
    width: 100%; } }

#stimulation-grid-desktop .stimulation-grid-desktop-desc {
  margin-bottom: 30px; }

@media screen and (min-width: 576px) {
  #stimulation-grid-desktop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

@media screen and (min-width: 576px) {
  #stimulation-grid-desktop #stimulation-text,
  #stimulation-grid-desktop #stimulation-image {
    width: 100%; } }

@media screen and (min-width: 768px) {
  #stimulation-grid-desktop {
    justify-content: center; }
    #stimulation-grid-desktop #stimulation-text {
      width: 100%; }
    #stimulation-grid-desktop .stimulation-icons {
      width: calc(33.33% - 20px);
      margin: 0 20px 40px; } }

@media screen and (min-width: 992px) {
  #stimulation-grid-desktop .stimulation-icons {
    width: calc(25% - 20px);
    margin: 0 20px 40px;
    max-width: 190px; } }

@media screen and (min-width: 1200px) {
  #stimulation-grid-desktop {
    display: grid;
    grid-gap: 24px;
    grid-template-rows: 260px 200px 200px;
    grid-template-columns: 200px 200px 1fr 1fr 1fr 1fr;
    margin-bottom: 30px; }
    #stimulation-grid-desktop #stimulation-text {
      grid-column: 1 / span 2;
      grid-row: 1 / span 1; }
      #stimulation-grid-desktop #stimulation-text p {
        line-height: 24px; }
    #stimulation-grid-desktop .stimulation-icons {
      max-width: none;
      margin: 0;
      width: auto; }
    #stimulation-grid-desktop .stimulation-icon-1 {
      grid-column: 1 / span 1;
      grid-row: 2 / span 1; }
    #stimulation-grid-desktop .stimulation-icon-2 {
      grid-column: 2 / span 1;
      grid-row: 2 / span 1; }
    #stimulation-grid-desktop .stimulation-icon-3 {
      grid-column: 1 / span 1;
      grid-row: 3 / span 1; }
    #stimulation-grid-desktop .stimulation-icon-4 {
      grid-column: 2 / span 1;
      grid-row: 3 / span 1; } }

#hp-offer {
  background-size: cover;
  background-position: center; }
  #hp-offer p span {
    color: #FB9038; }
  #hp-offer .nice-tabs {
    margin: 60px 0 0; }
  #hp-offer .offer-tabs-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; }
    #hp-offer .offer-tabs-icon svg {
      max-width: 175px;
      height: auto;
      width: 100%; }
      #hp-offer .offer-tabs-icon svg * {
        stroke-width: 1.5px; }
      @media screen and (min-width: 1200px) {
        #hp-offer .offer-tabs-icon svg {
          width: 200px;
          max-width: none; } }
    @media screen and (min-width: 1200px) {
      #hp-offer .offer-tabs-icon {
        flex-basis: 300px;
        flex-grow: 1;
        flex-shrink: 0;
        -webkit-transition: -webkit-transform ease-out 1s;
        transition: transform ease-out 1s; }
        #hp-offer .offer-tabs-icon:hover {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -moz-transform: scale(1.05);
          transform: scale(1.05); } }

#team-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px;
  padding: 0;
  list-style: none;
  justify-content: center; }
  @media screen and (min-width: 992px) {
    #team-grid {
      margin: 20px auto;
      max-width: 750px; } }
  @media screen and (min-width: 1200px) {
    #team-grid {
      max-width: none;
      margin: 35px -10px -20px; } }
  #team-grid .worker {
    border-radius: 15px;
    overflow: hidden;
    margin: 0 10px 20px;
    width: calc(50% - 20px);
    position: relative;
    max-width: 160px; }
    @media screen and (min-width: 576px) {
      #team-grid .worker {
        max-width: 180px; } }
    @media screen and (min-width: 1200px) {
      #team-grid .worker {
        max-width: none;
        width: calc(16.66% - 20px); } }
    #team-grid .worker--hidden-mobile {
      display: none; }
      @media screen and (min-width: 1200px) {
        #team-grid .worker--hidden-mobile {
          display: block; } }
    #team-grid .worker__photo {
      height: 220px;
      width: 100%;
      display: block;
      overflow: hidden; }
      @media screen and (min-width: 576px) {
        #team-grid .worker__photo {
          height: 240px; } }
      #team-grid .worker__photo img {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media screen and (min-width: 576px) {
          #team-grid .worker__photo img {
            width: 100%;
            height: auto; } }
        @media screen and (min-width: 1200px) {
          #team-grid .worker__photo img {
            -webkit-transition: -webkit-transform ease-out 1s;
            transition: transform ease-out 1s; } }
    #team-grid .worker__circle {
      position: absolute;
      z-index: 2;
      width: 250px;
      aspect-ratio: 1 / 1;
      background: #FB9038;
      border-radius: 50%;
      top: 65%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (min-width: 1200px) {
        #team-grid .worker__circle {
          top: 120%;
          -webkit-transition: top ease-in-out 0.4s;
          transition: top ease-in-out 0.4s; } }
      #team-grid .worker__circle:before, #team-grid .worker__circle:after {
        top: 0;
        left: 50%;
        position: absolute;
        content: '';
        display: block; }
      #team-grid .worker__circle:before {
        width: 28px;
        height: 28px;
        border: 1px solid #fff;
        border-radius: 50%;
        top: -13px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: background ease-in-out 0.2s;
        transition: background ease-in-out 0.2s; }
      #team-grid .worker__circle:after {
        border-width: 1px 1px 0 0;
        border-style: solid;
        border-color: #fff;
        width: 8px;
        height: 8px;
        left: 50%;
        margin-left: -3px;
        -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
        -moz-transform: rotate(45deg) translateX(-50%);
        transform: rotate(45deg) translateX(-50%);
        -webkit-transition: border-color ease-in-out 0.2s;
        transition: border-color ease-in-out 0.2s; }
      #team-grid .worker__circle:hover:before {
        background: #fff; }
      #team-grid .worker__circle:hover:after {
        border-color: #FB9038; }
    #team-grid .worker__desc {
      position: absolute;
      z-index: 5;
      bottom: 0;
      width: 100%;
      text-align: center;
      height: 66px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      pointer-events: none; }
      @media screen and (min-width: 1200px) {
        #team-grid .worker__desc {
          bottom: -50px;
          opacity: 0;
          height: 55px; } }
    #team-grid .worker__name {
      color: #fff;
      display: block;
      text-align: center;
      font-size: 16px;
      line-height: 1;
      padding: 0 13px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 700; }
      @media screen and (min-width: 992px) {
        #team-grid .worker__name {
          padding: 0 21px; } }
      @media screen and (min-width: 1200px) {
        #team-grid .worker__name {
          font-size: 19px; } }
    #team-grid .worker__position {
      color: #fff;
      display: block;
      text-align: center;
      font-size: 14px;
      line-height: 1;
      margin-top: 5px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 400; }
      @media screen and (min-width: 1200px) {
        #team-grid .worker__position {
          position: relative;
          top: -3px;
          font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      #team-grid .worker:hover .worker__photo img {
        -webkit-transform: translateX(-50%) scale(1.1);
        -ms-transform: translateX(-50%) scale(1.1);
        -moz-transform: translateX(-50%) scale(1.1);
        transform: translateX(-50%) scale(1.1); }
      #team-grid .worker:hover .worker__circle {
        top: 65%; }
      #team-grid .worker:hover .worker__desc {
        opacity: 1;
        -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        transform: translateY(-60px);
        -webkit-transition: -webkit-transform ease-in-out 0.4s, opacity ease-in-out 0.4s 0.1s;
        transition: transform ease-in-out 0.4s, opacity ease-in-out 0.4s 0.1s; } }

#opinions {
  background: #F5F5F5;
  padding-top: 60px; }

#opinions-slider {
  margin-top: 30px; }
  #opinions-slider .slick-dots {
    margin-top: 30px; }
  #opinions-slider .opinion {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    opacity: .8;
    outline: none;
    padding: 20px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: opacity ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s, transform ease-in-out 0.2s; }
    @media screen and (min-width: 992px) {
      #opinions-slider .opinion {
        flex-direction: row;
        align-items: center;
        margin: 0 10px;
        opacity: .6; } }
    #opinions-slider .opinion.slick-current {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1); }
    #opinions-slider .opinion__photo-wrapper {
      padding-top: 20px;
      height: 120px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 992px) {
        #opinions-slider .opinion__photo-wrapper {
          height: 100%;
          width: 200px;
          flex-grow: 1;
          flex-shrink: 0;
          padding: 20px 0;
          -webkit-transition: -webkit-transform ease-in-out 0.2s;
          transition: transform ease-in-out 0.2s; } }
      @media screen and (min-width: 1200px) {
        #opinions-slider .opinion__photo-wrapper {
          width: 220px;
          padding: 40px 0; } }
    #opinions-slider .opinion__photo {
      width: 100px;
      height: 100px;
      overflow: hidden;
      border-radius: 50%;
      background-position: center;
      background-size: cover; }
      @media screen and (min-width: 992px) {
        #opinions-slider .opinion__photo {
          width: 145px;
          height: 145px; } }
      @media screen and (min-width: 1200px) {
        #opinions-slider .opinion__photo {
          width: 165px;
          height: 165px; } }
    #opinions-slider .opinion__desc {
      padding: 20px 0; }
      @media screen and (min-width: 992px) {
        #opinions-slider .opinion__desc {
          padding: 20px;
          display: flex;
          flex-direction: column;
          justify-content: space-between; } }
    #opinions-slider .opinion__text {
      color: #151B1B;
      font-size: 16px;
      line-height: 24px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 400; }
    #opinions-slider .opinion__person {
      height: 60px;
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      position: relative;
      font-size: 16px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 700; }
      #opinions-slider .opinion__person:after {
        position: absolute;
        right: 0;
        bottom: 0;
        color: #5CC5DE;
        font-family: Arial;
        font-weight: bold;
        height: 85px;
        font-size: 8rem;
        content: '';
        display: block;
        content: '“'; }
        @media screen and (min-width: 1200px) {
          #opinions-slider .opinion__person:after {
            font-size: 7rem;
            height: 65px; } }

#visit {
  background-size: cover;
  background-position: center; }

.visit-blocks {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 60px; }
  @media screen and (min-width: 992px) {
    .visit-blocks {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 200px 160px; } }
  @media screen and (min-width: 992px) {
    .visit-blocks--cogito {
      grid-template-rows: 200px; } }

.visit-block {
  border-radius: 40px;
  padding: 25px 20px 30px; }
  @media screen and (min-width: 992px) {
    .visit-block {
      padding: 35px 20px 40px; } }
  .visit-block__title {
    padding: 0 15px;
    color: #5CC5DE;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }
    @media screen and (min-width: 992px) {
      .visit-block__title {
        font-size: 28px;
        line-height: 36px; } }
  .visit-block__link {
    font-size: 26px; }
  @media screen and (min-width: 992px) {
    .visit-block.dotted-border, .visit-block.diagnose-parts__effects-wrapper, .visit-block.entry-register-box, #prices-container table.visit-block:after {
      -webkit-transition: border-color ease-in-out 0.2s;
      transition: border-color ease-in-out 0.2s; }
      .visit-block.dotted-border:hover, .visit-block.diagnose-parts__effects-wrapper:hover, .visit-block.entry-register-box:hover, #prices-container table.visit-block:hover:after {
        border-color: #fff; } }

.visit-block-1:hover .btn, .visit-block-1:hover .wp-block-button .wp-block-button__link, .wp-block-button .visit-block-1:hover .wp-block-button__link,
.visit-block-2:hover .btn,
.visit-block-2:hover .wp-block-button .wp-block-button__link,
.wp-block-button .visit-block-2:hover .wp-block-button__link,
.visit-block-3:hover .btn,
.visit-block-3:hover .wp-block-button .wp-block-button__link,
.wp-block-button .visit-block-3:hover .wp-block-button__link {
  color: #fff;
  background: #5CC5DE;
  border-color: #5CC5DE; }
  .visit-block-1:hover .btn span, .visit-block-1:hover .wp-block-button .wp-block-button__link span, .wp-block-button .visit-block-1:hover .wp-block-button__link span,
  .visit-block-2:hover .btn span,
  .visit-block-2:hover .wp-block-button .wp-block-button__link span,
  .wp-block-button .visit-block-2:hover .wp-block-button__link span,
  .visit-block-3:hover .btn span,
  .visit-block-3:hover .wp-block-button .wp-block-button__link span,
  .wp-block-button .visit-block-3:hover .wp-block-button__link span {
    color: #fff; }

@media screen and (min-width: 992px) {
  .visit-block-1 {
    grid-area: 1 / 1 / span 1 / span 1; }
  .visit-block-2 {
    grid-area: 1 / 2 / span 1 / span 1; }
  .visit-block-3 {
    grid-area: 2 / 1 / span 1 / span 2; } }

footer .copyrights {
  background: #F5F5F5;
  color: #8E8E8E; }
  footer .copyrights .col-12 {
    padding: 40px 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    footer .copyrights .col-12 p {
      text-align: center;
      margin: 0;
      font-size: 20px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 400; }

footer .links {
  background: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400; }
  footer .links a {
    color: #8E8E8E;
    text-decoration: none;
    padding: 1px 15px 1px 0;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: color ease-in-out 0.2s;
    transition: color ease-in-out 0.2s; }
    footer .links a:hover {
      color: #5CC5DE; }
    footer .links a:first-child {
      position: relative; }
      footer .links a:first-child:after {
        position: absolute;
        height: 100%;
        width: 1px;
        background: #8E8E8E;
        right: 0;
        top: 0;
        content: '';
        display: block; }
    footer .links a:last-child {
      padding: 1px 0 1px 15px; }
    @media screen and (min-width: 1200px) {
      footer .links a {
        font-size: 20px; } }
  footer .links .col-12 {
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 1200px) {
      footer .links .col-12 {
        justify-content: flex-end; } }
  footer .links .copyrights-copy {
    color: #8E8E8E;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }

.vertical-tabs-desc {
  color: #5CC5DE;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600; }
  @media screen and (min-width: 1200px) {
    .vertical-tabs-desc {
      padding-left: 240px;
      text-align: left; } }
  @media screen and (min-width: 1400px) {
    .vertical-tabs-desc {
      padding-left: 270px; } }

.therapy-icons {
  display: flex;
  width: 100%;
  margin: 0 -12px;
  flex-wrap: wrap; }

.therapy-icon {
  border-radius: 40px;
  min-height: 90px;
  margin: 0 12px 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #151B1B; }
  @media screen and (min-width: 1200px) {
    .therapy-icon {
      width: calc(33.33% - 24px); } }
  @media screen and (min-width: 1400px) {
    .therapy-icon {
      min-height: 110px; } }
  .therapy-icon .icon {
    position: absolute;
    top: 50%;
    left: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    .therapy-icon .icon svg {
      width: 100%;
      max-width: 70px;
      height: auto;
      opacity: 1;
      -webkit-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
      @media screen and (min-width: 1400px) {
        .therapy-icon .icon svg {
          max-width: 95px; } }
  .therapy-icon .circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #FB9038;
    left: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: left ease-in-out 0.2s;
    transition: left ease-in-out 0.2s; }
  .therapy-icon .arrow {
    right: -50px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right ease-in-out 0.2s, background ease-in-out 0.2s;
    transition: right ease-in-out 0.2s, background ease-in-out 0.2s; }
    .therapy-icon .arrow:after {
      position: absolute;
      width: 7px;
      height: 7px;
      border-color: #fff;
      border-style: solid;
      border-width: 1px 1px 0 0;
      top: 50%;
      left: 30%;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      -moz-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      content: '';
      display: block;
      -webkit-transition: border-color ease-in-out 0.2s;
      transition: border-color ease-in-out 0.2s; }
    .therapy-icon .arrow:hover {
      background: #fff; }
      .therapy-icon .arrow:hover:after {
        border-color: #FB9038; }
  .therapy-icon .desc {
    position: absolute;
    top: 50%;
    left: 40%;
    width: 55%;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    -moz-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s; }
    @media screen and (min-width: 1400px) {
      .therapy-icon .desc {
        font-size: 19px;
        line-height: 22px;
        width: 60%; } }
  .therapy-icon:hover .circle {
    left: 75%; }
  .therapy-icon:hover .arrow {
    right: 20px; }
    @media screen and (min-width: 1400px) {
      .therapy-icon:hover .arrow {
        right: 25px; } }
  .therapy-icon:hover .desc {
    left: 10%;
    color: #151B1B;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1); }
  @media screen and (min-width: 1200px) {
    .therapy-icon:hover .icon svg {
      opacity: 0;
      -webkit-transform: scale(0.75) rotate(15deg);
      -ms-transform: scale(0.75) rotate(15deg);
      -moz-transform: scale(0.75) rotate(15deg);
      transform: scale(0.75) rotate(15deg); } }

@media screen and (min-width: 1200px) {
  .therapy-icon-1 {
    grid-area: 1 / 1 / span 1 / span 1; }
  .therapy-icon-2 {
    grid-area: 1 / 2 / span 1 / span 1; }
  .therapy-icon-3 {
    grid-area: 1 / 3 / span 1 / span 1; }
  .therapy-icon-4 {
    grid-area: 2 / 1 / span 1 / span 1; }
  .therapy-icon-5 {
    grid-area: 2 / 2 / span 1 / span 1; }
  .therapy-icon-6 {
    grid-area: 2 / 3 / span 1 / span 1; }
  .therapy-icon-7 {
    grid-area: 3 / 1 / span 1 / span 1; }
  .therapy-icon-8 {
    grid-area: 3 / 2 / span 1 / span 1; }
  .therapy-icon-9 {
    grid-area: 3 / 3 / span 1 / span 1; }
  .therapy-icon-10 {
    grid-area: 4 / 1 / span 1 / span 1; }
  .therapy-icon-11 {
    grid-area: 4 / 2 / span 1 / span 1; }
  .therapy-icon-12 {
    grid-area: 4 / 3 / span 1 / span 1; }
  .therapy-icon-13 {
    grid-area: 5 / 1 / span 1 / span 1; }
  .therapy-icon-14 {
    grid-area: 5 / 2 / span 1 / span 1; }
  .therapy-icon-15 {
    grid-area: 5 / 3 / span 1 / span 1; } }

@media screen and (max-width: 1199px) {
  .therapy-icons-wrapper.has-mobile .therapy-icons {
    margin: 0; } }
  @media screen and (max-width: 1199px) and (min-width: 768px) {
    .therapy-icons-wrapper.has-mobile .therapy-icons {
      justify-content: space-between; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .therapy-icons-wrapper.has-mobile .therapy-icons {
      margin: 0 -12px;
      justify-content: flex-start;
      width: auto; } }

@media screen and (max-width: 1199px) {
  .therapy-icons-wrapper.has-mobile .therapy-icon {
    width: 100%;
    margin: 0 auto 24px;
    max-width: 300px; } }
  @media screen and (max-width: 1199px) and (min-width: 768px) {
    .therapy-icons-wrapper.has-mobile .therapy-icon {
      margin: 0 0 24px;
      max-width: none;
      width: 320px; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .therapy-icons-wrapper.has-mobile .therapy-icon {
      max-width: 390px;
      width: calc(33.33% - 24px);
      margin: 0 12px 24px; } }

@media screen and (max-width: 1199px) {
    .therapy-icons-wrapper.has-mobile .therapy-icon .circle {
      right: -100px;
      left: auto; }
    .therapy-icons-wrapper.has-mobile .therapy-icon .arrow {
      right: 10px; }
    .therapy-icons-wrapper.has-mobile .therapy-icon .desc {
      left: 80px;
      width: auto;
      right: 80px;
      line-height: 1.2;
      -webkit-transform: translateY(-50%) scale(1.1);
      -ms-transform: translateY(-50%) scale(1.1);
      -moz-transform: translateY(-50%) scale(1.1);
      transform: translateY(-50%) scale(1.1); }
    .therapy-icons-wrapper.has-mobile .therapy-icon .icon {
      left: 10px; }
      .therapy-icons-wrapper.has-mobile .therapy-icon .icon svg {
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        -moz-transform: scale(0.65);
        transform: scale(0.65); } }

.vertical-tabs {
  display: flex;
  width: 100%;
  align-items: stretch; }
  .vertical-tabs__heads {
    display: none; }
    @media screen and (min-width: 1200px) {
      .vertical-tabs__heads {
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 300px;
        padding-right: 30px;
        border-left: 1px solid #5CC5DE; } }
    @media screen and (min-width: 1400px) {
      .vertical-tabs__heads {
        width: 330px; } }
  .vertical-tabs__head {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid transparent;
    font-size: 16px;
    color: #151B1B;
    line-height: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600;
    -webkit-transition: color ease-in-out 0.2s;
    transition: color ease-in-out 0.2s; }
    @media screen and (min-width: 1400px) {
      .vertical-tabs__head {
        padding: 50px 20px;
        font-size: 18px;
        line-height: 22px; } }
    .vertical-tabs__head:first-child {
      border-top: 1px solid #eaeaea; }
    .vertical-tabs__head:hover {
      color: #5CC5DE; }
    .vertical-tabs__head.active {
      border: 1px solid #5CC5DE;
      border-radius: 0 40px 40px 0;
      border-left: none;
      color: #FB9038;
      position: relative; }
      .vertical-tabs__head.active:hover {
        color: #FB9038; }
      .vertical-tabs__head.active:before {
        left: -10px;
        position: absolute;
        top: 50%;
        border: 1px solid #5CC5DE;
        border-radius: 50%;
        background: #F5F5F5;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        content: '';
        display: block; }
    .vertical-tabs__head .sublink {
      color: #5CC5DE;
      font-size: .8em;
      -webkit-transition: color ease-in-out 0.2s;
      transition: color ease-in-out 0.2s; }
      .vertical-tabs__head .sublink:hover {
        color: #FB9038; }
  .vertical-tabs__bodies {
    width: 100%;
    border: 1px solid #5CC5DE;
    border-radius: 30px; }
    @media screen and (min-width: 1200px) {
      .vertical-tabs__bodies {
        border: none;
        border-radius: none; } }
  .vertical-tabs__mobile-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 45px 30px;
    border-top: 1px solid #5CC5DE;
    font-size: 22px;
    color: #151B1B;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }
    @media screen and (min-width: 1200px) {
      .vertical-tabs__mobile-title {
        display: none; } }
    .vertical-tabs__mobile-title:first-child {
      border-top: none; }
    .vertical-tabs__mobile-title:hover {
      color: #5CC5DE; }
    .vertical-tabs__mobile-title.active {
      color: #FB9038; }
  .vertical-tabs__body {
    display: none;
    padding: 0 30px 30px; }
    @media screen and (min-width: 1200px) {
      .vertical-tabs__body {
        padding: 0; } }
    .vertical-tabs__body.active {
      display: block; }
  .vertical-tabs .mobile-list-desc {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }
  @media screen and (max-width: 1199px) {
    .vertical-tabs.has-mobile .therapy-icons {
      margin: 0; }
    .vertical-tabs.has-mobile .therapy-icon {
      width: 100%;
      margin: 0 auto 24px;
      max-width: 300px; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .vertical-tabs.has-mobile .therapy-icon {
      max-width: 390px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 1199px) {
      .vertical-tabs.has-mobile .therapy-icon .circle {
        right: -100px;
        left: auto; }
      .vertical-tabs.has-mobile .therapy-icon .arrow {
        right: 10px; }
      .vertical-tabs.has-mobile .therapy-icon .desc {
        left: 80px;
        width: auto;
        right: 60px;
        line-height: 1.2;
        -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
        -moz-transform: translateY(-50%) scale(1.1);
        transform: translateY(-50%) scale(1.1); }
      .vertical-tabs.has-mobile .therapy-icon .icon {
        left: 10px; }
        .vertical-tabs.has-mobile .therapy-icon .icon svg {
          -webkit-transform: scale(0.65);
          -ms-transform: scale(0.65);
          -moz-transform: scale(0.65);
          transform: scale(0.65); } }

#health-grid__icon {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  #health-grid__icon svg {
    width: 175px;
    height: auto;
    margin: 30px auto; }

@media screen and (min-width: 992px) {
  #health-grid {
    max-width: none;
    display: grid;
    grid-template-rows: 1fr 2fr;
    grid-template-columns: 215px 1fr;
    grid-column-gap: 30px; }
    #health-grid__title {
      grid-area: 1 / 2 / span 1 / span 1; }
    #health-grid__icon {
      grid-area: 1 / 1 / span 2 / span 1; }
      #health-grid__icon svg {
        width: 200px;
        margin: 0; }
    #health-grid__desc {
      grid-area: 2 / 2 / span 1 / span 1; } }

@media screen and (min-width: 1400px) {
  #health-grid {
    grid-template-columns: 240px 1fr; } }

#applications {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    #applications {
      margin-left: -12px;
      margin-right: -12px; } }
  #applications .application-block {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 24px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #applications .application-block {
        margin: 0 auto 40px; } }
    @media screen and (min-width: 992px) {
      #applications .application-block {
        max-width: none;
        margin: 0 12px 24px;
        width: calc(50% - 24px); } }
    @media screen and (min-width: 1200px) {
      #applications .application-block {
        margin: 0 12px 24px;
        width: calc(25% - 24px); } }
    #applications .application-block__title {
      position: relative;
      top: -1px;
      background: #5CC5DE;
      border-radius: 40px;
      width: 100%;
      padding: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      flex-shrink: 1;
      flex-grow: 0;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 600; }
    #applications .application-block__body {
      width: 100%;
      padding: 25px;
      flex-shrink: 0;
      flex-grow: 1;
      font-size: 16px;
      justify-content: center;
      align-items: center;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 400; }
      @media screen and (min-width: 1200px) {
        #applications .application-block__body {
          padding: 30px; } }

.video-container {
  max-width: 650px;
  width: 100%;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 300; }
  @media screen and (min-width: 1200px) {
    .video-container {
      margin: 30px auto; } }
  .video-container img {
    margin-bottom: 15px;
    border-radius: 10px;
    max-width: 100%; }

.safety {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1200px) {
    .safety {
      flex-direction: row; } }
  .safety__desc ul li {
    font-size: 18px; }
  @media screen and (min-width: 1200px) {
    .safety__desc {
      flex-basis: 610px;
      padding-right: 45px;
      flex-shrink: 0; }
      .safety__desc--full {
        flex-basis: 100%; } }
  @media screen and (min-width: 1400px) {
    .safety__desc {
      flex-basis: 720px; }
      .safety__desc--full {
        flex-basis: 100%; } }
  .safety__desc--full .section-desc-mce p {
    max-width: none; }
  .safety__list-title {
    text-align: center;
    font-size: 22px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
    @media screen and (min-width: 1200px) {
      .safety__list-title {
        text-align: left;
        font-family: 'Titillium Web', sans-serif;
        font-style: normal;
        font-weight: 600; } }
  .safety__list-desc {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px; }
    @media screen and (min-width: 1200px) {
      .safety__list-desc {
        border-radius: 40px;
        padding: 30px;
        border: 1px dashed #5CC5DE; } }
    @media screen and (min-width: 1200px) {
      .safety__list-desc:last-child {
        margin-bottom: 0; } }
  .safety__image {
    position: relative;
    overflow: hidden;
    border-radius: 45px;
    min-height: 380px;
    width: 100%;
    margin-top: 45px; }
    @media screen and (min-width: 1200px) {
      .safety__image {
        margin-top: 0; } }
    .safety__image span {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-position: center;
      background-size: cover;
      display: block;
      background-repeat: no-repeat;
      -webkit-transition: -webkit-transform ease-out 1s;
      transition: transform ease-out 1s; }
    .safety__image:hover span {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1); }

.diagnose-parts {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1200px) {
    .diagnose-parts {
      flex-direction: row; } }
  @media screen and (min-width: 1200px) {
    .diagnose-parts__for {
      width: 300px;
      flex-grow: 1;
      flex-shrink: 0;
      margin-right: 30px; }
      .diagnose-parts__for .true-border {
        border: 1px dashed #5CC5DE;
        border-radius: 45px;
        padding: 40px 30px 50px; } }
  @media screen and (min-width: 1400px) {
    .diagnose-parts__for {
      width: 420px; } }
  .diagnose-parts__effects .service-desc-mce img,
  .diagnose-parts__effects .service-desc-mce figure,
  .diagnose-parts__effects .service-desc-mce figcaption {
    max-width: 100%;
    height: auto; }
  .diagnose-parts__effects .service-desc-mce h1, .diagnose-parts__effects .service-desc-mce .h1,
  .diagnose-parts__effects .service-desc-mce h2,
  .diagnose-parts__effects .service-desc-mce .h2,
  .diagnose-parts__effects .service-desc-mce h3,
  .diagnose-parts__effects .service-desc-mce .h3,
  .diagnose-parts__effects .service-desc-mce h4,
  .diagnose-parts__effects .service-desc-mce .h4,
  .diagnose-parts__effects .service-desc-mce h5,
  .diagnose-parts__effects .service-desc-mce .h5,
  .diagnose-parts__effects .service-desc-mce h6,
  .diagnose-parts__effects .service-desc-mce .h6 {
    margin-bottom: 25px; }
  .diagnose-parts__effects .service-desc-mce ul li,
  .diagnose-parts__effects .service-desc-mce ol li {
    padding-bottom: 10px;
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px; }
  .diagnose-parts__effects-wrapper {
    border-radius: 45px;
    padding: 40px 30px 50px; }
  .diagnose-parts .part-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }
    @media screen and (min-width: 1200px) {
      .diagnose-parts .part-title--desktop-left {
        text-align: left; } }
  .diagnose-parts .service-desc-mce p {
    margin-bottom: 25px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px; }
    .diagnose-parts .service-desc-mce p:first-child {
      color: #5CC5DE; }
    @media screen and (min-width: 1400px) {
      .diagnose-parts .service-desc-mce p {
        font-size: 18px;
        line-height: 24px; } }
  .diagnose-parts .service-desc-mce img,
  .diagnose-parts .service-desc-mce figure,
  .diagnose-parts .service-desc-mce figcaption {
    max-width: 100%;
    height: auto; }
  .diagnose-parts .part-desc {
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
    .diagnose-parts .part-desc p {
      text-align: center; }
  .diagnose-parts .for-whom-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 30px 0; }
    @media screen and (min-width: 768px) {
      .diagnose-parts .for-whom-list {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 45px -15px;
        align-items: flex-start; } }
    .diagnose-parts .for-whom-list li {
      display: flex;
      flex-direction: column;
      margin: 20px 0; }
      @media screen and (min-width: 768px) {
        .diagnose-parts .for-whom-list li {
          width: calc(50% - 30px);
          margin: 25px 15px; } }
      @media screen and (min-width: 992px) {
        .diagnose-parts .for-whom-list li {
          width: calc(33.33% - 30px); } }
      .diagnose-parts .for-whom-list li.no-icon {
        height: 100%;
        min-height: 100%;
        align-self: flex-end; }
    .diagnose-parts .for-whom-list .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px; }
      .diagnose-parts .for-whom-list .icon svg {
        height: 75px; }
        @media screen and (min-width: 1400px) {
          .diagnose-parts .for-whom-list .icon svg {
            height: 95px; } }
      .diagnose-parts .for-whom-list .icon--need-stroke svg * {
        stroke-width: 1.7px; }
    .diagnose-parts .for-whom-list .desc {
      text-align: center;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 400; }
      @media screen and (min-width: 1400px) {
        .diagnose-parts .for-whom-list .desc {
          font-size: 16px;
          line-height: 21px; } }
  .diagnose-parts p {
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px; }
    .diagnose-parts p.color-sea, .diagnose-parts p.therapy-icons-title, .diagnose-parts .post-content p.post-title, .post-content .diagnose-parts p.post-title, .diagnose-parts p.entry-register-box__title {
      color: #5CC5DE; }

.diagnosis-course-text p {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px; }

.diagnosis-course-text ol {
  list-style: none;
  counter-reset: my-counter;
  padding: 0;
  margin-bottom: 45px; }
  @media screen and (min-width: 992px) {
    .diagnosis-course-text ol {
      width: 60%;
      margin: 0 auto 45px; } }
  @media screen and (min-width: 1200px) {
    .diagnosis-course-text ol {
      width: 90%;
      display: flex;
      margin: 20px auto 45px;
      justify-content: center;
      align-items: stretch; } }
  @media screen and (min-width: 1400px) {
    .diagnosis-course-text ol {
      width: 75%; } }
  .diagnosis-course-text ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 70px;
    padding-top: 10px;
    margin-bottom: 15px;
    min-height: 50px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px; }
    .diagnosis-course-text ol li:before {
      position: absolute;
      left: 0;
      top: 0;
      color: #5CC5DE;
      border: 1px dashed #707070;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      content: '';
      display: block;
      content: counter(my-awesome-counter);
      display: flex;
      font-size: 33px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 600;
      width: 50px;
      height: 50px; }
    @media screen and (min-width: 1200px) {
      .diagnosis-course-text ol li {
        padding-top: 20px;
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 33.33%; }
        .diagnosis-course-text ol li:before {
          top: 50%;
          transform: translateY(-50%); } }

.therapy-icons-title {
  text-align: center;
  font-size: 24px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600; }

.therapist__photo {
  border-radius: 10px;
  width: 100%;
  max-width: 330px;
  background-size: cover;
  background-position: center;
  min-height: 450px;
  margin: 30px auto; }

.therapist__desc {
  padding-top: 30px; }
  .therapist__desc p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 300; }

@media screen and (min-width: 1200px) {
  .therapist__content {
    display: flex; }
  .therapist__photo-wrapper {
    flex-shrink: 0;
    flex-basis: 320px;
    background: #F5F5F5;
    border-radius: 10px; }
  .therapist__desc-wrapper {
    padding-left: 24px; }
    .therapist__desc-wrapper .section-title br {
      display: none; }
  .therapist-therapies {
    position: relative;
    top: 24px; } }

.posts-grid-wrapper article {
  margin-bottom: 45px; }

@media screen and (min-width: 768px) {
  .posts-grid-wrapper .posts-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .posts-grid-wrapper .posts-list article {
      margin: 0 15px 45px;
      width: calc(50% - 30px);
      position: relative; }
      .posts-grid-wrapper .posts-list article:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px dashed #5CC5DE;
        border-radius: 10px;
        content: '';
        display: block; } }

@media screen and (min-width: 1200px) {
  .posts-grid-wrapper .posts-list article {
    width: calc(33.33% - 30px); } }

.post-content .post-image-wrapper {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 1.77; }

.post-content .post-image {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  width: 100%;
  height: 100%; }

.post-content .post-title {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600; }

.post-content .post-excerpt {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 300; }

.post-content .post-link {
  display: inline-block; }

@media screen and (min-width: 768px) {
  .post-content .post-text {
    padding: 0 15px 60px; } }

@media screen and (min-width: 1200px) {
  .post-content .post-text {
    padding: 0 30px 75px; } }

@media screen and (min-width: 768px) {
  .post-content .post-link-wrapper {
    position: absolute;
    bottom: 15px;
    left: 15px; } }

@media screen and (min-width: 1200px) {
  .post-content .post-link-wrapper {
    position: absolute;
    bottom: 30px;
    left: 30px; } }

.first-post .post-content .post-text {
  padding: 0; }

.first-post .post-content .post-link-wrapper {
  position: static; }

@media screen and (min-width: 992px) {
  .first-post .post-content {
    display: flex; }
    .first-post .post-content .post-image-wrapper {
      flex-shrink: 0;
      flex-basis: calc(50% - 30px);
      margin-bottom: 0; }
    .first-post .post-content .post-text {
      flex-shrink: 1;
      padding: 0 0 0 30px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      position: relative; }
    .first-post .post-content .post-excerpt {
      margin: 15px 0; }
    .first-post .post-content .post-title {
      margin: 0; } }
    @media screen and (min-width: 992px) and (min-width: 1200px) {
      .first-post .post-content .post-title {
        font-size: 30px;
        line-height: 40px; } }

@media screen and (min-width: 992px) {
    .first-post .post-content .post-link-wrapper {
      position: absolute;
      bottom: 0;
      left: 30px; } }

body.blog .subpage-title, body.single-post .subpage-title {
  margin-bottom: 35px; }
  @media screen and (min-width: 992px) {
    body.blog .subpage-title, body.single-post .subpage-title {
      margin-bottom: 45px; } }

body.blog main#main, body.single-post main#main {
  padding: 35px 0;
  background: #fff;
  position: relative;
  overflow: hidden; }
  body.blog main#main:before, body.single-post main#main:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: transparent linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    content: '';
    display: block; }
  body.blog main#main .container, body.single-post main#main .container {
    position: relative;
    z-index: 2; }
  @media screen and (min-width: 992px) {
    body.blog main#main, body.single-post main#main {
      padding: 45px 0; } }

@media screen and (min-width: 992px) {
  body.blog .posts-grid, body.single-post .posts-grid {
    padding-top: 60px;
    background: #fff;
    position: relative;
    overflow: hidden; }
    body.blog .posts-grid:before, body.single-post .posts-grid:before {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
      background: transparent linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
      content: '';
      display: block; }
    body.blog .posts-grid .container, body.single-post .posts-grid .container {
      position: relative;
      z-index: 2; } }

body.blog #visit, body.single-post #visit {
  display: none; }

body.page-template-contact #visit, body.page-template-trainings #visit {
  display: none; }

body.home #yoast-breadcrumbs {
  display: none; }

@media screen and (min-width: 992px) {
  .single-post-container-wrapper .container {
    max-width: 872px; } }

.single-post-content .entry-content {
  margin: 0; }

.single-post-content .post-thumbnail {
  margin: 0 0 30px; }
  .single-post-content .post-thumbnail img {
    border-radius: 10px; }

.wp-content-editor p,
.wp-content-editor li,
.wp-content-editor a {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 300; }

.wp-content-editor a {
  color: #5CC5DE;
  -webkit-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s; }
  .wp-content-editor a:hover {
    color: #000; }

.wp-content-editor ul {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column; }
  .wp-content-editor ul li {
    position: relative;
    min-height: 40px;
    padding: 10px 0 10px 40px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
    .wp-content-editor ul li:before {
      position: absolute;
      left: 15px;
      top: 9px;
      width: 25px;
      height: 25px;
      background-image: url("../images/check-icon.png");
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      content: '';
      display: block; }
      @media screen and (min-width: 1400px) {
        .wp-content-editor ul li:before {
          top: 10px; } }
    @media screen and (min-width: 1400px) {
      .wp-content-editor ul li {
        font-size: 16px;
        line-height: 21px; } }

.wp-content-editor img {
  border-radius: 10px; }

.wp-content-editor ol {
  list-style: none;
  counter-reset: my-counter;
  padding: 0;
  margin-bottom: 1rem; }
  .wp-content-editor ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 70px;
    padding-top: 10px;
    margin-bottom: 15px;
    min-height: 50px; }
    .wp-content-editor ol li:before {
      position: absolute;
      left: 0;
      top: 0;
      color: #5CC5DE;
      border: 1px dashed #707070;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      content: '';
      display: block;
      content: counter(my-awesome-counter);
      display: flex;
      font-size: 33px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 600;
      width: 50px;
      height: 50px; }

.wp-content-editor h2, .wp-content-editor .h2,
.wp-content-editor h3,
.wp-content-editor .h3,
.wp-content-editor h4,
.wp-content-editor .h4,
.wp-content-editor h5,
.wp-content-editor .h5,
.wp-content-editor h6,
.wp-content-editor .h6 {
  margin-top: 2em;
  margin-bottom: 1rem;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600; }

.entry-register-box {
  margin: 50px auto 20px;
  border-radius: 40px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .entry-register-box {
      padding: 35px 30px; } }
  .entry-register-box__title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
    max-width: 560px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }
    @media screen and (min-width: 1200px) {
      .entry-register-box__title {
        font-size: 30px;
        line-height: 40px;
        max-width: 480px; } }
  .entry-register-box__phone {
    margin-bottom: 25px; }
    .entry-register-box__phone span {
      font-size: 18px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 600; }
  .entry-register-box__link {
    margin-bottom: 25px; }
  .entry-register-box__or {
    max-width: 560px;
    margin-bottom: 25px;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 300; }
  .entry-register-box__end-text {
    font-size: 18px;
    max-width: 560px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 300; }
    .entry-register-box__end-text b {
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 600; }

.post-after-wrapper {
  padding-top: 45px;
  margin-top: 30px;
  background: #fff;
  position: relative;
  overflow: hidden; }
  .post-after-wrapper:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: transparent linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    content: '';
    display: block; }
  .post-after-wrapper .container {
    position: relative;
    z-index: 2; }

.after-post-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 45px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600; }

.cross-posts-wrapper {
  padding-top: 45px; }
  @media screen and (max-height: 767px) {
    .cross-posts-wrapper article {
      margin-bottom: 0; }
      .cross-posts-wrapper article:last-child {
        display: none; } }

.lightbox-gallery-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(142, 142, 142, 0.4); }

.cooperation-boxes {
  margin-top: 50px; }
  .cooperation-boxes .boxes {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1200px) {
      .cooperation-boxes .boxes {
        flex-direction: row;
        margin: 0 -12px; } }
    .cooperation-boxes .boxes__box {
      padding: 35px 20px;
      border-radius: 40px; }
      @media screen and (min-width: 576px) {
        .cooperation-boxes .boxes__box {
          padding: 45px 40px; } }
      @media screen and (min-width: 1200px) {
        .cooperation-boxes .boxes__box {
          width: calc(50% - 24px);
          margin: 0 12px; } }
      .cooperation-boxes .boxes__box--work {
        margin-bottom: 20px; }
        @media screen and (min-width: 1200px) {
          .cooperation-boxes .boxes__box--work {
            margin-bottom: 0; } }
    .cooperation-boxes .boxes .box__title {
      color: #5CC5DE;
      font-size: 30px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 20px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 600; }
    .cooperation-boxes .boxes .box__desc {
      font-size: 18px;
      line-height: 24px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 300; }
    .cooperation-boxes .boxes .box__jobs {
      margin: 30px 0 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media screen and (min-width: 1200px) {
        .cooperation-boxes .boxes .box__jobs {
          flex-direction: row;
          justify-content: flex-start;
          flex-wrap: wrap; } }
      .cooperation-boxes .boxes .box__jobs li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 21px;
        background: #EFEFEF;
        border-radius: 30px;
        padding: 8px 40px 11px;
        font-family: 'Titillium Web', sans-serif;
        font-style: normal;
        font-weight: 600; }
        .cooperation-boxes .boxes .box__jobs li:last-child {
          margin-bottom: 0; }
        @media screen and (min-width: 1200px) {
          .cooperation-boxes .boxes .box__jobs li {
            padding: 8px 30px 11px;
            margin-bottom: 10px;
            margin-right: 10px; }
            .cooperation-boxes .boxes .box__jobs li:last-child {
              margin-bottom: 10px; } }

.cooperators {
  margin: 20px -10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start; }
  .cooperators li {
    width: calc(50% - 20px);
    height: 100px;
    margin: 0 10px 20px;
    position: relative;
    border-radius: 40px; }
    @media screen and (min-width: 768px) {
      .cooperators li {
        width: calc(33.33% - 20px); } }
    @media screen and (min-width: 992px) {
      .cooperators li {
        width: calc(25% - 20px); } }
    @media screen and (min-width: 1200px) {
      .cooperators li {
        width: calc(20% - 20px); } }
    @media screen and (min-width: 1400px) {
      .cooperators li {
        width: calc(16.66% - 20px); } }
  .cooperators__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media screen and (max-width: 1199px) {
  #map-container {
    display: contents; }
    #map-container .row,
    #map-container .col-12 {
      display: contents; } }

#contact-google-map {
  background-size: cover;
  min-height: 270px;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    #contact-google-map {
      min-height: 320px; } }
  @media screen and (min-width: 1200px) {
    #contact-google-map {
      margin-top: 0;
      border-radius: 45px;
      margin-bottom: 45px; } }
  #contact-google-map > * {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }

.contact-boxes--registration {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0; }
  @media screen and (min-width: 1200px) {
    .contact-boxes--registration {
      margin: 20px -12px 44px;
      flex-direction: row; } }
  .contact-boxes--registration .contact-box {
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .contact-boxes--registration .contact-box {
        width: calc(33.33% - 24px);
        margin: 0 12px; } }
    .contact-boxes--registration .contact-box__hours {
      list-style: none;
      margin: 0;
      padding: 0; }
      .contact-boxes--registration .contact-box__hours li {
        text-align: center;
        margin-bottom: 15px; }
        .contact-boxes--registration .contact-box__hours li:last-child {
          margin-bottom: 0; }
      .contact-boxes--registration .contact-box__hours .hours {
        color: #5CC5DE;
        font-size: 24px;
        line-height: 32px;
        font-family: 'Titillium Web', sans-serif;
        font-style: normal;
        font-weight: 600; }
      .contact-boxes--registration .contact-box__hours .days {
        font-size: 14px;
        line-height: 19px;
        font-family: 'Titillium Web', sans-serif;
        font-style: normal;
        font-weight: 300; }
    .contact-boxes--registration .contact-box--online {
      margin: 20px 0; }
      @media screen and (min-width: 1200px) {
        .contact-boxes--registration .contact-box--online {
          margin: 0; } }
      .contact-boxes--registration .contact-box--online .contact-box-online__text {
        text-align: center;
        font-size: 14px;
        line-height: 19px;
        font-family: 'Titillium Web', sans-serif;
        font-style: normal;
        font-weight: 300; }
      .contact-boxes--registration .contact-box--online .contact-box-online__link {
        margin-top: 30px; }
        @media screen and (min-width: 1200px) {
          .contact-boxes--registration .contact-box--online .contact-box-online__link {
            margin-top: 90px; } }

.contact-boxes--points {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0; }
  @media screen and (min-width: 1200px) {
    .contact-boxes--points {
      margin: 20px -12px 44px;
      flex-direction: row; } }
  .contact-boxes--points .contact-box {
    width: 100%; }
    .contact-boxes--points .contact-box:first-child {
      margin-bottom: 20px; }
      @media screen and (min-width: 1200px) {
        .contact-boxes--points .contact-box:first-child {
          margin-bottom: 0; } }
    @media screen and (min-width: 1200px) {
      .contact-boxes--points .contact-box {
        width: calc(50% - 24px);
        margin: 0 12px; } }
    .contact-boxes--points .contact-box__phone {
      margin: 40px 0; }
    .contact-boxes--points .contact-box__address {
      text-align: center;
      font-size: 18px;
      line-height: 24px;
      font-family: 'Titillium Web', sans-serif;
      font-style: normal;
      font-weight: 300; }
    @media screen and (max-width: 1199px) {
      .contact-boxes--points .contact-box__title {
        font-size: 20px !important;
        line-height: 27px !important; } }

.contact-boxes--covid {
  margin-bottom: 44px; }
  .contact-boxes--covid .contact-box {
    border: none; }
    @media screen and (max-width: 1199px) {
      .contact-boxes--covid .contact-box {
        padding: 30px 0 !important; } }
    @media screen and (min-width: 1200px) {
      .contact-boxes--covid .contact-box {
        border: 1px dashed #5CC5DE; } }
    @media screen and (min-width: 1200px) {
      .contact-boxes--covid .contact-box__title {
        padding-left: 140px;
        padding-right: 140px; } }
    @media screen and (max-width: 1199px) {
      .contact-boxes--covid .contact-box__title {
        font-size: 24px !important;
        line-height: 30px !important; } }
    .contact-boxes--covid .contact-box__sides {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 1200px) {
        .contact-boxes--covid .contact-box__sides {
          flex-direction: row; } }
    .contact-boxes--covid .contact-box__side {
      width: 100%; }
      @media screen and (min-width: 1200px) {
        .contact-boxes--covid .contact-box__side {
          width: 50%;
          padding: 0 30px; } }
      .contact-boxes--covid .contact-box__side--list .icon-checklist {
        height: 100%;
        justify-content: space-between; }
        .contact-boxes--covid .contact-box__side--list .icon-checklist li {
          font-size: 18px;
          line-height: 24px;
          font-family: 'Titillium Web', sans-serif;
          font-style: normal;
          font-weight: 300; }
      @media screen and (max-width: 1199px) {
        .contact-boxes--covid .contact-box__side--reservation {
          border: 1px dashed #5CC5DE;
          border-radius: 40px;
          padding: 30px; }
          .contact-boxes--covid .contact-box__side--reservation p.mobile-title {
            font-size: 24px;
            line-height: 30px;
            color: #5CC5DE;
            text-align: center;
            font-family: 'Titillium Web', sans-serif;
            font-style: normal;
            font-weight: 600; } }
      .contact-boxes--covid .contact-box__side--reservation p {
        font-size: 18px;
        line-height: 24px;
        font-family: 'Titillium Web', sans-serif;
        font-style: normal;
        font-weight: 300; }
        @media screen and (max-width: 1199px) {
          .contact-boxes--covid .contact-box__side--reservation p {
            text-align: center; } }
  .contact-boxes--covid .numbers__sides {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 30px 0; }
    @media screen and (min-width: 1200px) {
      .contact-boxes--covid .numbers__sides {
        flex-direction: row;
        justify-content: flex-start; } }
  @media screen and (min-width: 1200px) {
    .contact-boxes--covid .numbers__side {
      margin-right: 20px; } }
  .contact-boxes--covid .numbers__side--or {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media screen and (min-width: 1200px) {
      .contact-boxes--covid .numbers__side--or {
        margin: 0 20px 0 0; } }
  .contact-boxes--covid .numbers__side a span {
    white-space: nowrap; }

.contact-boxes--bank .contact-box__account-number {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 300; }

.contact-boxes .contact-box {
  border-radius: 40px;
  padding: 30px; }
  .contact-boxes .contact-box__title {
    text-align: center;
    color: #5CC5DE;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }
    @media screen and (min-width: 1200px) {
      .contact-boxes .contact-box__title {
        line-height: 40px; } }

#trainings-foot .visit-blocks {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 60px; }
  @media screen and (min-width: 992px) {
    #trainings-foot .visit-blocks {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 200px; } }

#counters {
  background-size: cover; }
  #counters .counters-wrapper {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    border-radius: 40px; }
    @media screen and (min-width: 1200px) {
      #counters .counters-wrapper {
        padding: 70px 120px; } }
  #counters ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: column; }
    @media screen and (min-width: 1200px) {
      #counters ul {
        flex-direction: row; } }
    #counters ul li {
      min-width: 180px;
      margin: 20px 0; }
      @media screen and (min-width: 1200px) {
        #counters ul li {
          margin: 0; } }
  #counters .number {
    border-radius: 50%;
    color: #F0749D;
    font-size: 60px;
    line-height: 80px;
    aspect-ratio: 1;
    width: 130px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto 20px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }
  #counters .desc {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }

#psycho-meaning-image {
  width: 100%;
  aspect-ratio: 1;
  position: relative; }
  #psycho-meaning-image span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-position: center;
    background-size: cover; }

#training-types .training-icons {
  display: flex;
  flex-direction: column;
  width: calc(100% + 30px);
  align-items: center; }
  @media screen and (min-width: 768px) {
    #training-types .training-icons {
      flex-wrap: wrap;
      flex-direction: row;
      padding: 0 50px;
      justify-content: center; } }
  @media screen and (min-width: 768px) {
    #training-types .training-icons {
      padding: 0;
      margin: 45px -12px 0;
      margin: 0 -20px; } }

#training-types .training-icon {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    #training-types .training-icon {
      margin: 0 10px 20px;
      width: calc(50% - 20px); } }
  @media screen and (min-width: 768px) {
    #training-types .training-icon {
      margin: 0 12px 20px;
      width: calc(33.33% - 30px); } }

#training-tabs .reservation-image {
  padding: 0 15px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #training-tabs .reservation-image {
      border-right: 1px solid rgba(142, 142, 142, 0.2);
      padding-right: 24px;
      margin-right: 24px;
      text-align: left; } }
  #training-tabs .reservation-image img {
    max-width: 100%; }
  #training-tabs .reservation-image p {
    font-size: 18px;
    line-height: 27px;
    margin: 40px 0;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 300; }
    #training-tabs .reservation-image p.or {
      margin: 15px 0; }

#training-tabs .nice-tabs__desc--reservation {
  padding: 30px 15px; }

#icons-cheatsheet {
  border: 1px solid #aaa;
  border-collapse: collapse; }
  #icons-cheatsheet td,
  #icons-cheatsheet th {
    border: 1px solid #aaa;
    padding: 10px;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
    #icons-cheatsheet td.bg-black,
    #icons-cheatsheet th.bg-black {
      background-image: url("/wp-content/themes/sensusmed2021/assets/images/examples/bg.png"); }
  #icons-cheatsheet th {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }
  #icons-cheatsheet svg {
    width: 150px; }
    #icons-cheatsheet svg * {
      stroke-width: 1.5px; }

#prices-container table {
  border-collapse: collapse;
  position: relative;
  margin: 0 auto 1em;
  max-width: 800px; }
  #prices-container table:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    content: '';
    display: block; }
  #prices-container table td {
    font-size: 16px;
    padding: 10px 5px 10px 15px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400; }
    #prices-container table td:last-child {
      white-space: nowrap;
      padding: 10px 15px 10px 5px; }
    @media screen and (min-width: 1200px) {
      #prices-container table td {
        padding: 10px 20px; }
        #prices-container table td:last-child {
          padding: 10px 20px; } }
  #prices-container table th {
    font-size: 21px;
    padding: 30px 20px;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600; }
  #prices-container table tr td {
    width: 80%; }
    #prices-container table tr td:last-child {
      width: 20%;
      min-width: 120px;
      text-align: right; }
  #prices-container table tr:nth-child(even) {
    position: relative; }
    #prices-container table tr:nth-child(even):after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #e9f2f5;
      mix-blend-mode: darken;
      content: '';
      display: block; }
  #prices-container table tr:last-child td {
    padding-bottom: 30px; }
  #prices-container table tr:last-child:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px; }

#reservation-overlay {
  background: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center; }
  #reservation-overlay #reservation-modal {
    background: #fff;
    border-radius: 20px;
    border: 3px solid #5CC5DE;
    height: 100%;
    max-height: 90%;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    position: relative; }
  #reservation-overlay #modal-title {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    padding: 20px 40px; }
  #reservation-overlay #modal-body {
    display: flex;
    justify-content: center;
    padding: 0 28px; }
    #reservation-overlay #modal-body iframe {
      width: 100%;
      margin: 0 auto;
      border: none; }
  #reservation-overlay #close-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    #reservation-overlay #close-overlay:before, #reservation-overlay #close-overlay:after {
      content: '';
      width: 35px;
      height: 4px;
      background: #404040;
      display: inline-block;
      position: absolute;
      top: 50%; }
    #reservation-overlay #close-overlay:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
    #reservation-overlay #close-overlay:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #reservation-overlay #close-overlay:hover:before, #reservation-overlay #close-overlay:hover:after {
      background: #5CC5DE; }

/*# sourceMappingURL=main.css.map */
