@keyframes hero-carousel__scroll-arrowKeyFrames {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(6px);
  }
}
.hero-carousel__arrow {
  fill: purple;
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 100%;
  justify-content: center;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 48px;
  z-index: 1;
}
.hero-carousel__arrow--left {
  left: 0;
}
.hero-carousel__arrow--right {
  right: 0;
}
@media (min-width: 768px) {
  .hero-carousel__arrow {
    display: flex;
    visibility: visible;
  }
}
.hero-carousel__scroll-arrow-container {
  align-items: center;
  bottom: 32px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  right: 0;
}
.hero-carousel__scroll-arrow {
  animation: hero-carousel__scroll-arrowKeyFrames 0.666s ease-in-out infinite;
  animation-direction: alternate;
  height: 40px;
  width: 40px;
}
.container {
  height: 100%;
  position: relative;
}
.container,
.dots {
  display: flex;
  justify-content: center;
}
.dots {
  grid-gap: var(--dotsGap);
  gap: var(--dotsGap);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.dot {
  cursor: pointer;
  position: relative;
}
.dot:after {
  background-color: var(--color);
  border-radius: 100%;
  content: "";
  display: block;
  height: var(--dotWidth);
  left: 50%;
  opacity: var(--opacity);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  width: var(--dotWidth);
}
@media (min-width: 1024px) {
  .dot:hover:after {
    opacity: 0.4;
  }
}
.dotActive {
  position: relative;
}
.dotActive:after {
  background-color: var(--dotActiveColor);
  content: "";
  display: block;
  height: var(--activeSize);
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--activeSize);
}
.body {
  min-height: 100%;
}
.body,
.viewport {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.viewport {
  display: block;
  height: 100%;
  overflow-x: hidden;
}
.slides {
  grid-gap: 0;
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  height: 100%;
  overflow: var(--overflow);
}
.slide,
.slides {
  position: relative;
}
.slide {
  align-items: center;
  min-height: 100%;
  pointer-events: all;
  transform: translateX(var(--translateX));
  transition: transform 0.6s ease;
  width: 100%;
}
@keyframes hero-newcarousel__scroll-arrowKeyFrames {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(6px);
  }
}
@media (min-resolution: 120dpi) {
  html {
    font-size: 80%;
  }
}
.screen-read-only {
  clip: rect(0, 0, 0, 0);
  background-color: transparent;
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.hero-newcarousel__arrow {
  fill: #fff;
  align-items: center;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  visibility: visible;
  width: 48px;
  z-index: 1;
}
.hero-newcarousel__arrow--left {
  left: calc(50% - 60px);
}
.hero-newcarousel__arrow--right {
  right: calc(50% - 60px);
}
@media (min-width: 768px) {
  .hero-newcarousel__arrow {
    display: flex;
    visibility: visible;
  }
}
.hero-newcarousel__scroll-arrow-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  right: 0;
}
.hero-newcarousel__scroll-arrow-text {
  margin-top: 15px;
}
.hero-newcarousel__scroll-arrow {
  animation: hero-newcarousel__scroll-arrowKeyFrames 0.666s ease-in-out infinite;
  animation-direction: alternate;
  height: 40px;
  width: 40px;
}
.new-carousel.container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.new-carousel .body,
.new-carousel .viewport {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.new-carousel .viewport {
  display: block;
}
.new-carousel .slides {
  grid-gap: 0;
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  height: 100%;
  overflow: var(--overflow);
  position: relative;
}
.new-carousel .slide {
  align-items: center;
  height: 100%;
  pointer-events: all;
  position: relative;
  transform: translateX(var(--translateX));
  transition: transform 0.6s ease;
  width: 100%;
}
.new-carousel .slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.new-carousel .slides.no-transition .slide {
  transition: none !important;
}
.icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.slideActive {
  pointer-events: all;
}
.carousel-bottom-controls {
  grid-gap: 10px;
  display: flex;
  gap: 10px;
}
.hero-newcarousel__play-pause-button {
  fill: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  position: relative;
  visibility: visible;
  z-index: 1;
}
.hero-newcarousel__play-pause-button,
.play-pause-icon-container {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.play-pause-icon-container {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play-pause-icon-container svg {
  display: block;
  height: 100%;
  width: 100%;
}
.carousel-play-pause-controls {
  grid-gap: 10px;
  align-items: center;
  display: flex;
  gap: 10px;
}
.carousel-slide-counter {
  color: #fff;
  font-family: PT Serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  z-index: 1;
}
.carousel-bottom-bar {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.card-carousel {
  grid-gap: 1em;
  anchor-name: var(--anchor-target);
  border-top: 1px solid #bbb;
  display: flex;
  gap: 1em;
  margin: 3em auto;
  overflow-x: auto;
  padding-bottom: 24px;
  padding-top: 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  width: 100%;
}
.card-carousel::-webkit-scrollbar {
  display: none;
}
.card-carousel::scroll-button(left),
.card-carousel::scroll-button(right) {
  position-anchor: var(--anchor-target);
  position-area: right top;
  border: 1px solid;
  border-radius: 50%;
  content: "âŒƒ";
  cursor: pointer;
  font-family: Consolas;
  font-size: 2rem;
  height: 40px;
  margin-bottom: 16px;
  padding-bottom: 3px;
  padding-top: 11px;
  position: fixed;
  transform: rotate(90deg);
  translate: -100%;
  width: 40px;
}
.card-carousel.transparent::scroll-button(left),
.card-carousel.transparent::scroll-button(right) {
  background-color: transparent;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.card-carousel.solid::scroll-button(left),
.card-carousel.solid::scroll-button(right) {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
  color: #fff;
}
.card-carousel::scroll-button(left) {
  position-area: right top;
  content: "âŒƒ";
  transform: rotate(270deg);
  translate: -240%;
}
.card-carousel::scroll-button(left):disabled,
.card-carousel::scroll-button(right):disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.card {
  scroll-snap-align: start;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  z-index: 1;
}
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
div[id],
section[id] {
  scroll-margin-top: 160px;
}
div[id^="principles-card-"] {
  scroll-margin-top: 0;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.grid {
  display: grid;
}
.overflow-hidden {
  overflow: hidden;
}
.min-w-0 {
  min-width: 0;
}
.min-h-0 {
  min-height: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.imageContainer {
  grid-gap: 0;
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  overflow: hidden;
}
.image1,
.image2,
.imageContainer {
  height: 100%;
  position: relative;
  width: 100%;
}
.image1,
.image2 {
  align-items: center;
  transition: transform 1s ease;
}
.image2 {
  transform: translateX(var(--translateX));
}
.overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.styles-module--containerGrid--8d01a {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.styles-module--L003--2b0d6 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}
.styles-module--L003Element1--9b0f1 {
  grid-area: 1/1/2/2;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L003Element2--c7243 {
  grid-area: 1/2/2/3;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L003Element3--0a3a0 {
  grid-area: 1/3/2/4;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L004--270d6 {
  grid-template-columns: 4fr repeat(2, 3fr);
  grid-template-rows: 6fr 4fr;
}
.styles-module--L004Element1--d78a1 {
  grid-area: 1/1/3/1;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L004Element2--a6e67 {
  grid-area: 1/2/2/2;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L004Element3--e1791 {
  grid-area: 1/3/2/3;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L004Element4--6bb38 {
  grid-area: 2/2/2/4;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L005--cc7b4 {
  grid-template-columns: 1.3fr 0.7fr repeat(2, 1fr);
  grid-template-rows: 6fr 4fr;
}
.styles-module--L005Element1--7cda2 {
  grid-area: 1/1/2/2;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L005Element2--3ea19 {
  grid-area: 1/2/2/4;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L005Element3--d4ef4 {
  grid-area: 1/4/2/5;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L005Element4--b0b45 {
  grid-area: 2/1/3/3;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L005Element5--2830c {
  grid-area: 2/3/3/5;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L006--9692b {
  grid-template-columns: 0.8fr 0.2fr 0.5fr 1fr 1.2fr;
  grid-template-rows: 6fr 4fr;
}
.styles-module--L006Element1--c4336 {
  grid-area: 1/1/2/3;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L006Element2--2a3d5 {
  grid-area: 1/3/2/5;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L006Element3--e5c81 {
  grid-area: 2/1/3/2;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L006Element4--55c7a {
  grid-area: 2/2/3/4;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L006Element5--fb8d2 {
  grid-area: 2/4/3/5;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L006Element6--63141 {
  grid-area: 1/5/3/6;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L007--9f618 {
  grid-column-gap: 0;
  grid-row-gap: 0;
  display: grid;
  grid-template-columns: 1fr 0.4fr repeat(2, 0.7fr) 0.4fr 1fr;
  grid-template-rows: 6fr 4fr;
}
.styles-module--L007Element1--97727 {
  grid-area: 1/1/2/2;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L007Element2--9c7a3 {
  grid-area: 1/2/2/4;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L007Element3--ec6d2 {
  grid-area: 1/4/2/6;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L007Element4--41af9 {
  grid-area: 1/6/2/7;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L007Element5--61dee {
  grid-area: 2/1/3/3;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L007Element6--df22e {
  grid-area: 2/3/3/5;
  min-width: 0;
  overflow: hidden;
}
.styles-module--L007Element7--dc241 {
  grid-area: 2/5/3/7;
  min-width: 0;
  overflow: hidden;
}
.new-carousel--hero-side-panel .body,
.new-carousel--hero-side-panel .slide,
.new-carousel--hero-side-panel .slide img,
.new-carousel--hero-side-panel .slides,
.new-carousel--hero-side-panel .viewport,
.new-carousel--hero-side-panel.container {
  max-height: 490px;
}
a.skip-main {
  height: 1px;
  left: -999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
  z-index: -999;
}
a.skip-main:focus {
  align-items: center;
  background-color: #fff;
  color: var(--color);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: auto;
  justify-content: center;
  left: auto;
  letter-spacing: 1px;
  line-height: 16px;
  overflow: auto;
  padding: 19.3px;
  text-align: center;
  text-transform: uppercase;
  top: auto;
  width: 100%;
  z-index: 999;
}
.three-level-menu {
  display: flex;
  font-family: sans-serif;
  height: 354px;
  overflow: hidden;
  width: 100%;
}
.menu-wrapper {
  overscroll-behavior: contain;
  -webkit-overscroll-behavior: contain;
  position: relative;
  ::-webkit-scrollbar {
    display: none;
  }
}
.scroll-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  left: 104%;
  opacity: 1;
  padding: 4px;
  position: absolute;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.scroll-arrow:hover {
  opacity: 1;
}
.scroll-arrow.disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.scroll-arrow.top {
  top: 0;
}
.scroll-arrow.bottom {
  bottom: 0;
}
.menu {
  height: 100%;
  list-style: none;
  margin: 0;
  max-height: 354px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0;
  position: relative;
  width: 354px;
}
.menu.level-0 li {
  padding: 12px 0;
}
.menu.level-1 li,
.menu.level-2 li {
  padding-bottom: 8px;
}
.menu.level-1 li:not(:first-child),
.menu.level-2 li:not(:first-child) {
  padding-top: 8px;
}
.menu {
  mask-image: linear-gradient(
    180deg,
    #000 0,
    #000 calc(100% - 50px),
    transparent
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0,
    #000 calc(100% - 50px),
    transparent
  );
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  transition: -webkit-mask-image 0.3s ease;
  transition: mask-image 0.3s ease;
  transition: mask-image 0.3s ease, -webkit-mask-image 0.3s ease;
}
.menu.no-mask {
  mask-image: none;
  -webkit-mask-image: none;
}
.menu li {
  word-wrap: break-word;
  border-bottom: 1px solid #e8e8ea;
  cursor: pointer;
  overflow-wrap: break-word;
}
.menu.level-0 li {
  padding: 10px 0;
}
.menu li:hover {
  opacity: 0.5;
}
.menu a {
  color: inherit;
  text-decoration: none;
}
.submenu-indented {
  margin-left: 64px;
}
.griddo-markdown {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.griddo-markdown__newsoftline {
  height: 0;
}
.griddo-markdown__newline {
  height: 16px;
}
.textual-panel__container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .textual-panel__content div span p {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .textual-panel__content div div p {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .textual-panel__content div div p:nth-child(2),
  .textual-panel__content div div p:nth-child(3) {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
}
.blog-carousel__arrow {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 100%;
  justify-content: center;
  outline: none;
  padding: 0;
  position: absolute;
  width: 48px;
  z-index: 1;
}
.blog-carousel__arrow--left {
  left: 0;
}
.blog-carousel__arrow--right {
  right: 0;
}
@keyframes scroll-arrowKeyFrames {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(6px);
  }
}
@keyframes opacity-arrowKeyFrames {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
.scroll-arrow {
  animation: scroll-arrowKeyFrames 0.666s ease-in-out infinite,
    opacity-arrowKeyFrames 0.666s ease-in-out infinite;
  animation-direction: alternate;
}
.scroll-arrow-delay {
  animation-delay: 0.5s, 0.5s;
}
.informationStructureMobile {
  display: block;
}
@media (min-width: 1024px) {
  .informationStructureMobile {
    display: none;
  }
}
.informationStructureDesktop {
  display: none;
}
@media (min-width: 1024px) {
  .informationStructureDesktop {
    display: block;
  }
}
.styles-module--marquee--4986d {
  align-items: center;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.styles-module--marquee--4986d > div {
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  will-change: transform;
}
.styles-module--marquee--4986d > div > :nth-child(odd) {
  display: inline-block;
  margin-right: -40px;
  margin-top: 40px;
  vertical-align: top;
}
.styles-module--marquee--4986d > div > :nth-child(2n) {
  display: inline-block;
  margin-right: -40px;
  vertical-align: top;
}
.styles-module--marqueeY--e599e {
  display: block;
  display: flex;
  height: 605px;
  justify-content: center;
  overflow-x: visible;
  overflow-y: hidden;
  position: relative;
  top: 0;
}
.styles-module--marqueeY--e599e > div {
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  will-change: transform;
}
.styles-module--marqueeY--e599e > div > :nth-child(odd) {
  display: block;
  margin-right: 40px;
  margin-top: -40px;
}
.styles-module--marqueeY--e599e > div > :nth-child(2n) {
  display: block;
  margin-left: 40px;
  margin-top: -40px;
}
.side__arrow_ppa {
  fill: purple;
}
.side__arrow_ppa,
.slider-carousel__arrow {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 100%;
  justify-content: center;
  outline: none;
  padding: 0;
  position: absolute;
  width: 48px;
  z-index: 1;
}
.slider-carousel__arrow--left {
  left: 0;
}
.slider-carousel__arrow--right {
  right: 0;
}
.slider-carousel__container {
  position: relative;
  width: 100%;
}
.slider__dots {
  grid-column-gap: 10px;
  bottom: -35px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.slider__dots li {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0.5;
  width: 20px;
}
.slider__dots li.slick-active {
  opacity: 1;
}
.rail {
  border-bottom: 1px solid var(--lineColor);
  position: relative;
  z-index: 3;
}
.viewport {
  -webkit-overflow-scrolling: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  scroll-snap-type: none;
  touch-action: auto;
}
.viewport--scrollable {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  touch-action: pan-x;
}
.viewport--snap {
  scroll-snap-type: x proximity;
}
.video-stories {
  background-color: var(--bgColor);
  padding-bottom: var(--vsp-default);
  padding-top: var(--vsp-default);
}
@media (min-width: 768px) {
  .video-stories {
    padding-bottom: var(--vsp-m);
    padding-top: var(--vsp-m);
  }
}
@media (min-width: 1920px) {
  .video-stories {
    padding-bottom: var(--vsp-xxl);
    padding-top: var(--vsp-xxl);
  }
}
.my-masonry-grid {
  grid-gap: 32px !important;
  display: flex;
  gap: 32px !important;
  width: auto;
}
.my-masonry-grid_column {
  background-clip: padding-box;
  padding-left: 30px;
}
.my-masonry-grid_column > div {
  background: grey;
  margin-bottom: 30px;
}
.my-masonry-grid > div {
  grid-gap: 32px !important;
  gap: 32px !important;
}
.switchBtn {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  position: relative;
  width: 32px;
}
.switchBtn input {
  display: none;
}
.switch {
  background-color: var(--backgroundColor);
  border: 2px solid var(--backgroundColorChecked);
  bottom: 0;
  height: 20px;
  left: 50%;
  max-height: 20px;
  max-width: 30px;
  min-height: 20px;
  min-width: 30px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  width: 30px;
}
.switch:before {
  background-color: var(--backgroundColorDot);
  border: 2px solid var(--backgroundColorChecked);
  content: "";
  height: 10px;
  left: -24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(26px, -50%);
  -ms-transform: translate(26px, -50%);
  transform: translate(26px, -50%);
  transition: 0.4s;
  width: 10px;
}
input:checked + .switch {
  background-color: var(--backgroundColorChecked);
}
input:focus + .switch {
  box-shadow: 0 0 1px #01aeed;
}
input:checked + .switch:before {
  border: 2px solid var(--backgroundColorDot);
  left: -14px;
}
.switch.round {
  border-radius: 34px;
}
.switch.round:before {
  border-radius: 50%;
}
.fixed {
  background-color: inherit;
  box-shadow: 0 20px 24px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.fixed,
.fixedHead {
  border-right: 2px solid var(--borderColor);
  left: 0;
  position: sticky;
  position: -webkit-sticky;
  width: var(--width);
}
.fixedHead {
  box-shadow: 0 -12px 24px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}


  @keyframes hero-carousel__scroll-arrowKeyFrames {
    0% {
      transform: translateY(0);
    }
    to {
      transform: translateY(6px);
    }
  }
  .hero-carousel__arrow {
    fill: purple;
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 48px;
    z-index: 1;
  }
  .hero-carousel__arrow--left {
    left: 0;
  }
  .hero-carousel__arrow--right {
    right: 0;
  }
  @media (min-width: 768px) {
    .hero-carousel__arrow {
      display: flex;
      visibility: visible;
    }
  }
  .hero-carousel__scroll-arrow-container {
    align-items: center;
    bottom: 32px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    right: 0;
  }
  .hero-carousel__scroll-arrow {
    animation: hero-carousel__scroll-arrowKeyFrames 0.666s ease-in-out infinite;
    animation-direction: alternate;
    height: 40px;
    width: 40px;
  }
  .container {
    height: 100%;
    position: relative;
  }
  .container,
  .dots {
    display: flex;
    justify-content: center;
  }
  .dots {
    grid-gap: var(--dotsGap);
    gap: var(--dotsGap);
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .dot {
    cursor: pointer;
    position: relative;
  }
  .dot:after {
    background-color: var(--color);
    border-radius: 100%;
    content: "";
    display: block;
    height: var(--dotWidth);
    left: 50%;
    opacity: var(--opacity);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s;
    width: var(--dotWidth);
  }
  @media (min-width: 1024px) {
    .dot:hover:after {
      opacity: 0.4;
    }
  }
  .dotActive {
    position: relative;
  }
  .dotActive:after {
    background-color: var(--dotActiveColor);
    content: "";
    display: block;
    height: var(--activeSize);
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--activeSize);
  }
  .body {
    min-height: 100%;
  }
  .body,
  .viewport {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .viewport {
    display: block;
    height: 100%;
    overflow-x: hidden;
  }
  .slides {
    grid-gap: 0;
    display: grid;
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    height: 100%;
    overflow: var(--overflow);
  }
  .slide,
  .slides {
    position: relative;
  }
  .slide {
    align-items: center;
    min-height: 100%;
    pointer-events: all;
    transform: translateX(var(--translateX));
    transition: transform 0.6s ease;
    width: 100%;
  }
  @keyframes hero-newcarousel__scroll-arrowKeyFrames {
    0% {
      transform: translateY(0);
    }
    to {
      transform: translateY(6px);
    }
  }
  @media (min-resolution: 120dpi) {
    html {
      font-size: 80%;
    }
  }
  .screen-read-only {
    clip: rect(0, 0, 0, 0);
    background-color: transparent;
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .hero-newcarousel__arrow {
    fill: #fff;
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 0;
    visibility: visible;
    width: 48px;
    z-index: 1;
  }
  .hero-newcarousel__arrow--left {
    left: calc(50% - 60px);
  }
  .hero-newcarousel__arrow--right {
    right: calc(50% - 60px);
  }
  @media (min-width: 768px) {
    .hero-newcarousel__arrow {
      display: flex;
      visibility: visible;
    }
  }
  .hero-newcarousel__scroll-arrow-container {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    right: 0;
  }
  .hero-newcarousel__scroll-arrow-text {
    margin-top: 15px;
  }
  .hero-newcarousel__scroll-arrow {
    animation: hero-newcarousel__scroll-arrowKeyFrames 0.666s ease-in-out
      infinite;
    animation-direction: alternate;
    height: 40px;
    width: 40px;
  }
  .new-carousel.container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
  }
  .new-carousel .body,
  .new-carousel .viewport {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .new-carousel .viewport {
    display: block;
  }
  .new-carousel .slides {
    grid-gap: 0;
    display: grid;
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    height: 100%;
    overflow: var(--overflow);
    position: relative;
  }
  .new-carousel .slide {
    align-items: center;
    height: 100%;
    pointer-events: all;
    position: relative;
    transform: translateX(var(--translateX));
    transition: transform 0.6s ease;
    width: 100%;
  }
  .new-carousel .slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .new-carousel .slides.no-transition .slide {
    transition: none !important;
  }
  .icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .slideActive {
    pointer-events: all;
  }
  .carousel-bottom-controls {
    grid-gap: 10px;
    display: flex;
    gap: 10px;
  }
  .hero-newcarousel__play-pause-button {
    fill: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    position: relative;
    visibility: visible;
    z-index: 1;
  }
  .hero-newcarousel__play-pause-button,
  .play-pause-icon-container {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
  }
  .play-pause-icon-container {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .play-pause-icon-container svg {
    display: block;
    height: 100%;
    width: 100%;
  }
  .carousel-play-pause-controls {
    grid-gap: 10px;
    align-items: center;
    display: flex;
    gap: 10px;
  }
  .carousel-slide-counter {
    color: #fff;
    font-family: PT Serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    z-index: 1;
  }
  .carousel-bottom-bar {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .card-carousel {
    grid-gap: 1em;
    anchor-name: var(--anchor-target);
    border-top: 1px solid #bbb;
    display: flex;
    gap: 1em;
    margin: 3em auto;
    overflow-x: auto;
    padding-bottom: 24px;
    padding-top: 24px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    width: 100%;
  }
  .card-carousel::-webkit-scrollbar {
    display: none;
  }
  .card-carousel::scroll-button(left),
  .card-carousel::scroll-button(right) {
    position-anchor: var(--anchor-target);
    position-area: right top;
    border: 1px solid;
    border-radius: 50%;
    content: "⌃";
    cursor: pointer;
    font-family: Consolas;
    font-size: 2rem;
    height: 40px;
    margin-bottom: 16px;
    padding-bottom: 3px;
    padding-top: 11px;
    position: fixed;
    transform: rotate(90deg);
    translate: -100%;
    width: 40px;
  }
  .card-carousel.transparent::scroll-button(left),
  .card-carousel.transparent::scroll-button(right) {
    background-color: transparent;
    border-color: #0f0f0f;
    color: #0f0f0f;
  }
  .card-carousel.solid::scroll-button(left),
  .card-carousel.solid::scroll-button(right) {
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    color: #fff;
  }
  .card-carousel::scroll-button(left) {
    position-area: right top;
    content: "⌃";
    transform: rotate(270deg);
    translate: -240%;
  }
  .card-carousel::scroll-button(left):disabled,
  .card-carousel::scroll-button(right):disabled {
    cursor: not-allowed;
    opacity: 0.3;
  }
  .card {
    scroll-snap-align: start;
  }
  a,
  abbr,
  acronym,
  address,
  applet,
  article,
  aside,
  audio,
  b,
  big,
  blockquote,
  body,
  canvas,
  caption,
  center,
  cite,
  code,
  dd,
  del,
  details,
  dfn,
  div,
  dl,
  dt,
  em,
  embed,
  fieldset,
  figcaption,
  figure,
  footer,
  form,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  header,
  hgroup,
  html,
  i,
  iframe,
  img,
  ins,
  kbd,
  label,
  legend,
  li,
  mark,
  menu,
  nav,
  object,
  ol,
  output,
  p,
  pre,
  q,
  ruby,
  s,
  samp,
  section,
  small,
  span,
  strike,
  strong,
  sub,
  summary,
  sup,
  table,
  tbody,
  td,
  tfoot,
  th,
  thead,
  time,
  tr,
  tt,
  u,
  ul,
  var,
  video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
    list-style-type: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:after,
  blockquote:before,
  q:after,
  q:before {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  a {
    z-index: 1;
  }
  html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
  }
  main {
    display: block;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  a {
    background-color: transparent;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    -webkit-appearance: button;
  }
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring,
  button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  div[id],
  section[id] {
    scroll-margin-top: 160px;
  }
  div[id^="principles-card-"] {
    scroll-margin-top: 0;
  }
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none;
  }
  .grid {
    display: grid;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-h-0 {
    min-height: 0;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeInTop {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .imageContainer {
    grid-gap: 0;
    display: grid;
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    overflow: hidden;
  }
  .image1,
  .image2,
  .imageContainer {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .image1,
  .image2 {
    align-items: center;
    transition: transform 1s ease;
  }
  .image2 {
    transform: translateX(var(--translateX));
  }
  .overlay {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .styles-module--containerGrid--8d01a {
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .styles-module--L003--2b0d6 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }
  .styles-module--L003Element1--9b0f1 {
    grid-area: 1/1/2/2;
    height: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L003Element2--c7243 {
    grid-area: 1/2/2/3;
    height: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L003Element3--0a3a0 {
    grid-area: 1/3/2/4;
    height: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L004--270d6 {
    grid-template-columns: 4fr repeat(2, 3fr);
    grid-template-rows: 6fr 4fr;
  }
  .styles-module--L004Element1--d78a1 {
    grid-area: 1/1/3/1;
    height: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L004Element2--a6e67 {
    grid-area: 1/2/2/2;
    height: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L004Element3--e1791 {
    grid-area: 1/3/2/3;
    height: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L004Element4--6bb38 {
    grid-area: 2/2/2/4;
    height: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L005--cc7b4 {
    grid-template-columns: 1.3fr 0.7fr repeat(2, 1fr);
    grid-template-rows: 6fr 4fr;
  }
  .styles-module--L005Element1--7cda2 {
    grid-area: 1/1/2/2;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L005Element2--3ea19 {
    grid-area: 1/2/2/4;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L005Element3--d4ef4 {
    grid-area: 1/4/2/5;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L005Element4--b0b45 {
    grid-area: 2/1/3/3;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L005Element5--2830c {
    grid-area: 2/3/3/5;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L006--9692b {
    grid-template-columns: 0.8fr 0.2fr 0.5fr 1fr 1.2fr;
    grid-template-rows: 6fr 4fr;
  }
  .styles-module--L006Element1--c4336 {
    grid-area: 1/1/2/3;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L006Element2--2a3d5 {
    grid-area: 1/3/2/5;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L006Element3--e5c81 {
    grid-area: 2/1/3/2;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L006Element4--55c7a {
    grid-area: 2/2/3/4;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L006Element5--fb8d2 {
    grid-area: 2/4/3/5;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L006Element6--63141 {
    grid-area: 1/5/3/6;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L007--9f618 {
    grid-column-gap: 0;
    grid-row-gap: 0;
    display: grid;
    grid-template-columns: 1fr 0.4fr repeat(2, 0.7fr) 0.4fr 1fr;
    grid-template-rows: 6fr 4fr;
  }
  .styles-module--L007Element1--97727 {
    grid-area: 1/1/2/2;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L007Element2--9c7a3 {
    grid-area: 1/2/2/4;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L007Element3--ec6d2 {
    grid-area: 1/4/2/6;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L007Element4--41af9 {
    grid-area: 1/6/2/7;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L007Element5--61dee {
    grid-area: 2/1/3/3;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L007Element6--df22e {
    grid-area: 2/3/3/5;
    min-width: 0;
    overflow: hidden;
  }
  .styles-module--L007Element7--dc241 {
    grid-area: 2/5/3/7;
    min-width: 0;
    overflow: hidden;
  }
  .new-carousel--hero-side-panel .body,
  .new-carousel--hero-side-panel .slide,
  .new-carousel--hero-side-panel .slide img,
  .new-carousel--hero-side-panel .slides,
  .new-carousel--hero-side-panel .viewport,
  .new-carousel--hero-side-panel.container {
    max-height: 490px;
  }
  a.skip-main {
    height: 1px;
    left: -999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    z-index: -999;
  }
  a.skip-main:focus {
    align-items: center;
    background-color: #fff;
    color: var(--color);
    display: flex;
    font-size: 12px;
    font-weight: 800;
    height: auto;
    justify-content: center;
    left: auto;
    letter-spacing: 1px;
    line-height: 16px;
    overflow: auto;
    padding: 19.3px;
    text-align: center;
    text-transform: uppercase;
    top: auto;
    width: 100%;
    z-index: 999;
  }
  .three-level-menu {
    display: flex;
    font-family: sans-serif;
    height: 354px;
    overflow: hidden;
    width: 100%;
  }
  .menu-wrapper {
    overscroll-behavior: contain;
    -webkit-overscroll-behavior: contain;
    position: relative;
    ::-webkit-scrollbar {
      display: none;
    }
  }
  .scroll-arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    left: 104%;
    opacity: 1;
    padding: 4px;
    position: absolute;
    transition: opacity 0.2s ease;
    z-index: 2;
  }
  .scroll-arrow:hover {
    opacity: 1;
  }
  .scroll-arrow.disabled {
    cursor: default;
    opacity: 0.4;
    pointer-events: none;
  }
  .scroll-arrow.top {
    top: 0;
  }
  .scroll-arrow.bottom {
    bottom: 0;
  }
  .menu {
    height: 100%;
    list-style: none;
    margin: 0;
    max-height: 354px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0;
    position: relative;
    width: 354px;
  }
  .menu.level-0 li {
    padding: 12px 0;
  }
  .menu.level-1 li,
  .menu.level-2 li {
    padding-bottom: 8px;
  }
  .menu.level-1 li:not(:first-child),
  .menu.level-2 li:not(:first-child) {
    padding-top: 8px;
  }
  .menu {
    mask-image: linear-gradient(
      180deg,
      #000 0,
      #000 calc(100% - 50px),
      transparent
    );
    -webkit-mask-image: linear-gradient(
      180deg,
      #000 0,
      #000 calc(100% - 50px),
      transparent
    );
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    transition: -webkit-mask-image 0.3s ease;
    transition: mask-image 0.3s ease;
    transition: mask-image 0.3s ease, -webkit-mask-image 0.3s ease;
  }
  .menu.no-mask {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .menu li {
    word-wrap: break-word;
    border-bottom: 1px solid #e8e8ea;
    cursor: pointer;
    overflow-wrap: break-word;
  }
  .menu.level-0 li {
    padding: 10px 0;
  }
  .menu li:hover {
    opacity: 0.5;
  }
  .menu a {
    color: inherit;
    text-decoration: none;
  }
  .submenu-indented {
    margin-left: 64px;
  }
  .griddo-markdown {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
  }
  .griddo-markdown__newsoftline {
    height: 0;
  }
  .griddo-markdown__newline {
    height: 16px;
  }
  .textual-panel__container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    .textual-panel__content div span p {
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      display: block;
      display: -webkit-box;
      max-height: 170px;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 60%;
    }
  }
  @media (max-width: 767px) {
    .textual-panel__content div div p {
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      display: block;
      display: -webkit-box;
      max-height: 170px;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
    }
    .textual-panel__content div div p:nth-child(2),
    .textual-panel__content div div p:nth-child(3) {
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: block;
      display: -webkit-box;
      max-height: 170px;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
    }
  }
  .blog-carousel__arrow {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 100%;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    width: 48px;
    z-index: 1;
  }
  .blog-carousel__arrow--left {
    left: 0;
  }
  .blog-carousel__arrow--right {
    right: 0;
  }
  @keyframes scroll-arrowKeyFrames {
    0% {
      transform: translateY(0);
    }
    to {
      transform: translateY(6px);
    }
  }
  @keyframes opacity-arrowKeyFrames {
    0% {
      opacity: 0.3;
    }
    to {
      opacity: 1;
    }
  }
  .scroll-arrow {
    animation: scroll-arrowKeyFrames 0.666s ease-in-out infinite,
      opacity-arrowKeyFrames 0.666s ease-in-out infinite;
    animation-direction: alternate;
  }
  .scroll-arrow-delay {
    animation-delay: 0.5s, 0.5s;
  }
  .informationStructureMobile {
    display: block;
  }
  @media (min-width: 1024px) {
    .informationStructureMobile {
      display: none;
    }
  }
  .informationStructureDesktop {
    display: none;
  }
  @media (min-width: 1024px) {
    .informationStructureDesktop {
      display: block;
    }
  }
  .styles-module--marquee--4986d {
    align-items: center;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
  }
  .styles-module--marquee--4986d > div {
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    will-change: transform;
  }
  .styles-module--marquee--4986d > div > :nth-child(odd) {
    display: inline-block;
    margin-right: -40px;
    margin-top: 40px;
    vertical-align: top;
  }
  .styles-module--marquee--4986d > div > :nth-child(2n) {
    display: inline-block;
    margin-right: -40px;
    vertical-align: top;
  }
  .styles-module--marqueeY--e599e {
    display: block;
    display: flex;
    height: 605px;
    justify-content: center;
    overflow-x: visible;
    overflow-y: hidden;
    position: relative;
    top: 0;
  }
  .styles-module--marqueeY--e599e > div {
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    will-change: transform;
  }
  .styles-module--marqueeY--e599e > div > :nth-child(odd) {
    display: block;
    margin-right: 40px;
    margin-top: -40px;
  }
  .styles-module--marqueeY--e599e > div > :nth-child(2n) {
    display: block;
    margin-left: 40px;
    margin-top: -40px;
  }
  .side__arrow_ppa {
    fill: purple;
  }
  .side__arrow_ppa,
  .slider-carousel__arrow {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 100%;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    width: 48px;
    z-index: 1;
  }
  .slider-carousel__arrow--left {
    left: 0;
  }
  .slider-carousel__arrow--right {
    right: 0;
  }
  .slider-carousel__container {
    position: relative;
    width: 100%;
  }
  .slider__dots {
    grid-column-gap: 10px;
    bottom: -35px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    cursor: pointer;
    display: flex !important;
    justify-content: center;
    position: absolute;
    width: 100%;
  }
  .slider__dots li {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    opacity: 0.5;
    width: 20px;
  }
  .slider__dots li.slick-active {
    opacity: 1;
  }
  .rail {
    border-bottom: 1px solid var(--lineColor);
    position: relative;
    z-index: 3;
  }
  .viewport {
    -webkit-overflow-scrolling: auto;
    overflow-y: hidden;
    scroll-behavior: auto;
    scroll-snap-type: none;
    touch-action: auto;
  }
  .viewport--scrollable {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    touch-action: pan-x;
  }
  .viewport--snap {
    scroll-snap-type: x proximity;
  }
  .video-stories {
    background-color: var(--bgColor);
    padding-bottom: var(--vsp-default);
    padding-top: var(--vsp-default);
  }
  @media (min-width: 768px) {
    .video-stories {
      padding-bottom: var(--vsp-m);
      padding-top: var(--vsp-m);
    }
  }
  @media (min-width: 1920px) {
    .video-stories {
      padding-bottom: var(--vsp-xxl);
      padding-top: var(--vsp-xxl);
    }
  }
  .my-masonry-grid {
    grid-gap: 32px !important;
    display: flex;
    gap: 32px !important;
    width: auto;
  }
  .my-masonry-grid_column {
    background-clip: padding-box;
    padding-left: 30px;
  }
  .my-masonry-grid_column > div {
    background: grey;
    margin-bottom: 30px;
  }
  .my-masonry-grid > div {
    grid-gap: 32px !important;
    gap: 32px !important;
  }
  .switchBtn {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    position: relative;
    width: 32px;
  }
  .switchBtn input {
    display: none;
  }
  .switch {
    background-color: var(--backgroundColor);
    border: 2px solid var(--backgroundColorChecked);
    bottom: 0;
    height: 20px;
    left: 50%;
    max-height: 20px;
    max-width: 30px;
    min-height: 20px;
    min-width: 30px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s;
    width: 30px;
  }
  .switch:before {
    background-color: var(--backgroundColorDot);
    border: 2px solid var(--backgroundColorChecked);
    content: "";
    height: 10px;
    left: -24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(26px, -50%);
    -ms-transform: translate(26px, -50%);
    transform: translate(26px, -50%);
    transition: 0.4s;
    width: 10px;
  }
  input:checked + .switch {
    background-color: var(--backgroundColorChecked);
  }
  input:focus + .switch {
    box-shadow: 0 0 1px #01aeed;
  }
  input:checked + .switch:before {
    border: 2px solid var(--backgroundColorDot);
    left: -14px;
  }
  .switch.round {
    border-radius: 34px;
  }
  .switch.round:before {
    border-radius: 50%;
  }
  .fixed {
    background-color: inherit;
    box-shadow: 0 20px 24px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
  .fixed,
  .fixedHead {
    border-right: 2px solid var(--borderColor);
    left: 0;
    position: sticky;
    position: -webkit-sticky;
    width: var(--width);
  }
  .fixedHead {
    box-shadow: 0 -12px 24px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
  }

  html,body{font-family:Montserrat,sans-serif;color:#0F0F0F;background-color:#FFFFFF;min-height:100%;width:100%;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;}/*!sc*/
  *{box-sizing:border-box;}/*!sc*/
  a{color:inherit;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
  #iesite img:not([class*="thesa-"]):not([class*="fr-"]):not([class*="modal-image"]){display:block;max-width:100%;}/*!sc*/
  em{font-style:italic;}/*!sc*/
  .collapse-css-transition{-webkit-transition:height 280ms cubic-bezier(0.4,0,0.2,1);transition:height 280ms cubic-bezier(0.4,0,0.2,1);}/*!sc*/
  h1{margin:0;font-size:unset;}/*!sc*/
  data-styled.g1[id="sc-global-jcARUH1"]{content:"sc-global-jcARUH1,"}/*!sc*/
  .jKatDX{position:relative;z-index:9;}/*!sc*/
  .pccVp{color:#FFFFFF;background-color:#000066;}/*!sc*/
  .eEBkHD{width:100%;max-width:1680px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;}/*!sc*/
  @media screen and (min-width:600px){.eEBkHD{padding-left:48px;padding-right:48px;}}/*!sc*/
  @media screen and (min-width:768px){.eEBkHD{padding-left:56px;padding-right:56px;}}/*!sc*/
  @media screen and (min-width:1024px){.eEBkHD{padding-left:7.5vw;padding-right:7.5vw;}}/*!sc*/
  @media screen and (min-width:1680px){.eEBkHD{padding-left:92px;padding-right:92px;}}/*!sc*/
  .hsetJH{height:56px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .ipBDwb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:auto;}/*!sc*/
  .fjfbdS{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .ewwcKO{display:inline;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;}/*!sc*/
  .fzbedR{color:#FFFFFF;}/*!sc*/
  .bAgalm{height:24px;}/*!sc*/
  .cYbqbx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#FFFFFF;}/*!sc*/
  .cUqpnC{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .gvWGzC{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .eMyarO{height:10px;margin-left:7px;margin-top:4px;}/*!sc*/
  .jcwBDB{height:24px;margin-left:24px;}/*!sc*/
  .xKtbs{display:block;position:relative;height:60px;}/*!sc*/
  .frXzeS{height:64px;}/*!sc*/
  .klWjrY{display:none;}/*!sc*/
  @media screen and (min-width:1216px){.klWjrY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
  .bRZDpa{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%;margin-bottom:32px;}/*!sc*/
  @media screen and (min-width:768px){.bRZDpa{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}/*!sc*/
  @media screen and (min-width:1216px){.bRZDpa{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}}/*!sc*/
  @media screen and (min-width:1216px){.bRZDpa{margin-bottom:16px;}}/*!sc*/
  .klCQWD{margin:5px !important;}/*!sc*/
  .gRXauG{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}/*!sc*/
  .cHTlqO{color:#000066;padding-left:0;padding-right:0;}/*!sc*/
  @media screen and (min-width:1216px){.cHTlqO{color:#FFFFFF;}}/*!sc*/
  @media screen and (min-width:1216px){.cHTlqO{padding-left:10px;padding-right:10px;}}/*!sc*/
  .gsQUrC{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .eCnaBA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  @media screen and (min-width:1216px){.eCnaBA{display:none;}}/*!sc*/
  .jhvHVU{display:block;}/*!sc*/
  .bWFvmV{width:100%;max-width:1680px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;padding-top:44px;}/*!sc*/
  @media screen and (min-width:600px){.bWFvmV{padding-left:48px;padding-right:48px;}}/*!sc*/
  @media screen and (min-width:768px){.bWFvmV{padding-left:56px;padding-right:56px;}}/*!sc*/
  @media screen and (min-width:1024px){.bWFvmV{padding-left:7.5vw;padding-right:7.5vw;}}/*!sc*/
  @media screen and (min-width:1680px){.bWFvmV{padding-left:92px;padding-right:92px;}}/*!sc*/
  .gsOsJG{color:#0F0F0F;margin-bottom:8px;}/*!sc*/
  .golDEj{color:#0F0F0F;}/*!sc*/
  .hNjigW{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #e8e8ea;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:32px;}/*!sc*/
  .hHzOFi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .MLmOA{width:24px;height:24px;margin-left:8px;margin-right:-5px;}/*!sc*/
  .jNPLgb{display:none;}/*!sc*/
  .hjalwr{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:8px;}/*!sc*/
  .keceab{height:35px;width:35px;}/*!sc*/
  .elhvX{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:8px;}/*!sc*/
  .dkuslU{color:link02active;}/*!sc*/
  .ljYyiN{color:#000066;}/*!sc*/
  .ejhrjC{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:32px;}/*!sc*/
  .dsnvXs{position:fixed;}/*!sc*/
  .gYRxnk{padding-top:0;}/*!sc*/
  .bixvyA{max-width:1680px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:auto;margin-left:auto;margin-right:auto;padding-left:48px;padding-right:48px;}/*!sc*/
  @media screen and (min-width:768px){.bixvyA{padding-right:0;padding-left:0;}}/*!sc*/
  .gfycMh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-bottom:32px;padding-left:0px;padding-right:0px;padding-top:32px;}/*!sc*/
  @media screen and (min-width:600px){.gfycMh{padding-left:48px;padding-right:48px;}}/*!sc*/
  @media screen and (min-width:768px){.gfycMh{padding-left:56px;padding-right:56px;padding-top:56px;padding-bottom:56px;}}/*!sc*/
  @media screen and (min-width:1024px){.gfycMh{padding-left:7.5vw;padding-right:7.5vw;}}/*!sc*/
  @media screen and (min-width:1216px){.gfycMh{padding-top:130px;padding-bottom:130px;}}/*!sc*/
  @media screen and (min-width:1680px){.gfycMh{padding-left:92px;padding-right:92px;}}/*!sc*/
  .eYBNBq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;}/*!sc*/
  @media screen and (min-width:1216px){.eYBNBq{width:75%;}}/*!sc*/
  .kRzmmr{color:#EDEDED;width:100%;}/*!sc*/
  @media screen and (min-width:1024px){.kRzmmr{width:60%;}}/*!sc*/
  .cNbjoN{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .hUPPcj{height:24px;width:24px;}/*!sc*/
  .cQgjCV{height:32px;}/*!sc*/
  .kBYLEc{background-color:#F6F6F7;padding-bottom:32px;padding-top:32px;}/*!sc*/
  @media screen and (min-width:768px){.kBYLEc{padding-top:48px;padding-bottom:48px;}}/*!sc*/
  @media screen and (min-width:1542px){.kBYLEc{padding-top:64px;padding-bottom:64px;}}/*!sc*/
  .cqQjfP{margin-bottom:32px;margin-top:0px;}/*!sc*/
  @media screen and (min-width:768px){.cqQjfP{margin-bottom:48px;}}/*!sc*/
  @media screen and (min-width:1024px){.cqQjfP{margin-bottom:64px;}}/*!sc*/
  .fxaVkK{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .fxwjmM{width:100%;background-color:#F6F6F7;}/*!sc*/
  .iGqvJQ{width:100%;max-width:1680px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#F6F6F7;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;}/*!sc*/
  @media screen and (min-width:600px){.iGqvJQ{padding-left:48px;padding-right:48px;}}/*!sc*/
  @media screen and (min-width:768px){.iGqvJQ{padding-left:56px;padding-right:56px;}}/*!sc*/
  @media screen and (min-width:1024px){.iGqvJQ{padding-left:7.5vw;padding-right:7.5vw;}}/*!sc*/
  @media screen and (min-width:1680px){.iGqvJQ{padding-left:92px;padding-right:92px;}}/*!sc*/
  .gRzKvi{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}/*!sc*/
  @media screen and (min-width:768px){.gRzKvi{display:block;}}/*!sc*/
  .bjMfcn{overflow:visible;height:100%;width:100%;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:32px;margin-left:unset;}/*!sc*/
  @media screen and (min-width:768px){.bjMfcn{margin-bottom:48px;}}/*!sc*/
  @media screen and (min-width:1216px){.bjMfcn{margin-left:auto;}}/*!sc*/
  .cOLEmI{height:100%;}/*!sc*/
  .hyonwU{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .jvVdqB{margin-bottom:24px;}/*!sc*/
  .fnqQHG{position:relative;}/*!sc*/
  .gsnwMg{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .jnTHmd{display:block;color:#0F0F0F;}/*!sc*/
  .fPxOoc{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:8px;}/*!sc*/
  .PdsCr{width:big;height:big;display:inline;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;}/*!sc*/
  .gQZubT{margin-left:8px;}/*!sc*/
  .LEmyj{height:16px;}/*!sc*/
  .cDwbWe{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .dmFREC{background-color:#000066;padding-top:0px;padding-bottom:0px;margin-top:0;margin-bottom:0;}/*!sc*/
  .fLfKvZ{width:100%;background-color:#000066;}/*!sc*/
  .jafVys{width:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#000066;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;}/*!sc*/
  .iFIcOM{min-width:33%;max-width:33%;}/*!sc*/
  .ghMxSv{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#000066;min-height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-bottom:56px;padding-left:56px;padding-right:56px;padding-top:56px;}/*!sc*/
  @media screen and (min-width:1024px){.ghMxSv{padding-top:80px;padding-bottom:80px;padding-left:64px;padding-right:64px;}}/*!sc*/
  .dqAGRC{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .bnzJat{text-align:center;position:relative;}/*!sc*/
  .eNihFC{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .fPrmea{text-align:center;color:#FFFFFF;}/*!sc*/
  .dUeeCh{width:100%;max-width:1680px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;padding-top:0;}/*!sc*/
  @media screen and (min-width:600px){.dUeeCh{padding-left:48px;padding-right:48px;}}/*!sc*/
  @media screen and (min-width:768px){.dUeeCh{padding-left:56px;padding-right:56px;}}/*!sc*/
  @media screen and (min-width:1024px){.dUeeCh{padding-left:7.5vw;padding-right:7.5vw;}}/*!sc*/
  @media screen and (min-width:1680px){.dUeeCh{padding-left:92px;padding-right:92px;}}/*!sc*/
  .coGyoH{width:100%;background-color:#F6F6F7;padding-bottom:32px;padding-top:32px;}/*!sc*/
  @media screen and (min-width:768px){.coGyoH{padding-top:48px;padding-bottom:48px;}}/*!sc*/
  @media screen and (min-width:1542px){.coGyoH{padding-top:64px;padding-bottom:64px;}}/*!sc*/
  .hIfMlx{width:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#F6F6F7;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;}/*!sc*/
  .frBTZq{width:100%;max-width:1680px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#F6F6F7;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;}/*!sc*/
  @media screen and (min-width:600px){.frBTZq{padding-left:48px;padding-right:48px;}}/*!sc*/
  @media screen and (min-width:768px){.frBTZq{padding-left:56px;padding-right:56px;}}/*!sc*/
  @media screen and (min-width:1024px){.frBTZq{padding-left:7.5vw;padding-right:7.5vw;}}/*!sc*/
  @media screen and (min-width:1680px){.frBTZq{padding-left:92px;padding-right:92px;}}/*!sc*/
  .kETXsD{width:100%;max-width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:32px;}/*!sc*/
  @media screen and (min-width:768px){.kETXsD{margin-bottom:48px;}}/*!sc*/
  .qellc{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;background-color:#F6F6F7;height:464px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:24px;padding-bottom:24px;}/*!sc*/
  .guNEqG{-webkit-flex-wrap:noWrap;-ms-flex-wrap:noWrap;flex-wrap:noWrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:32px;}/*!sc*/
  .kDZKYa{width:100%;background-color:#FFFFFF;padding-bottom:32px;padding-top:32px;}/*!sc*/
  @media screen and (min-width:768px){.kDZKYa{padding-top:48px;padding-bottom:48px;}}/*!sc*/
  @media screen and (min-width:1542px){.kDZKYa{padding-top:64px;padding-bottom:64px;}}/*!sc*/
  .kKPPOY{width:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#FFFFFF;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;}/*!sc*/
  .iosQAL{width:100%;max-width:1680px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#FFFFFF;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;}/*!sc*/
  @media screen and (min-width:600px){.iosQAL{padding-left:48px;padding-right:48px;}}/*!sc*/
  @media screen and (min-width:768px){.iosQAL{padding-left:56px;padding-right:56px;}}/*!sc*/
  @media screen and (min-width:1024px){.iosQAL{padding-left:7.5vw;padding-right:7.5vw;}}/*!sc*/
  @media screen and (min-width:1680px){.iosQAL{padding-left:92px;padding-right:92px;}}/*!sc*/
  .enVSFa{display:block;padding-top:0;}/*!sc*/
  .cXaPxJ{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;background-color:#FFFFFF;height:464px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:24px;padding-bottom:24px;}/*!sc*/
  .cERMmU{margin-top:56px;padding-left:24px;padding-right:24px;}/*!sc*/
  @media screen and (min-width:600px){.cERMmU{padding-left:32px;padding-right:32px;}}/*!sc*/
  @media screen and (min-width:768px){.cERMmU{padding-left:48px;padding-right:48px;}}/*!sc*/
  .eMCrVV{overflow:visible;height:100%;width:100%;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:0;margin-left:unset;}/*!sc*/
  @media screen and (min-width:1216px){.eMCrVV{margin-left:auto;}}/*!sc*/
  .kxRpCQ{background-color:#FFFFFF;padding-bottom:32px;}/*!sc*/
  @media screen and (min-width:768px){.kxRpCQ{padding-bottom:48px;}}/*!sc*/
  @media screen and (min-width:1542px){.kxRpCQ{padding-bottom:64px;}}/*!sc*/
  .dgXlaS{background-color:#F4F4F4;padding-top:32px;}/*!sc*/
  @media screen and (min-width:768px){.dgXlaS{padding-top:48px;}}/*!sc*/
  @media screen and (min-width:1542px){.dgXlaS{padding-top:64px;}}/*!sc*/
  .hjTuyY{width:100%;background-color:transparent;}/*!sc*/
  .lbXwuY{width:100%;max-width:1680px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:transparent;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;}/*!sc*/
  @media screen and (min-width:600px){.lbXwuY{padding-left:48px;padding-right:48px;}}/*!sc*/
  @media screen and (min-width:768px){.lbXwuY{padding-left:56px;padding-right:56px;}}/*!sc*/
  @media screen and (min-width:1024px){.lbXwuY{padding-left:7.5vw;padding-right:7.5vw;}}/*!sc*/
  @media screen and (min-width:1680px){.lbXwuY{padding-left:92px;padding-right:92px;}}/*!sc*/
  .jRVpwk{margin-bottom:24px;}/*!sc*/
  @media screen and (min-width:768px){.jRVpwk{margin-bottom:64px;}}/*!sc*/
  .FclLg{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;background-color:transparent;height:464px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:56px;margin-bottom:56px;}/*!sc*/
  .dPYoID{width:100%;background-color:#FFFFFF;padding-top:48px;}/*!sc*/
  .cXcufJ{width:100%;max-width:1680px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#FFFFFF;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;}/*!sc*/
  @media screen and (min-width:600px){.cXcufJ{padding-left:48px;padding-right:48px;}}/*!sc*/
  @media screen and (min-width:768px){.cXcufJ{padding-left:56px;padding-right:56px;}}/*!sc*/
  @media screen and (min-width:1024px){.cXcufJ{padding-left:7.5vw;padding-right:7.5vw;}}/*!sc*/
  @media screen and (min-width:1680px){.cXcufJ{padding-left:92px;padding-right:92px;}}/*!sc*/
  .hxHKJL{padding-bottom:24px;padding-left:16px;padding-right:16px;}/*!sc*/
  @media screen and (min-width:768px){.hxHKJL{padding-left:0;padding-right:0;}}/*!sc*/
  @media screen and (min-width:1024px){.hxHKJL{padding-bottom:48px;}}/*!sc*/
  @media screen and (min-width:1542px){.hxHKJL{padding-bottom:64px;}}/*!sc*/
  .ckCsxQ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;}/*!sc*/
  .fVwaIT{margin-bottom:0;}/*!sc*/
  .cYmnaN{background-color:#FFFFFF;height:100%;padding:32px;}/*!sc*/
  .jlQOne{width:100%;background-color:#000066;padding-bottom:32px;padding-top:32px;}/*!sc*/
  @media screen and (min-width:768px){.jlQOne{padding-top:48px;padding-bottom:48px;}}/*!sc*/
  @media screen and (min-width:1542px){.jlQOne{padding-top:64px;padding-bottom:64px;}}/*!sc*/
  .bZmDGx{width:100%;max-width:1680px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#000066;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;}/*!sc*/
  @media screen and (min-width:600px){.bZmDGx{padding-left:48px;padding-right:48px;}}/*!sc*/
  @media screen and (min-width:768px){.bZmDGx{padding-left:56px;padding-right:56px;}}/*!sc*/
  @media screen and (min-width:1024px){.bZmDGx{padding-left:7.5vw;padding-right:7.5vw;}}/*!sc*/
  @media screen and (min-width:1680px){.bZmDGx{padding-left:92px;padding-right:92px;}}/*!sc*/
  .fHLGIs{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .jJPqTD{width:96px;height:96px;}/*!sc*/
  .iQdzFM{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  @media screen and (min-width:600px){.iQdzFM{width:66.66666666666666%;}}/*!sc*/
  .bNNjiG{color:#FFFFFF;text-align:center;}/*!sc*/
  .eLyKzu{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  @media screen and (min-width:600px){.eLyKzu{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:auto;}}/*!sc*/
  .HNtjm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
  .eQNOD{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:8px;}/*!sc*/
  .fuwRsj{width:24px;height:24px;}/*!sc*/
  .dyltrQ{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;background-color:#F6F6F7;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:24px;padding-bottom:24px;}/*!sc*/
  .bvtYEB{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-top:24px;}/*!sc*/
  @media screen and (min-width:768px){.bvtYEB{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}/*!sc*/
  @media screen and (min-width:768px){.bvtYEB{padding-top:24px;}}/*!sc*/
  .dTzQxO{margin-bottom:8px;}/*!sc*/
  @media screen and (min-width:768px){.dTzQxO{margin-bottom:0;margin-right:8px;}}/*!sc*/
  .eioABZ{margin-top:8px;}/*!sc*/
  @media screen and (min-width:768px){.eioABZ{margin-top:0;margin-left:8px;}}/*!sc*/
  .fAyWuy{width:100%;background-color:#FFFFFF;padding-bottom:24px;padding-top:24px;}/*!sc*/
  @media screen and (min-width:768px){.fAyWuy{padding-top:32px;padding-bottom:32px;}}/*!sc*/
  @media screen and (min-width:1542px){.fAyWuy{padding-top:56px;padding-bottom:56px;}}/*!sc*/
  .iIBoud{max-width:100%;min-width:100%;padding:8px;}/*!sc*/
  @media screen and (min-width:768px){.iIBoud{min-width:175px;}}/*!sc*/
  .gWJzdW{height:100%;min-height:285px;}/*!sc*/
  @media screen and (min-width:768px){.gWJzdW{min-height:285px;}}/*!sc*/
  .dbutwy{width:100%;margin:16px;margin-right:32px;}/*!sc*/
  .fGSefj{width:100%;position:relative;height:100%;}/*!sc*/
  .QAQHn{padding:32px;}/*!sc*/
  .dDrnMS{width:100%;padding:16px;}/*!sc*/
  .hEwPZA{padding:24px;}/*!sc*/
  .dOTjKc{color:#0F0F0F;margin-bottom:24px;}/*!sc*/
  .kEmQPH{color:#0F0F0F;margin-top:24px;margin-bottom:24px;}/*!sc*/
  .danwHu{margin-top:32px;}/*!sc*/
  .beJxTt{max-width:50%;min-width:100%;padding:8px;}/*!sc*/
  @media screen and (min-width:768px){.beJxTt{min-width:175px;}}/*!sc*/
  .kgvDIN{height:100%;min-height:285px;}/*!sc*/
  @media screen and (min-width:768px){.kgvDIN{min-height:100%;}}/*!sc*/
  .bItkpN{width:100%;background-color:#000066;padding-top:56px;padding-bottom:56px;}/*!sc*/
  .fcVhXh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;}/*!sc*/
  @media screen and (min-width:1024px){.fcVhXh{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}/*!sc*/
  .hvzClH{width:70%;}/*!sc*/
  .gCpmxb{margin-left:none;}/*!sc*/
  @media screen and (min-width:1024px){.gCpmxb{margin-left:auto;}}/*!sc*/
  .bVVJKZ{width:100%;background-color:#000066;padding-top:48px;padding-bottom:48px;}/*!sc*/
  .gwlxGh{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
  @media screen and (min-width:1024px){.gwlxGh{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}}/*!sc*/
  .djqStF{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  .btvuYa{width:100%;}/*!sc*/
  @media screen and (min-width:600px){.btvuYa{width:100%;}}/*!sc*/
  @media screen and (min-width:768px){.btvuYa{width:100%;}}/*!sc*/
  @media screen and (min-width:1024px){.btvuYa{width:100%;}}/*!sc*/
  @media screen and (min-width:1216px){.btvuYa{width:100%;}}/*!sc*/
  @media screen and (min-width:1542px){.btvuYa{width:100%;}}/*!sc*/
  @media screen and (min-width:1024px){.btvuYa{padding-right:48px;}}/*!sc*/
  .fFQGvy{display:inline-block;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;}/*!sc*/
  .ikiFsp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;}/*!sc*/
  @media screen and (min-width:1024px){.ikiFsp{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}/*!sc*/
  .fLcpPm{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}/*!sc*/
  .gXRAPA{height:22px;}/*!sc*/
  .kPJGvu{color:#FFFFFF;}/*!sc*/
  @media screen and (min-width:600px){.kPJGvu{margin-right:auto;}}/*!sc*/
  @media screen and (min-width:768px){}/*!sc*/
  @media screen and (min-width:1024px){.kPJGvu{margin-right:auto;}}/*!sc*/
  @media screen and (min-width:1024px){.fnrhjk{margin-left:auto;}}/*!sc*/
  .bQlsXD{width:70px;}/*!sc*/
  @media screen and (min-width:768px){.bQlsXD{width:88px;}}/*!sc*/
  data-styled.g2[id="sc-1r54gnd-0"]{content:"jKatDX,pccVp,eEBkHD,hsetJH,ipBDwb,fjfbdS,ewwcKO,fzbedR,bAgalm,cYbqbx,cUqpnC,gvWGzC,eMyarO,jcwBDB,xKtbs,frXzeS,klWjrY,bRZDpa,klCQWD,gRXauG,cHTlqO,gsQUrC,eCnaBA,jhvHVU,bWFvmV,gsOsJG,golDEj,hNjigW,hHzOFi,MLmOA,jNPLgb,hjalwr,keceab,elhvX,dkuslU,ljYyiN,ejhrjC,dsnvXs,gYRxnk,bixvyA,gfycMh,eYBNBq,kRzmmr,cNbjoN,hUPPcj,cQgjCV,kBYLEc,cqQjfP,fxaVkK,fxwjmM,iGqvJQ,gRzKvi,bjMfcn,cOLEmI,hyonwU,jvVdqB,fnqQHG,gsnwMg,jnTHmd,fPxOoc,PdsCr,gQZubT,LEmyj,cDwbWe,dmFREC,fLfKvZ,jafVys,iFIcOM,ghMxSv,dqAGRC,bnzJat,eNihFC,fPrmea,dUeeCh,coGyoH,hIfMlx,frBTZq,kETXsD,qellc,guNEqG,kDZKYa,kKPPOY,iosQAL,enVSFa,cXaPxJ,cERMmU,eMCrVV,kxRpCQ,dgXlaS,hjTuyY,lbXwuY,jRVpwk,FclLg,dPYoID,cXcufJ,hxHKJL,ckCsxQ,fVwaIT,cYmnaN,jlQOne,bZmDGx,fHLGIs,jJPqTD,iQdzFM,bNNjiG,eLyKzu,HNtjm,eQNOD,fuwRsj,dyltrQ,bvtYEB,dTzQxO,eioABZ,fAyWuy,iIBoud,gWJzdW,dbutwy,fGSefj,QAQHn,dDrnMS,hEwPZA,dOTjKc,kEmQPH,danwHu,beJxTt,kgvDIN,bItkpN,fcVhXh,hvzClH,gCpmxb,bVVJKZ,gwlxGh,djqStF,btvuYa,fFQGvy,ikiFsp,fLcpPm,gXRAPA,kPJGvu,fnrhjk,bQlsXD,"}/*!sc*/
  .jsXUZt > *:last-child{margin-right:0;}/*!sc*/
  .kbnKVt{margin-bottom:-16px;}/*!sc*/
  .kbnKVt > *{margin-right:16px;margin-bottom:16px;}/*!sc*/
  .kbnKVt > *:last-child{margin-right:0;}/*!sc*/
  .hOnZYQ{margin-bottom:-16px;}/*!sc*/
  .hOnZYQ > *{margin-bottom:16px;}/*!sc*/
  .hOnZYQ > *:last-child{margin-right:0;}/*!sc*/
  .jXAGJc{margin-bottom:-16px;}/*!sc*/
  .jXAGJc > *{margin-right:24px;margin-bottom:16px;}/*!sc*/
  .jXAGJc > *:last-child{margin-right:0;}/*!sc*/
  data-styled.g8[id="sc-12l65tc-0"]{content:"jsXUZt,kbnKVt,hOnZYQ,jXAGJc,"}/*!sc*/
  .eEhOCS > * + *{margin-left:56px;}/*!sc*/
  .kBZNBn > * + *{margin-left:24px;}/*!sc*/
  .bndHgq > * + *{margin-left:16px;}/*!sc*/
  .iasFWU > * + *{margin-left:32px;}/*!sc*/
  .fIGnRe > * + *{margin-left:0;margin-top:16px;}/*!sc*/
  @media screen and (min-width:768px){.fIGnRe > * + *{margin-top:0;margin-left:16px;}}/*!sc*/
  .tjcvd > * + *{margin-left:8px;}/*!sc*/
  .hAmMFc > * + *{margin-top:32px;}/*!sc*/
  .XWBAC > * + *{margin-top:16px;}/*!sc*/
  @media screen and (min-width:768px){.XWBAC > * + *{margin-top:24px;}}/*!sc*/
  @media screen and (min-width:1542px){.XWBAC > * + *{margin-top:32px;}}/*!sc*/
  .ldFCMX > * + *{margin-top:24px;}/*!sc*/
  .dOiiJm > * + *{margin-top:16px;}/*!sc*/
  .bjmGkO > * + *{margin-top:24px;}/*!sc*/
  @media screen and (min-width:1024px){.bjmGkO > * + *{margin-top:0;}}/*!sc*/
  .ibNcCq > * + *{margin-left:0;margin-top:48px;}/*!sc*/
  @media screen and (min-width:1024px){.ibNcCq > * + *{margin-left:64px;margin-top:0;}}/*!sc*/
  data-styled.g9[id="sc-137ucb8-0"]{content:"eEhOCS,kBZNBn,bndHgq,iasFWU,fIGnRe,tjcvd,hAmMFc,XWBAC,jOeumU,ldFCMX,dOiiJm,bjmGkO,ibNcCq,"}/*!sc*/
  .ktriMI{font-family:Montserrat,sans-serif;font-size:10px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:14px;text-transform:uppercase;}/*!sc*/
  .ktriMI::before,.ktriMI::after{content:"";display:block;}/*!sc*/
  .ktriMI::before{margin-bottom:-0.7em;}/*!sc*/
  .ktriMI::after{margin-top:-0.7em;}/*!sc*/
  @media only screen and (min-width:768px){.ktriMI{font-size:11px;line-height:16px;}.ktriMI::before,.ktriMI::after{content:"";display:block;}.ktriMI::before{margin-bottom:-0.6363636363636364em;}.ktriMI::after{margin-top:-0.6363636363636364em;}}/*!sc*/
  @media only screen and (min-width:1542px){.ktriMI{font-size:13px;line-height:18px;}.ktriMI::before,.ktriMI::after{content:"";display:block;}.ktriMI::before{margin-bottom:-0.6153846153846154em;}.ktriMI::after{margin-top:-0.5384615384615384em;}}/*!sc*/
  .ktriMI::after,.ktriMI:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  .bDNLrD{font-family:Montserrat,sans-serif;font-size:9px;font-weight:400;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:14px;text-transform:uppercase;}/*!sc*/
  .bDNLrD::before,.bDNLrD::after{content:"";display:block;}/*!sc*/
  .bDNLrD::before{margin-bottom:-0.6666666666666666em;}/*!sc*/
  .bDNLrD::after{margin-top:-0.4444444444444444em;}/*!sc*/
  @media only screen and (min-width:768px){.bDNLrD::before,.bDNLrD::after{content:"";display:block;}.bDNLrD::before{margin-bottom:-0.7777777777777778em;}.bDNLrD::after{margin-top:-0.4444444444444444em;}}/*!sc*/
  @media only screen and (min-width:1542px){.bDNLrD::before,.bDNLrD::after{content:"";display:block;}.bDNLrD::before{margin-bottom:-0.6666666666666666em;}.bDNLrD::after{margin-top:-0.4444444444444444em;}}/*!sc*/
  .bDNLrD::after,.bDNLrD:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  .bloAGQ{font-family:Montserrat,sans-serif;font-size:9px;font-weight:400;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:14px;text-transform:uppercase;text-transform:uppercase;}/*!sc*/
  .bloAGQ::before,.bloAGQ::after{content:"";display:block;}/*!sc*/
  .bloAGQ::before{margin-bottom:-0.6666666666666666em;}/*!sc*/
  .bloAGQ::after{margin-top:-0.4444444444444444em;}/*!sc*/
  @media only screen and (min-width:768px){.bloAGQ::before,.bloAGQ::after{content:"";display:block;}.bloAGQ::before{margin-bottom:-0.7777777777777778em;}.bloAGQ::after{margin-top:-0.4444444444444444em;}}/*!sc*/
  @media only screen and (min-width:1542px){.bloAGQ::before,.bloAGQ::after{content:"";display:block;}.bloAGQ::before{margin-bottom:-0.6666666666666666em;}.bloAGQ::after{margin-top:-0.4444444444444444em;}}/*!sc*/
  .bloAGQ::after,.bloAGQ:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  .cTZsp{font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:16px;}/*!sc*/
  .cTZsp::before,.cTZsp::after{content:"";display:block;}/*!sc*/
  .cTZsp::before{margin-bottom:-0.2727272727272727em;}/*!sc*/
  .cTZsp::after{margin-top:-0.2727272727272727em;}/*!sc*/
  @media only screen and (min-width:768px){.cTZsp::before,.cTZsp::after{content:"";display:block;}.cTZsp::before{margin-bottom:-0.2727272727272727em;}.cTZsp::after{margin-top:-0.2727272727272727em;}}/*!sc*/
  .cTZsp::after,.cTZsp:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  .bMEIks{font-family:Montserrat,sans-serif;font-size:10px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:14px;text-transform:uppercase;}/*!sc*/
  .bMEIks::before,.bMEIks::after{content:"";display:block;}/*!sc*/
  .bMEIks::before{margin-bottom:-0.6em;}/*!sc*/
  .bMEIks::after{margin-top:-0.6em;}/*!sc*/
  @media only screen and (min-width:768px){.bMEIks{font-size:11px;line-height:16px;}.bMEIks::before,.bMEIks::after{content:"";display:block;}.bMEIks::before{margin-bottom:-0.6363636363636364em;}.bMEIks::after{margin-top:-0.6363636363636364em;}}/*!sc*/
  @media only screen and (min-width:1542px){.bMEIks{font-size:13px;line-height:18px;}.bMEIks::before,.bMEIks::after{content:"";display:block;}.bMEIks::before{margin-bottom:-0.6153846153846154em;}.bMEIks::after{margin-top:-0.5384615384615384em;}}/*!sc*/
  .bMEIks::after,.bMEIks:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  .dUggGZ{font-family:Montserrat,sans-serif;font-size:13px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:18px;text-transform:uppercase;}/*!sc*/
  .dUggGZ::before,.dUggGZ::after{content:"";display:block;}/*!sc*/
  .dUggGZ::before{margin-bottom:-0.46153846153846156em;}/*!sc*/
  .dUggGZ::after{margin-top:-0.46153846153846156em;}/*!sc*/
  @media only screen and (min-width:768px){.dUggGZ{font-size:15px;line-height:22px;}.dUggGZ::before,.dUggGZ::after{content:"";display:block;}.dUggGZ::before{margin-bottom:-0.4666666666666667em;}.dUggGZ::after{margin-top:-0.5333333333333333em;}}/*!sc*/
  @media only screen and (min-width:1542px){.dUggGZ{font-size:18px;line-height:26px;}.dUggGZ::before,.dUggGZ::after{content:"";display:block;}.dUggGZ::before{margin-bottom:-0.3888888888888889em;}.dUggGZ::after{margin-top:-0.4444444444444444em;}}/*!sc*/
  .dUggGZ::after,.dUggGZ:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  .lnuEhJ{font-family:PT Serif,serif;font-size:14px;font-weight:400;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:22px;}/*!sc*/
  .lnuEhJ::before,.lnuEhJ::after{content:"";display:block;}/*!sc*/
  .lnuEhJ::before{margin-bottom:-0.42857142857142855em;}/*!sc*/
  .lnuEhJ::after{margin-top:-0.42857142857142855em;}/*!sc*/
  @media only screen and (min-width:768px){.lnuEhJ{font-size:15px;line-height:24px;}.lnuEhJ::before,.lnuEhJ::after{content:"";display:block;}.lnuEhJ::before{margin-bottom:-0.4666666666666667em;}.lnuEhJ::after{margin-top:-0.5333333333333333em;}}/*!sc*/
  @media only screen and (min-width:1542px){.lnuEhJ{font-size:17px;line-height:26px;}.lnuEhJ::before,.lnuEhJ::after{content:"";display:block;}.lnuEhJ::before{margin-bottom:-0.47058823529411764em;}.lnuEhJ::after{margin-top:-0.47058823529411764em;}}/*!sc*/
  .lnuEhJ::after,.lnuEhJ:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  .jCioAA{font-family:PT Serif,serif;font-size:13px;font-weight:400;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:20px;}/*!sc*/
  .jCioAA::before,.jCioAA::after{content:"";display:block;}/*!sc*/
  .jCioAA::before{margin-bottom:-0.38461538461538464em;}/*!sc*/
  .jCioAA::after{margin-top:-0.46153846153846156em;}/*!sc*/
  @media only screen and (min-width:768px){.jCioAA::before,.jCioAA::after{content:"";display:block;}.jCioAA::before{margin-bottom:-0.38461538461538464em;}.jCioAA::after{margin-top:-0.46153846153846156em;}}/*!sc*/
  @media only screen and (min-width:1542px){.jCioAA::before,.jCioAA::after{content:"";display:block;}.jCioAA::before{margin-bottom:-0.38461538461538464em;}.jCioAA::after{margin-top:-0.46153846153846156em;}}/*!sc*/
  .jCioAA::after,.jCioAA:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  .Bumwi{font-family:PT Serif,serif;font-size:13px;font-weight:600;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:20px;}/*!sc*/
  .Bumwi::before,.Bumwi::after{content:"";display:block;}/*!sc*/
  .Bumwi::before{margin-bottom:-0.38461538461538464em;}/*!sc*/
  .Bumwi::after{margin-top:-0.46153846153846156em;}/*!sc*/
  @media only screen and (min-width:768px){.Bumwi::before,.Bumwi::after{content:"";display:block;}.Bumwi::before{margin-bottom:-0.38461538461538464em;}.Bumwi::after{margin-top:-0.46153846153846156em;}}/*!sc*/
  @media only screen and (min-width:1542px){.Bumwi::before,.Bumwi::after{content:"";display:block;}.Bumwi::before{margin-bottom:-0.38461538461538464em;}.Bumwi::after{margin-top:-0.46153846153846156em;}}/*!sc*/
  .Bumwi::after,.Bumwi:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  .dTRYbI{font-family:Montserrat,sans-serif;font-size:24px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:30px;text-transform:uppercase;}/*!sc*/
  .dTRYbI::before,.dTRYbI::after{content:"";display:block;}/*!sc*/
  .dTRYbI::before{margin-bottom:-0.25em;}/*!sc*/
  .dTRYbI::after{margin-top:-0.25em;}/*!sc*/
  @media only screen and (min-width:768px){.dTRYbI{font-size:35px;line-height:42px;}.dTRYbI::before,.dTRYbI::after{content:"";display:block;}.dTRYbI::before{margin-bottom:-0.22857142857142856em;}.dTRYbI::after{margin-top:-0.2571428571428571em;}}/*!sc*/
  @media only screen and (min-width:1542px){.dTRYbI{font-size:48px;line-height:56px;}.dTRYbI::before,.dTRYbI::after{content:"";display:block;}.dTRYbI::before{margin-bottom:-0.3333333333333333em;}.dTRYbI::after{margin-top:-0.3333333333333333em;}}/*!sc*/
  .jGwDSN{font-family:PT Serif,serif;font-size:16px;font-weight:400;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:24px;font-style:italic;}/*!sc*/
  .jGwDSN::before,.jGwDSN::after{content:"";display:block;}/*!sc*/
  .jGwDSN::before{margin-bottom:-0.4375em;}/*!sc*/
  .jGwDSN::after{margin-top:-0.375em;}/*!sc*/
  @media only screen and (min-width:768px){.jGwDSN{font-size:18px;line-height:28px;}.jGwDSN::before,.jGwDSN::after{content:"";display:block;}.jGwDSN::before{margin-bottom:-0.4444444444444444em;}.jGwDSN::after{margin-top:-0.5em;}}/*!sc*/
  @media only screen and (min-width:1542px){.jGwDSN{font-size:22px;line-height:32px;}.jGwDSN::before,.jGwDSN::after{content:"";display:block;}.jGwDSN::before{margin-bottom:-0.45454545454545453em;}.jGwDSN::after{margin-top:-0.45454545454545453em;}}/*!sc*/
  .fhPZfT{font-family:PT Serif,serif;font-size:15px;font-weight:400;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:22px;}/*!sc*/
  .fhPZfT::before,.fhPZfT::after{content:"";display:block;}/*!sc*/
  .fhPZfT::before{margin-bottom:-0.4666666666666667em;}/*!sc*/
  .fhPZfT::after{margin-top:-0.4em;}/*!sc*/
  @media only screen and (min-width:768px){.fhPZfT{font-size:18px;line-height:28px;}.fhPZfT::before,.fhPZfT::after{content:"";display:block;}.fhPZfT::before{margin-bottom:-0.5em;}.fhPZfT::after{margin-top:-0.5em;}}/*!sc*/
  @media only screen and (min-width:1542px){.fhPZfT{font-size:22px;line-height:32px;}.fhPZfT::before,.fhPZfT::after{content:"";display:block;}.fhPZfT::before{margin-bottom:-0.4090909090909091em;}.fhPZfT::after{margin-top:-0.45454545454545453em;}}/*!sc*/
  .fhPZfT::after,.fhPZfT:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  .MQktV{font-family:Montserrat,sans-serif;font-size:13px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:18px;text-transform:uppercase;}/*!sc*/
  .MQktV::before,.MQktV::after{content:"";display:block;}/*!sc*/
  .MQktV::before{margin-bottom:-0.46153846153846156em;}/*!sc*/
  .MQktV::after{margin-top:-0.46153846153846156em;}/*!sc*/
  @media only screen and (min-width:768px){.MQktV{font-size:15px;line-height:22px;}.MQktV::before,.MQktV::after{content:"";display:block;}.MQktV::before{margin-bottom:-0.4666666666666667em;}.MQktV::after{margin-top:-0.5333333333333333em;}}/*!sc*/
  @media only screen and (min-width:1542px){.MQktV{font-size:18px;line-height:26px;}.MQktV::before,.MQktV::after{content:"";display:block;}.MQktV::before{margin-bottom:-0.3888888888888889em;}.MQktV::after{margin-top:-0.4444444444444444em;}}/*!sc*/
  .kzUOzd{font-family:PT Serif,serif;font-size:14px;font-weight:400;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:22px;}/*!sc*/
  .kzUOzd::before,.kzUOzd::after{content:"";display:block;}/*!sc*/
  .kzUOzd::before{margin-bottom:-0.42857142857142855em;}/*!sc*/
  .kzUOzd::after{margin-top:-0.42857142857142855em;}/*!sc*/
  @media only screen and (min-width:768px){.kzUOzd{font-size:15px;line-height:24px;}.kzUOzd::before,.kzUOzd::after{content:"";display:block;}.kzUOzd::before{margin-bottom:-0.4666666666666667em;}.kzUOzd::after{margin-top:-0.5333333333333333em;}}/*!sc*/
  @media only screen and (min-width:1542px){.kzUOzd{font-size:17px;line-height:26px;}.kzUOzd::before,.kzUOzd::after{content:"";display:block;}.kzUOzd::before{margin-bottom:-0.47058823529411764em;}.kzUOzd::after{margin-top:-0.47058823529411764em;}}/*!sc*/
  .dNHhUe::after,.dNHhUe:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  .jLSULI{font-family:Montserrat,sans-serif;font-size:62px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:75px;text-transform:uppercase;}/*!sc*/
  .jLSULI::before,.jLSULI::after{content:"";display:block;}/*!sc*/
  .jLSULI::before{margin-bottom:-0.22580645161290322em;}/*!sc*/
  .jLSULI::after{margin-top:-0.25806451612903225em;}/*!sc*/
  @media only screen and (min-width:768px){.jLSULI{font-size:90px;line-height:90px;}.jLSULI::before,.jLSULI::after{content:"";display:block;}.jLSULI::before{margin-bottom:-0.14444444444444443em;}.jLSULI::after{margin-top:-0.14444444444444443em;}}/*!sc*/
  @media only screen and (min-width:1542px){.jLSULI{font-size:100px;line-height:100px;}.jLSULI::before,.jLSULI::after{content:"";display:block;}.jLSULI::before{margin-bottom:-0.15em;}.jLSULI::after{margin-top:-0.14em;}}/*!sc*/
  .iHmDjR{font-family:Montserrat,sans-serif;font-size:18px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:24px;text-transform:uppercase;}/*!sc*/
  .iHmDjR::before,.iHmDjR::after{content:"";display:block;}/*!sc*/
  .iHmDjR::before{margin-bottom:-0.3333333333333333em;}/*!sc*/
  .iHmDjR::after{margin-top:-0.3333333333333333em;}/*!sc*/
  @media only screen and (min-width:768px){.iHmDjR{font-size:30px;line-height:38px;}.iHmDjR::before,.iHmDjR::after{content:"";display:block;}.iHmDjR::before{margin-bottom:-0.23333333333333334em;}.iHmDjR::after{margin-top:-0.26666666666666666em;}}/*!sc*/
  @media only screen and (min-width:1542px){.iHmDjR{font-size:36px;line-height:42px;}.iHmDjR::before,.iHmDjR::after{content:"";display:block;}.iHmDjR::before{margin-bottom:-0.2777777777777778em;}.iHmDjR::after{margin-top:-0.3055555555555556em;}}/*!sc*/
  .hAooNn{font-family:PT Serif,serif;font-size:15px;font-weight:400;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:22px;}/*!sc*/
  .hAooNn::before,.hAooNn::after{content:"";display:block;}/*!sc*/
  .hAooNn::before{margin-bottom:-0.4666666666666667em;}/*!sc*/
  .hAooNn::after{margin-top:-0.4em;}/*!sc*/
  @media only screen and (min-width:768px){.hAooNn{font-size:18px;line-height:28px;}.hAooNn::before,.hAooNn::after{content:"";display:block;}.hAooNn::before{margin-bottom:-0.5em;}.hAooNn::after{margin-top:-0.5em;}}/*!sc*/
  @media only screen and (min-width:1542px){.hAooNn{font-size:22px;line-height:32px;}.hAooNn::before,.hAooNn::after{content:"";display:block;}.hAooNn::before{margin-bottom:-0.4090909090909091em;}.hAooNn::after{margin-top:-0.45454545454545453em;}}/*!sc*/
  .fyuZEe{font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:16px;text-transform:uppercase;}/*!sc*/
  .fyuZEe::before,.fyuZEe::after{content:"";display:block;}/*!sc*/
  .fyuZEe::before{margin-bottom:-0.2727272727272727em;}/*!sc*/
  .fyuZEe::after{margin-top:-0.2727272727272727em;}/*!sc*/
  @media only screen and (min-width:768px){.fyuZEe::before,.fyuZEe::after{content:"";display:block;}.fyuZEe::before{margin-bottom:-0.2727272727272727em;}.fyuZEe::after{margin-top:-0.2727272727272727em;}}/*!sc*/
  .fyuZEe::after,.fyuZEe:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  .eyqYfQ{font-family:Montserrat,sans-serif;font-size:24px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:30px;text-transform:uppercase;}/*!sc*/
  .eyqYfQ::before,.eyqYfQ::after{content:"";display:block;}/*!sc*/
  .eyqYfQ::before{margin-bottom:-0.25em;}/*!sc*/
  .eyqYfQ::after{margin-top:-0.25em;}/*!sc*/
  @media only screen and (min-width:768px){.eyqYfQ{font-size:35px;line-height:42px;}.eyqYfQ::before,.eyqYfQ::after{content:"";display:block;}.eyqYfQ::before{margin-bottom:-0.22857142857142856em;}.eyqYfQ::after{margin-top:-0.2571428571428571em;}}/*!sc*/
  @media only screen and (min-width:1542px){.eyqYfQ{font-size:48px;line-height:56px;}.eyqYfQ::before,.eyqYfQ::after{content:"";display:block;}.eyqYfQ::before{margin-bottom:-0.3333333333333333em;}.eyqYfQ::after{margin-top:-0.3333333333333333em;}}/*!sc*/
  .eyqYfQ::after,.eyqYfQ:before{content:unset;margin-top:0;margin-bottom:0;}/*!sc*/
  data-styled.g10[id="sc-14evbur-0"]{content:"ktriMI,bDNLrD,bloAGQ,cTZsp,bMEIks,dUggGZ,lnuEhJ,jCioAA,Bumwi,dTRYbI,jGwDSN,fhPZfT,MQktV,kzUOzd,dNHhUe,jLSULI,iHmDjR,hAooNn,fyuZEe,eyqYfQ,"}/*!sc*/
  .jzwTdb *{fill:#000066;}/*!sc*/
  data-styled.g27[id="IconSystem__BaseSearch2-sc-16tbhrs-14"]{content:"jzwTdb,"}/*!sc*/
  .bupXKE *{fill:#000066;}/*!sc*/
  data-styled.g39[id="IconSystem__BaseQuestion-sc-16tbhrs-26"]{content:"bupXKE,"}/*!sc*/
  .cFnHlp *{fill:#000066;}/*!sc*/
  .innEJF *{fill:#FFFFFF;}/*!sc*/
  data-styled.g134[id="IconSystem__BaseExternalLink-sc-16tbhrs-121"]{content:"fbitGM,cFnHlp,innEJF,"}/*!sc*/
  .ghtiFP *{fill:icon01;}/*!sc*/
  .iTCxbg *{fill:#0F0F0F;}/*!sc*/
  .CHuyA *{fill:#fff;}/*!sc*/
  .gHkweS *{fill:#000066;}/*!sc*/
  data-styled.g135[id="IconSystem__BaseHigher-sc-16tbhrs-122"]{content:"ghtiFP,iTCxbg,CHuyA,gHkweS,"}/*!sc*/
  .jPzwzy *{fill:#fff;}/*!sc*/
  data-styled.g137[id="IconSystem__BaseLess-sc-16tbhrs-124"]{content:"jPzwzy,"}/*!sc*/
  .bMvHco *{fill:#FFFFFF;}/*!sc*/
  data-styled.g139[id="IconSystem__BaseOpenMenu-sc-16tbhrs-126"]{content:"bMvHco,"}/*!sc*/
  .iqLlDM *{fill:#fff;}/*!sc*/
  .fVhFlw *{fill:#fff;}/*!sc*/
  data-styled.g140[id="IconSystem__BasePauseSimple-sc-16tbhrs-127"]{content:"iqLlDM,"}/*!sc*/
  .kNVhFk *{fill:#FFFFFF;}/*!sc*/
  data-styled.g151[id="IconSystem__BaseFacebook-sc-16tbhrs-138"]{content:"kNVhFk,"}/*!sc*/
  .jPBZff *{fill:#FFFFFF;}/*!sc*/
  data-styled.g153[id="IconSystem__BaseInstagram-sc-16tbhrs-140"]{content:"jPBZff,"}/*!sc*/
  .gxZjlA *{fill:#FFFFFF;}/*!sc*/
  data-styled.g154[id="IconSystem__BaseLinkedin-sc-16tbhrs-141"]{content:"gxZjlA,"}/*!sc*/
  .jvhmpr *{fill:#FFFFFF;}/*!sc*/
  data-styled.g155[id="IconSystem__BasePodcast-sc-16tbhrs-142"]{content:"jvhmpr,"}/*!sc*/
  .cllUol *{fill:#FFFFFF;}/*!sc*/
  data-styled.g157[id="IconSystem__BaseTiktok-sc-16tbhrs-144"]{content:"cllUol,"}/*!sc*/
  .hstuUb *{fill:#FFFFFF;}/*!sc*/
  data-styled.g158[id="IconSystem__BaseTwitter-sc-16tbhrs-145"]{content:"hstuUb,"}/*!sc*/
  .hqMLkl *{fill:#FFFFFF;}/*!sc*/
  data-styled.g160[id="IconSystem__BaseYoutube-sc-16tbhrs-147"]{content:"hqMLkl,"}/*!sc*/
  .jUOMBd{-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;opacity:0.5;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0px;}/*!sc*/
  .iNJrjH{-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;opacity:1;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0px;}/*!sc*/
  .fTvYFX{-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;opacity:1;}/*!sc*/
  .cxhGGh{-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;opacity:0.5;}/*!sc*/
  data-styled.g182[id="DesktopSubMenuHorizontal__SubLinkItem-sc-1nhenba-0"]{content:"jUOMBd,iNJrjH,fTvYFX,cxhGGh,"}/*!sc*/
  .hFvjzF{-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;opacity:1;}/*!sc*/
  .dJmcDN{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;opacity:1;}/*!sc*/
  data-styled.g183[id="DesktopSubMenuHorizontal__ChildrenLinkText-sc-1nhenba-1"]{content:"hFvjzF,dJmcDN,"}/*!sc*/
  .byeLwZ{cursor:pointer;-webkit-transition:0.3s ease;transition:0.3s ease;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;}/*!sc*/
  .byeLwZ:hover{opacity:0.5;}/*!sc*/
  data-styled.g184[id="DesktopSubMenuHorizontal__StyledLinkWrapper-sc-1nhenba-2"]{content:"byeLwZ,"}/*!sc*/
  .kIMWHK{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:24px;margin-left:0;}/*!sc*/
  data-styled.g185[id="DesktopSubMenuHorizontal__StyledLinkWrapperLeft-sc-1nhenba-3"]{content:"kIMWHK,"}/*!sc*/
  .hExqOe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:24px;margin-right:0;}/*!sc*/
  data-styled.g186[id="DesktopSubMenuHorizontal__StyledLinkWrapperRight-sc-1nhenba-4"]{content:"hExqOe,"}/*!sc*/
  .gWQVOV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;cursor:pointer;color:#FFFFFF;}/*!sc*/
  .gWQVOV svg{position:relative;-webkit-transition:-webkit-transform 0.25s ease-out;-webkit-transition:transform 0.25s ease-out;transition:transform 0.25s ease-out;}/*!sc*/
  .gWQVOV svg path{fill:#FFFFFF;}/*!sc*/
  .gWQVOV:hover svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);z-index:9999;}/*!sc*/
  .gWQVOV:hover svg path{fill:#000066;}/*!sc*/
  .gWQVOV:hover .RecursiveMenu__SubMenuLabel-sc-fwizgx-0 span{color:#888A8C;}/*!sc*/
  data-styled.g207[id="RecursiveMenu__SubMenuWrapper-sc-fwizgx-1"]{content:"gWQVOV,"}/*!sc*/
  .SXYcL{position:relative;z-index:9999;}/*!sc*/
  data-styled.g208[id="RecursiveMenu__SubMenuLabelLink-sc-fwizgx-2"]{content:"SXYcL,"}/*!sc*/
  .geIbnN a{display:inline-block;position:relative;width:100%;height:100%;}/*!sc*/
  data-styled.g212[id="RecursiveMenu__RecursiveFocus-sc-fwizgx-6"]{content:"geIbnN,"}/*!sc*/
  .bbfvgu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#FFFFFF;height:100vh;width:100%;z-index:9;overflow-y:scroll;overflow-x:hidden;max-width:560px;padding:48px 16px 80px;}/*!sc*/
  @media only screen and (min-width:768px){.bbfvgu{padding:64px 64px 80px;}}/*!sc*/
  @media only screen and (min-width:1216px){.bbfvgu{overflow:hidden;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:inherit;padding:0;height:auto;max-width:100%;margin-left:auto;}}/*!sc*/
  data-styled.g214[id="NavContainer__Nav-sc-dhpxjj-0"]{content:"bbfvgu,"}/*!sc*/
  .bzcWfW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-left:auto;}/*!sc*/
  data-styled.g216[id="NavContainer__DesktopNavList-sc-dhpxjj-2"]{content:"bzcWfW,"}/*!sc*/
  .efQdwR{cursor:pointer;opacity:1;}/*!sc*/
  .efQdwR:focus{outline-offset:-5px;}/*!sc*/
  @media only screen and (min-width:1216px){.efQdwR{opacity:1;}.efQdwR:after{content:"";width:100%;height:2px;background-color:#FFFFFF;-webkit-transition:0.4s ease;transition:0.4s ease;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;}}/*!sc*/
  data-styled.g217[id="NavContainer__LinkItem-sc-dhpxjj-3"]{content:"efQdwR,"}/*!sc*/
  .gSMatD{border:5px transparent solid;}/*!sc*/
  @media only screen and (min-width:1216px){.gSMatD:hover .NavContainer__LinkItem-sc-dhpxjj-3:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.gSMatD:focus .NavContainer__LinkItem-sc-dhpxjj-3:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.gSMatD:last-child span{padding-right:0;}}/*!sc*/
  data-styled.g218[id="NavContainer__NavItem-sc-dhpxjj-4"]{content:"gSMatD,"}/*!sc*/
  .lclTyh{position:absolute;left:0;right:0;z-index:9;background-color:transparent;-webkit-transition:background-color 0.3s ease-in-out;transition:background-color 0.3s ease-in-out;}/*!sc*/
  data-styled.g222[id="MenuContent__Outter-sc-r1bfw4-0"]{content:"lclTyh,"}/*!sc*/
  @media only screen and (min-width:1216px){body{overflow:visible;}}/*!sc*/
  @media screen and (max-width:1215px){.headroom-wrapper .headroom{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;}}/*!sc*/
  data-styled.g223[id="sc-global-kvLsQd1"]{content:"sc-global-kvLsQd1,"}/*!sc*/
  .gMSQML{-webkit-transition:0.4s all cubic-bezier(0.77,0,0.175,1);transition:0.4s all cubic-bezier(0.77,0,0.175,1);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:80px;}/*!sc*/
  .gMSQML > a{z-index:0;}/*!sc*/
  @media only screen and (min-width:768px){.gMSQML{height:96px;}}/*!sc*/
  @media only screen and (min-width:1216px){.gMSQML{height:131px;}}/*!sc*/
  data-styled.g224[id="MenuContent__Wrapper-sc-r1bfw4-1"]{content:"gMSQML,"}/*!sc*/
  @media only screen and (min-width:1216px){.dkNIFX{z-index:999999;}}/*!sc*/
  data-styled.g225[id="MenuContent__StyledIcons-sc-r1bfw4-2"]{content:"dkNIFX,"}/*!sc*/
  .fFzFGT{margin-left:auto;}/*!sc*/
  @media only screen and (min-width:1216px){.fFzFGT{display:none;}}/*!sc*/
  data-styled.g226[id="MenuContent__HambMenu-sc-r1bfw4-3"]{content:"fFzFGT,"}/*!sc*/
  .cWKyaG{border:0;cursor:pointer;background:none;line-height:0;padding-left:0;}/*!sc*/
  .cWKyaG:hover svg *{opacity:0.5;}/*!sc*/
  data-styled.g227[id="MenuContent__HambButton-sc-r1bfw4-4"]{content:"cWKyaG,"}/*!sc*/
  @media only screen and (min-width:1216px){.elPgve{width:100%;background-color:inherit;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}/*!sc*/
  data-styled.g228[id="MenuContent__NavigationWrapper-sc-r1bfw4-5"]{content:"elPgve,"}/*!sc*/
  .dvvbWh{overflow:hidden;}/*!sc*/
  data-styled.g229[id="MenuContent__MobileMenuContainer-sc-r1bfw4-6"]{content:"dvvbWh,"}/*!sc*/
  .dNpqll{opacity:0;height:0;-webkit-transition:0.3s all cubic-bezier(0.77,0,0.175,1);transition:0.3s all cubic-bezier(0.77,0,0.175,1);overflow:hidden;}/*!sc*/
  @media (max-width:1023px){.dNpqll{display:none;}}/*!sc*/
  @media (min-width:1024px){.dNpqll{display:none;}}/*!sc*/
  data-styled.g232[id="MenuContent__DesktopSubMenuWrapper-sc-r1bfw4-9"]{content:"dNpqll,"}/*!sc*/
  .qdCAH{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;vertical-align:middle;}/*!sc*/
  data-styled.g233[id="Anchor__IconPlace-sc-16y2tba-0"]{content:"qdCAH,"}/*!sc*/
  .kkIbtJ{-webkit-transition:all 0.33s ease;transition:all 0.33s ease;vertical-align:middle;}/*!sc*/
  .kkIbtJ:hover{color:#809FB7;}/*!sc*/
  .kkIbtJ::before,.kkIbtJ::after{content:unset;}/*!sc*/
  .lmVupW{-webkit-transition:all 0.33s ease;transition:all 0.33s ease;vertical-align:middle;}/*!sc*/
  .lmVupW:hover{color:#5C7DB6;}/*!sc*/
  .lmVupW::before,.lmVupW::after{content:unset;}/*!sc*/
  data-styled.g234[id="Anchor__Span-sc-16y2tba-1"]{content:"kkIbtJ,lmVupW,"}/*!sc*/
  .bXOZfP{-webkit-clip-path:inset(100%);clip-path:inset(100%);-webkit-clip:rect(1px,1px,1px,1px);clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}/*!sc*/
  data-styled.g235[id="Anchor___StyledSpan-sc-16y2tba-2"]{content:"bXOZfP,"}/*!sc*/
  .kMxmuJ{display:none;visibility:hidden;}/*!sc*/
  @media only screen and (min-width:1216px){.kMxmuJ{display:block;visibility:visible;}}/*!sc*/
  data-styled.g236[id="TopNav__MainWrapper-sc-1gy0enf-0"]{content:"kMxmuJ,"}/*!sc*/
  .hbBvvU{color:#000066;}/*!sc*/
  .hbBvvU svg{-webkit-transition:-webkit-transform 0.25s ease-out;-webkit-transition:transform 0.25s ease-out;transition:transform 0.25s ease-out;}/*!sc*/
  .hbBvvU:hover svg{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);opacity:0.8;}/*!sc*/
  data-styled.g237[id="TopNav__StyledAnchor-sc-1gy0enf-1"]{content:"hbBvvU,"}/*!sc*/
  .dcJfXz::before{display:block;content:unset;float:left;margin-right:16px;width:1px;height:10px;background-color:#FFFFFF;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}/*!sc*/
  .kwYVXG::before{display:block;content:"";float:left;margin-right:16px;width:1px;height:10px;background-color:#FFFFFF;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}/*!sc*/
  data-styled.g238[id="TopNav__LineLanguage-sc-1gy0enf-2"]{content:"dcJfXz,kwYVXG,"}/*!sc*/
  .eJqhfc:hover{opacity:0.75;}/*!sc*/
  data-styled.g239[id="TopNav__OtherLanguage-sc-1gy0enf-3"]{content:"eJqhfc,"}/*!sc*/
  .gEXalN{margin-top:5px;}/*!sc*/
  data-styled.g240[id="TopNav__CustomIcon-sc-1gy0enf-4"]{content:"gEXalN,"}/*!sc*/
  .bqOKh *:focus-visible{outline-color:#EB7974;outline:5px solid #EB7974;}/*!sc*/
  data-styled.g241[id="Header__StyledHeader-sc-2c9cn8-0"]{content:"bqOKh,"}/*!sc*/
  .jTUOrF{-webkit-clip-path:inset(100%);clip-path:inset(100%);-webkit-clip:rect(1px,1px,1px,1px);clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}/*!sc*/
  data-styled.g242[id="LinkWrapper__NewtabText-sc-9mrh27-0"]{content:"jTUOrF,"}/*!sc*/
  .ezXGsJ{padding:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:0;text-transform:uppercase;border-radius:0px;-webkit-transition:color 0.33s ease;transition:color 0.33s ease;-webkit-transition:background-color 0.33s ease;transition:background-color 0.33s ease;cursor:pointer;min-width:224px;min-height:56px;padding-right:24px;padding-left:24px;background-color:transparent;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;position:relative;z-index:0;overflow:hidden;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);color:#FFFFFF;box-shadow:inset 0 0 0 1px #FFFFFF;width:100%;}/*!sc*/
  .ezXGsJ:focus-visible{box-shadow:inset 0 0 0 5px #EB7974;}/*!sc*/
  .ezXGsJ span{text-align:center;}/*!sc*/
  .ezXGsJ:after{position:absolute;right:0px;left:50%;bottom:-2px;top:1px;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);content:"";width:0;height:calc(100% - 2px);opacity:0;z-index:-1;}/*!sc*/
  .ezXGsJ:hover:after{width:calc(100% - 2px);left:1px;opacity:1;}/*!sc*/
  .ezXGsJ:after{background-color:#FFFFFF;top:0;height:100%;}/*!sc*/
  .ezXGsJ:hover:after{width:calc(100%);left:0;opacity:1;}/*!sc*/
  .ezXGsJ:active:after{background-color:#FFFFFF;}/*!sc*/
  .ezXGsJ svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#FFFFFF;}/*!sc*/
  .ezXGsJ:hover{color:#000066;}/*!sc*/
  .ezXGsJ:hover svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#000066;}/*!sc*/
  .ezXGsJ:active{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent;color:#000066;}/*!sc*/
  @media screen and (min-width:600px){.ezXGsJ{width:inherit;}}/*!sc*/
  @media screen and (min-width:768px){.ezXGsJ{min-width:100px;height:40px;min-height:40px;max-height:40px;padding-left:24px;padding-right:24px;}}/*!sc*/
  .bXncNq{padding:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:0;text-transform:uppercase;border-radius:0px;-webkit-transition:color 0.33s ease;transition:color 0.33s ease;-webkit-transition:background-color 0.33s ease;transition:background-color 0.33s ease;cursor:pointer;min-width:224px;min-height:56px;padding-right:24px;padding-left:24px;background-color:transparent;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;position:relative;z-index:0;overflow:hidden;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);color:#0F0F0F;background-color:#FFFFFF;width:100%;}/*!sc*/
  .bXncNq:focus-visible{box-shadow:inset 0 0 0 5px #EB7974;}/*!sc*/
  .bXncNq span{text-align:center;}/*!sc*/
  .bXncNq:after{position:absolute;right:0px;left:50%;bottom:-2px;top:1px;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);content:"";width:0;height:calc(100% - 2px);opacity:0;z-index:-1;}/*!sc*/
  .bXncNq:hover:after{width:calc(100% - 2px);left:1px;opacity:1;}/*!sc*/
  .bXncNq:after{background-color:#092C4A;top:0;height:100%;}/*!sc*/
  .bXncNq:hover:after{width:calc(100%);left:0;opacity:1;}/*!sc*/
  .bXncNq:active:after{background-color:#0F0F0F;}/*!sc*/
  .bXncNq svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#0F0F0F;}/*!sc*/
  .bXncNq:hover{color:#FFFFFF;}/*!sc*/
  .bXncNq:hover svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#FFFFFF;}/*!sc*/
  .bXncNq:active{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent;color:#FFFFFF;}/*!sc*/
  @media screen and (min-width:600px){.bXncNq{width:inherit;}}/*!sc*/
  @media screen and (min-width:768px){.bXncNq{min-width:100px;height:40px;min-height:40px;max-height:40px;padding-left:24px;padding-right:24px;}}/*!sc*/
  .dPhMPt{padding:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:0;text-transform:uppercase;border-radius:0px;-webkit-transition:color 0.33s ease;transition:color 0.33s ease;-webkit-transition:background-color 0.33s ease;transition:background-color 0.33s ease;cursor:pointer;min-width:224px;min-height:56px;padding-right:24px;padding-left:24px;background-color:transparent;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;position:relative;z-index:0;overflow:hidden;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);color:#0F0F0F;background-color:#FFFFFF;width:100%;}/*!sc*/
  .dPhMPt:focus-visible{box-shadow:inset 0 0 0 5px #EB7974;}/*!sc*/
  .dPhMPt span{text-align:center;}/*!sc*/
  .dPhMPt:after{position:absolute;right:0px;left:50%;bottom:-2px;top:1px;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);content:"";width:0;height:calc(100% - 2px);opacity:0;z-index:-1;}/*!sc*/
  .dPhMPt:hover:after{width:calc(100% - 2px);left:1px;opacity:1;}/*!sc*/
  .dPhMPt:after{background-color:#555555;top:0;height:100%;}/*!sc*/
  .dPhMPt:hover:after{width:calc(100%);left:0;opacity:1;}/*!sc*/
  .dPhMPt:active:after{background-color:#222222;}/*!sc*/
  .dPhMPt svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#0F0F0F;}/*!sc*/
  .dPhMPt:hover{color:#FFFFFF;}/*!sc*/
  .dPhMPt:hover svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#FFFFFF;}/*!sc*/
  .dPhMPt:active{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent;color:#FFFFFF;}/*!sc*/
  @media screen and (min-width:600px){.dPhMPt{width:inherit;}}/*!sc*/
  .jFPooy{padding:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:0;text-transform:uppercase;border-radius:0px;-webkit-transition:color 0.33s ease;transition:color 0.33s ease;-webkit-transition:background-color 0.33s ease;transition:background-color 0.33s ease;cursor:pointer;min-width:224px;min-height:56px;padding-right:24px;padding-left:24px;background-color:transparent;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;position:relative;z-index:0;overflow:hidden;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);color:#FFFFFF;background-color:#000066;width:100%;}/*!sc*/
  .jFPooy:focus-visible{box-shadow:inset 0 0 0 5px #EB7974;}/*!sc*/
  .jFPooy span{text-align:center;}/*!sc*/
  .jFPooy:after{position:absolute;right:0px;left:50%;bottom:-2px;top:1px;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);content:"";width:0;height:calc(100% - 2px);opacity:0;z-index:-1;}/*!sc*/
  .jFPooy:hover:after{width:calc(100% - 2px);left:1px;opacity:1;}/*!sc*/
  .jFPooy:after{background-color:#0F0F0F;top:0;height:100%;}/*!sc*/
  .jFPooy:hover:after{width:calc(100%);left:0;opacity:1;}/*!sc*/
  .jFPooy:active:after{background-color:#232323;}/*!sc*/
  .jFPooy svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#FFFFFF;}/*!sc*/
  .jFPooy:hover{color:#FFFFFF;}/*!sc*/
  .jFPooy:hover svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#FFFFFF;}/*!sc*/
  .jFPooy:active{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent;color:#FFFFFF;}/*!sc*/
  @media screen and (min-width:600px){.jFPooy{width:inherit;}}/*!sc*/
  .eCAelG{padding:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:0;text-transform:uppercase;border-radius:0px;-webkit-transition:color 0.33s ease;transition:color 0.33s ease;-webkit-transition:background-color 0.33s ease;transition:background-color 0.33s ease;cursor:pointer;min-width:224px;min-height:56px;padding-right:24px;padding-left:24px;background-color:transparent;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;position:relative;z-index:0;overflow:hidden;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);color:#0F0F0F;box-shadow:inset 0 0 0 1px #0F0F0F;width:100%;}/*!sc*/
  .eCAelG:focus-visible{box-shadow:inset 0 0 0 5px #EB7974;}/*!sc*/
  .eCAelG span{text-align:center;}/*!sc*/
  .eCAelG:after{position:absolute;right:0px;left:50%;bottom:-2px;top:1px;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);content:"";width:0;height:calc(100% - 2px);opacity:0;z-index:-1;}/*!sc*/
  .eCAelG:hover:after{width:calc(100% - 2px);left:1px;opacity:1;}/*!sc*/
  .eCAelG:after{background-color:#000066;top:0;height:100%;}/*!sc*/
  .eCAelG:hover:after{width:calc(100%);left:0;opacity:1;}/*!sc*/
  .eCAelG:active:after{background-color:#232323;}/*!sc*/
  .eCAelG svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#0F0F0F;}/*!sc*/
  .eCAelG:hover{color:#FFFFFF;}/*!sc*/
  .eCAelG:hover svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#FFFFFF;}/*!sc*/
  .eCAelG:active{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent;color:#FFFFFF;}/*!sc*/
  @media screen and (min-width:600px){.eCAelG{width:inherit;}}/*!sc*/
  .dBkoGl{padding:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:0;text-transform:uppercase;border-radius:0px;-webkit-transition:color 0.33s ease;transition:color 0.33s ease;-webkit-transition:background-color 0.33s ease;transition:background-color 0.33s ease;cursor:pointer;min-width:224px;min-height:56px;padding-right:24px;padding-left:24px;background-color:transparent;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;position:relative;z-index:0;overflow:hidden;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);color:#FFFFFF;box-shadow:inset 0 0 0 1px #FFFFFF;width:100%;}/*!sc*/
  .dBkoGl:focus-visible{box-shadow:inset 0 0 0 5px #EB7974;}/*!sc*/
  .dBkoGl span{text-align:center;}/*!sc*/
  .dBkoGl:after{position:absolute;right:0px;left:50%;bottom:-2px;top:1px;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);content:"";width:0;height:calc(100% - 2px);opacity:0;z-index:-1;}/*!sc*/
  .dBkoGl:hover:after{width:calc(100% - 2px);left:1px;opacity:1;}/*!sc*/
  .dBkoGl:after{background-color:#FFFFFF;top:0;height:100%;}/*!sc*/
  .dBkoGl:hover:after{width:calc(100%);left:0;opacity:1;}/*!sc*/
  .dBkoGl:active:after{background-color:#FFFFFF;}/*!sc*/
  .dBkoGl svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#FFFFFF;}/*!sc*/
  .dBkoGl:hover{color:#000066;}/*!sc*/
  .dBkoGl:hover svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#000066;}/*!sc*/
  .dBkoGl:active{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent;color:#000066;}/*!sc*/
  @media screen and (min-width:600px){.dBkoGl{width:inherit;}}/*!sc*/
  data-styled.g243[id="Button__StyledButton-sc-qiy27h-0"]{content:"ezXGsJ,bXncNq,dPhMPt,jFPooy,eCAelG,dBkoGl,"}/*!sc*/
  .kNmcop{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}/*!sc*/
  .kNmcop svg{width:24px;height:24px;}/*!sc*/
  data-styled.g244[id="Button__IconPlace-sc-qiy27h-1"]{content:"kNmcop,"}/*!sc*/
  .hlNahS{font-family:Montserrat,sans-serif;font-size:12px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:25px;}/*!sc*/
  .hlNahS::before,.hlNahS::after{content:"";display:block;}/*!sc*/
  .hlNahS::before{margin-bottom:-0.3333333333333333em;}/*!sc*/
  .hlNahS::after{margin-top:-0.3333333333333333em;}/*!sc*/
  @media only screen and (min-width:768px){.hlNahS{font-size:13px;line-height:20px;}.hlNahS::before,.hlNahS::after{content:"";display:block;}.hlNahS::before{margin-bottom:-0.23076923076923078em;}.hlNahS::after{margin-top:-0.23076923076923078em;}}/*!sc*/
  .fiJQNS{font-family:Montserrat,sans-serif;font-size:12px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:25px;}/*!sc*/
  .fiJQNS::before,.fiJQNS::after{content:"";display:block;}/*!sc*/
  .fiJQNS::before{margin-bottom:-0.3333333333333333em;}/*!sc*/
  .fiJQNS::after{margin-top:-0.3333333333333333em;}/*!sc*/
  @media only screen and (min-width:768px){.fiJQNS{font-size:13px;line-height:20px;}.fiJQNS::before,.fiJQNS::after{content:"";display:block;}.fiJQNS::before{margin-bottom:-0.23076923076923078em;}.fiJQNS::after{margin-top:-0.23076923076923078em;}}/*!sc*/
  data-styled.g245[id="Button__Span-sc-qiy27h-2"]{content:"hlNahS,fiJQNS,"}/*!sc*/
  .jhtRcC{width:100%;}/*!sc*/
  @media only screen and (min-width:768px){.jhtRcC{width:auto;}}/*!sc*/
  data-styled.g246[id="Button__StyledGriddoLink-sc-qiy27h-3"]{content:"jhtRcC,"}/*!sc*/
  .hWNpkR{-webkit-clip-path:inset(100%);clip-path:inset(100%);-webkit-clip:rect(1px,1px,1px,1px);clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}/*!sc*/
  data-styled.g247[id="Button___StyledSpan-sc-qiy27h-4"]{content:"hWNpkR,"}/*!sc*/
  .fiUriJ *:focus-visible{outline-color:#EB7974;outline:5px solid #EB7974;}/*!sc*/
  data-styled.g248[id="Footer__StyledFooter-sc-1els40v-0"]{content:"fiUriJ,"}/*!sc*/
  .gHXCkX{display:inline-block;}/*!sc*/
  .gHXCkX::after{content:"" !important;position:relative;display:inline-block;vertical-align:middle;margin-right:16px;margin-left:16px;width:1px;height:8px;background-color:#FFFFFF;opacity:0.75;}/*!sc*/
  .gHXCkX:last-child::after{content:"";width:0;height:0;margin:0;}/*!sc*/
  .gHXCkX span,.gHXCkX a{text-transform:initial;line-height:1.5;}/*!sc*/
  data-styled.g249[id="Footer__LegalItem-sc-1els40v-1"]{content:"gHXCkX,"}/*!sc*/
  .bODTYF:hover::after{content:"";display:block;height:1px;background-color:#809FB7;margin:0 auto;margin-top:-1px;-webkit-animation:dqyYDc 0.25s ease-out;animation:dqyYDc 0.25s ease-out;}/*!sc*/
  data-styled.g250[id="Footer__LegalLink-sc-1els40v-2"]{content:"bODTYF,"}/*!sc*/
  .jvJyoG{-webkit-transition:all 0.2s ease;transition:all 0.2s ease;}/*!sc*/
  .jvJyoG:hover{opacity:0.5;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);}/*!sc*/
  data-styled.g251[id="Footer__LinkWrapperHover-sc-1els40v-3"]{content:"jvJyoG,"}/*!sc*/
  .ynMbr h1{font-family:Montserrat,sans-serif;font-size:15px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:22px;text-transform:uppercase;}/*!sc*/
  .ynMbr h1::before,.ynMbr h1::after{content:"";display:block;}/*!sc*/
  .ynMbr h1::before{margin-bottom:-0.4666666666666667em;}/*!sc*/
  .ynMbr h1::after{margin-top:-0.4666666666666667em;}/*!sc*/
  @media only screen and (min-width:768px){.ynMbr h1{font-size:28px;line-height:34px;}.ynMbr h1::before,.ynMbr h1::after{content:"";display:block;}.ynMbr h1::before{margin-bottom:-0.32142857142857145em;}.ynMbr h1::after{margin-top:-0.32142857142857145em;}}/*!sc*/
  @media only screen and (min-width:1542px){.ynMbr h1{font-size:30px;line-height:38px;}.ynMbr h1::before,.ynMbr h1::after{content:"";display:block;}.ynMbr h1::before{margin-bottom:-0.3em;}.ynMbr h1::after{margin-top:-0.3333333333333333em;}}/*!sc*/
  .ynMbr h2{font-family:Montserrat,sans-serif;font-size:14px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:20px;text-transform:uppercase;}/*!sc*/
  .ynMbr h2::before,.ynMbr h2::after{content:"";display:block;}/*!sc*/
  .ynMbr h2::before{margin-bottom:-0.42857142857142855em;}/*!sc*/
  .ynMbr h2::after{margin-top:-0.42857142857142855em;}/*!sc*/
  @media only screen and (min-width:768px){.ynMbr h2{font-size:18px;line-height:24px;}.ynMbr h2::before,.ynMbr h2::after{content:"";display:block;}.ynMbr h2::before{margin-bottom:-0.2222222222222222em;}.ynMbr h2::after{margin-top:-0.3333333333333333em;}}/*!sc*/
  @media only screen and (min-width:1542px){.ynMbr h2{font-size:24px;line-height:32px;}.ynMbr h2::before,.ynMbr h2::after{content:"";display:block;}.ynMbr h2::before{margin-bottom:-0.2916666666666667em;}.ynMbr h2::after{margin-top:-0.3333333333333333em;}}/*!sc*/
  .ynMbr h3{font-family:Montserrat,sans-serif;font-size:13px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:18px;text-transform:uppercase;}/*!sc*/
  .ynMbr h3::before,.ynMbr h3::after{content:"";display:block;}/*!sc*/
  .ynMbr h3::before{margin-bottom:-0.46153846153846156em;}/*!sc*/
  .ynMbr h3::after{margin-top:-0.46153846153846156em;}/*!sc*/
  @media only screen and (min-width:768px){.ynMbr h3{font-size:15px;line-height:22px;}.ynMbr h3::before,.ynMbr h3::after{content:"";display:block;}.ynMbr h3::before{margin-bottom:-0.4666666666666667em;}.ynMbr h3::after{margin-top:-0.5333333333333333em;}}/*!sc*/
  @media only screen and (min-width:1542px){.ynMbr h3{font-size:18px;line-height:26px;}.ynMbr h3::before,.ynMbr h3::after{content:"";display:block;}.ynMbr h3::before{margin-bottom:-0.3888888888888889em;}.ynMbr h3::after{margin-top:-0.4444444444444444em;}}/*!sc*/
  .ynMbr h4{font-family:Montserrat,sans-serif;font-size:13px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:18px;text-transform:uppercase;}/*!sc*/
  .ynMbr h4::before,.ynMbr h4::after{content:"";display:block;}/*!sc*/
  .ynMbr h4::before{margin-bottom:-0.46153846153846156em;}/*!sc*/
  .ynMbr h4::after{margin-top:-0.46153846153846156em;}/*!sc*/
  @media only screen and (min-width:768px){.ynMbr h4{font-size:15px;line-height:22px;}.ynMbr h4::before,.ynMbr h4::after{content:"";display:block;}.ynMbr h4::before{margin-bottom:-0.4666666666666667em;}.ynMbr h4::after{margin-top:-0.5333333333333333em;}}/*!sc*/
  @media only screen and (min-width:1542px){.ynMbr h4::before,.ynMbr h4::after{content:"";display:block;}.ynMbr h4::before{margin-bottom:-0.4666666666666667em;}.ynMbr h4::after{margin-top:-0.5333333333333333em;}}/*!sc*/
  .ynMbr .fontSize10{font-size:10px;}/*!sc*/
  .ynMbr .fontSize11{font-size:11px;}/*!sc*/
  .ynMbr .fontSize12{font-size:12px;}/*!sc*/
  .ynMbr .fontSize14{font-size:14px;}/*!sc*/
  .ynMbr .fontSize16{font-size:16px;}/*!sc*/
  .ynMbr .fontSize18{font-size:18px;}/*!sc*/
  .ynMbr .fontSize20{font-size:20px;}/*!sc*/
  .ynMbr .fontSize22{font-size:22px;}/*!sc*/
  .ynMbr .fontSize24{font-size:24px;}/*!sc*/
  .ynMbr .fontSize26{font-size:26px;}/*!sc*/
  .ynMbr .fontSize28{font-size:28px;}/*!sc*/
  .ynMbr a{color:#FFFFFF;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
  .ynMbr p{margin:1em 0;}/*!sc*/
  .ynMbr p:first-child{margin-top:0;}/*!sc*/
  .ynMbr p:last-child{margin-bottom:0;}/*!sc*/
  .ynMbr ul{margin-left:2.5rem;}/*!sc*/
  .ynMbr ul li{list-style:disc;}/*!sc*/
  .ynMbr br{content:"" !important;display:block;margin-top:24px;}/*!sc*/
  .ynMbr table thead{background:#ececec;}/*!sc*/
  .ynMbr table.fr-alternate-rows tbody tr:nth-child(2n){background:whitesmoke;}/*!sc*/
  .ynMbr table th{border:#ddd 1px solid;}/*!sc*/
  .ynMbr table td{border:#ddd 1px solid;}/*!sc*/
  .ynMbr table th.fr-thick{border:#ddd 3px solid;}/*!sc*/
  .ynMbr table td.fr-thick{border:#ddd 3px solid;}/*!sc*/
  .ynMbr table.fr-dashed-borders th{border:#ddd 1px dashed;}/*!sc*/
  .ynMbr table.fr-dashed-borders td{border:#ddd 1px dashed;}/*!sc*/
  .ynMbr table.fr-dashed-borders th.fr-thick{border:#ddd 3px dashed;}/*!sc*/
  .ynMbr table.fr-dashed-borders td.fr-thick{border:#ddd 3px dashed;}/*!sc*/
  .ynMbr table.fr-dashed-borders th.fr-thick{border:#ddd 3px dashed;}/*!sc*/
  .ynMbr table.fr-dashed-borders td.fr-thick{border:#ddd 3px dashed;}/*!sc*/
  .ynMbr table th.fr-highlighted{border:1px double red;}/*!sc*/
  .ynMbr table td.fr-highlighted{border:1px double red;}/*!sc*/
  .ynMbr table th.fr-thick.fr-highlighted{border:red 3px solid;}/*!sc*/
  .ynMbr table td.fr-thick.fr-highlighted{border:red 3px solid;}/*!sc*/
  .eFwpPH h1{font-family:Montserrat,sans-serif;font-size:15px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:22px;text-transform:uppercase;}/*!sc*/
  .eFwpPH h1::before,.eFwpPH h1::after{content:"";display:block;}/*!sc*/
  .eFwpPH h1::before{margin-bottom:-0.4666666666666667em;}/*!sc*/
  .eFwpPH h1::after{margin-top:-0.4666666666666667em;}/*!sc*/
  @media only screen and (min-width:768px){.eFwpPH h1{font-size:28px;line-height:34px;}.eFwpPH h1::before,.eFwpPH h1::after{content:"";display:block;}.eFwpPH h1::before{margin-bottom:-0.32142857142857145em;}.eFwpPH h1::after{margin-top:-0.32142857142857145em;}}/*!sc*/
  @media only screen and (min-width:1542px){.eFwpPH h1{font-size:30px;line-height:38px;}.eFwpPH h1::before,.eFwpPH h1::after{content:"";display:block;}.eFwpPH h1::before{margin-bottom:-0.3em;}.eFwpPH h1::after{margin-top:-0.3333333333333333em;}}/*!sc*/
  .eFwpPH h2{font-family:Montserrat,sans-serif;font-size:14px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:20px;text-transform:uppercase;}/*!sc*/
  .eFwpPH h2::before,.eFwpPH h2::after{content:"";display:block;}/*!sc*/
  .eFwpPH h2::before{margin-bottom:-0.42857142857142855em;}/*!sc*/
  .eFwpPH h2::after{margin-top:-0.42857142857142855em;}/*!sc*/
  @media only screen and (min-width:768px){.eFwpPH h2{font-size:18px;line-height:24px;}.eFwpPH h2::before,.eFwpPH h2::after{content:"";display:block;}.eFwpPH h2::before{margin-bottom:-0.2222222222222222em;}.eFwpPH h2::after{margin-top:-0.3333333333333333em;}}/*!sc*/
  @media only screen and (min-width:1542px){.eFwpPH h2{font-size:24px;line-height:32px;}.eFwpPH h2::before,.eFwpPH h2::after{content:"";display:block;}.eFwpPH h2::before{margin-bottom:-0.2916666666666667em;}.eFwpPH h2::after{margin-top:-0.3333333333333333em;}}/*!sc*/
  .eFwpPH h3{font-family:Montserrat,sans-serif;font-size:13px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:18px;text-transform:uppercase;}/*!sc*/
  .eFwpPH h3::before,.eFwpPH h3::after{content:"";display:block;}/*!sc*/
  .eFwpPH h3::before{margin-bottom:-0.46153846153846156em;}/*!sc*/
  .eFwpPH h3::after{margin-top:-0.46153846153846156em;}/*!sc*/
  @media only screen and (min-width:768px){.eFwpPH h3{font-size:15px;line-height:22px;}.eFwpPH h3::before,.eFwpPH h3::after{content:"";display:block;}.eFwpPH h3::before{margin-bottom:-0.4666666666666667em;}.eFwpPH h3::after{margin-top:-0.5333333333333333em;}}/*!sc*/
  @media only screen and (min-width:1542px){.eFwpPH h3{font-size:18px;line-height:26px;}.eFwpPH h3::before,.eFwpPH h3::after{content:"";display:block;}.eFwpPH h3::before{margin-bottom:-0.3888888888888889em;}.eFwpPH h3::after{margin-top:-0.4444444444444444em;}}/*!sc*/
  .eFwpPH h4{font-family:Montserrat,sans-serif;font-size:13px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:18px;text-transform:uppercase;}/*!sc*/
  .eFwpPH h4::before,.eFwpPH h4::after{content:"";display:block;}/*!sc*/
  .eFwpPH h4::before{margin-bottom:-0.46153846153846156em;}/*!sc*/
  .eFwpPH h4::after{margin-top:-0.46153846153846156em;}/*!sc*/
  @media only screen and (min-width:768px){.eFwpPH h4{font-size:15px;line-height:22px;}.eFwpPH h4::before,.eFwpPH h4::after{content:"";display:block;}.eFwpPH h4::before{margin-bottom:-0.4666666666666667em;}.eFwpPH h4::after{margin-top:-0.5333333333333333em;}}/*!sc*/
  @media only screen and (min-width:1542px){.eFwpPH h4::before,.eFwpPH h4::after{content:"";display:block;}.eFwpPH h4::before{margin-bottom:-0.4666666666666667em;}.eFwpPH h4::after{margin-top:-0.5333333333333333em;}}/*!sc*/
  .eFwpPH .fontSize10{font-size:10px;}/*!sc*/
  .eFwpPH .fontSize11{font-size:11px;}/*!sc*/
  .eFwpPH .fontSize12{font-size:12px;}/*!sc*/
  .eFwpPH .fontSize14{font-size:14px;}/*!sc*/
  .eFwpPH .fontSize16{font-size:16px;}/*!sc*/
  .eFwpPH .fontSize18{font-size:18px;}/*!sc*/
  .eFwpPH .fontSize20{font-size:20px;}/*!sc*/
  .eFwpPH .fontSize22{font-size:22px;}/*!sc*/
  .eFwpPH .fontSize24{font-size:24px;}/*!sc*/
  .eFwpPH .fontSize26{font-size:26px;}/*!sc*/
  .eFwpPH .fontSize28{font-size:28px;}/*!sc*/
  .eFwpPH a{color:#000066;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
  .eFwpPH p{margin:1em 0;}/*!sc*/
  .eFwpPH p:first-child{margin-top:0;}/*!sc*/
  .eFwpPH p:last-child{margin-bottom:0;}/*!sc*/
  .eFwpPH ul{margin-left:2.5rem;}/*!sc*/
  .eFwpPH ul li{list-style:disc;}/*!sc*/
  .eFwpPH br{content:"" !important;display:block;margin-top:24px;}/*!sc*/
  .eFwpPH table thead{background:#ececec;}/*!sc*/
  .eFwpPH table.fr-alternate-rows tbody tr:nth-child(2n){background:whitesmoke;}/*!sc*/
  .eFwpPH table th{border:#ddd 1px solid;}/*!sc*/
  .eFwpPH table td{border:#ddd 1px solid;}/*!sc*/
  .eFwpPH table th.fr-thick{border:#ddd 3px solid;}/*!sc*/
  .eFwpPH table td.fr-thick{border:#ddd 3px solid;}/*!sc*/
  .eFwpPH table.fr-dashed-borders th{border:#ddd 1px dashed;}/*!sc*/
  .eFwpPH table.fr-dashed-borders td{border:#ddd 1px dashed;}/*!sc*/
  .eFwpPH table.fr-dashed-borders th.fr-thick{border:#ddd 3px dashed;}/*!sc*/
  .eFwpPH table.fr-dashed-borders td.fr-thick{border:#ddd 3px dashed;}/*!sc*/
  .eFwpPH table.fr-dashed-borders th.fr-thick{border:#ddd 3px dashed;}/*!sc*/
  .eFwpPH table.fr-dashed-borders td.fr-thick{border:#ddd 3px dashed;}/*!sc*/
  .eFwpPH table th.fr-highlighted{border:1px double red;}/*!sc*/
  .eFwpPH table td.fr-highlighted{border:1px double red;}/*!sc*/
  .eFwpPH table th.fr-thick.fr-highlighted{border:red 3px solid;}/*!sc*/
  .eFwpPH table td.fr-thick.fr-highlighted{border:red 3px solid;}/*!sc*/
  data-styled.g254[id="Markdown__StyleMarkdown-sc-1f5jifa-0"]{content:"ynMbr,eFwpPH,"}/*!sc*/
  .ehSsjZ *:focus-visible{outline-color:#EB7974;outline:5px solid #EB7974;}/*!sc*/
  data-styled.g255[id="MasterTemplate__StyledMain-sc-15d3mau-0"]{content:"ehSsjZ,"}/*!sc*/
  .lhmarw{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:24px;grid-row-gap:24px;}/*!sc*/
  data-styled.g260[id="SchoolFooter__LinksList-sc-mjtpgv-0"]{content:"lhmarw,"}/*!sc*/
  .esVMhZ{object-fit:cover;position:absolute;width:100%;width:100%;height:100%;}/*!sc*/
  data-styled.g261[id="GriddoBackgroundImage__GriddoImageExpCustom-sc-8r2wk0-0"]{content:"esVMhZ,"}/*!sc*/
  .gOqgnv{z-index:0;position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block;-webkit-transition:all 1000 ease;transition:all 1000 ease;background-color:rgba(0,0,0,0.3);}/*!sc*/
  .heVdyp{z-index:0;position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block;-webkit-transition:all 1000 ease;transition:all 1000 ease;background-color:rgba(0,0,0,0.5);}/*!sc*/
  .iMrQph{z-index:0;position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block;-webkit-transition:all 2s ease;transition:all 2s ease;background-color:#0F0F0F;opacity:0.5;}/*!sc*/
  .iAYLSI{z-index:0;position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block;-webkit-transition:all 2s ease;transition:all 2s ease;background-color:#0F0F0F;opacity:0.51;}/*!sc*/
  .JcSeq{z-index:0;position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block;-webkit-transition:all 2s ease;transition:all 2s ease;background-color:#0F0F0F;opacity:0.35;}/*!sc*/
  .kmTrUe{z-index:0;position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block;-webkit-transition:all 2s ease;transition:all 2s ease;background-color:#0F0F0F;opacity:0.39;}/*!sc*/
  data-styled.g262[id="GriddoBackgroundImage__Veil-sc-8r2wk0-1"]{content:"gOqgnv,heVdyp,iMrQph,iAYLSI,JcSeq,kmTrUe,"}/*!sc*/
  .ciYYLG{position:relative;height:100%;}/*!sc*/
  data-styled.g263[id="PrinciplesCard__ImageContainer-sc-1tfx44s-0"]{content:"ciYYLG,"}/*!sc*/
  .dBlxFs{display:block;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}/*!sc*/
  data-styled.g270[id="PrinciplesSection__ModuleBox-sc-fxm0a4-0"]{content:"dBlxFs,"}/*!sc*/
  .eUGGhM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}/*!sc*/
  data-styled.g271[id="PrinciplesSection__CardsBox-sc-fxm0a4-1"]{content:"eUGGhM,"}/*!sc*/
  .emtjjE{-webkit-flex:1;-ms-flex:1;flex:1;}/*!sc*/
  data-styled.g272[id="PrinciplesSection__CardBox-sc-fxm0a4-2"]{content:"emtjjE,"}/*!sc*/
  .jxopnD{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}/*!sc*/
  data-styled.g274[id="PrinciplesSection__ImgFlex-sc-fxm0a4-4"]{content:"jxopnD,"}/*!sc*/
  .dVNhye{min-height:400px;}/*!sc*/
  data-styled.g275[id="PrinciplesSection__ImgWrapper-sc-fxm0a4-5"]{content:"dVNhye,"}/*!sc*/
  .jLIVjm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:400px;}/*!sc*/
  data-styled.g276[id="PrinciplesSection__ImgWrapperIn-sc-fxm0a4-6"]{content:"jLIVjm,"}/*!sc*/
  .gduHNx{position:relative;}/*!sc*/
  data-styled.g277[id="PrinciplesSection__Position-sc-fxm0a4-7"]{content:"gduHNx,"}/*!sc*/
  .iNQMvs{visibility:hidden;}/*!sc*/
  data-styled.g278[id="ShowOnScroll__Invisible-sc-iob69m-0"]{content:"iNQMvs,"}/*!sc*/
  @-webkit-keyframes dqyYDc{0%{width:0;opacity:0;}100%{width:100%;opacity:1;}}/*!sc*/
  @keyframes dqyYDc{0%{width:0;opacity:0;}100%{width:100%;opacity:1;}}/*!sc*/
  data-styled.g279[id="sc-keyframes-dqyYDc"]{content:"dqyYDc,"}/*!sc*/
  .bXJxMo{display:block;margin:0 auto;-webkit-animation:eoUyJr 2s linear infinite;animation:eoUyJr 2s linear infinite;will-change:transform;}/*!sc*/
  data-styled.g295[id="style__Spinner-sc-100tybx-0"]{content:"bXJxMo,"}/*!sc*/
  .gvMzak{stroke:rgba(15,15,15,0.3);stroke-dasharray:105;stroke-dashoffset:105;stroke-linecap:round;-webkit-animation:iFRZzL 1.7s cubic-bezier(0.445,0.05,0.55,0.95) infinite;animation:iFRZzL 1.7s cubic-bezier(0.445,0.05,0.55,0.95) infinite;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;will-change:stroke-dashoffset;}/*!sc*/
  data-styled.g296[id="style__Circle-sc-100tybx-1"]{content:"gvMzak,"}/*!sc*/
  .ghtond{display:grid;grid-template-columns:repeat(1,1fr);grid-column-gap:32px;grid-row-gap:48px;}/*!sc*/
  data-styled.g297[id="CardCollection__ColumnItems-sc-198rm7b-0"]{content:"ghtond,"}/*!sc*/
  @-webkit-keyframes eoUyJr{from{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}/*!sc*/
  @keyframes eoUyJr{from{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}/*!sc*/
  data-styled.g311[id="sc-keyframes-eoUyJr"]{content:"eoUyJr,"}/*!sc*/
  @-webkit-keyframes iFRZzL{0%{stroke-dashoffset:95;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);}49.99%{stroke-dashoffset:0;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);}50%{stroke-dashoffset:0;-webkit-transform:scaleY(-1) rotate(25deg);-ms-transform:scaleY(-1) rotate(25deg);transform:scaleY(-1) rotate(25deg);}100%{stroke-dashoffset:95;-webkit-transform:scaleY(-1) rotate(-32deg);-ms-transform:scaleY(-1) rotate(-32deg);transform:scaleY(-1) rotate(-32deg);}}/*!sc*/
  @keyframes iFRZzL{0%{stroke-dashoffset:95;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);}49.99%{stroke-dashoffset:0;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);}50%{stroke-dashoffset:0;-webkit-transform:scaleY(-1) rotate(25deg);-ms-transform:scaleY(-1) rotate(25deg);transform:scaleY(-1) rotate(25deg);}100%{stroke-dashoffset:95;-webkit-transform:scaleY(-1) rotate(-32deg);-ms-transform:scaleY(-1) rotate(-32deg);transform:scaleY(-1) rotate(-32deg);}}/*!sc*/
  data-styled.g312[id="sc-keyframes-iFRZzL"]{content:"iFRZzL,"}/*!sc*/
  .gTiZOj{-webkit-clip-path:inset(100%);clip-path:inset(100%);-webkit-clip:rect(1px,1px,1px,1px);clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}/*!sc*/
  data-styled.g313[id="DescriptionButtonElm__NewTabText-sc-1hqzkgx-0"]{content:"gTiZOj,"}/*!sc*/
  .eBNUek{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;min-width:211px;height:100%;min-height:48px;border:0;padding:8px 16px;-webkit-transition:color 0.33s ease,background-color 0.33s ease;transition:color 0.33s ease,background-color 0.33s ease;background-color:transparent;position:relative;z-index:0;overflow:hidden;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);color:#0F0F0F;background-color:#FFFFFF;}/*!sc*/
  .eBNUek:after{position:absolute;right:0px;left:50%;bottom:-2px;top:1px;-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);content:"";width:0;height:calc(100% - 2px);opacity:0;z-index:-1;}/*!sc*/
  .eBNUek:hover:after{width:calc(100% - 2px);left:1px;opacity:1;}/*!sc*/
  .eBNUek:after{background-color:#092C4A;top:0;height:100%;}/*!sc*/
  .eBNUek:hover:after{width:calc(100%);left:0;opacity:1;}/*!sc*/
  .eBNUek:active:after{background-color:#0F0F0F;}/*!sc*/
  .eBNUek svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#0F0F0F;}/*!sc*/
  .eBNUek:hover{color:#FFFFFF;}/*!sc*/
  .eBNUek:hover svg *{-webkit-transition:all 0.33s cubic-bezier(0.8,0,0.2,1);transition:all 0.33s cubic-bezier(0.8,0,0.2,1);fill:#FFFFFF;}/*!sc*/
  .eBNUek:active{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent;color:#FFFFFF;}/*!sc*/
  data-styled.g314[id="DescriptionButtonElm__StyledButton-sc-1hqzkgx-1"]{content:"eBNUek,"}/*!sc*/
  .iXVkmE{width:100%;text-align:center;}/*!sc*/
  data-styled.g315[id="DescriptionButtonElm__StyledGriddoLink-sc-1hqzkgx-2"]{content:"iXVkmE,"}/*!sc*/
  .hYrKDU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}/*!sc*/
  data-styled.g319[id="CypherCollection__ColumnsItems-sc-2ehh8e-0"]{content:"hYrKDU,"}/*!sc*/
  .Szfre::after{color:#FFFFFF;text-style: font-family:Montserrat,sans-serif;font-size:13px;font-weight:800;-webkit-letter-spacing:0px;-moz-letter-spacing:0px;-ms-letter-spacing:0px;letter-spacing:0px;line-height:18px;text-transform:uppercase;font-weight:600;position:absolute;content:"";top:-5px;left:100%;margin-left:4px;}/*!sc*/
  .Szfre::after::before,.Szfre::after::after{content:"";display:block;}/*!sc*/
  .Szfre::after::before{margin-bottom:-0.46153846153846156em;}/*!sc*/
  .Szfre::after::after{margin-top:-0.46153846153846156em;}/*!sc*/
  @media only screen and (min-width:768px){.Szfre::after{font-size:15px;line-height:22px;}.Szfre::after::before,.Szfre::after::after{content:"";display:block;}.Szfre::after::before{margin-bottom:-0.4666666666666667em;}.Szfre::after::after{margin-top:-0.5333333333333333em;}}/*!sc*/
  @media only screen and (min-width:1542px){.Szfre::after{font-size:18px;line-height:26px;}.Szfre::after::before,.Szfre::after::after{content:"";display:block;}.Szfre::after::before{margin-bottom:-0.3888888888888889em;}.Szfre::after::after{margin-top:-0.4444444444444444em;}}/*!sc*/
  data-styled.g320[id="CypherCard__TextStyled-sc-i8jeqx-0"]{content:"Szfre,"}/*!sc*/
  .jTBPbS::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";display:block;background-color:rgba(0,0,0,0);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}/*!sc*/
  data-styled.g329[id="LinkedImage__VeilBox-sc-aoja28-0"]{content:"jTBPbS,"}/*!sc*/
  .kXzeeY{gap:16px;}/*!sc*/
  data-styled.g384[id="ProgramsPresentationAuto__PilsContainer-sc-16rzx3c-1"]{content:"kXzeeY,"}/*!sc*/
  .OgheA{gap:24px;-ms-overflow-style:none;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;overflow-x:hidden;}/*!sc*/
  .OgheA::-webkit-scrollbar{display:none;}/*!sc*/
  data-styled.g386[id="ProgramsPresentationAuto__ProgramsContainer-sc-16rzx3c-3"]{content:"OgheA,"}/*!sc*/

  h1, .h1, .title h1 {
    letter-spacing: 0;
}

  @font-face {
  font-family: "Montserrat";
  src: url("./Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat-SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat-ExtraBold.woff2")
    format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "PT Serif";
  src: url("./pt-serif-v12-latin-regular.woff2")
    format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "PT Serif";
  src: url("./pt-serif-v12-latin-italic.woff2")
    format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "PT Serif";
  src: url("./pt-serif-v12-latin-700.woff2")
    format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "PT Serif";
  src: url("./pt-serif-v12-latin-700italic.woff2")
    format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}


.Markdown__StyleMarkdown-sc-1f5jifa-0.ynMbr p {
    color: #fff;
}

