*, *::before, *::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

:where(html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video) {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

:where(:root) {
  cursor: default;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}

:where(html) {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
}

:where(article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section) {
  display: block;
}

:where(body) {
  line-height: 1;
}

:where(ol, ul)[class] {
  list-style: none;
}

:where(img, picture, video, canvas, svg) {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(input, button, textarea, select) {
  font: inherit;
}

:where(blockquote, q) {
  quotes: none;
}
:where(blockquote, q)::before, :where(blockquote, q)::after {
  content: "";
  content: none;
}

:where(table) {
  border-spacing: 0;
  border-collapse: collapse;
}

:where(hr) {
  height: 0;
  color: inherit;
}

:where(pre) {
  overflow: auto;
  font-family: monospace;
  font-size: 1em;
}

:where(svg:not([fill])) {
  fill: currentcolor;
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

:where(textarea) {
  resize: vertical;
  margin: 0;
}

:where([type=search i]) {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

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

:where(details > summary:first-of-type) {
  display: list-item;
}

:where([aria-busy=true i]) {
  cursor: progress;
}

:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

:where(a:focus),
:where(button:focus),
:where(div[tabindex]:focus),
:where(input:focus),
:where(select:focus),
:where(textarea:focus) {
  opacity: 1 !important;
  outline-width: 2px !important;
  outline-offset: 2px !important;
}

@media (prefers-reduced-motion: no-preference) {
  *:focus {
    transition: outline-offset 0.25s ease;
  }
}
video {
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

[id] {
  scroll-margin-top: 150px;
}

html {
  background: #ffffff;
}

body {
  background: inherit;
}
body.nav-open {
  overflow: hidden;
}
body.popup-open {
  overflow: hidden;
}

.site-wrapper {
  overflow: hidden;
}

.body-overlay {
  pointer-events: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(61, 61, 61, 0.5);
  transition: 250ms ease-in-out opacity, 250ms ease-in-out visibility;
}
.has-overlay .body-overlay, .has-expanded-nav .body-overlay {
  pointer-events: auto;
  visibility: visible;
  opacity: 0;
}

html {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #3d3d3d;
}

body {
  font-family: inherit;
  font-size: clamp(1rem, 0.9464rem + 0.1488vw, 1.125rem);
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-top: clamp(2.5rem, 1.9643rem + 1.4881vw, 3.75rem);
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 16px !important;
}

h1,
.has-heading-1-font-size {
  font-size: clamp(2rem, 1.625rem + 1.0417vw, 2.875rem);
  font-weight: 400;
  line-height: 1.4;
}

h2,
.has-heading-2-font-size {
  font-size: clamp(1.5rem, 1.2857rem + 0.5952vw, 2rem);
  font-weight: 400;
  line-height: 1.4;
}

h3,
.has-heading-3-font-size {
  font-size: clamp(1.25rem, 1.1429rem + 0.2976vw, 1.5rem);
  line-height: 1.4;
}

.has-lead-font-size {
  font-size: clamp(1.125rem, 1.0714rem + 0.1488vw, 1.25rem);
}

.has-body-font-size {
  font-size: clamp(1rem, 0.9464rem + 0.1488vw, 1.125rem);
}

.has-small-font-size {
  font-size: 0.875rem;
}

p {
  margin-top: 1.7em;
}
p:first-child, p:only-child {
  margin-top: 0;
}
p + p {
  margin-top: 1em !important;
}
p a {
  text-decoration: underline;
}

a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: 150ms ease-in-out color;
}
a:link, a:visited {
  color: inherit;
}
a:hover, a:active {
  color: #ff0059;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

ul:not([class]), ul.wp-block-list,
ol:not([class]),
ol.wp-block-list {
  padding-left: 28px;
}
ul:not([class]) ul,
ul:not([class]) ol, ul.wp-block-list ul,
ul.wp-block-list ol,
ol:not([class]) ul,
ol:not([class]) ol,
ol.wp-block-list ul,
ol.wp-block-list ol {
  margin-block: 0;
}
ul:is(.wp-block-list),
ol:is(.wp-block-list) {
  margin: 0;
}
ul + p,
ol + p {
  margin-top: 10px !important;
}

ul:not([class]), ul.wp-block-list {
  list-style: disc;
}

ol:not([class]), ol.wp-block-list {
  list-style: decimal;
}

sup,
sub {
  font-size: 0.75rem;
  line-height: 0;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.has-text-align-center {
  text-align: center;
}

.has-white-color {
  color: #ffffff;
}

.has-black-color {
  color: #3d3d3d;
}

.has-gray-light-color {
  color: #f6f6f3;
}

.has-gray-color {
  color: #a2a2a2;
}

.has-gray-dark-color {
  color: #42414c;
}

.has-neon-red-color {
  color: #ff0059;
}

.has-dark-red-color {
  color: #ba0041;
}

.has-pink-color {
  color: #fff3f5;
}

.has-pink-dark-color {
  color: #ff80ac;
}

.has-baby-blue-color {
  color: #f2f7ff;
}

.has-blue-light-color {
  color: #e3edff;
}

.has-blue-color {
  color: #9cbdd9;
}

.has-violet-light-color {
  color: #f3ecf8;
}

.has-orange-light-color {
  color: #fff5ea;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-black-background-color {
  background-color: #3d3d3d;
}

.has-gray-light-background-color {
  background-color: #f6f6f3;
}

.has-gray-background-color {
  background-color: #a2a2a2;
}

.has-gray-dark-background-color {
  background-color: #42414c;
}

.has-neon-red-background-color {
  background-color: #ff0059;
}

.has-dark-red-background-color {
  background-color: #ba0041;
}

.has-pink-background-color {
  background-color: #fff3f5;
}

.has-pink-dark-background-color {
  background-color: #ff80ac;
}

.has-baby-blue-background-color {
  background-color: #f2f7ff;
}

.has-blue-light-background-color {
  background-color: #e3edff;
}

.has-blue-background-color {
  background-color: #9cbdd9;
}

.has-violet-light-background-color {
  background-color: #f3ecf8;
}

.has-orange-light-background-color {
  background-color: #fff5ea;
}

.skip-link {
  position: absolute;
  overflow: hidden;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  transition: none;
  clip: rect(0, 0, 0, 0);
}
.skip-link:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  display: block;
  width: auto;
  height: auto;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  color: #000000;
  text-decoration: none;
  background-color: #fefefe;
  clip-path: none;
  box-shadow: 0 0 2px 2px rgb(0, 0, 0);
  clip: auto !important;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

.return-link {
  width: min(1190px, 100%);
  margin-top: clamp(1.875rem, 1.3393rem + 1.4881vw, 3.125rem);
  margin-inline: auto;
}
.return-link a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.return-link a span {
  display: block;
  padding: 8px 19px;
  border-radius: 30px;
  background-color: #f6f6f3;
  transition: 150ms ease-in-out all;
}
.return-link a:hover span {
  transform: translateX(-5px);
}

@media (min-width: 992px) {
  .animate {
    opacity: 0;
    transition: all 1s ease;
  }
}

@media (min-width: 992px) {
  .animate.animate-in {
    transform: none;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .animate-up {
    transform: translateY(40px);
  }
}

@media (min-width: 992px) {
  .animate-down {
    transform: translateY(-40px);
  }
}

@media (min-width: 992px) {
  .animate-left {
    transform: translateX(40px);
  }
}

@media (min-width: 992px) {
  .animate-right {
    transform: translateX(-40px);
  }
}

@media (min-width: 992px) {
  .animate-scale {
    transform: scale(0.9);
  }
}

.nav--primary {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1249px) {
  .nav--primary {
    gap: 20px;
  }
}
.nav--primary .nav-list {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1249px) {
  .nav--primary .nav-list {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .nav--primary .nav-list {
    pointer-events: none;
    position: absolute;
    top: calc(100% - 1px);
    right: -101vw;
    overflow-y: auto;
    flex-direction: column;
    gap: 40px;
    align-items: flex-end;
    width: 100%;
    height: calc(100vh - 50px);
    padding-block: 10px clamp(2.5rem, 1.9643rem + 1.4881vw, 3.75rem);
    padding-inline: 50px;
    visibility: hidden;
    background: #ffffff;
    transition: 250ms ease-in-out visibility, 250ms ease-in-out right;
  }
}
@media (max-width: 349px) {
  .nav--primary .nav-list {
    padding-inline: 20px;
  }
}
@media (max-width: 991px) {
  .nav--primary .nav-list.is-open {
    pointer-events: auto;
    right: 0;
    visibility: visible;
  }
}
.nav--primary .nav-item .nav-link {
  position: relative;
  z-index: 10;
}
.nav--primary .nav-link {
  font-size: 18px;
}
.nav--primary .nav-link.is-active {
  font-weight: 700;
}
.nav--primary .nav-parent {
  position: relative;
}
@media (max-width: 991px) {
  .nav--primary .nav-parent {
    display: inline-flex;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
    column-gap: 10px;
    justify-content: flex-end;
    text-align: right;
  }
}
.nav--primary .nav-parent > .nav-link {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .nav--primary .nav-parent > .nav-link {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .nav--primary .nav-parent > .nav-sub-wrapper {
    pointer-events: none;
    z-index: 1;
    transform: translateY(-20px);
    visibility: hidden;
    opacity: 0;
    transition: 250ms ease-in-out all;
  }
}
@media (max-width: 991px) {
  .nav--primary .nav-parent > .nav-sub-wrapper {
    order: 2;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .nav--primary .nav-parent:hover > .nav-sub-wrapper {
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .nav--primary .nav-sub-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 640px;
    padding-top: 30px;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .nav--primary .nav-sub-wrapper {
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
    padding-right: 32px;
    border-right: 8px solid #e5e5e5;
    transition: 250ms ease-in-out all;
  }
}
@media (max-width: 991px) {
  .nav--primary .nav-sub-wrapper.is-active {
    grid-template-rows: 1fr;
  }
}
.nav--primary .nav-sub-wrapper.is-active > .nav-sub-list {
  padding-top: 30px;
}
.nav--primary .nav-sub-list {
  position: relative;
  gap: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: right;
}
@media (max-width: 991px) {
  .nav--primary .nav-sub-list {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    transition: 250ms ease-in-out all;
    grid-template-columns: 1fr;
  }
}
.nav--primary .nav-sub-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: 150%;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .nav--primary .nav-sub-list::before {
    content: none;
  }
}
.nav--primary .nav-sub-link {
  font-size: 16px;
}
.nav--primary .nav-sub-link.is-active {
  font-weight: 700;
}
.nav--primary .nav-sub-toggle {
  display: none;
}
@media (max-width: 991px) {
  .nav--primary .nav-sub-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 31px;
    position: absolute;
    width: 40px;
    z-index: 20;
    top: 0;
    right: 0;
  }
  .nav--primary .nav-sub-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    width: 9px;
    height: 9px;
    transform: translateX(100%) translateY(-75%) rotate(45deg);
    transition: 0.3s all;
  }
}
@media (max-width: 991px) {
  .nav--primary .nav-sub-toggle.is-active:after {
    transform: translateX(100%) translateY(-25%) rotate(-135deg);
  }
}
.nav--footer .nav-list {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 991px) {
  .nav--footer .nav-list {
    gap: 19px;
  }
}
@media (max-width: 767px) {
  .nav--footer .nav-list {
    flex-direction: column;
    align-items: center;
  }
}
.nav--footer .nav-link {
  font-size: 16px;
}
@media (max-width: 575px) {
  .nav--footer .nav-link {
    font-size: 18px;
  }
}
.nav--footer .nav-link.is-active {
  font-weight: 700;
}

.nav-toggle {
  cursor: pointer;
  position: relative;
  z-index: 100;
  display: grid;
  place-content: center;
  order: 2;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: transparent;
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle > span {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0;
  background: #3d3d3d;
  transition: 250ms ease-in-out all;
}
.nav-toggle > span::before, .nav-toggle > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0;
  background: #3d3d3d;
  transition: 250ms ease-in-out all;
}
.nav-toggle > span::before {
  top: -6px;
  opacity: 1;
}
.nav-toggle > span::after {
  top: 6px;
  opacity: 1;
}
.is-open .nav-toggle > span {
  transform: rotate(45deg);
  background: #3d3d3d;
}
.is-open .nav-toggle > span::before, .is-open .nav-toggle > span::after {
  top: 0;
  transform: rotate(90deg);
  background: #3d3d3d;
}
.is-open .nav-toggle > span::before {
  opacity: 0;
  background: transparent;
}

.sub-nav {
  display: flex;
  position: fixed;
  left: 0;
  top: 115px;
  background: #fff;
  border-radius: 0 24px 24px 0;
  overflow: hidden;
  padding-left: 24px;
}
@media (max-width: 1640px) {
  .sub-nav {
    display: none;
  }
}
.sub-nav:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 24px;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}
.sub-nav ul {
  overflow-x: auto;
  margin: 0;
  margin-inline: auto;
  list-style: none;
  padding: 24px 0;
  width: auto;
  max-width: 200px;
}
.sub-nav ul li {
  font-size: 16px;
  flex: 0 0 100%;
}
.sub-nav ul li.current_page_item {
  font-weight: 700;
}
.sub-nav ul li a {
  display: block;
  padding: 10px 16px;
  white-space: nowrap;
  line-height: 1.1;
}
.sub-nav ul li + li {
  border-top: 1px solid #e5e5e5;
}

.nav-item--417 .nav-sub-list,
.nav-item--18 .nav-sub-list {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1023px) {
  .nav-item--417 .nav-sub-list,
  .nav-item--18 .nav-sub-list {
    grid-template-columns: 1fr;
  }
}

.site-branding {
  max-width: 167px;
}
@media (max-width: 1249px) {
  .site-branding {
    max-width: 128px;
  }
}
.site-branding--footer img {
  max-width: 120px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(230deg) brightness(104%) contrast(102%);
}

.lang-switcher {
  position: relative;
  z-index: 10;
}
.lang-switcher a {
  text-transform: uppercase;
}

.button,
.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border: 0 solid #ff0059;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  background: #ff0059;
  transition: 150ms ease-in-out all;
  cursor: pointer;
  white-space: nowrap;
}
.button:link, .button:visited,
.wp-element-button:link,
.wp-element-button:visited {
  color: #ffffff;
}
.button:hover, .button:active,
.wp-element-button:hover,
.wp-element-button:active {
  border-color: #ba0041;
  background: #ba0041;
  color: #ffffff;
}
.button--reversed,
.wp-element-button--reversed {
  border-color: #ffffff;
  color: #ff0059;
  background: #ffffff;
}
.button--reversed:link, .button--reversed:visited,
.wp-element-button--reversed:link,
.wp-element-button--reversed:visited {
  color: #ff0059;
}
.button--reversed:hover, .button--reversed:active,
.wp-element-button--reversed:hover,
.wp-element-button--reversed:active {
  border-color: #fff3f5;
  background: #fff3f5;
}
.button--outline,
.wp-element-button--outline {
  border: 1px solid #ff0059;
  color: #ff0059 !important;
  background: transparent;
}
.button--outline:hover, .button--outline:active,
.wp-element-button--outline:hover,
.wp-element-button--outline:active {
  border-color: #ba0041;
  background: #ba0041;
  color: #ffffff !important;
}

.breadcrumbs {
  font-size: 14px;
  color: #a2a2a2;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs ul li {
  display: flex;
  gap: 10px;
}
.breadcrumbs ul li:first-child {
  overflow: hidden;
}
@media (max-width: 575px) {
  .breadcrumbs ul li:first-child a {
    font-size: 0;
    white-space: nowrap;
  }
  .breadcrumbs ul li:first-child a::after {
    content: "...";
    font-size: 14px;
  }
}
.breadcrumbs ul li:last-child {
  overflow: hidden;
}
.breadcrumbs ul li .breadcrumb-current {
  overflow: hidden;
  max-width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .breadcrumbs ul li .breadcrumb-current {
    max-width: 180px;
  }
}

.pagination {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.pagination__item a {
  display: inline-flex;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 1rem;
  line-height: 1.4;
  background: #f6f6f3;
}
.pagination__item.is-disabled {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.pagination__dots span {
  display: inline-flex;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 1rem;
  line-height: 1.4;
  background: #f6f6f3;
}
.pagination ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.pagination ul li.is-active a {
  pointer-events: none;
  color: #ffffff;
  background: #42414c;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-inline: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
  background: #ffffff;
}
@media (max-width: 991px) {
  .site-header {
    padding-top: 5px;
  }
}
.site-header::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem) * 2);
  max-width: 1920px;
  height: 10px;
  border-radius: 0 0 20px 20px;
  background: #ff0059;
}
@media (max-width: 991px) {
  .site-header::before {
    height: 5px;
  }
}
@media (max-width: 575px) {
  .site-header::before {
    width: calc(100% - 20px);
  }
}
.site-header__inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  width: min(1920px, 100%);
  margin-inline: auto;
  padding-block: 30px;
  transition: 250ms ease-in-out padding-block;
}
@media (max-width: 991px) {
  .site-header__inner {
    padding-block: 20px;
  }
}
.is-fixed .site-header__inner {
  padding-block: 10px;
}
.site-header__branding {
  position: relative;
  z-index: 10;
}

.site-footer {
  width: min(1920px, 100%);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
}
@media (max-width: 575px) {
  .site-footer {
    padding-inline: 10px;
  }
}
.site-footer__inner {
  padding-block: 50px 20px;
  padding-inline: clamp(1.875rem, 1.0714rem + 2.2321vw, 3.75rem);
  border-radius: 60px 60px 0 0;
  color: #ffffff;
  background: #42414c;
}
.site-footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .site-footer__top {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
.site-footer__bottom {
  display: flex;
  gap: 60px;
  padding-top: 30px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .site-footer__bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .site-footer__bottom {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }
}
.site-footer__bottom p {
  margin: 0;
}
.site-footer__bottom p a {
  text-decoration: none;
}
.site-footer__bottom .nav {
  margin-left: auto;
}
@media (max-width: 767px) {
  .site-footer__bottom .nav {
    margin-left: unset;
  }
}
@media (max-width: 991px) {
  .site-footer__contact {
    flex-grow: 1;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .site-footer__contact {
    width: 100%;
  }
}
.site-footer__contact p {
  margin-top: 0 !important;
}

.page-wrapper {
  padding-top: 118px;
}
@media (max-width: 1249px) {
  .page-wrapper {
    padding-top: 107px;
  }
}
@media (max-width: 991px) {
  .page-wrapper {
    padding-top: 82px;
  }
}
.page-wrapper--404 {
  min-height: 90vh;
}

.page-header {
  padding-inline: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
}
@media (max-width: 991px) {
  .page-header {
    padding-left: 0;
  }
}
.page-header__inner {
  position: relative;
  width: min(1190px, 100%);
  margin-inline: auto;
}
.page-header__image {
  height: 260px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .page-header__image {
    border-radius: 0 30px 30px 0;
  }
}
@media (max-width: 575px) {
  .page-header__image {
    height: 200px;
  }
}
.page-header__image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-header__content {
  position: relative;
  z-index: 1;
  max-width: 940px;
  padding-block: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
  padding-inline: clamp(1.875rem, 1.3393rem + 1.4881vw, 3.125rem);
  border-radius: 30px;
  color: #ffffff;
  background-color: #ff0059;
}
@media (max-width: 991px) {
  .page-header__content {
    width: 100%;
    border-radius: 0 30px 30px 0;
  }
}
.page-header:has(.page-header__image) .page-header__content {
  margin-top: -70px;
}
@media (max-width: 991px) {
  .page-header:has(.page-header__image) .page-header__content {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

.page-breadcrumbs {
  width: min(1190px, 100%);
  margin-top: 20px;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .page-breadcrumbs {
    padding-inline: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
  }
}

.page-content {
  margin-bottom: clamp(2.5rem, 1.9643rem + 1.4881vw, 3.75rem);
  padding-inline: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
}
.posts-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.posts-categories__link {
  cursor: pointer;
  display: inline-flex;
  padding: 6px 12px;
  border: none;
  border-radius: 20px;
  font-size: 0.875rem;
  line-height: normal;
  background-color: #f6f6f3;
}
.posts-categories__link.is-active {
  color: #ffffff;
  background-color: #42414c;
}

.posts-listing {
  width: min(1190px, 100%);
  margin-top: clamp(2.5rem, 1.9643rem + 1.4881vw, 3.75rem);
  margin-inline: auto;
}
.posts-listing__title {
  margin-block: 40px;
  color: #ff0059;
}
.posts-listing__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}
@media (max-width: 991px) {
  .posts-listing__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .posts-listing__list {
    grid-template-columns: 1fr;
  }
}

.posts-pagination {
  margin-top: clamp(2.5rem, 1.9643rem + 1.4881vw, 3.75rem);
}

.posts-more {
  margin-top: clamp(2.5rem, 1.9643rem + 1.4881vw, 3.75rem);
  text-align: center;
}

.single-wrapper {
  padding-top: 118px;
  padding-inline: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
}
@media (max-width: 1249px) {
  .single-wrapper {
    padding-top: 107px;
  }
}
@media (max-width: 991px) {
  .single-wrapper {
    padding-top: 82px;
  }
}
.single-wrapper .page-breadcrumbs {
  padding-inline: 0;
}

.single-header {
  display: flex;
  gap: 10px clamp(2.5rem, 1.9643rem + 1.4881vw, 3.75rem);
  justify-content: space-between;
  width: min(1190px, 100%);
  margin-top: 10px;
  margin-bottom: clamp(2.5rem, 1.9643rem + 1.4881vw, 3.75rem);
  margin-inline: auto;
}
@media (max-width: 991px) {
  .single-header {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}

.single-title-wrapper {
  width: min(880px, 100%);
}

.single-title {
  margin: 0;
  line-height: 1.4;
  color: #ff0059;
}

.single-date {
  color: #a2a2a2;
}

.single-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.single-categories__item {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  line-height: normal;
  background-color: #f6f6f3;
}

.single-image {
  aspect-ratio: 16/9;
  width: min(1190px, 100%);
  max-height: 625px;
  margin-inline: auto;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .single-image {
    aspect-ratio: 320/240;
    border-radius: 20px;
  }
}
.single-image img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .single-image img {
    aspect-ratio: 320/240;
    border-radius: 20px;
  }
}

.single-content {
  width: min(1070px, 100%);
  margin-bottom: clamp(2.5rem, 1.9643rem + 1.4881vw, 3.75rem);
  margin-inline: auto;
}

.entry-card__link {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.entry-card__thumbnail {
  overflow: hidden;
  aspect-ratio: 320/240;
  width: 100%;
  border-radius: 20px;
}
.entry-card__thumbnail img {
  aspect-ratio: 320/240;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 250ms ease-in-out all;
}
.entry-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.entry-card__date {
  font-size: 16px;
  color: #a2a2a2;
}
.entry-card__title {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
  color: #ff0059;
}
.entry-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.entry-card__categories__item {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  line-height: normal;
  background-color: #f6f6f3;
}
.entry-card:hover .entry-card__thumbnail img, .entry-card:active .entry-card__thumbnail img {
  transform: scale(1.05);
}

.related-posts {
  margin-block: clamp(2.5rem, 1.9643rem + 1.4881vw, 3.75rem);
  padding-inline: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
}
.related-posts__inner {
  width: min(1190px, 100%);
  margin-inline: auto;
}
.related-posts__title {
  margin-bottom: clamp(1.875rem, 1.3393rem + 1.4881vw, 3.125rem);
}
.related-posts__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.875rem, 1.0714rem + 2.2321vw, 3.75rem);
}
@media (max-width: 767px) {
  .related-posts__list {
    grid-template-columns: 1fr;
  }
}

.disclaimer {
  margin: 64px auto;
  width: min(880px, 100%);
}
@media (max-width: 767px) {
  .disclaimer {
    margin: 32px auto;
  }
}
.disclaimer__country__info {
  text-align: center;
  margin-bottom: 48px;
  padding: 24px;
  border: 1px solid #e2e2e2;
  font-size: 18px;
  line-height: 1.3333;
}
@media (max-width: 767px) {
  .disclaimer__country__info {
    font-size: 16px;
  }
}
.disclaimer__header {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .disclaimer__header {
    font-size: 24px;
  }
}
.disclaimer__header--center {
  text-align: center;
}
.disclaimer__text {
  padding: 32px;
  border: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .disclaimer__text {
    padding: 16px;
  }
}
.disclaimer__content > * {
  margin: 24px 0;
}
@media (max-width: 767px) {
  .disclaimer__content > * {
    margin: 16px 0;
  }
}
.disclaimer__content ol,
.disclaimer__content li {
  list-style: unset;
  list-style-position: outside;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .disclaimer__content ol,
  .disclaimer__content li {
    margin-left: 16px;
  }
}
.disclaimer__content ol[type=i] {
  list-style-type: lower-roman;
}
.disclaimer__select {
  position: relative;
  max-width: 100%;
  width: 360px;
  margin: 32px auto;
}
.disclaimer__select:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.disclaimer__select select {
  border-bottom: 1px solid rgba(0, 23, 39, 0.1);
}
.disclaimer__select select.error {
  border-bottom: 3px solid #d10c0c;
}
.disclaimer__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin: 32px 0;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.wp-block-group {
  margin: 48px 0;
}
@media (max-width: 767px) {
  .wp-block-group {
    margin: 32px 0;
  }
}

.text__content .wp-block-group h2 {
  margin-top: 0;
}

.text__content .wp-block-group {
  color: #444;
}
.text__content .wp-block-group a {
  color: #222;
  text-decoration: underline;
}

.page-template-itf .text {
  margin: 80px 0;
}

@media (max-width: 767px) {
  .wp-block-table {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
  }
  .wp-block-table table {
    width: auto;
  }
}
.wp-block-gpw {
  aspect-ratio: 4/1;
}
@media (max-width: 767px) {
  .wp-block-gpw {
    aspect-ratio: 1.2/1;
  }
}

.shareholdersChart {
  width: 400px;
  max-width: 100%;
  margin: 32px auto;
  height: 480px;
  flex: 0 0 33%;
}
@media (max-width: 1023px) {
  .shareholdersChart {
    flex: 0 0 100%;
    height: 300px;
  }
}
.shareholdersChart canvas {
  width: 100% !important;
  height: auto !important;
}

.shareholdersSection__chart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shareholdersSection__chart__legend {
  flex: 0 0 66.666%;
  padding-left: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 1023px) {
  .shareholdersSection__chart__legend {
    padding-left: 0;
    flex: 0 0 100%;
  }
}
.shareholdersSection__chart__legend__item {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .shareholdersSection__chart__legend__item {
    align-items: flex-start;
  }
}
.shareholdersSection__chart__legend__item__bullet {
  width: 24px;
  height: 24px;
}
.shareholdersSection__chart__legend__item__info {
  font-size: 16px;
}
@media (max-width: 767px) {
  .shareholdersSection__chart__legend__item__info {
    font-size: 15px;
    line-height: 1.5;
  }
}

.tradingview-widget-copyright .blue-text {
  color: #c5c5c5 !important;
}

.wp-block-table,
.defaultTable {
  overflow-x: auto;
}
.wp-block-table thead,
.defaultTable thead {
  border-bottom: none;
}
.wp-block-table th,
.defaultTable th {
  font-weight: 500;
  border: none;
  border-bottom: 2px solid #bbb;
  color: #ff0059;
  white-space: nowrap;
}
.wp-block-table th:first-child,
.defaultTable th:first-child {
  text-align: left;
}
.wp-block-table th:last-child,
.defaultTable th:last-child {
  text-align: right;
}
.wp-block-table table th:hover,
.defaultTable table th:hover {
  border-bottom: 2px solid #bbb !important;
}
.wp-block-table table, .wp-block-table__table,
.defaultTable table,
.defaultTable__table {
  font-size: 17px;
  width: 100%;
  margin: 48px 0;
}
.wp-block-table table--no-margin-top, .wp-block-table__table--no-margin-top,
.defaultTable table--no-margin-top,
.defaultTable__table--no-margin-top {
  margin-top: 0;
}
.wp-block-table table--no-margin, .wp-block-table__table--no-margin,
.defaultTable table--no-margin,
.defaultTable__table--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-table table tr, .wp-block-table__row,
.defaultTable table tr,
.defaultTable__row {
  border-bottom: 1px solid #eee;
  transition: 0.3s all;
}
.wp-block-table table tr--head, .wp-block-table__row--head,
.defaultTable table tr--head,
.defaultTable__row--head {
  font-weight: 500;
  border-bottom: 2px solid #bbb;
  color: #ff0059;
}
.wp-block-table table tr--head .defaultTable__cell, .wp-block-table__row--head .defaultTable__cell,
.defaultTable table tr--head .defaultTable__cell,
.defaultTable__row--head .defaultTable__cell {
  white-space: nowrap;
}
.wp-block-table table th:hover,
.defaultTable table th:hover {
  border-bottom: inherit;
  background: transparent;
}
.wp-block-table table td, .wp-block-table__cell,
.defaultTable table td,
.defaultTable__cell {
  padding: 12px;
  vertical-align: middle;
  line-height: 1.3;
  border: none;
  min-width: 140px;
}
.wp-block-table table td:last-child, .wp-block-table__cell:last-child,
.defaultTable table td:last-child,
.defaultTable__cell:last-child {
  text-align: right;
}
.wp-block-table table td--left, .wp-block-table__cell--left,
.defaultTable table td--left,
.defaultTable__cell--left {
  text-align: left;
}
.wp-block-table table td--right, .wp-block-table__cell--right,
.defaultTable table td--right,
.defaultTable__cell--right {
  text-align: right;
}
.wp-block-table table td--center, .wp-block-table__cell--center,
.defaultTable table td--center,
.defaultTable__cell--center {
  text-align: center;
}
@media (max-width: 767px) {
  .wp-block-table table td, .wp-block-table__cell,
  .defaultTable table td,
  .defaultTable__cell {
    min-width: unset;
  }
}
.wp-block-table__link,
.defaultTable__link {
  color: inherit;
  text-decoration: none;
}
.wp-block-table__link:hover,
.defaultTable__link:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wp-block-table table tr, .wp-block-table__row,
  .defaultTable table tr,
  .defaultTable__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .wp-block-table table td::before, .wp-block-table__cell::before,
  .defaultTable table td::before,
  .defaultTable__cell::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 2px;
  }
}

.wp-block-table table, .wp-block-table__table,
.defaultTable table,
.defaultTable__table {
  border: none;
  border-collapse: collapse;
}
.wp-block-table table tbody tr, .wp-block-table__table tbody tr,
.defaultTable table tbody tr,
.defaultTable__table tbody tr {
  border-bottom: 1px solid #eee;
}
.wp-block-table table tbody tr:nth-child(even), .wp-block-table__table tbody tr:nth-child(even),
.defaultTable table tbody tr:nth-child(even),
.defaultTable__table tbody tr:nth-child(even) {
  background: #fdfdfd;
}
.wp-block-table table tbody tr:last-child, .wp-block-table__table tbody tr:last-child,
.defaultTable table tbody tr:last-child,
.defaultTable__table tbody tr:last-child {
  border-bottom: 1px solid transparent;
}
.wp-block-table table tbody tr:hover, .wp-block-table__table tbody tr:hover,
.defaultTable table tbody tr:hover,
.defaultTable__table tbody tr:hover {
  border-bottom: 1px solid #ccc;
  background: #fafafa;
}
.wp-block-table table tbody td, .wp-block-table__table tbody td,
.defaultTable table tbody td,
.defaultTable__table tbody td {
  border: none;
}
.wp-block-table table tfoot tr, .wp-block-table__table tfoot tr,
.defaultTable table tfoot tr,
.defaultTable__table tfoot tr {
  border-top: 1px solid #eee;
  border-bottom: 1px solid transparent;
}

.stockInfo {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}
@media (max-width: 767px) {
  .stockInfo {
    gap: 32px;
  }
}
.stockInfo__box {
  flex: 0 0 33.333%;
  padding: 0 24px;
  min-height: 300px;
}
.stockInfo__box--chart {
  flex: 0 0 66.666%;
  min-height: 240px;
}
@media (max-width: 767px) {
  .stockInfo__box {
    flex: 0 0 100%;
    min-height: unset;
  }
}
.stockInfo__footer {
  margin-top: 24px;
  text-align: center;
}

.wzaList__year {
  margin-bottom: 48px;
}
.wzaList__heading {
  margin-bottom: 24px;
}
.wzaList__tabsNav {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 24px;
}
.wzaList__tab {
  cursor: pointer;
  border: none;
  background: #e5e5e5;
  padding: 4px 16px;
  font-weight: 700;
}
.wzaList__tab.is-active {
  background: #ff0059;
  color: #fff;
}
.wzaList__panel {
  display: none;
}
.wzaList__panel.is-active {
  display: block;
}
.wzaList__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 26px;
}
.wzaList__content > *:last-child {
  margin-bottom: 0;
}
.wzaList__yearsSelectWrapper {
  margin-bottom: 40px;
}
.wzaList__yearsSelect {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  min-width: 180px;
  padding: 10px 14px;
}
.wzaList__yearsSelect:hover {
  border-color: #999;
}
.wzaList__year {
  display: none;
}
.wzaList__year.is-active {
  display: block;
}

.page-id-835 h2[class*=wp-block-],
.page-id-835 [class*=wp-block-] h2,
.page-id-791 h2[class*=wp-block-],
.page-id-791 [class*=wp-block-] h2,
.parent-pageid-835 h2[class*=wp-block-],
.parent-pageid-835 [class*=wp-block-] h2,
.parent-pageid-791 h2[class*=wp-block-],
.parent-pageid-791 [class*=wp-block-] h2 {
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.2;
  padding: 16px 0;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
.page-id-835 h2[class*=wp-block-]:after,
.page-id-835 [class*=wp-block-] h2:after,
.page-id-791 h2[class*=wp-block-]:after,
.page-id-791 [class*=wp-block-] h2:after,
.parent-pageid-835 h2[class*=wp-block-]:after,
.parent-pageid-835 [class*=wp-block-] h2:after,
.parent-pageid-791 h2[class*=wp-block-]:after,
.parent-pageid-791 [class*=wp-block-] h2:after {
  content: "";
  width: 16%;
  border-bottom: 4px solid #ff0059;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.report-type-badge {
  background: transparent;
  color: #ff0059;
  border-radius: 40px;
  font-weight: 600;
  border: 1px solid #bfbfbf;
  padding: 0 8px;
  display: inline-block;
}

.block-element {
  display: block;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.fs-08 {
  font-size: 0.8em;
}

.fs-06 {
  font-size: 0.6em;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

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

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}