html,
body {
  scroll-behavior: smooth;
}

.lcpItem {
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url("/images/theTimesBackground-eb98bb2db5.png");
}
.Icon {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  text-decoration: inherit;
}
html {
  font-family: small;
}
@media \0 screen {
  html {
    font-family: wide;
  }
}
body:after {
  display: none;
}
@media screen and (min-width: 768px) {
  html {
    font-family: medium;
  }
  body:after {
    content: "medium";
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-family: wide;
  }
  body:after {
    content: "wide";
  }
}
@media screen and (min-width: 1320px) {
  html {
    font-family: huge;
  }
  body:after {
    content: "huge";
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  line-height: 1.25;
  position: relative;
}
img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}
.Page {
  background-color: #f5efeb;
  padding-top: 5rem;
}
@media (min-width: 1024px) {
  .Page {
    padding-top: 4rem;
  }
}
.MainContainer {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 50vh;
}
@media (min-width: 520px) {
  .MainContainer {
    border-right: 1px solid rgba(219, 219, 219, 0.5);
    border-left: 1px solid rgba(219, 219, 219, 0.5);
  }
}
@media (min-width: 768px) {
  .MainContainer {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .MainContainer {
    border-width: 0;
  }
}
.MainContainer #js-react-container > div:first-child,
.MainContainer #main-container > div:first-child {
  position: relative;
}
.MainContainer #js-react-container > div:first-child {
  display: block;
}
.MainContainer--noPadding {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.Container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.Container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 520px) {
  .Container {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .Container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  .Container {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
  .Container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1024px) {
  .Container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .Container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1320px) {
  .Container {
    max-width: 1182px;
    margin-left: auto;
    margin-right: auto;
  }
  .Container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
body {
  font-family: TimesDigitalW04-Regular, TimesDigitalW04-Regular-fallback, serif;
  color: #333;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3 {
  color: #1d1d1b;
  font-smoothing: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
p {
  line-height: 2rem;
}
a {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-size: 3rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
h2 {
  font-size: 2rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
h3 {
  font-size: 1.9rem;
  line-height: 1.9rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (min-width: 1320px) {
  h3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
input::-webkit-input-placeholder {
  color: inherit;
}
input:-moz-placeholder,
input::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder {
  color: inherit;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
.AccessibilityLinks a {
  padding: 1rem;
  background: #f5efeb;
  color: #1d1d1b;
  height: 4.5rem;
}
.AccessibilityLinks a:active,
.AccessibilityLinks a:focus {
  height: auto;
  margin: 0 auto;
  text-align: center;
  top: 5.4rem;
  left: 0;
  font-size: 1.6rem;
  position: absolute;
  z-index: 9999;
}
@media (min-width: 768px) {
  .AccessibilityLinks a:active,
  .AccessibilityLinks a:focus {
    top: 4.4rem;
  }
}
.NewGlobalNav {
  line-height: normal;
}
.GlobalNav {
  height: 5rem;
  line-height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  will-change: transform;
}
@media print {
  .GlobalNav {
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .GlobalNav {
    height: 4rem;
    line-height: 4rem;
  }
}
.GlobalNav a {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent;
}
.GlobalFooter {
  overflow: hidden;
  background-color: #1a1f24;
  font-family: Roboto-Regular, Roboto-Regular-fallback, sans-serif;
  color: #d0cece;
  padding: 0;
  position: relative;
  z-index: 1;
  padding-block-end: 50px;
}
@media (min-width: 1320px) {
  .GlobalFooter {
    padding-block-end: 90px;
  }
}
.GlobalFooter-container {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .GlobalFooter-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.GlobalFooter-backToTopSection {
  background-color: #3c3f44;
}
.GlobalFooter-backToTop {
  position: relative;
  display: block;
  line-height: 5rem;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 1024px) {
}
.PaymentStatus {
  position: fixed;
  z-index: 5;
  width: 100%;
  will-change: transform;
  display: none;
  top: 6rem;
  background-color: #bf0000;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .PaymentStatus {
    top: 11rem;
    padding: 1.5rem;
    min-height: 17.6rem;
  }
}
.PaymentStatus .PaymentStatus-container {
  padding: 2rem 1rem;
}
.PaymentStatus-phase {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .PaymentStatus-phase {
    padding-left: 1rem;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.PaymentStatus-phase .PaymentStatus-text {
  color: #fff;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto-Regular-fallback, sans-serif;
  text-align: left;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .PaymentStatus-phase .PaymentStatus-text {
    padding-bottom: 0;
  }
}
.PaymentStatus-phase .PaymentStatus-title {
  color: #fff;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 700;
  padding-bottom: 0.3rem;
}
.PaymentStatus-phase .PaymentStatus-button {
  color: #1d1d1b;
  background-color: #fff;
  padding-inline: 1rem;
  padding-block: 0.7rem;
  text-decoration: none;
  display: -ms-inline-grid;
  display: inline-grid;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Roboto-Regular, Roboto-Regular-fallback, sans-serif;
}
.PaymentStatus-phase .PaymentStatus-icon {
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.PaymentStatus-phase .PaymentStatus-area-one {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}
@media (min-width: 768px) {
  .PaymentStatus-phase .PaymentStatus-area-one {
    margin-right: 1rem;
  }
}
.PaymentStatus-phase .PaymentStatus-area-two {
  width: 100%;
}
@media (min-width: 768px) {
  .PaymentStatus-phase .PaymentStatus-area-two {
    width: auto;
  }
}
.OnboardingBanner {
  position: fixed;
  width: 100%;
  top: 5rem;
  background: #3c81be;
  z-index: 4;
}
@media (min-width: 1024px) {
  .OnboardingBanner {
    top: 4rem;
  }
}
.OnboardingBanner.is-hidden {
  display: none;
}
.OnboardingBanner .OnboardingBanner-container {
  position: relative;
  color: #fff;
  padding: 0.8rem 1rem;
}
@media (min-width: 1024px) {
  .OnboardingBanner .OnboardingBanner-container {
    display: none;
  }
}
.OnboardingBanner .OnboardingBanner-container .OnboardingBanner-title {
  margin-right: 0.5rem;
  font-family: TimesModern-Bold, TimesModern-Bold-fallback, serif;
  font-size: 1.5rem;
  line-height: 2.8rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 370px) {
  .OnboardingBanner .OnboardingBanner-container .OnboardingBanner-title {
    font-size: 1.8rem;
  }
}
.OnboardingBanner .OnboardingBanner-container .OnboardingBanner-text {
  opacity: 0.8;
  letter-spacing: 0.03rem;
  font-family: Roboto-Regular, Roboto-Regular-fallback, sans-serif;
  font-size: 1.5rem;
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .OnboardingBanner
    .OnboardingBanner-container
    .OnboardingBanner-text.OnboardingBanner-text--tablet {
    display: inline-block;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .OnboardingBanner
    .OnboardingBanner-container
    .OnboardingBanner-text.OnboardingBanner-text--mobile {
    display: block;
  }
}
.OnboardingBanner .OnboardingBanner-container .OnboardingBanner-close {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1.4rem;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.AD {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 250px;
}
@media (min-width: 768px) {
  .AD {
    height: 90px;
  }
}
@media (min-width: 1024px) {
  .AD {
    height: 250px;
  }
}
.AD--pixel--impresion {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 1px;
  height: 1px;
  display: block;
}
@media (min-width: 1024px) {
  .u-decreaseBodyPaddingTop {
    padding-top: 4rem;
  }
}
.u-newNavigationPaddingLoggedOut {
  padding-top: 6rem !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .u-newNavigationPaddingLoggedOut {
    padding-top: 16.3rem !important;
  }
}
.u-hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.css-f7qwpw {
  position: fixed;
  pointer-events: none;
  left: 16px;
  right: 16px;
  bottom: 16px;
}

.css-rgzt88 * {
  font-family: "Roboto-Medium", "Roboto-Medium-fallback", sans-serif;
  font-weight: 500;
  font-size: 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: white;
  list-style: none;
}

.css-1nc356v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 50px;
  margin: 0;
  background-color: #01000d;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .css-1nc356v {
    height: 60px;
  }
}
.css-1nc356v > div:last-of-type {
  margin-left: auto;
}

.css-1smju7m {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .css-1smju7m {
    width: 323px;
  }
}

.css-178p8vl {
  min-height: 50px;
  min-width: 50px;
  border: none;
  z-index: 1;
  cursor: pointer;
  background-color: #01000d;
  color: #ffffff;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 768px) {
  .css-178p8vl {
    min-height: 60px;
    min-width: 60px;
  }
  .css-178p8vl:hover {
    background-color: #222222;
  }
}

.css-2k1hxp {
  --transition: 0.25s ease-in-out;
  height: 16px;
  width: 16px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.css-2k1hxp span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  left: 0;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: left center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.css-2k1hxp span:nth-child(1) {
  top: 2px;
}
.css-2k1hxp span:nth-child(2) {
  top: 7px;
  width: 75%;
}
.css-2k1hxp span:nth-child(3) {
  top: 12px;
}

.css-1wve1hj {
  border-color: #333333;
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  display: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .css-1wve1hj {
    display: block;
  }
}

.css-znvbz {
  min-height: 50px;
  min-width: 50px;
  border: none;
  z-index: 1;
  cursor: pointer;
  background-color: #01000d;
  color: #ffffff;
  -webkit-tap-highlight-color: transparent;
  display: none;
  padding-top: 3px;
}
@media screen and (min-width: 768px) {
  .css-znvbz {
    min-height: 60px;
    min-width: 60px;
  }
  .css-znvbz:hover {
    background-color: #222222;
  }
}
.css-znvbz > svg {
  height: auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .css-znvbz {
    display: block;
  }
}

.css-1p3a6hb {
  display: none;
}
@media screen and (min-width: 768px) {
  .css-1p3a6hb {
    display: block;
  }
}

.css-6f84nx {
  width: 200px;
  height: 100%;
  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;
  padding-inline: 20px;
}

.css-1b1qla6 {
  height: 20px;
}

.css-11u0zgi {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: #01000d;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
}

.css-1nskthh {
  min-height: 50px;
  min-width: 50px;
  border: none;
  z-index: 1;
  cursor: pointer;
  background-color: #01000d;
  color: #ffffff;
  -webkit-tap-highlight-color: transparent;
  display: none;
  padding-top: 3px;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .css-1nskthh {
    min-height: 60px;
    min-width: 60px;
  }
  .css-1nskthh:hover {
    background-color: #222222;
  }
}
.css-1nskthh > svg {
  height: auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .css-1nskthh {
    display: block;
  }
}
.css-1nskthh:hover {
  background-color: #333333;
}
.css-1nskthh:hover path {
  fill: #828282;
}
.css-1nskthh:active path {
  fill: #ffffff;
}

.css-qfa9y0 {
  display: none;
  height: 100%;
  min-width: 260px;
}
@media screen and (min-width: 768px) {
  .css-qfa9y0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.css-k1gqbh {
  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%;
  background-color: #333333;
  overflow: hidden;
}
.css-k1gqbh input {
  background-color: #333333;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .css-k1gqbh input {
    font-size: 14px;
    padding-inline: 0px;
  }
}
.css-k1gqbh input::-webkit-input-placeholder {
  color: #828282;
}
.css-k1gqbh input::-moz-placeholder {
  color: #828282;
}
.css-k1gqbh input:-ms-input-placeholder {
  color: #828282;
}

.css-1ln1msa {
  display: none;
  border: none;
  cursor: pointer;
  background-color: #333333;
  min-width: 60px;
  height: 100%;
}
.css-1ln1msa rect {
  color: #ffffff;
}
.css-1ln1msa:hover rect {
  fill: #828282;
}
.css-1ln1msa:active rect {
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .css-1ln1msa {
    display: block;
  }
}

.css-15idje {
  display: none;
  left: 0;
  overflow: auto;
  scrollbar-width: none;
  scroll-behavior: auto;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 800ms;
  transition: opacity 800ms;
}
@media screen and (min-width: 1024px) {
  .css-15idje {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.css-15nlsyl {
  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;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .css-15nlsyl {
    padding-inline: 12px;
  }
}

.css-1y03scb {
  height: 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 24px;
}
.css-1y03scb a span {
  color: #01000d;
}
@media screen and (max-width: 768px) {
  .css-1y03scb {
    height: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .css-1y03scb {
    margin-right: 0px;
    padding-inline: 12px;
    cursor: pointer;
  }
  .css-1y03scb a span {
    color: #ffffff;
  }
  .css-1y03scb:hover,
  .css-1y03scb:focus-visible,
  .css-1y03scb:active {
    background-color: #222222;
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .css-1y03scb:first-of-type {
    padding-left: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .css-1y03scb:last-of-type {
    padding-right: 12px;
  }
}

.css-4ylack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.css-4ylack span {
  color: #ffffff;
  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;
}
@media screen and (max-width: 768px) {
  .css-4ylack {
    border-bottom: 4px solid white;
  }
  .css-4ylack span {
    display: inline-block;
    color: #01000d;
    font-family: "Roboto", "Roboto-fallback", sans-serif;
    padding-top: 4px;
  }
}

.css-1k0jrp2 {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .css-1k0jrp2 {
    display: none;
  }
}

.css-nbadq8 {
  display: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (min-width: 768px) {
  .css-nbadq8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.css-fa2ypn {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.css-fa2ypn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.css-fa2ypn li:last-of-type {
  margin: 6px 16px;
}

.css-19c9plu {
  border-color: #333333;
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  height: 60px;
  margin: 0;
}

.css-1qp5wd7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 16px;
  padding-block: 8px;
  min-height: 60px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.css-1qp5wd7:hover,
.css-1qp5wd7:active {
  background-color: #222222;
}

.css-o4knxu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 80px;
  min-height: 48px;
  padding-inline: 16px;
  background-color: #005c8a;
  border-radius: 4px;
  width: 100%;
}

.css-gxt15o {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: auto;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-behavior: auto;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media screen and (min-width: 768px) {
  .css-gxt15o {
    display: none;
  }
}
.css-gxt15o > div:last-of-type {
  background-color: white;
  z-index: 0;
}

.css-vsx5i0 {
  background-color: #1d1d1b;
  padding-block: 12px;
  padding-inline: 16px;
}
.css-vsx5i0 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  z-index: 1;
}
.css-vsx5i0 > div a {
  width: 100%;
}

.css-cgfd03 {
  height: 40px;
  width: 100%;
  background-color: #1d1d1b;
  border: 1px solid #333333;
  border-radius: 4px;
  margin: 0;
  padding: 0.5px 0px;
  cursor: pointer;
}
.css-cgfd03:hover {
  background-color: #333333;
}

.css-1mypql6 {
  padding: 0.5px 0px;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #005c8a;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
.css-1mypql6:hover {
  background-color: #00527a;
}

.css-76ji2f {
  scroll-behavior: auto;
  scrollbar-width: none;
  overflow: auto;
}

.css-4uknbc {
  border-style: solid;
  border-color: #333333;
  border-width: 0px;
  margin: 0;
  border-top-width: 1px;
  width: 100%;
  border-color: #e4e4e4;
}

.css-1vpwa8n {
  position: absolute;
  height: 100vh;
  background-color: rgba(10, 10, 10, 0.8);
  width: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.css-zxpkw8 {
  position: absolute;
  top: 114px;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .css-zxpkw8 {
    width: 322.5px;
    top: 60px;
  }
}

.css-f7qwpw {
  position: fixed;
  pointer-events: none;
  left: 16px;
  right: 16px;
  bottom: 16px;
}

.css-1ngqqye {
  padding: 30px 0;
}

.css-8atxkm {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.css-ir0dwa {
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen {
  .css-ir0dwa {
    margin: -16px -8px 0 -8px;
  }
}
@media screen and (min-width: 520px) {
  .css-ir0dwa {
    margin: -16px -8px 0 -8px;
  }
}
@media screen and (min-width: 768px) {
  .css-ir0dwa {
    margin: -16px -8px 0 -8px;
  }
}
@media screen and (min-width: 1024px) {
  .css-ir0dwa {
    margin: -24px -12px 0 -12px;
  }
}
@media screen and (min-width: 1320px) {
  .css-ir0dwa {
    margin: -24px -12px 0 -12px;
  }
}

.css-1jneg5s {
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen {
  .css-1jneg5s {
    padding: 0 8px;
    margin-top: 16px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .css-1jneg5s {
    padding: 0 12px;
    margin-top: 24px;
  }
}

.css-1pco9ao {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  margin: 0;
}
.css-1pco9ao:nth-child(2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .css-1pco9ao:nth-child(2) {
    margin-top: 20px;
  }
}

.css-ojkjzn {
  padding: 0;
  display: inline-block;
}

.css-119zeav {
  max-width: 180px;
  background-color: #1a1f24;
}

.css-n0801v {
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen {
  .css-n0801v {
    padding: 0 8px;
    margin-top: 16px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .css-n0801v {
    -webkit-flex-basis: 33.333333333333336%;
    -ms-flex-preferred-size: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media screen and (min-width: 1024px) {
  .css-n0801v {
    padding: 0 12px;
    margin-top: 24px;
  }
}

.css-s5xnap {
  font-weight: 400;
  font-smoothing: auto;
  color: #d0cece;
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding: 0.8rem 0;
  border-top: 1px solid #d0cece;
  border-bottom: 1px solid #d0cece;
  font-family: "Roboto-Regular", "Roboto-Regular-fallback", sans-serif;
}

.css-4t323d {
  overflow: hidden;
  list-style-type: none;
  border-top: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  padding-top: 10px;
}
.css-4t323d li {
  display: inline-block;
  width: 50%;
  float: left;
}
@media screen and (min-width: 768px) {
  .css-4t323d li {
    width: 50%;
  }
}
.css-4t323d li:first-of-type a {
  padding-left: 0;
}
.css-4t323d li a {
  padding: 10px 0;
  display: block;
  line-height: 1.25;
}

.css-swl81g {
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen {
  .css-swl81g {
    padding: 0 8px;
    margin-top: 16px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .css-swl81g {
    -webkit-flex-basis: 66.66666666666667%;
    -ms-flex-preferred-size: 66.66666666666667%;
    flex-basis: 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .css-swl81g {
    padding: 0 12px;
    margin-top: 24px;
  }
}

.css-1oeij0k {
  overflow: hidden;
  list-style-type: none;
  border-top: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  padding-top: 10px;
}
.css-1oeij0k li {
  display: inline-block;
  width: 50%;
  float: left;
}
@media screen and (min-width: 768px) {
  .css-1oeij0k li {
    width: 25%;
  }
}
.css-1oeij0k li:first-of-type a {
  padding-left: 0;
}
.css-1oeij0k li a {
  padding: 10px 0;
  display: block;
  line-height: 1.25;
}

.css-w6l170 {
  width: 100%;
  height: 0px;
  background-color: transparent;
  border-top: 1px solid #d0cece;
}

.css-4hnzaa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .css-4hnzaa {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.css-1fqcjul {
  overflow: hidden;
  padding-top: 10px;
}
.css-1fqcjul p {
  font-size: 0.9em;
}
.css-1fqcjul p span {
  display: block;
}
@media screen and (min-width: 768px) {
  .css-1fqcjul p span {
    display: initial;
  }
}
@media screen and (min-width: 1024px) {
  .css-1fqcjul {
    padding-top: 5px;
  }
}

.css-9nx014 {
  overflow: hidden;
  list-style-type: none;
  border-top: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  padding-top: 10px;
}
.css-9nx014 li {
  display: inline-block;
  width: 50%;
  float: left;
}
@media screen and (min-width: 768px) {
  .css-9nx014 li {
    width: 25%;
  }
}
.css-9nx014 li:first-of-type a {
  padding-left: 0;
}
.css-9nx014 li a {
  padding: 10px 0;
  display: block;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .css-9nx014 li {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .css-9nx014 li a {
    padding: 10px 10px 0 0;
  }
}

.css-19ce9la {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.css-1d7xt34 {
  position: relative;
  overflow: hidden;
}
.css-co8w33 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 50px;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}
.css-co8w33.left {
  left: 0px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
}
.css-co8w33.right {
  right: 0px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), transparent);
}
.css-1lm4hs0 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 50px;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}
.css-1lm4hs0.left {
  left: 0px;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0)
  );
}
.css-1lm4hs0.right {
  right: 0px;
  background: linear-gradient(
    to left,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0)
  );
}
.css-i92ki3 {
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  overflow-y: scroll;
  background-color: rgb(21, 21, 21);
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 114px);
  scrollbar-width: none;
  scrollbar-color: rgb(1, 0, 13) rgb(1, 0, 13);
}
.css-i92ki3 * {
  font-family: Roboto-Medium, Roboto-Medium-fallback, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: white;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .css-i92ki3 {
    height: calc(var(--vh, 1vh) * 100 - 60px);
  }
}
.css-2w2dc1 {
  display: block;
}
@media screen and (min-width: 768px) {
  .css-2w2dc1 {
    display: none;
  }
}
.css-krhwh9 {
  padding: 0px 16px;
  margin: 16px 0px;
}
.css-1nwg8i {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  background-color: rgb(51, 51, 51);
  overflow: hidden;
  border-radius: 8px;
}
.css-1nwg8i input {
  background-color: rgb(51, 51, 51);
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .css-1nwg8i input {
    font-size: 14px;
    padding-inline: 0px;
  }
}
.css-1nwg8i input::-webkit-input-placeholder {
  color: rgb(130, 130, 130);
}
.css-hlm0bl {
  display: flex;
  margin-left: 8px;
}
.css-1asialo {
  margin: 0px;
  text-decoration: none;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 16px;
  height: 48px;
  color: white;
  font-size: 15px !important;
}
.css-1asialo:hover,
.css-1asialo:active {
  background-color: rgb(51, 51, 51);
}
.css-1ouif7a {
  margin: 0px;
  border-style: solid;
  border-color: rgb(51, 51, 51);
  color: rgb(51, 51, 51);
  border-width: 1px 0px 0px;
  width: 100%;
}
.css-1xt0b1k {
  display: inline-grid;
  column-gap: 8px;
  grid-template-columns: repeat(2, auto);
  place-content: center space-between;
  place-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  cursor: pointer;
  min-width: 80px;
  min-height: 48px;
  padding-inline: 16px;
  padding-block: 8px;
  border: none;
  background-color: rgb(21, 21, 21);
  width: 100%;
}
.css-1xt0b1k:hover {
  background-color: rgb(51, 51, 51);
}
.css-1xt0b1k span {
  font-size: 15px;
}
.css-1xt0b1k svg path {
  fill: rgb(194, 194, 194);
}
.css-gm0r8s {
  display: none;
  font-size: 15px;
  background-color: rgb(34, 34, 34);
}
.css-1hdt66e {
  margin: 0px;
  text-decoration: none;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 16px 16px 16px 32px;
  color: white;
  height: 48px;
  font-size: 15px;
  width: 100%;
}
.css-1hdt66e:hover,
.css-1hdt66e:active {
  background-color: rgb(51, 51, 51);
}
.css-1hdt66e.active {
  background-color: rgb(51, 51, 51);
}
.css-8wpmdh {
  background-color: rgb(21, 21, 21);
  color: rgb(130, 130, 130);
  padding: 16px 0px 16px 16px;
  height: 48px;
  font-size: 15px;
}
.css-vuqw6n {
  display: block;
  font-size: 15px;
  background-color: rgb(34, 34, 34);
}
.fPjBcr {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.fPjBcr {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.fPjBcr {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.fPjBcr {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.kwFxdN {
  border: 0px solid black;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: inline;
  font-size: 14px;
  font-family: sans-serif;
  margin: 0px;
  padding: 0px;
}
.bAbKns {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.bAbKns {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.bAbKns {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.bAbKns {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.eOMmsw {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(105, 105, 105);
}
.eOMmsw:hover {
  color: rgb(0, 102, 153);
}
.qHzzC {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(1, 0, 13);
}
.qHzzC:hover {
  color: rgb(0, 102, 153);
}
.eOMmsw {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(105, 105, 105);
}
.eOMmsw:hover {
  color: rgb(0, 102, 153);
}
.qHzzC {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(1, 0, 13);
}
.qHzzC:hover {
  color: rgb(0, 102, 153);
}
.eOMmsw {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(105, 105, 105);
}
.eOMmsw:hover {
  color: rgb(0, 102, 153);
}
.qHzzC {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(1, 0, 13);
}
.qHzzC:hover {
  color: rgb(0, 102, 153);
}
.eOMmsw {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(105, 105, 105);
}
.eOMmsw:hover {
  color: rgb(0, 102, 153);
}
.qHzzC {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(1, 0, 13);
}
.qHzzC:hover {
  color: rgb(0, 102, 153);
}
.etyQUN {
  display: flex;
}
.etyQUN {
  display: flex;
}
.etyQUN {
  display: flex;
}
.etyQUN {
  display: flex;
}
.kFzFtJ {
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-inline: 8px;
}
.kFzFtJ {
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-inline: 8px;
}
.kFzFtJ {
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-inline: 8px;
}
.kFzFtJ {
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-inline: 8px;
}
.dfMuic {
  text-decoration: none;
}
.dfMuic {
  text-decoration: none;
}
.dfMuic {
  text-decoration: none;
}
.dfMuic {
  text-decoration: none;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.dOGrmV {
  border-width: 0px 0px 1px;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  align-items: center;
  border-style: solid;
  flex: 1 1 0%;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dOGrmV {
    border-bottom-width: 0.5px;
  }
}
.dOGrmV {
  border-width: 0px 0px 1px;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  align-items: center;
  border-style: solid;
  flex: 1 1 0%;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dOGrmV {
    border-bottom-width: 0.5px;
  }
}
.dOGrmV {
  border-width: 0px 0px 1px;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  align-items: center;
  border-style: solid;
  flex: 1 1 0%;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dOGrmV {
    border-bottom-width: 0.5px;
  }
}
.dOGrmV {
  border-width: 0px 0px 1px;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  align-items: center;
  border-style: solid;
  flex: 1 1 0%;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dOGrmV {
    border-bottom-width: 0.5px;
  }
}
.wGIJh {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .wGIJh {
    padding-left: 0px;
    padding-right: 0px;
    flex-basis: 0px !important;
  }
}
.wGIJh {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .wGIJh {
    padding-left: 0px;
    padding-right: 0px;
    flex-basis: 0px !important;
  }
}
.wGIJh {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .wGIJh {
    padding-left: 0px;
    padding-right: 0px;
    flex-basis: 0px !important;
  }
}
.wGIJh {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .wGIJh {
    padding-left: 0px;
    padding-right: 0px;
    flex-basis: 0px !important;
  }
}
.kpLnTa {
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: auto;
}
@media (min-width: 768px) {
  .kpLnTa {
    border-bottom: none;
    border-right: 1px solid rgb(219, 219, 219);
    margin: 0px 10px;
    flex: 0 1 0% !important;
  }
}
.kpLnTa {
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: auto;
}
@media (min-width: 768px) {
  .kpLnTa {
    border-bottom: none;
    border-right: 1px solid rgb(219, 219, 219);
    margin: 0px 10px;
    flex: 0 1 0% !important;
  }
}
.kpLnTa {
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: auto;
}
@media (min-width: 768px) {
  .kpLnTa {
    border-bottom: none;
    border-right: 1px solid rgb(219, 219, 219);
    margin: 0px 10px;
    flex: 0 1 0% !important;
  }
}
.kpLnTa {
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: auto;
}
@media (min-width: 768px) {
  .kpLnTa {
    border-bottom: none;
    border-right: 1px solid rgb(219, 219, 219);
    margin: 0px 10px;
    flex: 0 1 0% !important;
  }
}
.ljZNyf:focus-visible {
  outline: rgb(0, 82, 122) solid 2px;
  outline-offset: 2px;
  background-color: rgb(238, 238, 238);
}
.ljZNyf:focus-visible {
  outline: rgb(0, 82, 122) solid 2px;
  outline-offset: 2px;
  background-color: rgb(238, 238, 238);
}
.ljZNyf:focus-visible {
  outline: rgb(0, 82, 122) solid 2px;
  outline-offset: 2px;
  background-color: rgb(238, 238, 238);
}
.ljZNyf:focus-visible {
  outline: rgb(0, 82, 122) solid 2px;
  outline-offset: 2px;
  background-color: rgb(238, 238, 238);
}
.drykZc:focus-visible {
  background-color: rgb(238, 238, 238);
  border: 1px solid rgb(0, 0, 0);
}
.drykZc:focus-visible {
  background-color: rgb(238, 238, 238);
  border: 1px solid rgb(0, 0, 0);
}
.drykZc:focus-visible {
  background-color: rgb(238, 238, 238);
  border: 1px solid rgb(0, 0, 0);
}
.drykZc:focus-visible {
  background-color: rgb(238, 238, 238);
  border: 1px solid rgb(0, 0, 0);
}
.cDnwKz {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .cDnwKz {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .cDnwKz {
    width: 56.2%;
  }
}
.cDnwKz {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .cDnwKz {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .cDnwKz {
    width: 56.2%;
  }
}
.cDnwKz {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .cDnwKz {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .cDnwKz {
    width: 56.2%;
  }
}
.cDnwKz {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .cDnwKz {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .cDnwKz {
    width: 56.2%;
  }
}
.cdQLzM {
  border-top: 2px solid rgb(29, 29, 27);
  background-color: rgb(245, 245, 245);
  padding: 16px 10px 24px;
  margin-block-start: 20px;
}
@media (min-width: 768px) {
  .cdQLzM {
    padding: 16px 20px 24px;
  }
}
@media (min-width: 1024px) {
  .cdQLzM {
    margin-block: 28px 32px;
    margin-inline: 20px;
  }
}
.cdQLzM {
  border-top: 2px solid rgb(29, 29, 27);
  background-color: rgb(245, 245, 245);
  padding: 16px 10px 24px;
  margin-block-start: 20px;
}
@media (min-width: 768px) {
  .cdQLzM {
    padding: 16px 20px 24px;
  }
}
@media (min-width: 1024px) {
  .cdQLzM {
    margin-block: 28px 32px;
    margin-inline: 20px;
  }
}
.cdQLzM {
  border-top: 2px solid rgb(29, 29, 27);
  background-color: rgb(245, 245, 245);
  padding: 16px 10px 24px;
  margin-block-start: 20px;
}
@media (min-width: 768px) {
  .cdQLzM {
    padding: 16px 20px 24px;
  }
}
@media (min-width: 1024px) {
  .cdQLzM {
    margin-block: 28px 32px;
    margin-inline: 20px;
  }
}
.cdQLzM {
  border-top: 2px solid rgb(29, 29, 27);
  background-color: rgb(245, 245, 245);
  padding: 16px 10px 24px;
  margin-block-start: 20px;
}
@media (min-width: 768px) {
  .cdQLzM {
    padding: 16px 20px 24px;
  }
}
@media (min-width: 1024px) {
  .cdQLzM {
    margin-block: 28px 32px;
    margin-inline: 20px;
  }
}
.byQJRM {
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgb(51, 51, 51);
}
.byQJRM {
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgb(51, 51, 51);
}
.byQJRM {
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgb(51, 51, 51);
}
.byQJRM {
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgb(51, 51, 51);
}
.bSdwwR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  margin-block-start: 16px;
}
@media (min-width: 1024px) {
  .bSdwwR {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bSdwwR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  margin-block-start: 16px;
}
@media (min-width: 1024px) {
  .bSdwwR {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bSdwwR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  margin-block-start: 16px;
}
@media (min-width: 1024px) {
  .bSdwwR {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bSdwwR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  margin-block-start: 16px;
}
@media (min-width: 1024px) {
  .bSdwwR {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hjiZmV {
  border-top: 1px solid rgb(228, 228, 228);
  grid-column: 1 / 3;
}
@media (min-width: 1024px) {
  .hjiZmV {
    display: none;
  }
}
.hjiZmV {
  border-top: 1px solid rgb(228, 228, 228);
  grid-column: 1 / 3;
}
@media (min-width: 1024px) {
  .hjiZmV {
    display: none;
  }
}
.hjiZmV {
  border-top: 1px solid rgb(228, 228, 228);
  grid-column: 1 / 3;
}
@media (min-width: 1024px) {
  .hjiZmV {
    display: none;
  }
}
.hjiZmV {
  border-top: 1px solid rgb(228, 228, 228);
  grid-column: 1 / 3;
}
@media (min-width: 1024px) {
  .hjiZmV {
    display: none;
  }
}
.gaEeqC {
  color: rgb(51, 51, 51);
  display: block;
  font-family: TimesDigitalW04-Regular, TimesDigitalW04-Regular-fallback, serif;
  line-height: 26px;
  font-size: 17px;
  margin: 0px auto 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.gaEeqC:first-of-type::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .gaEeqC {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .gaEeqC {
    width: 56.2%;
  }
}
.gaEeqC {
  color: rgb(51, 51, 51);
  display: block;
  font-family: TimesDigitalW04-Regular, TimesDigitalW04-Regular-fallback, serif;
  line-height: 26px;
  font-size: 17px;
  margin: 0px auto 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.gaEeqC:first-of-type::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .gaEeqC {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .gaEeqC {
    width: 56.2%;
  }
}
.gaEeqC {
  color: rgb(51, 51, 51);
  display: block;
  font-family: TimesDigitalW04-Regular, TimesDigitalW04-Regular-fallback, serif;
  line-height: 26px;
  font-size: 17px;
  margin: 0px auto 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.gaEeqC:first-of-type::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .gaEeqC {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .gaEeqC {
    width: 56.2%;
  }
}
.gaEeqC {
  color: rgb(51, 51, 51);
  display: block;
  font-family: TimesDigitalW04-Regular, TimesDigitalW04-Regular-fallback, serif;
  line-height: 26px;
  font-size: 17px;
  margin: 0px auto 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.gaEeqC:first-of-type::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .gaEeqC {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .gaEeqC {
    width: 56.2%;
  }
}
@media (min-width: 1024px) {
  .xQijj {
    padding-top: 20px;
    margin: 0px auto;
  }
}
@media (min-width: 1024px) {
  .xQijj {
    padding-top: 20px;
    margin: 0px auto;
  }
}
@media (min-width: 1024px) {
  .xQijj {
    padding-top: 20px;
    margin: 0px auto;
  }
}
@media (min-width: 1024px) {
  .xQijj {
    padding-top: 20px;
    margin: 0px auto;
  }
}
.hUvwaq {
  border: 0px solid black;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  display: flex;
  z-index: 1;
}
.hUvwaq {
  border: 0px solid black;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  display: flex;
  z-index: 1;
}
.hUvwaq {
  border: 0px solid black;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  display: flex;
  z-index: 1;
}
.hUvwaq {
  border: 0px solid black;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  display: flex;
  z-index: 1;
}
.iRvTiE {
  display: block;
  order: 4;
}
.iRvTiE {
  display: block;
  order: 4;
}
.iRvTiE {
  display: block;
  order: 4;
}
.iRvTiE {
  display: block;
  order: 4;
}
.fPnGaB {
  position: relative;
}
.fPnGaB {
  position: relative;
}
.fPnGaB {
  position: relative;
}
.fPnGaB {
  position: relative;
}
@media (min-width: 1024px) {
  .kuowVf {
    margin-top: 0px;
    transition: margin-top 0.2s ease 0s;
  }
}
@media (min-width: 1024px) {
  .kuowVf {
    margin-top: 0px;
    transition: margin-top 0.2s ease 0s;
  }
}
@media (min-width: 1024px) {
  .kuowVf {
    margin-top: 0px;
    transition: margin-top 0.2s ease 0s;
  }
}
@media (min-width: 1024px) {
  .kuowVf {
    margin-top: 0px;
    transition: margin-top 0.2s ease 0s;
  }
}
.HvzTP {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .HvzTP {
    order: 1;
    width: 80.8%;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .HvzTP {
    width: 56.2%;
    margin-bottom: 15px;
  }
}
.HvzTP {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .HvzTP {
    order: 1;
    width: 80.8%;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .HvzTP {
    width: 56.2%;
    margin-bottom: 15px;
  }
}
.HvzTP {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .HvzTP {
    order: 1;
    width: 80.8%;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .HvzTP {
    width: 56.2%;
    margin-bottom: 15px;
  }
}
.HvzTP {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .HvzTP {
    order: 1;
    width: 80.8%;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .HvzTP {
    width: 56.2%;
    margin-bottom: 15px;
  }
}
.hSodol {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.hSodol {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.hSodol {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.hSodol {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.hHNTxz {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .hHNTxz {
    order: 1;
  }
}
.hHNTxz {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .hHNTxz {
    order: 1;
  }
}
.hHNTxz {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .hHNTxz {
    order: 1;
  }
}
.hHNTxz {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .hHNTxz {
    order: 1;
  }
}
.dIbapx {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.dIbapx .imageContainerClass {
  display: block;
}
@media (min-width: 768px) {
  .dIbapx .imageContainerClass {
    display: block;
  }
  .dIbapx .headlineClass {
    font-size: 25px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.dIbapx {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.dIbapx .imageContainerClass {
  display: block;
}
@media (min-width: 768px) {
  .dIbapx .imageContainerClass {
    display: block;
  }
  .dIbapx .headlineClass {
    font-size: 25px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.dIbapx {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.dIbapx .imageContainerClass {
  display: block;
}
@media (min-width: 768px) {
  .dIbapx .imageContainerClass {
    display: block;
  }
  .dIbapx .headlineClass {
    font-size: 25px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.dIbapx {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.dIbapx .imageContainerClass {
  display: block;
}
@media (min-width: 768px) {
  .dIbapx .imageContainerClass {
    display: block;
  }
  .dIbapx .headlineClass {
    font-size: 25px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.hAlAda {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 10px 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .hAlAda {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hAlAda {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .hAlAda {
    width: 56.2%;
  }
}
.hAlAda {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 10px 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .hAlAda {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hAlAda {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .hAlAda {
    width: 56.2%;
  }
}
.hAlAda {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 10px 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .hAlAda {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hAlAda {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .hAlAda {
    width: 56.2%;
  }
}
.hAlAda {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 10px 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .hAlAda {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hAlAda {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .hAlAda {
    width: 56.2%;
  }
}
.hzpWKJ {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: 100%;
}
.hzpWKJ {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: 100%;
}
.hzpWKJ {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: 100%;
}
.hzpWKJ {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: 100%;
}
.ldMQFM {
  display: block;
  clip: rect(0px, 0px, 0px, 0px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  margin: -1px;
}

.fPjBcr {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.dfMuic {
  text-decoration: none;
}
.bAbKns {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.eOMmsw {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(105, 105, 105);
}
.eOMmsw:hover {
  color: rgb(0, 102, 153);
}
.qHzzC {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(1, 0, 13);
}
.qHzzC:hover {
  color: rgb(0, 102, 153);
}
.etyQUN {
  display: flex;
}
.kFzFtJ {
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-inline: 8px;
}
.dOGrmV {
  border-width: 0px 0px 1px;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  align-items: center;
  border-style: solid;
  flex: 1 1 0%;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dOGrmV {
    border-bottom-width: 0.5px;
  }
}
.wGIJh {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .wGIJh {
    padding-left: 0px;
    padding-right: 0px;
    flex-basis: 0px !important;
  }
}
.kpLnTa {
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: auto;
}
@media (min-width: 768px) {
  .kpLnTa {
    border-bottom: none;
    border-right: 1px solid rgb(219, 219, 219);
    margin: 0px 10px;
    flex: 0 1 0% !important;
  }
}
.cDnwKz {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .cDnwKz {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .cDnwKz {
    width: 56.2%;
  }
}
.cdQLzM {
  border-top: 2px solid rgb(29, 29, 27);
  background-color: rgb(245, 245, 245);
  padding: 16px 10px 24px;
  margin-block-start: 20px;
}
@media (min-width: 768px) {
  .cdQLzM {
    padding: 16px 20px 24px;
  }
}
@media (min-width: 1024px) {
  .cdQLzM {
    margin-block: 28px 32px;
    margin-inline: 20px;
  }
}
.byQJRM {
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgb(51, 51, 51);
}
.bSdwwR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  margin-block-start: 16px;
}
@media (min-width: 1024px) {
  .bSdwwR {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hjiZmV {
  border-top: 1px solid rgb(228, 228, 228);
  grid-column: 1 / 3;
}
@media (min-width: 1024px) {
  .hjiZmV {
    display: none;
  }
}
.gaEeqC {
  color: rgb(51, 51, 51);
  display: block;
  font-family: TimesDigitalW04-Regular, TimesDigitalW04-Regular-fallback, serif;
  line-height: 26px;
  font-size: 17px;
  margin: 0px auto 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.gaEeqC:first-of-type::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .gaEeqC {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .gaEeqC {
    width: 56.2%;
  }
}
@media (min-width: 1024px) {
  .xQijj {
    padding-top: 20px;
    margin: 0px auto;
  }
}
.hUvwaq {
  border: 0px solid black;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  display: flex;
  z-index: 1;
}
.iRvTiE {
  display: block;
  order: 4;
}
.fPnGaB {
  position: relative;
}
@media (min-width: 1024px) {
  .kuowVf {
    margin-top: 0px;
    transition: margin-top 0.2s ease 0s;
  }
}
.HvzTP {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .HvzTP {
    order: 1;
    width: 80.8%;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .HvzTP {
    width: 56.2%;
    margin-bottom: 15px;
  }
}
.hSodol {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.hHNTxz {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .hHNTxz {
    order: 1;
  }
}
.dIbapx {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.dIbapx .imageContainerClass {
  display: block;
}
@media (min-width: 768px) {
  .dIbapx .imageContainerClass {
    display: block;
  }
  .dIbapx .headlineClass {
    font-size: 25px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.hAlAda {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 10px 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .hAlAda {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hAlAda {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .hAlAda {
    width: 56.2%;
  }
}
.hzpWKJ {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: 100%;
}

.main-head {
  border: 0px solid black;
  box-sizing: border-box;
  display: inline;
  padding: 0px;
  margin: 0px 0px 7px;
  font-weight: 400;
  font-family: TimesModern-Bold, TimesModern-Bold-fallback, serif;
  font-size: 30px;
  line-height: 33px;
  color: rgb(29, 29, 27);

  @media (min-width: 768px) {
    font-size: 45px;
    line-height: 45px;
  }
}

.related-articles-block-head-box {
  align-items: center;
  border-bottom: 1px solid rgb(219, 219, 219);
  border-top: 1px solid rgb(219, 219, 219);
  display: flex;
  justify-content: center;
  padding: 15px;
  color: rgb(51, 51, 51);
  box-sizing: border-box;
}

.related-articles-block-head {
  color: rgb(51, 51, 51);
  font-family: TimesModern-Bold, TimesModern-Bold-fallback, serif;
  font-size: 28px;
  line-height: 27px;
}

.css-f7qwpw {
  position: fixed;
  pointer-events: none;
  left: 16px;
  right: 16px;
  bottom: 16px;
}

.css-rgzt88 * {
  font-family: "Roboto-Medium", "Roboto-Medium-fallback", sans-serif;
  font-weight: 500;
  font-size: 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: white;
  list-style: none;
}

.css-1nc356v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 50px;
  margin: 0;
  background-color: #01000d;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .css-1nc356v {
    height: 60px;
  }
}
.css-1nc356v > div:last-of-type {
  margin-left: auto;
}

.css-1smju7m {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .css-1smju7m {
    width: 323px;
  }
}

.css-178p8vl {
  min-height: 50px;
  min-width: 50px;
  border: none;
  z-index: 1;
  cursor: pointer;
  background-color: #01000d;
  color: #ffffff;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 768px) {
  .css-178p8vl {
    min-height: 60px;
    min-width: 60px;
  }
  .css-178p8vl:hover {
    background-color: #222222;
  }
}

.css-2k1hxp {
  --transition: 0.25s ease-in-out;
  height: 16px;
  width: 16px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.css-2k1hxp span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  left: 0;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: left center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.css-2k1hxp span:nth-child(1) {
  top: 2px;
}
.css-2k1hxp span:nth-child(2) {
  top: 7px;
  width: 75%;
}
.css-2k1hxp span:nth-child(3) {
  top: 12px;
}

.css-1wve1hj {
  border-color: #333333;
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  display: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .css-1wve1hj {
    display: block;
  }
}

.css-znvbz {
  min-height: 50px;
  min-width: 50px;
  border: none;
  z-index: 1;
  cursor: pointer;
  background-color: #01000d;
  color: #ffffff;
  -webkit-tap-highlight-color: transparent;
  display: none;
  padding-top: 3px;
}
@media screen and (min-width: 768px) {
  .css-znvbz {
    min-height: 60px;
    min-width: 60px;
  }
  .css-znvbz:hover {
    background-color: #222222;
  }
}
.css-znvbz > svg {
  height: auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .css-znvbz {
    display: block;
  }
}

.css-1p3a6hb {
  display: none;
}
@media screen and (min-width: 768px) {
  .css-1p3a6hb {
    display: block;
  }
}

.css-6f84nx {
  width: 200px;
  height: 100%;
  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;
  padding-inline: 20px;
}

.css-1b1qla6 {
  height: 20px;
}

.css-11u0zgi {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: #01000d;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
}

.css-1nskthh {
  min-height: 50px;
  min-width: 50px;
  border: none;
  z-index: 1;
  cursor: pointer;
  background-color: #01000d;
  color: #ffffff;
  -webkit-tap-highlight-color: transparent;
  display: none;
  padding-top: 3px;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .css-1nskthh {
    min-height: 60px;
    min-width: 60px;
  }
  .css-1nskthh:hover {
    background-color: #222222;
  }
}
.css-1nskthh > svg {
  height: auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .css-1nskthh {
    display: block;
  }
}
.css-1nskthh:hover {
  background-color: #333333;
}
.css-1nskthh:hover path {
  fill: #828282;
}
.css-1nskthh:active path {
  fill: #ffffff;
}

.css-qfa9y0 {
  display: none;
  height: 100%;
  min-width: 260px;
}
@media screen and (min-width: 768px) {
  .css-qfa9y0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.css-k1gqbh {
  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%;
  background-color: #333333;
  overflow: hidden;
}
.css-k1gqbh input {
  background-color: #333333;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .css-k1gqbh input {
    font-size: 14px;
    padding-inline: 0px;
  }
}
.css-k1gqbh input::-webkit-input-placeholder {
  color: #828282;
}
.css-k1gqbh input::-moz-placeholder {
  color: #828282;
}
.css-k1gqbh input:-ms-input-placeholder {
  color: #828282;
}

.css-1ln1msa {
  display: none;
  border: none;
  cursor: pointer;
  background-color: #333333;
  min-width: 60px;
  height: 100%;
}
.css-1ln1msa rect {
  color: #ffffff;
}
.css-1ln1msa:hover rect {
  fill: #828282;
}
.css-1ln1msa:active rect {
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .css-1ln1msa {
    display: block;
  }
}

.css-15idje {
  display: none;
  left: 0;
  overflow: auto;
  scrollbar-width: none;
  scroll-behavior: auto;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 800ms;
  transition: opacity 800ms;
}
@media screen and (min-width: 1024px) {
  .css-15idje {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.css-15nlsyl {
  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;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .css-15nlsyl {
    padding-inline: 12px;
  }
}

.css-1y03scb {
  height: 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 24px;
}
.css-1y03scb a span {
  color: #01000d;
}
@media screen and (max-width: 768px) {
  .css-1y03scb {
    height: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .css-1y03scb {
    margin-right: 0px;
    padding-inline: 12px;
    cursor: pointer;
  }
  .css-1y03scb a span {
    color: #ffffff;
  }
  .css-1y03scb:hover,
  .css-1y03scb:focus-visible,
  .css-1y03scb:active {
    background-color: #222222;
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .css-1y03scb:first-of-type {
    padding-left: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .css-1y03scb:last-of-type {
    padding-right: 12px;
  }
}

.css-4ylack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.css-4ylack span {
  color: #ffffff;
  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;
}
@media screen and (max-width: 768px) {
  .css-4ylack {
    border-bottom: 4px solid white;
  }
  .css-4ylack span {
    display: inline-block;
    color: #01000d;
    font-family: "Roboto", "Roboto-fallback", sans-serif;
    padding-top: 4px;
  }
}

.css-1k0jrp2 {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .css-1k0jrp2 {
    display: none;
  }
}

.css-nbadq8 {
  display: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (min-width: 768px) {
  .css-nbadq8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.css-fa2ypn {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.css-fa2ypn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.css-fa2ypn li:last-of-type {
  margin: 6px 16px;
}

.css-19c9plu {
  border-color: #333333;
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  height: 60px;
  margin: 0;
}

.css-1qp5wd7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 16px;
  padding-block: 8px;
  min-height: 60px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.css-1qp5wd7:hover,
.css-1qp5wd7:active {
  background-color: #222222;
}

.css-o4knxu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 80px;
  min-height: 48px;
  padding-inline: 16px;
  background-color: #005c8a;
  border-radius: 4px;
  width: 100%;
}

.css-gxt15o {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: auto;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-behavior: auto;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media screen and (min-width: 768px) {
  .css-gxt15o {
    display: none;
  }
}
.css-gxt15o > div:last-of-type {
  background-color: white;
  z-index: 0;
}

.css-vsx5i0 {
  background-color: #1d1d1b;
  padding-block: 12px;
  padding-inline: 16px;
}
.css-vsx5i0 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  z-index: 1;
}
.css-vsx5i0 > div a {
  width: 100%;
}

.css-cgfd03 {
  height: 40px;
  width: 100%;
  background-color: #1d1d1b;
  border: 1px solid #333333;
  border-radius: 4px;
  margin: 0;
  padding: 0.5px 0px;
  cursor: pointer;
}
.css-cgfd03:hover {
  background-color: #333333;
}

.css-1mypql6 {
  padding: 0.5px 0px;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #005c8a;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
.css-1mypql6:hover {
  background-color: #00527a;
}

.css-76ji2f {
  scroll-behavior: auto;
  scrollbar-width: none;
  overflow: auto;
}

.css-4uknbc {
  border-style: solid;
  border-color: #333333;
  border-width: 0px;
  margin: 0;
  border-top-width: 1px;
  width: 100%;
  border-color: #e4e4e4;
}

.css-1vpwa8n {
  position: absolute;
  height: 100vh;
  background-color: rgba(10, 10, 10, 0.8);
  width: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.css-zxpkw8 {
  position: absolute;
  top: 114px;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .css-zxpkw8 {
    width: 322.5px;
    top: 60px;
  }
}

.css-f7qwpw {
  position: fixed;
  pointer-events: none;
  left: 16px;
  right: 16px;
  bottom: 16px;
}

.css-1ngqqye {
  padding: 30px 0;
}

.css-8atxkm {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.css-ir0dwa {
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen {
  .css-ir0dwa {
    margin: -16px -8px 0 -8px;
  }
}
@media screen and (min-width: 520px) {
  .css-ir0dwa {
    margin: -16px -8px 0 -8px;
  }
}
@media screen and (min-width: 768px) {
  .css-ir0dwa {
    margin: -16px -8px 0 -8px;
  }
}
@media screen and (min-width: 1024px) {
  .css-ir0dwa {
    margin: -24px -12px 0 -12px;
  }
}
@media screen and (min-width: 1320px) {
  .css-ir0dwa {
    margin: -24px -12px 0 -12px;
  }
}

.css-1jneg5s {
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen {
  .css-1jneg5s {
    padding: 0 8px;
    margin-top: 16px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .css-1jneg5s {
    padding: 0 12px;
    margin-top: 24px;
  }
}

.css-1pco9ao {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  margin: 0;
}
.css-1pco9ao:nth-child(2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .css-1pco9ao:nth-child(2) {
    margin-top: 20px;
  }
}

.css-ojkjzn {
  padding: 0;
  display: inline-block;
}

.css-119zeav {
  max-width: 180px;
  background-color: #1a1f24;
}

.css-n0801v {
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen {
  .css-n0801v {
    padding: 0 8px;
    margin-top: 16px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .css-n0801v {
    -webkit-flex-basis: 33.333333333333336%;
    -ms-flex-preferred-size: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media screen and (min-width: 1024px) {
  .css-n0801v {
    padding: 0 12px;
    margin-top: 24px;
  }
}

.css-s5xnap {
  font-weight: 400;
  font-smoothing: auto;
  color: #d0cece;
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding: 0.8rem 0;
  border-top: 1px solid #d0cece;
  border-bottom: 1px solid #d0cece;
  font-family: "Roboto-Regular", "Roboto-Regular-fallback", sans-serif;
}

.css-4t323d {
  overflow: hidden;
  list-style-type: none;
  border-top: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  padding-top: 10px;
}
.css-4t323d li {
  display: inline-block;
  width: 50%;
  float: left;
}
@media screen and (min-width: 768px) {
  .css-4t323d li {
    width: 50%;
  }
}
.css-4t323d li:first-of-type a {
  padding-left: 0;
}
.css-4t323d li a {
  padding: 10px 0;
  display: block;
  line-height: 1.25;
}

.css-swl81g {
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen {
  .css-swl81g {
    padding: 0 8px;
    margin-top: 16px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .css-swl81g {
    -webkit-flex-basis: 66.66666666666667%;
    -ms-flex-preferred-size: 66.66666666666667%;
    flex-basis: 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .css-swl81g {
    padding: 0 12px;
    margin-top: 24px;
  }
}

.css-1oeij0k {
  overflow: hidden;
  list-style-type: none;
  border-top: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  padding-top: 10px;
}
.css-1oeij0k li {
  display: inline-block;
  width: 50%;
  float: left;
}
@media screen and (min-width: 768px) {
  .css-1oeij0k li {
    width: 25%;
  }
}
.css-1oeij0k li:first-of-type a {
  padding-left: 0;
}
.css-1oeij0k li a {
  padding: 10px 0;
  display: block;
  line-height: 1.25;
}

.css-w6l170 {
  width: 100%;
  height: 0px;
  background-color: transparent;
  border-top: 1px solid #d0cece;
}

.css-4hnzaa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .css-4hnzaa {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.css-1fqcjul {
  overflow: hidden;
  padding-top: 10px;
}
.css-1fqcjul p {
  font-size: 0.9em;
}
.css-1fqcjul p span {
  display: block;
}
@media screen and (min-width: 768px) {
  .css-1fqcjul p span {
    display: initial;
  }
}
@media screen and (min-width: 1024px) {
  .css-1fqcjul {
    padding-top: 5px;
  }
}

.css-9nx014 {
  overflow: hidden;
  list-style-type: none;
  border-top: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  padding-top: 10px;
}
.css-9nx014 li {
  display: inline-block;
  width: 50%;
  float: left;
}
@media screen and (min-width: 768px) {
  .css-9nx014 li {
    width: 25%;
  }
}
.css-9nx014 li:first-of-type a {
  padding-left: 0;
}
.css-9nx014 li a {
  padding: 10px 0;
  display: block;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .css-9nx014 li {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .css-9nx014 li a {
    padding: 10px 10px 0 0;
  }
}

.css-19ce9la {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.css-1d7xt34 {
  position: relative;
  overflow: hidden;
}
.css-co8w33 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 50px;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}
.css-co8w33.left {
  left: 0px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
}
.css-co8w33.right {
  right: 0px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), transparent);
}
.css-1lm4hs0 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 50px;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}
.css-1lm4hs0.left {
  left: 0px;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0)
  );
}
.css-1lm4hs0.right {
  right: 0px;
  background: linear-gradient(
    to left,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0)
  );
}
.css-i92ki3 {
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  overflow-y: scroll;
  background-color: rgb(21, 21, 21);
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 114px);
  scrollbar-width: none;
  scrollbar-color: rgb(1, 0, 13) rgb(1, 0, 13);
}
.css-i92ki3 * {
  font-family: Roboto-Medium, Roboto-Medium-fallback, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: white;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .css-i92ki3 {
    height: calc(var(--vh, 1vh) * 100 - 60px);
  }
}
.css-2w2dc1 {
  display: block;
}
@media screen and (min-width: 768px) {
  .css-2w2dc1 {
    display: none;
  }
}
.css-krhwh9 {
  padding: 0px 16px;
  margin: 16px 0px;
}
.css-1nwg8i {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  background-color: rgb(51, 51, 51);
  overflow: hidden;
  border-radius: 8px;
}
.css-1nwg8i input {
  background-color: rgb(51, 51, 51);
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .css-1nwg8i input {
    font-size: 14px;
    padding-inline: 0px;
  }
}
.css-1nwg8i input::-webkit-input-placeholder {
  color: rgb(130, 130, 130);
}
.css-hlm0bl {
  display: flex;
  margin-left: 8px;
}
.css-1asialo {
  margin: 0px;
  text-decoration: none;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 16px;
  height: 48px;
  color: white;
  font-size: 15px !important;
}
.css-1asialo:hover,
.css-1asialo:active {
  background-color: rgb(51, 51, 51);
}
.css-1ouif7a {
  margin: 0px;
  border-style: solid;
  border-color: rgb(51, 51, 51);
  color: rgb(51, 51, 51);
  border-width: 1px 0px 0px;
  width: 100%;
}
.css-1xt0b1k {
  display: inline-grid;
  column-gap: 8px;
  grid-template-columns: repeat(2, auto);
  place-content: center space-between;
  place-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  cursor: pointer;
  min-width: 80px;
  min-height: 48px;
  padding-inline: 16px;
  padding-block: 8px;
  border: none;
  background-color: rgb(21, 21, 21);
  width: 100%;
}
.css-1xt0b1k:hover {
  background-color: rgb(51, 51, 51);
}
.css-1xt0b1k span {
  font-size: 15px;
}
.css-1xt0b1k svg path {
  fill: rgb(194, 194, 194);
}
.css-gm0r8s {
  display: none;
  font-size: 15px;
  background-color: rgb(34, 34, 34);
}
.css-1hdt66e {
  margin: 0px;
  text-decoration: none;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 16px 16px 16px 32px;
  color: white;
  height: 48px;
  font-size: 15px;
  width: 100%;
}
.css-1hdt66e:hover,
.css-1hdt66e:active {
  background-color: rgb(51, 51, 51);
}
.css-1hdt66e.active {
  background-color: rgb(51, 51, 51);
}
.css-8wpmdh {
  background-color: rgb(21, 21, 21);
  color: rgb(130, 130, 130);
  padding: 16px 0px 16px 16px;
  height: 48px;
  font-size: 15px;
}
.css-vuqw6n {
  display: block;
  font-size: 15px;
  background-color: rgb(34, 34, 34);
}
.fPjBcr {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.fPjBcr {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.fPjBcr {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.fPjBcr {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.kwFxdN {
  border: 0px solid black;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: inline;
  font-size: 14px;
  font-family: sans-serif;
  margin: 0px;
  padding: 0px;
}
.bAbKns {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.bAbKns {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.bAbKns {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.bAbKns {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.eOMmsw {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(105, 105, 105);
}
.eOMmsw:hover {
  color: rgb(0, 102, 153);
}
.qHzzC {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(1, 0, 13);
}
.qHzzC:hover {
  color: rgb(0, 102, 153);
}
.eOMmsw {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(105, 105, 105);
}
.eOMmsw:hover {
  color: rgb(0, 102, 153);
}
.qHzzC {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(1, 0, 13);
}
.qHzzC:hover {
  color: rgb(0, 102, 153);
}
.eOMmsw {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(105, 105, 105);
}
.eOMmsw:hover {
  color: rgb(0, 102, 153);
}
.qHzzC {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(1, 0, 13);
}
.qHzzC:hover {
  color: rgb(0, 102, 153);
}
.eOMmsw {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(105, 105, 105);
}
.eOMmsw:hover {
  color: rgb(0, 102, 153);
}
.qHzzC {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(1, 0, 13);
}
.qHzzC:hover {
  color: rgb(0, 102, 153);
}
.etyQUN {
  display: flex;
}
.etyQUN {
  display: flex;
}
.etyQUN {
  display: flex;
}
.etyQUN {
  display: flex;
}
.kFzFtJ {
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-inline: 8px;
}
.kFzFtJ {
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-inline: 8px;
}
.kFzFtJ {
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-inline: 8px;
}
.kFzFtJ {
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-inline: 8px;
}
.dfMuic {
  text-decoration: none;
}
.dfMuic {
  text-decoration: none;
}
.dfMuic {
  text-decoration: none;
}
.dfMuic {
  text-decoration: none;
}
.dOGrmV {
  border-width: 0px 0px 1px;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  align-items: center;
  border-style: solid;
  flex: 1 1 0%;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dOGrmV {
    border-bottom-width: 0.5px;
  }
}
.dOGrmV {
  border-width: 0px 0px 1px;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  align-items: center;
  border-style: solid;
  flex: 1 1 0%;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dOGrmV {
    border-bottom-width: 0.5px;
  }
}
.dOGrmV {
  border-width: 0px 0px 1px;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  align-items: center;
  border-style: solid;
  flex: 1 1 0%;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dOGrmV {
    border-bottom-width: 0.5px;
  }
}
.dOGrmV {
  border-width: 0px 0px 1px;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  align-items: center;
  border-style: solid;
  flex: 1 1 0%;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dOGrmV {
    border-bottom-width: 0.5px;
  }
}
.wGIJh {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .wGIJh {
    padding-left: 0px;
    padding-right: 0px;
    flex-basis: 0px !important;
  }
}
.wGIJh {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .wGIJh {
    padding-left: 0px;
    padding-right: 0px;
    flex-basis: 0px !important;
  }
}
.wGIJh {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .wGIJh {
    padding-left: 0px;
    padding-right: 0px;
    flex-basis: 0px !important;
  }
}
.wGIJh {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .wGIJh {
    padding-left: 0px;
    padding-right: 0px;
    flex-basis: 0px !important;
  }
}
.kpLnTa {
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: auto;
}
@media (min-width: 768px) {
  .kpLnTa {
    border-bottom: none;
    border-right: 1px solid rgb(219, 219, 219);
    margin: 0px 10px;
    flex: 0 1 0% !important;
  }
}
.kpLnTa {
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: auto;
}
@media (min-width: 768px) {
  .kpLnTa {
    border-bottom: none;
    border-right: 1px solid rgb(219, 219, 219);
    margin: 0px 10px;
    flex: 0 1 0% !important;
  }
}
.kpLnTa {
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: auto;
}
@media (min-width: 768px) {
  .kpLnTa {
    border-bottom: none;
    border-right: 1px solid rgb(219, 219, 219);
    margin: 0px 10px;
    flex: 0 1 0% !important;
  }
}
.kpLnTa {
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: auto;
}
@media (min-width: 768px) {
  .kpLnTa {
    border-bottom: none;
    border-right: 1px solid rgb(219, 219, 219);
    margin: 0px 10px;
    flex: 0 1 0% !important;
  }
}
.ljZNyf:focus-visible {
  outline: rgb(0, 82, 122) solid 2px;
  outline-offset: 2px;
  background-color: rgb(238, 238, 238);
}
.ljZNyf:focus-visible {
  outline: rgb(0, 82, 122) solid 2px;
  outline-offset: 2px;
  background-color: rgb(238, 238, 238);
}
.ljZNyf:focus-visible {
  outline: rgb(0, 82, 122) solid 2px;
  outline-offset: 2px;
  background-color: rgb(238, 238, 238);
}
.ljZNyf:focus-visible {
  outline: rgb(0, 82, 122) solid 2px;
  outline-offset: 2px;
  background-color: rgb(238, 238, 238);
}
/* //////////////////////////////////////////////// */
.drykZc:focus-visible {
  background-color: rgb(238, 238, 238);
  border: 1px solid rgb(0, 0, 0);
}
.drykZc:focus-visible {
  background-color: rgb(238, 238, 238);
  border: 1px solid rgb(0, 0, 0);
}
.drykZc:focus-visible {
  background-color: rgb(238, 238, 238);
  border: 1px solid rgb(0, 0, 0);
}
.drykZc:focus-visible {
  background-color: rgb(238, 238, 238);
  border: 1px solid rgb(0, 0, 0);
}
.cDnwKz {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .cDnwKz {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .cDnwKz {
    width: 56.2%;
  }
}
.cDnwKz {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .cDnwKz {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .cDnwKz {
    width: 56.2%;
  }
}
.cDnwKz {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .cDnwKz {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .cDnwKz {
    width: 56.2%;
  }
}
.cDnwKz {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .cDnwKz {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .cDnwKz {
    width: 56.2%;
  }
}
.cdQLzM {
  border-top: 2px solid rgb(29, 29, 27);
  background-color: rgb(245, 245, 245);
  padding: 16px 10px 24px;
  margin-block-start: 20px;
}
@media (min-width: 768px) {
  .cdQLzM {
    padding: 16px 20px 24px;
  }
}
@media (min-width: 1024px) {
  .cdQLzM {
    margin-block: 28px 32px;
    margin-inline: 20px;
  }
}
.cdQLzM {
  border-top: 2px solid rgb(29, 29, 27);
  background-color: rgb(245, 245, 245);
  padding: 16px 10px 24px;
  margin-block-start: 20px;
}
@media (min-width: 768px) {
  .cdQLzM {
    padding: 16px 20px 24px;
  }
}
@media (min-width: 1024px) {
  .cdQLzM {
    margin-block: 28px 32px;
    margin-inline: 20px;
  }
}
.cdQLzM {
  border-top: 2px solid rgb(29, 29, 27);
  background-color: rgb(245, 245, 245);
  padding: 16px 10px 24px;
  margin-block-start: 20px;
}
@media (min-width: 768px) {
  .cdQLzM {
    padding: 16px 20px 24px;
  }
}
@media (min-width: 1024px) {
  .cdQLzM {
    margin-block: 28px 32px;
    margin-inline: 20px;
  }
}
.cdQLzM {
  border-top: 2px solid rgb(29, 29, 27);
  background-color: rgb(245, 245, 245);
  padding: 16px 10px 24px;
  margin-block-start: 20px;
}
@media (min-width: 768px) {
  .cdQLzM {
    padding: 16px 20px 24px;
  }
}
@media (min-width: 1024px) {
  .cdQLzM {
    margin-block: 28px 32px;
    margin-inline: 20px;
  }
}
.byQJRM {
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgb(51, 51, 51);
}
.byQJRM {
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgb(51, 51, 51);
}
.byQJRM {
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgb(51, 51, 51);
}
.byQJRM {
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgb(51, 51, 51);
}
.bSdwwR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  margin-block-start: 16px;
}
@media (min-width: 1024px) {
  .bSdwwR {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bSdwwR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  margin-block-start: 16px;
}
@media (min-width: 1024px) {
  .bSdwwR {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bSdwwR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  margin-block-start: 16px;
}
@media (min-width: 1024px) {
  .bSdwwR {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bSdwwR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  margin-block-start: 16px;
}
@media (min-width: 1024px) {
  .bSdwwR {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hjiZmV {
  border-top: 1px solid rgb(228, 228, 228);
  grid-column: 1 / 3;
}
@media (min-width: 1024px) {
  .hjiZmV {
    display: none;
  }
}
.hjiZmV {
  border-top: 1px solid rgb(228, 228, 228);
  grid-column: 1 / 3;
}
@media (min-width: 1024px) {
  .hjiZmV {
    display: none;
  }
}
.hjiZmV {
  border-top: 1px solid rgb(228, 228, 228);
  grid-column: 1 / 3;
}
@media (min-width: 1024px) {
  .hjiZmV {
    display: none;
  }
}
.hjiZmV {
  border-top: 1px solid rgb(228, 228, 228);
  grid-column: 1 / 3;
}
@media (min-width: 1024px) {
  .hjiZmV {
    display: none;
  }
}
.gaEeqC {
  color: rgb(51, 51, 51);
  display: block;
  font-family: TimesDigitalW04-Regular, TimesDigitalW04-Regular-fallback, serif;
  line-height: 26px;
  font-size: 17px;
  margin: 0px auto 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.gaEeqC:first-of-type::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .gaEeqC {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .gaEeqC {
    width: 56.2%;
  }
}
.gaEeqC {
  color: rgb(51, 51, 51);
  display: block;
  font-family: TimesDigitalW04-Regular, TimesDigitalW04-Regular-fallback, serif;
  line-height: 26px;
  font-size: 17px;
  margin: 0px auto 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.gaEeqC:first-of-type::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .gaEeqC {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .gaEeqC {
    width: 56.2%;
  }
}
.gaEeqC {
  color: rgb(51, 51, 51);
  display: block;
  font-family: TimesDigitalW04-Regular, TimesDigitalW04-Regular-fallback, serif;
  line-height: 26px;
  font-size: 17px;
  margin: 0px auto 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.gaEeqC:first-of-type::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .gaEeqC {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .gaEeqC {
    width: 56.2%;
  }
}
.gaEeqC {
  color: rgb(51, 51, 51);
  display: block;
  font-family: TimesDigitalW04-Regular, TimesDigitalW04-Regular-fallback, serif;
  line-height: 26px;
  font-size: 17px;
  margin: 0px auto 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.gaEeqC:first-of-type::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .gaEeqC {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .gaEeqC {
    width: 56.2%;
  }
}
@media (min-width: 1024px) {
  .xQijj {
    padding-top: 20px;
    margin: 0px auto;
  }
}
@media (min-width: 1024px) {
  .xQijj {
    padding-top: 20px;
    margin: 0px auto;
  }
}
@media (min-width: 1024px) {
  .xQijj {
    padding-top: 20px;
    margin: 0px auto;
  }
}
@media (min-width: 1024px) {
  .xQijj {
    padding-top: 20px;
    margin: 0px auto;
  }
}
.hUvwaq {
  border: 0px solid black;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  display: flex;
  z-index: 1;
}
.hUvwaq {
  border: 0px solid black;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  display: flex;
  z-index: 1;
}
.hUvwaq {
  border: 0px solid black;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  display: flex;
  z-index: 1;
}
.hUvwaq {
  border: 0px solid black;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  display: flex;
  z-index: 1;
}
.iRvTiE {
  display: block;
  order: 4;
}
.iRvTiE {
  display: block;
  order: 4;
}
.iRvTiE {
  display: block;
  order: 4;
}
.iRvTiE {
  display: block;
  order: 4;
}
.fPnGaB {
  position: relative;
}
.fPnGaB {
  position: relative;
}
.fPnGaB {
  position: relative;
}
.fPnGaB {
  position: relative;
}
@media (min-width: 1024px) {
  .kuowVf {
    margin-top: 0px;
    transition: margin-top 0.2s ease 0s;
  }
}
@media (min-width: 1024px) {
  .kuowVf {
    margin-top: 0px;
    transition: margin-top 0.2s ease 0s;
  }
}
@media (min-width: 1024px) {
  .kuowVf {
    margin-top: 0px;
    transition: margin-top 0.2s ease 0s;
  }
}
@media (min-width: 1024px) {
  .kuowVf {
    margin-top: 0px;
    transition: margin-top 0.2s ease 0s;
  }
}
.HvzTP {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .HvzTP {
    order: 1;
    width: 80.8%;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .HvzTP {
    width: 56.2%;
    margin-bottom: 15px;
  }
}
.HvzTP {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .HvzTP {
    order: 1;
    width: 80.8%;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .HvzTP {
    width: 56.2%;
    margin-bottom: 15px;
  }
}
.HvzTP {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .HvzTP {
    order: 1;
    width: 80.8%;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .HvzTP {
    width: 56.2%;
    margin-bottom: 15px;
  }
}
.HvzTP {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .HvzTP {
    order: 1;
    width: 80.8%;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .HvzTP {
    width: 56.2%;
    margin-bottom: 15px;
  }
}
.hSodol {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.hSodol {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.hSodol {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.hSodol {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.hHNTxz {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .hHNTxz {
    order: 1;
  }
}
.hHNTxz {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .hHNTxz {
    order: 1;
  }
}
.hHNTxz {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .hHNTxz {
    order: 1;
  }
}
.hHNTxz {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .hHNTxz {
    order: 1;
  }
}
.dIbapx {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.dIbapx .imageContainerClass {
  display: block;
}
@media (min-width: 768px) {
  .dIbapx .imageContainerClass {
    display: block;
  }
  .dIbapx .headlineClass {
    font-size: 25px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.dIbapx {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.dIbapx .imageContainerClass {
  display: block;
}
@media (min-width: 768px) {
  .dIbapx .imageContainerClass {
    display: block;
  }
  .dIbapx .headlineClass {
    font-size: 25px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.dIbapx {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.dIbapx .imageContainerClass {
  display: block;
}
@media (min-width: 768px) {
  .dIbapx .imageContainerClass {
    display: block;
  }
  .dIbapx .headlineClass {
    font-size: 25px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.dIbapx {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.dIbapx .imageContainerClass {
  display: block;
}
@media (min-width: 768px) {
  .dIbapx .imageContainerClass {
    display: block;
  }
  .dIbapx .headlineClass {
    font-size: 25px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.hAlAda {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 10px 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .hAlAda {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hAlAda {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .hAlAda {
    width: 56.2%;
  }
}
.hAlAda {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 10px 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .hAlAda {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hAlAda {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .hAlAda {
    width: 56.2%;
  }
}
.hAlAda {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 10px 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .hAlAda {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hAlAda {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .hAlAda {
    width: 56.2%;
  }
}
.hAlAda {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 10px 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .hAlAda {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hAlAda {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .hAlAda {
    width: 56.2%;
  }
}
.hzpWKJ {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: 100%;
}
.hzpWKJ {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: 100%;
}
.hzpWKJ {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: 100%;
}
.hzpWKJ {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: 100%;
}
.ldMQFM {
  display: block;
  clip: rect(0px, 0px, 0px, 0px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  margin: -1px;
}

.fPjBcr {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.dfMuic {
  text-decoration: none;
}
.bAbKns {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.eOMmsw {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(105, 105, 105);
}
.eOMmsw:hover {
  color: rgb(0, 102, 153);
}
.qHzzC {
  text-decoration: none;
  display: inline-grid;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  min-height: 32px;
  border: none;
  place-content: center;
  color: rgb(1, 0, 13);
}
.qHzzC:hover {
  color: rgb(0, 102, 153);
}
.etyQUN {
  display: flex;
}
.kFzFtJ {
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-inline: 8px;
}
.dOGrmV {
  border-width: 0px 0px 1px;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  align-items: center;
  border-style: solid;
  flex: 1 1 0%;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dOGrmV {
    border-bottom-width: 0.5px;
  }
}
.wGIJh {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .wGIJh {
    padding-left: 0px;
    padding-right: 0px;
    flex-basis: 0px !important;
  }
}
.kpLnTa {
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: black black rgb(219, 219, 219);
  border-image: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: auto;
}
@media (min-width: 768px) {
  .kpLnTa {
    border-bottom: none;
    border-right: 1px solid rgb(219, 219, 219);
    margin: 0px 10px;
    flex: 0 1 0% !important;
  }
}
.cDnwKz {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .cDnwKz {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .cDnwKz {
    width: 56.2%;
  }
}
.cdQLzM {
  border-top: 2px solid rgb(29, 29, 27);
  background-color: rgb(245, 245, 245);
  padding: 16px 10px 24px;
  margin-block-start: 20px;
}
@media (min-width: 768px) {
  .cdQLzM {
    padding: 16px 20px 24px;
  }
}
@media (min-width: 1024px) {
  .cdQLzM {
    margin-block: 28px 32px;
    margin-inline: 20px;
  }
}
.byQJRM {
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgb(51, 51, 51);
}
.bSdwwR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  margin-block-start: 16px;
}
@media (min-width: 1024px) {
  .bSdwwR {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hjiZmV {
  border-top: 1px solid rgb(228, 228, 228);
  grid-column: 1 / 3;
}
@media (min-width: 1024px) {
  .hjiZmV {
    display: none;
  }
}
.gaEeqC {
  color: rgb(51, 51, 51);
  display: block;
  font-family: TimesDigitalW04-Regular, TimesDigitalW04-Regular-fallback, serif;
  line-height: 26px;
  font-size: 17px;
  margin: 0px auto 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.gaEeqC:first-of-type::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .gaEeqC {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .gaEeqC {
    width: 56.2%;
  }
}
@media (min-width: 1024px) {
  .xQijj {
    padding-top: 20px;
    margin: 0px auto;
  }
}
.hUvwaq {
  border: 0px solid black;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  display: flex;
  z-index: 1;
}
.iRvTiE {
  display: block;
  order: 4;
}
.fPnGaB {
  position: relative;
}
@media (min-width: 1024px) {
  .kuowVf {
    margin-top: 0px;
    transition: margin-top 0.2s ease 0s;
  }
}
.HvzTP {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .HvzTP {
    order: 1;
    width: 80.8%;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .HvzTP {
    width: 56.2%;
    margin-bottom: 15px;
  }
}
.hSodol {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.hHNTxz {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .hHNTxz {
    order: 1;
  }
}
.dIbapx {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.dIbapx .imageContainerClass {
  display: block;
}
@media (min-width: 768px) {
  .dIbapx .imageContainerClass {
    display: block;
  }
  .dIbapx .headlineClass {
    font-size: 25px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.hAlAda {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 10px 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .hAlAda {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hAlAda {
    width: 80.8%;
  }
}
@media (min-width: 1024px) {
  .hAlAda {
    width: 56.2%;
  }
}
.hzpWKJ {
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0px;
  min-height: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  flex: 1 1 0%;
  min-width: 100%;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* @import url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/23.0.10/css/intlTelInput.css"); */
@media print {
  body {
    display: none !important;
  }
}
:root {
  --mainColor: #0a169c;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

#form-feedback {
  border-radius: 39px;
  max-width: 560px;
  margin: 0 auto;
  font-family: Arial;
  box-shadow: 0px 0px 5px #0000007d;
}

.form-feedback-title {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: var(--mainColor);
  color: var(--text);
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .form-feedback-title {
    font-size: 24px;
  }
}

/* /////////////////////////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////////// */

.rev {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.rev__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rev__item-img img {
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.rev__item-name {
  font-weight: bold;
  font-family: Helvetica Bold, Arial;
  font-size: 18px;
}

.rev__item-text {
  font-size: 18px;
}

.rev__item {
  padding: 10px;
  border-radius: 15px;
  border: 2px solid #000;
}

#form-feedback-title {
  background: #005c8a;
}

/* ////////////////////////////////////////////////////// */

/* Основной контейнер */
.logo-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 20px;
  padding: 20px;
  justify-items: center;
  align-items: center;
  width: 80%; /* Ограничиваем ширину блока */
  max-width: 1200px; /* Максимальная ширина контейнера */
  margin: 0 auto;
  background-color: white; /* Цвет фона для блока логотипов */
  border-radius: 10px; /* Закругление углов */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Легкая тень для контраста */
}

/* Стиль для логотипов */
.logo-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

/* Добавляем эффект при наведении на логотипы */
.logo-item img:hover {
  transform: scale(1.1);
}

/* Для мобильных устройств */
@media (max-width: 600px) {
  .logo-container {
    grid-template-columns: repeat(2, 1fr); /* 2 колонки на маленьких экранах */
  }
}

/* /////////////////////////////////////////////////// */

.gaEeqC {
  margin: 0px auto 15px;
}

@media (max-width: 769px) {
  .css-vsx5i0 {
    display: none;
  }

  .Container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -64px;
    padding-top: 20px;
  }
}

@media (min-width: 769px) {
  .Container {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .gaEeqC {
    width: 90%;
  }
  .HvzTP {
    width: 90%;
    margin-bottom: 15px;
  }
}

div.css-1jneg5s {
  margin-top: 32px !important;
}

div.css-ir0dwa {
  margin: 0px -8px 0 -8px;
}
.css-1ngqqye {
  padding: 46px 0 !important;
}

@media (max-width: 769px) {
  .Container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -64px;
    padding-top: 30px;
  }
}
