:root {
  --mainColor: #6cbdde;
  --text: #ffffff;
  --input-color: #ffffff;
  --valid-input-color: #ffffff;
}

#Send-Us-Message {
  border: none;
  border-radius: 5px;
  max-width: 560px;
  margin: 0 auto;
  font-family: Arial;
  box-shadow: 3px 3px 6px #00000030;
  background: #2f3032;
}

.Send-Us-Message-Wrapper {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 40px 40px;
  box-sizing: border-box;
}

.Send-Us-Message-Title {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: #6cbdde00;
  color: var(--text);
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.2;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .Send-Us-Message-Title {
    font-size: 24px;
  }
}

#Send-Us-Message input {
  font-size: 16px;
  margin-bottom: 16px;
  width: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: var(--input-color);
  line-height: 1;
  box-shadow: none;
  font-family: Arial;
  background: none;
}
#Send-Us-Message input::placeholder {
  color: #fff;
}
#Send-Us-Message input:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #df0606;
}

.Send-Us-Message-Btn {
  background: none;
  color: var(--text);
  width: 100%;
  padding: 14px;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid var(--mainColor);
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: Arial;
  letter-spacing: 1px;
  box-shadow: 3px 3px 6px #00000030;
  margin: 20px 0px;
}
.Send-Us-Message-Btn:hover {
  box-shadow: 0px 0px 10px #6cbdde;
}

.Send-Us-Message-Btn {
  position: relative;
  padding: 8px 20px;
  border-radius: 0;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.Send-Us-Message-Btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    var(--mainColor),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease-in-out;
}

.Send-Us-Message-Btn:hover {
  background: transparent;
  box-shadow: 0 0 20px 10px hsla(204, 70%, 53%, 0.5);
}

.Send-Us-Message-Btn:hover::before {
  transform: translateX(100%);
}

input.error {
  margin-bottom: 5px !important;
  background: #ff000020 !important;
  position: relative;
  color: var(--valid-input-color) !important;
}

input.error::placeholder {
  color: #000;
}

label.error {
  font-family: Arial;
  color: red;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.phone + label.error {
  margin: 5px 0 0 !important;
}

input.valid {
  background: #00ef0030 !important;
  color: var(--valid-input-color) !important;
}

@media print {
  body {
    display: none !important;
  }
}

/* sc-component-id: sc-global-2791503708 */
*,
::after,
::before {
  box-sizing: border-box;
}
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[role="button"],
button {
  cursor: pointer;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
* {
  --x-ring-color: rgba(59, 130, 246, 0.5);
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
@-webkit-keyframes x-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes x-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes x-ping {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  75%,
  100% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes x-ping {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  75%,
  100% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes x-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes x-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes x-bounce {
  0%,
  100% {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animationtimingfunction: cubic-bezier(0.8, 0, 1, 1);
    animationtimingfunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animationtimingfunction: cubic-bezier(0, 0, 0.2, 1);
    animationtimingfunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes x-bounce {
  0%,
  100% {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animationtimingfunction: cubic-bezier(0.8, 0, 1, 1);
    animationtimingfunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animationtimingfunction: cubic-bezier(0, 0, 0.2, 1);
    animationtimingfunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
/* sc-component-id: sc-bdVaJa */
.kiPaZK {
  cursor: pointer;
}
.dixVfl {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.3125rem;
  display: block;
}
.dixVfl:hover {
  background-color: #f0f0f0;
  color: #b41400;
}
.krqvEG {
  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;
  background-color: #f5f5f5;
  margin-bottom: 0.3125rem;
  padding: 10px 15px;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.dDzOwp {
  margin-right: 0.9375rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #ffffff;
}
.dDzOwp:hover {
  opacity: 0.8;
}
.hGwNxS {
  margin-right: 0.625rem;
}
/* sc-component-id: sc-ifAKCX */
.NRDBo {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
}
.NRDBo:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-width: 0;
}
.jDPYJH {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
.dOnsEX {
  padding-bottom: 1.25rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
}
.cfkkYi {
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.cfkkYi > :not([hidden]) ~ :not([hidden]) {
  --x-space-x-reverse: 0;
  margin-right: calc(0 * var(--x-space-x-reverse));
  margin-left: calc(0 * calc(1 - var(--x-space-x-reverse)));
}
@media (min-width: 1220px) {
  .cfkkYi {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cfkkYi > :not([hidden]) ~ :not([hidden]) {
    --x-space-x-reverse: 0;
    margin-right: calc(10px * var(--x-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--x-space-x-reverse)));
  }
}
.gKGTHs {
  padding-bottom: 1.25rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gKGTHs > :not([hidden]) ~ :not([hidden]) {
  --x-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--x-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--x-space-x-reverse)));
}
.hVFQWe {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hVFQWe > :not([hidden]) ~ :not([hidden]) {
  --x-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--x-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--x-space-x-reverse)));
}
.cxradU {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
}
.qYElT {
  padding-top: 1.25rem;
}
.ePNnIT {
  position: relative;
  padding: 0 0 20px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .ePNnIT {
    padding: 0;
    border-width: 0;
    margin-bottom: 0;
  }
}
.ePNnIT:last-child {
  margin-bottom: 0;
}
.ePNnIT:last-of-type {
  padding: 0;
  border-width: 0;
}
.hDmiZa {
  font-size: 1.0625rem;
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
/* sc-component-id: sc-EHOje */
.eEYhod {
  display: none;
  visibility: hidden;
}
@media (min-width: 1220px) {
  .eEYhod {
    display: block;
    visibility: visible;
  }
}
.ifwvCE {
  width: 100%;
  max-width: 550px;
  margin: auto;
  margin-bottom: 1.875rem;
  display: block;
  visibility: visible;
}
@media (min-width: 1500px) {
  .ifwvCE {
    display: none;
    visibility: hidden;
  }
}
.eKmFjt {
  position: relative;
  padding: 20px 0;
  border-width: 0;
}
@media (min-width: 1024px) {
  .eKmFjt {
    padding: 0;
  }
}
.jgppQH {
  width: 100%;
  max-width: 550px;
  margin: auto;
  margin-bottom: 0.625rem;
  display: block;
  visibility: visible;
}
@media (min-width: 1220px) {
  .jgppQH {
    display: none;
    visibility: hidden;
  }
}
.cLtUKI {
  grid-area: articles;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  position: block;
  top: 0;
}
@media (min-width: 1024px) {
  .cLtUKI {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}
/* sc-component-id: sc-fjdhpX */
.gAlHnt {
  background-color: #ffffff;
  color: #434343;
  border: 0;
  padding: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bgzJqO {
  background-color: #ffffff;
  padding: 0.625rem;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.eBWNSr {
  margin: 0;
  padding: 0;
  width: 2.375rem;
  background-color: #434343;
}
.ibnoMz {
  background-color: #434343;
  width: 2.375rem;
  height: 2.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.XBmbg {
  position: absolute;
  right: 0.5rem;
}
.fJyASA {
  margin-left: 0;
  width: 100%;
  background-color: #b41400;
  color: #ffffff;
  font-size: 1.125rem;
  border: none;
  padding: 10px 20px;
  border-radius: 0.3125rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  .fJyASA {
    margin-left: 0.3125rem;
  }
}
.fJyASA:hover {
  background-color: #333;
}
/* sc-component-id: sc-kkGfuU */
.jYhgzR {
  position: fixed;
  z-index: 1000;
  bottom: 130px;
  right: 0.625rem;
  cursor: pointer;
  border-radius: 9999px;
  background-color: #f0f0f0;
  width: 2.625rem;
  display: block;
}
@media (min-width: 1024px) {
  .jYhgzR {
    bottom: 110px;
  }
}
.hLyleL {
  width: 100%;
  visibility: hidden;
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  --x-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: var(--x-ring-shadow, 0 0 #0000), var(--x-shadow);
}
@media (min-width: 1024px) {
  .hLyleL {
    visibility: hidden;
    display: none;
  }
}
.flbXza {
  width: 100vw;
  display: grid;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  grid-template-columns: auto 120px 48px;
  padding-left: 1.25rem;
  padding-right: 0.75rem;
  margin-top: 0.625rem;
}
.honlpy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.honlpy > :not([hidden]) ~ :not([hidden]) {
  --x-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--x-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--x-space-x-reverse)));
}
.fELcJK {
  padding-left: 0.625rem;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fLIaTv {
  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-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-left: 0.625rem;
  color: #bbb;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.fBEZWZ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.jOeDqz {
  width: 100%;
  visibility: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  --x-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: var(--x-ring-shadow, 0 0 #0000), var(--x-shadow);
}
@media (min-width: 1024px) {
  .jOeDqz {
    visibility: hidden;
    display: none;
  }
}
.fwEHGJ {
  width: 100vw;
  display: grid;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  grid-template-columns: auto 24px 48px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 0.625rem;
}
.iyRkRr {
  display: grid;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 100px auto;
  gap: 0.3125rem;
}
.dXKsUH {
  visibility: hidden;
}
.bhzCRn {
  width: 100%;
  background-color: #000000;
  visibility: hidden;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 1024px) {
  .bhzCRn {
    visibility: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.frXyoZ {
  width: 100%;
  max-width: 1220px;
  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;
}
.kkYFRT {
  width: 80%;
  text-transform: uppercase;
  font-size: meta;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  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;
}
.jowfdf {
  width: 100%;
  z-index: 11;
  max-width: 1220px;
  margin: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 20px;
  padding-left: 20px;
  display: none;
  visibility: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .jowfdf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }
}
@media (min-width: 1220px) {
  .jowfdf {
    padding-right: 0;
    padding-left: 0;
  }
}
.laZOmt {
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .laZOmt {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.dNyDQx {
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .dNyDQx {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
.bQGbaf {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  text-transform: uppercase;
  font-size: small;
  text-align: right;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jicADk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cpEmnL {
  width: 100%;
  border-color: #434343;
  border-top-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  visibility: hidden;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
}
@media (min-width: 1024px) {
  .cpEmnL {
    visibility: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cKQrjA {
  width: 100%;
  max-width: 1220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: medium;
}
.eSulmH {
  position: absolute;
  left: 1.25rem;
  top: 0;
  display: none;
  height: 100%;
}
@media (min-width: 1316px) {
  .eSulmH {
    display: block;
  }
}
.hKqyRj {
  position: -webkit-sticky;
  position: sticky;
  top: 1.25rem;
}
.jHFVGy {
  position: absolute;
  right: 1.25rem;
  top: 0;
  display: none;
  height: 100%;
}
@media (min-width: 1316px) {
  .jHFVGy {
    display: block;
  }
}
.crpFrt {
  width: 100%;
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 100%;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .crpFrt {
    grid-template-columns: minmax(min-content, 560px) minmax(min-content, 282px) 300px;
    gap: 2.5rem;
  }
}
.flkAwk {
  background-color: #f0f0f0;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.jXNHZC {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
  display: block;
}
.jUOZDE {
  height: 1.25rem;
  margin-bottom: 0.3125rem;
  background-color: #f0f0f0;
}
.cUlmZL {
  width: 33%;
  height: 1.25rem;
  background-color: #f0f0f0;
}
.fMHved {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
  display: none;
}
.casRtw {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 1024px) {
  .casRtw {
    padding: 0;
  }
}
.fxNKBf {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bkrYjW {
  width: 100%;
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  z-index: 5;
}
.IKsrb {
  width: 100%;
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  height: 12.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.ibEVeA {
  max-width: 76.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.125rem;
}
.hZwnwj {
  position: relative;
  width: 100%;
}
.dpeQvq {
  max-width: 76.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .dpeQvq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.golosh {
  max-width: 76.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.cFAiAR {
  width: 100%;
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.125rem;
}
.dLnbsl {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dHtDjr {
  width: 100%;
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
}
.ikNWwk {
  max-width: 76.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.fQNoTZ {
  background-color: #f3f3f3;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.625rem;
  z-index: 10;
}
@media (min-width: 1220px) {
  .fQNoTZ {
    display: none;
    visibility: hidden;
  }
}
.kRqFpb {
  width: 100%;
  max-width: 1220px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 0;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .kRqFpb {
    grid-template-columns: repeat(4, calc((100% - 120px) / 4));
    gap: 2.5rem;
  }
}
.kdOanX {
  position: relative;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  grid-column: 1 / span 2;
  width: 100%;
}
@media (min-width: 1024px) {
  .kdOanX {
    padding: 0;
    margin-bottom: 0;
    border-width: 0;
    grid-column: unset;
  }
}
.ftDRwj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 1.25rem;
}
.gNjrja {
  position: relative;
  font-size: 0.875rem;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  grid-column: 1 / 2;
  padding-right: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .gNjrja {
    border-width: 0;
    grid-column: unset;
  }
}
.gPwcZt {
  position: relative;
  font-size: 0.875rem;
  grid-column: 2 / 2;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .gPwcZt {
    grid-column: unset;
  }
}
.fKQJAl {
  font-size: 0.875rem;
  padding: 20px 0 0;
  grid-column: 1 / span 2;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 40px) / 2));
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .fKQJAl {
    padding: 0;
    grid-column: unset;
    border-width: 0;
    display: unset;
    grid-template-columns: 100%;
    gap: 0;
  }
}
.cCkRxq {
  margin-top: 1.875rem;
}
.eyHAZi {
  width: 100%;
  max-width: 1220px;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
  grid-template-columns: 100%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #ffffff;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .eyHAZi {
    grid-template-columns: minmax(min-content, 500px) minmax(min-content, 720px);
    gap: 2.5rem;
  }
}
.dDLOMr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 10px;
  font-size: 0.75rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .dDLOMr {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .dDLOMr > :not([hidden]) ~ :not([hidden]) {
    --x-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--x-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--x-space-x-reverse)));
  }
}
.dXAqvk {
  display: grid;
  grid-template-columns: 100%;
  gap: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1220px) {
  .dXAqvk {
    grid-template-columns: 300px auto 300px;
  }
}
@media (min-width: 1500px) {
  .dXAqvk {
    gap: 3.125rem;
  }
}
.fKOVi {
  display: unset;
  grid-template-columns: unset;
}
@media (min-width: 1024px) {
  .fKOVi {
    display: grid;
    grid-template-columns: 127px auto;
  }
}
.eiYYaF {
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 100%;
}
@media (min-width: 1024px) {
  .eiYYaF {
    width: 127px;
    height: 127px;
  }
}
.ihoObE {
  margin-left: 1.25rem;
}
.kzrQfS {
  height: 1.75rem;
  margin-bottom: 0.3125rem;
  background-color: #f0f0f0;
}
.fUSDDW {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625rem;
}
.fUSDDW > :not([hidden]) ~ :not([hidden]) {
  --x-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--x-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--x-space-x-reverse)));
}
.fvpfja {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f0f0f0;
  border-radius: 9999px;
}
.haRCia {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.fgQXEC {
  width: 100%;
  margin-bottom: 0.625rem;
  margin-top: 5px;
  height: 3.5rem;
  background-color: #f0f0f0;
}
@media (min-width: 1024px) {
  .fgQXEC {
    margin-top: 22px;
  }
}
.kXYxLs {
  width: 100%;
  margin-bottom: 15px;
  height: 6rem;
  background-color: #f0f0f0;
}
@media (min-width: 1024px) {
  .kXYxLs {
    margin-bottom: 30px;
  }
}
.gwzeLU {
  width: 100%;
  max-width: 550px;
  margin: auto;
}
.cioCYt {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.Lzfoq {
  background-color: #f0f0f0;
  height: 1rem;
  width: 100%;
  border-radius: 0.25rem;
}
.lkQihs {
  height: 0.75rem;
  margin-bottom: 0.3125rem;
  background-color: #f0f0f0;
}
.flBSVN {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4.8125rem;
  display: none;
  visibility: hidden;
}
@media (min-width: 1500px) {
  .flBSVN {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }
}
.eQEQFB {
  background-color: #f0f0f0;
  width: 18.75rem;
  height: 15.625rem;
}
.cNyxlQ {
  width: 100%;
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
}
.oGYXk {
  width: 100%;
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
  visibility: hidden;
  display: none;
  grid-template-columns: 100%;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .oGYXk {
    visibility: visible;
    display: grid;
    grid-template-columns: min-content auto;
    gap: 2.5rem;
  }
}
.bNmVG {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0 0 20px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
}
@media (min-width: 1024px) {
  .bNmVG {
    padding: 0;
    border-width: 0;
  }
}
.nGqhh {
  width: 33%;
  height: 2rem;
  background-color: #f0f0f0;
}
.dWoTci {
  height: 0.75rem;
  background-color: #f0f0f0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ggkUfA {
  height: 1.25rem;
  margin-bottom: 0.1875rem;
  background-color: #f0f0f0;
}
.cBoOsQ {
  height: 1.25rem;
  background-color: #f0f0f0;
}
.byasta {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.fUSkKc {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 0.75rem;
  background-color: #f0f0f0;
}
.eDChPG {
  height: 1rem;
  background-color: #f0f0f0;
}
.cVSJyj {
  margin-bottom: 0.625rem;
}
@media (min-width: 1220px) {
  .cVSJyj {
    margin-bottom: 0;
  }
}
.hyVUO {
  position: relative;
  padding: 20px 0;
  border-width: 0;
}
@media (min-width: 1024px) {
  .hyVUO {
    padding: 0;
  }
}
.eRWlOk {
  width: 18.75rem;
  height: 15.625rem;
  background-color: #d3d3d340;
}
.gEDfAA {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jQBOAp {
  width: 60.625rem;
  height: 15.625rem;
  background-color: #d3d3d340;
}
.Qyorx {
  -webkit-animation: x-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: x-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@media (min-width: 1024px) {
  .Qyorx {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 120px) / 4));
    gap: 2.5rem;
  }
}
.eDoxwg {
  width: 33%;
  height: 1.75rem;
  background-color: #f0f0f0;
}
.fFIocs {
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cmedYE {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 76.25rem;
  width: 100%;
}
.dNmGAE {
  height: 0.75rem;
  width: 20rem;
  background-color: #f0f0f0;
}
.cZGmDG {
  height: 1.75rem;
  margin-bottom: 0.3125rem;
  padding-bottom: 1.25rem;
  background-color: #f0f0f0;
}
.elbiDE {
  position: relative;
  width: 100%;
  margin-top: 3.125rem;
}
.cIvZbU {
  width: 100%;
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
}
.iqcUoa {
  max-width: 76.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.uoTjn {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
  padding-bottom: 0.625rem;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .uoTjn {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.eQRjZV {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .eQRjZV {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.btILxn {
  border: 1px solid #f0f0f0;
  padding: 0.3125rem;
}
.sTDLz {
  display: grid;
  border-width: 0 0 8px 0;
  border-style: solid;
  border-color: #b41400;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .sTDLz {
    grid-template-columns: minmax(min-content, 400px) repeat(6, 1fr);
  }
}
.ibYnVN {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
  padding: 15px 20px;
  padding-top: 0;
  grid-column: 1 / span 2;
}
@media (min-width: 1024px) {
  .ibYnVN {
    border-width: 0 1px 0 0;
    grid-column: unset;
  }
}
@media (min-width: 1316px) {
  .ibYnVN {
    padding: 0 10px 10px;
  }
}
@media (min-width: 1500px) {
  .ibYnVN {
    padding: 0 20px 15px;
  }
}
.cwudxc {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 50% 50%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .cwudxc {
    grid-template-columns: minmax(min-content, 144px) 1fr;
  }
}
.llwAAk {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #d4d4d4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.czCkDw {
  padding: 0 20px;
}
.kZSQMF {
  padding: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: middle;
  -webkit-box-align: middle;
  -ms-flex-align: middle;
  align-items: middle;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.fQMljo {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gRjkKS {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1316px) {
  .gRjkKS {
    max-width: 1660px;
  }
}
.eaNhbM {
  width: 100%;
  max-width: 1260px;
  padding-bottom: 0.625rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  margin-right: auto;
  margin-left: auto;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
}
@media (min-width: 1316px) {
  .eaNhbM {
    max-width: 1660px;
  }
}
.eaUXMC {
  height: 1.75rem;
  margin-bottom: 0.3125rem;
  width: 20%;
  background-color: #f0f0f0;
}
.eloHYg {
  margin-bottom: 3.125rem;
}
@media (min-width: 1024px) {
  .eloHYg {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 120px) / 4));
    gap: 2.5rem;
  }
}
.bykpNN {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bykpNN > :not([hidden]) ~ :not([hidden]) {
  --x-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--x-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--x-space-y-reverse));
}
.rSaCv {
  width: 100%;
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.fwhZWX {
  margin-bottom: 1.25rem;
}
.hYeRLm {
  max-width: 1260px;
  width: 100%;
  background-color: #ffffffcc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1316px) {
  .hYeRLm {
    max-width: 1660px;
  }
}
.bdeBHd {
  height: 120vh;
  margin-top: 150px;
}
@media (min-width: 1024px) {
  .bdeBHd {
    margin-top: 200px;
  }
}
.clyvgj {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 2;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-center;
  -webkit-box-align: flex-center;
  -ms-flex-align: flex-center;
  align-items: flex-center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  --x-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  box-shadow: var(--x-ring-shadow, 0 0 #0000), var(--x-shadow);
}
@media (min-width: 1024px) {
  .clyvgj {
    width: 40%;
  }
}
.dhtHTr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0.625rem;
}
@media (min-width: 1024px) {
  .dhtHTr {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.hRajXe {
  width: 100%;
  max-width: 1260px;
  padding-bottom: 0.625rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
}
@media (min-width: 1024px) {
  .hRajXe {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1316px) {
  .hRajXe {
    max-width: 1660px;
  }
}
.fyqIqK {
  width: 100%;
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 100%;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .fyqIqK {
    grid-template-columns: auto 300px;
    gap: 2.5rem;
  }
}
.ljiBWs {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f3f3f3;
}
@media (min-width: 1024px) {
  .ljiBWs {
    background-color: transparent;
  }
}
.jkkofG {
  width: 100%;
  background-color: #ffffff;
}
.eKVpNb {
  width: 100%;
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3.125rem;
  margin-top: 50px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
}
@media (min-width: 1024px) {
  .eKVpNb {
    margin-top: 0;
  }
}
.hWaKIU {
  margin-top: 20px;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1500px) {
  .hWaKIU {
    margin-top: 30px;
  }
}
.jtqVOJ {
  display: grid;
  grid-template-columns: 100%;
  gap: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1220px) {
  .jtqVOJ {
    grid-template-columns: 300px auto 300px;
    gap: 3.125rem;
  }
}
.dlqbTU {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.dhXAHZ {
  width: 100%;
  max-width: 550px;
  margin: auto;
  display: none;
  visibility: hidden;
}
@media (min-width: 1024px) {
  .dhXAHZ {
    display: block;
    visibility: visible;
  }
}
.gNDBZC {
  display: inline-block;
}
.dwufZC {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  visibility: hidden;
}
@media (min-width: 1220px) {
  .dwufZC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }
}
.cxerjY {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 100%;
  gap: 50px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1220px) {
  .cxerjY {
    display: grid;
    grid-template-columns: 300px auto 300px;
    grid-template-areas: "articles main-article adverts";
    gap: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1500px) {
  .cxerjY {
    gap: 175px;
  }
}
.taSns {
  grid-area: main-article;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .taSns {
    width: 550px;
  }
}
.bqKkYk {
  display: none;
  visibility: hidden;
  margin-top: 0.625rem;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bqKkYk > :not([hidden]) ~ :not([hidden]) {
  --x-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--x-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--x-space-x-reverse)));
}
@media (min-width: 1024px) {
  .bqKkYk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: unset;
  }
}
.etgchX {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1500px) {
  .etgchX {
    width: 768px;
    margin-right: -109px;
    margin-left: -109px;
  }
}
.iqAhLI {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.fmQbMU {
  grid-area: adverts;
}
.jnYtxb {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0.625rem;
}
@media (min-width: 1024px) {
  .jnYtxb {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
/* sc-component-id: sc-jAaTju */
.hGOhKK {
  width: 100%;
  background-color: #434343;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3.125rem;
  padding-bottom: 4.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 1024px) {
  .hGOhKK {
    padding-bottom: 0;
  }
}
/* sc-component-id: sc-jDwBTQ */
.gAcHay {
  display: grid;
  grid-template-columns: auto 38px;
  padding-right: 1rem;
  position: relative;
}
.fJRrTj {
  max-width: 34.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jQQgbz {
  width: 100%;
  margin: auto;
}
/* sc-component-id: sc-gPEVay */
.AWSRf {
  font-size: 1.625rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .AWSRf {
    font-size: 1.75rem;
  }
}
.bQEMue {
  font-size: 1.375rem;
  font-family: "PT Serif", serif;
  font-weight: 400;
  white-space: nowrap;
  padding-bottom: 1.25rem;
}
.cIwJFx {
  font-size: 1.375rem;
  margin-right: 1.25rem;
}
.VLADF {
  font-size: 1.625rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .VLADF {
    font-size: 1.75rem;
  }
}
.fxVwnh {
  font-size: 1.625rem;
  margin-right: 0;
  margin-bottom: 0.625rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .fxVwnh {
    margin-right: 50px;
    margin-bottom: 0;
    width: auto;
  }
}
.cCNwgM {
  font-size: 1.625rem;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .cCNwgM {
    font-size: 1.625rem;
    margin-bottom: 30px;
  }
  @media (min-width: 1024px) {
    .cCNwgM {
      font-size: 1.75rem;
    }
  }
}
/* sc-component-id: sc-jlyJG */
.ewqBbd {
  font-size: 1.625rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
.gYXrIA {
  font-size: 1.375rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
/* sc-component-id: sc-gipzik */
.lfBMnb {
  font-size: 1.375rem;
  padding-bottom: 1.25rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
}
.iDxMpY {
  font-size: 1.375rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  margin-top: 3.125rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d4d4d4;
}
/* sc-component-id: sc-Rmtcm */
.jviVPo {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
.hVuwhy {
  font-size: 1rem;
}
/* sc-component-id: sc-hzDkRC */
.kkcias {
  min-height: 5.125rem;
  position: fixed;
  top: 0px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 11;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
/* sc-component-id: sc-fAjcbJ */
.jZFfBn {
  height: 30px;
}
@media (min-width: 1024px) {
  .jZFfBn {
    min-width: 100%;
  }
}
.biWxoo {
  margin-right: auto;
  margin-left: auto;
}
.iBPefL {
  margin-right: 0.625rem;
}
.iBjNeg {
  margin-right: 0.625rem;
  height: 24px;
}
.hgDQBt {
  max-width: 100px;
}
@media (min-width: 1024px) {
  .hgDQBt {
    max-width: 150px;
  }
}
.fMUSre {
  width: 6rem;
}
.hdqPBY {
  height: 20px;
}
.fjflKu {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
@media (min-width: 1023px) {
  .fjflKu {
    background-size: cover;
  }
}
.iPgiUS {
  width: 24px;
  height: 24px;
}
.hDyqKa {
  margin-bottom: 1.25rem;
}
.fCrMna {
  margin-top: 0.625rem;
}
.gIEPPt {
  height: 1.875rem;
  width: auto;
}
.cmTjLd {
  margin-right: 20px;
  width: 4.375rem;
}
@media (min-width: 1316px) {
  .cmTjLd {
    margin-right: 10px;
  }
}
@media (min-width: 1500px) {
  .cmTjLd {
    margin-right: 20px;
  }
}
/* sc-component-id: sc-caSCKo */
.lncpvE {
  background-color: #f5f5f5;
  padding: 10px 40px 10px 10px;
  border-radius: 0.1875rem;
  width: 100%;
}
.jLEcDP {
  background-color: #f0f0f0;
  padding: 0.625rem;
  font-size: 1rem;
  width: 18.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.vdymD {
  width: 100%;
}
@media (min-width: 1024px) {
  .vdymD {
    width: auto;
  }
}
.euHCga {
  margin-bottom: 0.9375rem;
  background-color: #f0f0f0;
  padding: 0.625rem;
  font-size: 1rem;
}
.bwOuRp {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  background-color: #b41400;
  padding: 0.625rem;
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  width: 9.375rem;
}
.bMaZus {
  border-radius: 0.3125rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px solid grey;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 2.5rem;
  width: 100%;
  margin-bottom: 0.625rem;
  margin-right: 0.3125rem;
}
@media (min-width: 1024px) {
  .bMaZus {
    margin-bottom: 0;
  }
}
/* sc-component-id: sc-TOsTZ */
.dOUyFC {
  border-radius: 0.1875rem;
  padding: 10px 15px;
  margin-bottom: 0.3125rem;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  color: #434343;
}
.eSnMz {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}
.TZesM {
  display: block;
  margin-bottom: 0.9375rem;
}
/* sc-component-id: sc-cJSrbW */
.fofuPz {
  margin-bottom: 0.625rem;
}
.NghWB {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.ixKKzU {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.fqvyWv {
  margin-bottom: 0.1875rem;
}
.bbpEur {
  margin-bottom: 0.1875rem;
}
@media (min-width: 1024px) {
  .bbpEur {
    display: none;
    visibility: hidden;
  }
}
.jAZNva {
  font-size: 1.0625rem;
}
/* sc-component-id: sc-hmzhuo */
.fprAug {
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 96px;
  width: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .fprAug {
    margin-top: 173px;
  }
}
@media (min-width: 1316px) {
  .fprAug {
    padding-right: 200px;
    padding-left: 200px;
    max-width: 1660px;
  }
}
.hbnPeC {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-top: 96px;
  width: 100%;
}
@media (min-width: 1024px) {
  .hbnPeC {
    margin-top: 173px;
  }
}
.fyuiaU {
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 96px;
  width: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3.125rem;
}
@media (min-width: 1024px) {
  .fyuiaU {
    margin-top: 173px;
  }
}
@media (min-width: 1316px) {
  .fyuiaU {
    padding-right: 200px;
    padding-left: 200px;
    max-width: 1660px;
  }
}
.WNFTM {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-top: 96px;
  width: 100%;
  max-width: 78.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .WNFTM {
    margin-top: 173px;
  }
}
/* sc-component-id: sc-bbmXgH */
.bKHGJu {
  padding-bottom: 4.5625rem;
}
.loebFZ {
  margin-top: 1.25rem;
}
.tUxfy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  overflow-x: auto;
}
@media (min-width: 1500px) {
  .tUxfy {
    padding-bottom: 0;
  }
}
.iFhvKh {
  margin-bottom: 0.625rem;
  margin-top: 1.25rem;
}
/* sc-component-id: sc-cIShpX */
.PvBUI {
  font-size: 0.75rem;
  color: #434343;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.cHxUAC {
  font-size: 0.875rem;
}
.cQwMzE {
  font-size: 0.75rem;
}
.lpfKjf {
  font-size: 0.75rem;
  color: #a7a7a7;
}
.MopbO {
  font-size: 1.0625rem;
  font-weight: 600;
}
.kUVaFi {
  font-size: 1.0625rem;
  padding-right: 1.25rem;
  text-align: right;
}
.hEPyvg {
  font-size: 1.0625rem;
}
.goUgXn {
  font-size: 1rem;
}
.edNaPi {
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
}
.cMJMJi {
  font-size: 1.1875rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.dzvdtJ {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.bdNwJJ {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.eUsufX {
  font-size: 0.75rem;
  color: #a7a7a7;
  margin-bottom: 1.25rem;
}
.igHDMT {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.iylKuG {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #707070;
  margin-bottom: 0.625rem;
}
.jOewan {
  font-size: 0.75rem;
  color: #a7a7a7;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
/* sc-component-id: sc-dqBHgY */
.iFtgoG {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  display: block;
  visibility: visible;
}
/* sc-component-id: sc-gxMtzJ */
.ghwAco {
  margin-bottom: 0.9375rem;
  background-color: #f0f0f0;
  padding: 0.625rem;
  font-size: 1rem;
}
/* sc-component-id: sc-hwwEjo */
.ezCtHP {
  margin-right: 0.625rem;
}
/* sc-component-id: sc-iQKALj */
.iNCqSh {
  margin-bottom: 0.9375rem;
  background-color: #f0f0f0;
  padding: 0.625rem;
  font-size: 1rem;
}
/* sc-component-id: sc-hZSUBg */
.dtyrmK {
  position: absolute;
  top: 100%;
  height: initial;
  width: 100%;
  overflow: auto;
  background-color: #f5f5f5;
  z-index: 100;
}
.kbPvbu {
  margin: 15px 0;
}
.diVnGD {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.diVnGD > :not([hidden]) ~ :not([hidden]) {
  --x-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--x-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--x-space-x-reverse)));
}
/* sc-component-id: sc-global-2078928495 */
body {
  color: #434343;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case";
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.scrollingDisabled {
  overflow: hidden;
}
#root {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
main {
  min-height: 50vh;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
  font-weight: 700;
  line-height: 1.4;
}
h1 {
  font-size: calc((28 / 16) * 1rem);
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: calc((26 / 16) * 1rem);
  }
}
h2 {
  font-size: calc((28 / 16) * 1rem);
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: calc((26 / 16) * 1rem);
  }
}
h3 {
  font-size: calc((26 / 16) * 1rem);
}
h4 {
  font-size: calc((22 / 16) * 1rem);
}
h5 {
  font-size: calc((19 / 16) * 1rem);
}
h6 {
  font-size: calc((16 / 16) * 1rem);
}
a {
  color: #434343;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
a * {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
a:hover * {
  color: #000;
}
.trendsbar a:hover span {
  color: #ed5c35;
}
button {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
strong,
b {
  font-weight: 600;
}
em,
i {
  font-style: italic;
}
small {
  font-size: small;
}
.active a {
  position: relative;
  color: #b41400;
}
.active-sub-nav span::before {
  background-color: entertainment;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.article-share a,
.author-follow a,
.article-share button,
.author-follow button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
  color: #ffffff;
  background-color: #eee;
  overflow: hidden;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  border: 1px solid #eee;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1023px) {
  .article-share a,
  .author-follow a,
  .article-share button,
  .author-follow button {
    width: 36px;
    height: 36px;
  }
}
.article-share a::before,
.author-follow a::before,
.article-share button::before,
.author-follow button::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  -ms-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  -webkit-transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
}
.article-share a:hover::before,
.author-follow a:hover::before,
.article-share button:hover::before,
.author-follow button:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
  -ms-transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
  transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
}
.article-share a,
.article-share button {
  padding: 0;
}
.author-follow a,
.author-follow button {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .divider-right::after {
    content: "";
    border-right: 1px solid #d4d4d4;
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
  }
  .divider-right:nth-of-type(4n)::after {
    border-right: 0;
  }
  .divider-left::before {
    content: "";
    border-left: 1px solid #d4d4d4;
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
  }
  .divider-left:nth-of-type(4n)::before {
    border-left: 0;
  }
  .divider-right-six::after {
    content: "";
    border-right: 1px solid #d4d4d4;
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
  }
  #carousel li:last-of-type.divider-right::after,
  #carousel li:nth-of-type(4).divider-right::after {
    border-right: 0;
  }
  #carousel li.divider-right::after {
    right: 0;
  }
  .divider-right-footer::after {
    content: "";
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
  }
}
.iframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-frame iframe,
.video-frame video {
  width: 100%;
}
.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
.static-pages {
  color: #434343;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case";
}
.static-pages h1,
.static-pages h2,
.static-pages h3,
.static-pages h4,
.static-pages h5,
.static-pages h6 {
  margin-bottom: 20px;
}
.static-pages p {
  margin-bottom: 15px;
}
.static-pages a {
  color: #2f80ed;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.static-pages a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.static-pages ul {
  margin-left: 40px;
  margin-bottom: 20px;
}
.static-pages li {
  list-style-type: disc;
}
.static-pages table {
  border-collapse: collapse;
}
.static-pages table th {
  border-bottom: 1px solid #d4d4d4;
  text-align: left;
  text-transform: uppercase;
}
.static-pages table th,
.static-pages table td {
  padding: 5px;
  width: 50%;
}
.newspapers {
  max-width: 970px;
  width: 100%;
  margin: auto;
  color: #434343;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case";
}
.newspapers a {
  color: #2f80ed;
}
.newspapers a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.newspapers img {
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.newspaper-titles {
  display: grid;
  grid-template-columns: repeat(4, calc(100% / 4));
}
@media screen and (max-width: 1022px) {
  .newspaper-titles {
    grid-template-columns: repeat(3, calc(100% / 3));
  }
}
.newspaper-titles a {
  display: block;
}
.newspaper-titles img {
  display: block;
  margin: auto;
}
.scroll-to-top {
  -webkit-animation: fadeIn 700ms ease-in-out 1s both;
  animation: fadeIn 700ms ease-in-out 1s both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.oovvuu-embed-player .ov-bg-gray-100 {
  background-color: #fff;
}
.oovvuu-embed-player .ov-bg-teal {
  background-color: #b41400;
}
.oovvuu-embed-player .ov-text-teal {
  color: #b41400;
}
.video-page .oovvuu-embed-player .ov-text-gray-800 {
  display: none;
  visibility: hidden;
}
.video-page .video-box .oovvuu-embed-player .ov-text-gray-800 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.video + div:empty {
  margin-bottom: 10px;
}
.video-youtube iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
main {
  position: relative;
  z-index: 2;
}
main > div {
  position: relative;
  z-index: 2;
}
.dfp-take-over-ad .wallpaper-ad {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 172px;
}
.dfp-take-over-ad .wallpaper-ad.scrolled {
  top: 72px;
}
.dfp-take-over-ad .wallpaper-ad div,
.dfp-take-over-ad .wallpaper-ad iframe {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dfp-take-over-ad header,
.dfp-take-over-ad main {
  position: relative;
  z-index: 101;
  background: #fff;
}
.dfp-take-over-ad main {
  padding: 20px;
  z-index: 100;
  margin: auto;
}
.dfp-take-over-ad footer {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .weather-list:nth-of-type(2n + 1) {
    border-right: 0 none;
    grid-column: 2 / 2;
  }
}
.ad-unit:has(div[id^="google_ads_iframe"]:empty) {
  visibility: hidden;
  height: 0;
  padding: 0;
}
.checkboxes label {
  display: block;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 350px;
  min-width: 300px;
  padding: 5px;
  color: #434343;
}
.checkboxes label span {
  display: inline-block;
  position: relative;
  background: #f0f0f0;
  width: 25px;
  height: 25px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: background-color 150ms 200ms,
    -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  -webkit-transition: background-color 150ms 200ms,
    transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  transition: background-color 150ms 200ms,
    transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
.checkboxes label span:before {
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  left: 9px;
  -webkit-transition: width 50ms ease 50ms;
  transition: width 50ms ease 50ms;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.checkboxes label span:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  -webkit-transform: rotate(305deg);
  -ms-transform: rotate(305deg);
  transform: rotate(305deg);
  top: 15px;
  left: 10px;
  -webkit-transition: width 50ms ease;
  transition: width 50ms ease;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.checkboxes label:hover {
  -webkit-transition: background linear 0.2s;
  transition: background linear 0.2s;
  color: #b41400;
}
.checkboxes label:hover span:before {
  width: 5px;
  -webkit-transition: width 100ms ease;
  transition: width 100ms ease;
}
.checkboxes label:hover span:after {
  width: 10px;
  -webkit-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}
.checkboxes input[type="checkbox"] {
  display: none;
}
.checkboxes input[type="checkbox"]:checked + label {
  color: #434343;
}
.checkboxes input[type="checkbox"]:checked + label span {
  background: #f0f0f0;
}
.checkboxes input[type="checkbox"]:checked + label span:after {
  width: 10px;
  background: #434343;
  -webkit-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}
.checkboxes input[type="checkbox"]:checked + label span:before {
  width: 5px;
  background: #434343;
  -webkit-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}
.checkboxes input[type="checkbox"]:checked + label:hover {
  color: #b41400;
}
.checkboxes input[type="checkbox"]:checked + label:hover span {
  background: #f0f0f0;
}
.checkboxes input[type="checkbox"]:checked + label:hover span:after {
  width: 10px;
  background: #434343;
  -webkit-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}
.checkboxes input[type="checkbox"]:checked + label:hover span:before {
  width: 5px;
  background: #434343;
  -webkit-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}
.letters a {
  word-break: break-word;
}
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c4c4c4;
  -webkit-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid transparent;
}
.slider::after {
  content: "OFF";
  font-size: 10px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}
.slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  top: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #15cf74;
}
input:focus + .slider {
  border: 1px solid #000;
}
input:checked + .slider::after {
  content: "ON";
  left: 9px;
  color: #3e6c56;
}
input:checked + .slider::before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.ovx-v2-strap-embed .ovx-playing-next > span {
  display: none;
}
.oovvuu-embed-player .ov-fixed {
  bottom: 130px !important;
}
/* sc-component-id: Link__StyledLink-sc-1pz26op-0 */
.hbkXQt {
  color: #474747;
}
.hbkXQt.active {
  color: #b41400;
}
.hbkXQt.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.dHscoK {
  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-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-left: 0.625rem;
  color: #bbb;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #bbb;
  hover: red;
}
.dHscoK:hover {
  color: #b41400;
}
.dHscoK.active {
  color: #b41400;
}
.dHscoK.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.gTpxOk {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.3125rem;
  display: block;
}
.gTpxOk:hover {
  background-color: #f0f0f0;
  color: #b41400;
}
.gTpxOk.active {
  color: #b41400;
}
.gTpxOk.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.jVzHfO {
  border-radius: 0.1875rem;
  padding: 10px 15px;
  margin-bottom: 0.3125rem;
  background-color: #f5f5f5;
  display: block;
  font-weight: 600;
  color: #434343;
  color: #434343;
}
.jVzHfO.active {
  color: #b41400;
}
.jVzHfO.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.gVKacn {
  padding: 10px 15px;
  margin-bottom: 0.3125rem;
  background-color: #f5f5f5;
  display: block;
  font-weight: 600;
  color: #434343;
  color: #434343;
}
.gVKacn.active {
  color: #b41400;
}
.gVKacn.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.gbxMvl {
  margin-right: 0.625rem;
  position: relative;
  color: #474747;
}
.gbxMvl.active {
  color: #b41400;
}
.gbxMvl.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.jzWBsO {
  margin-right: 0.625rem;
  color: #474747;
}
.jzWBsO.active {
  color: #b41400;
}
.jzWBsO.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.lisBLa {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  background-color: #b41400;
  margin-right: 0.3125rem;
  color: #ffffff;
}
.lisBLa:hover {
  background-color: #ffffff;
}
.lisBLa.active {
  color: #b41400;
}
.lisBLa.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.jJGUCu {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  background-color: #b41400;
  margin-right: 0.3125rem;
  color: #ffffff;
}
.jJGUCu:hover {
  background-color: #434343;
}
.jJGUCu.active {
  color: #b41400;
}
.jJGUCu.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.dnzpCA {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.dnzpCA:hover {
  color: #b41400;
}
.dnzpCA.active {
  color: #b41400;
}
.dnzpCA.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.gmhnU {
  color: #ffffff;
  color: #ffffff;
}
.gmhnU.active {
  color: #b41400;
}
.gmhnU.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.kUKaKj {
  color: #ffffff;
  font-size: 0.875rem;
  color: #ffffff;
}
.kUKaKj:hover {
  color: #82b4f8;
}
.kUKaKj.active {
  color: #b41400;
}
.kUKaKj.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.fBRHks {
  color: #ffffff;
  font-size: 0.875rem;
  margin-right: 0.625rem;
  color: #ffffff;
}
.fBRHks:hover {
  color: #82b4f8;
}
.fBRHks.active {
  color: #b41400;
}
.fBRHks.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.hxbxcL {
  font-size: 0.875rem;
  color: #474747;
}
.hxbxcL.active {
  color: #b41400;
}
.hxbxcL.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.ivsXSp {
  text-transform: uppercase;
  color: #434343;
  font-size: 0.875rem;
  margin-right: 1.25rem;
  display: grid;
  grid-template-columns: 24px auto;
  gap: 0.3125rem;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right-width: 0.0625rem;
  border-right-color: #d4d4d4;
  padding-right: 1.25rem;
  color: grey;
}
.ivsXSp:hover {
  color: #b41400;
}
.ivsXSp.active {
  color: #b41400;
}
.ivsXSp.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.kQYOPx {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #ed5c35;
  background-color: rgba(237, 92, 53, 0.1);
  padding: 2px 8px;
  border-radius: 6.25rem;
  color: #474747;
}
.kQYOPx:hover {
  color: #ed5c35;
  background-color: rgba(237, 92, 53, 0.2);
}
.kQYOPx.active {
  color: #b41400;
}
.kQYOPx.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.irtjqf {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #434343;
  background-color: #f2f2f2;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: inline-block;
  margin-right: 0.3125rem;
  color: #474747;
}
.irtjqf:hover {
  color: #2f80ed;
}
.irtjqf.active {
  color: #b41400;
}
.irtjqf.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.ytIuo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #474747;
}
.ytIuo > :not([hidden]) ~ :not([hidden]) {
  --x-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--x-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--x-space-x-reverse)));
}
.ytIuo.active {
  color: #b41400;
}
.ytIuo.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
/* sc-component-id: NavBar__StyledNavBar-sc-alek7k-0 */
.iMVEz {
  width: 100%;
  max-width: 1220px;
}
.iMVEz > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
}
.iMVEz > ul ul {
  display: none;
  visibility: hidden;
  opacity: 0;
  background: white;
  z-index: 1000;
  top: 100%;
  left: 0;
  position: absolute;
  margin: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: all linear 2s;
  transition: all linear 2s;
  min-width: 233px;
}
.iMVEz > ul > li {
  position: relative;
}
.iMVEz > ul > li[aria-haspopup="true"] > a {
  padding-right: 19px;
  display: inline-block;
}
.iMVEz > ul > li[aria-haspopup="true"] > a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px;
  display: block;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.iMVEz > ul > li[aria-haspopup="true"] > a:hover::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.iMVEz > ul > li:last-of-type > a {
  color: #fff;
}
.iMVEz > ul > li:last-of-type > a:hover {
  color: #fff;
}
.iMVEz > ul > li > ul {
  margin-top: 8px;
}
.iMVEz > ul > li > ul::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 24px;
  z-index: 1001;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
}
.iMVEz > ul > li > ul::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  background: transparent;
}
.iMVEz > ul > li > ul > li {
  position: relative;
}
.iMVEz > ul > li > ul > li[aria-haspopup="true"] > a {
  padding-right: 20px;
  display: block;
}
.iMVEz > ul > li > ul > li[aria-haspopup="true"] > a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
  background-image: url("/img/arrow-dropdown.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px;
  display: block;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.iMVEz > ul > li > ul > li:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s linear 2s;
  transition: all 0.5s linear 2s;
  border-top: 1px solid #eee;
  left: 100%;
  top: -1px;
  margin-left: 8px;
}
.iMVEz > ul > li > ul > li:hover > ul::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 100%;
  bottom: auto;
  left: auto;
  z-index: 1001;
  border-top: 5px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.iMVEz > ul > li > ul > li:hover > ul::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 100%;
  background: transparent;
}
.iMVEz > ul > li > ul > li:hover[data-left="true"]:hover > ul {
  right: 100%;
  left: auto;
  top: -1px;
  margin-left: 0;
  margin-right: 8px;
}
.iMVEz > ul > li > ul > li:hover[data-left="true"]:hover > ul::before {
  right: auto;
  left: 100%;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.iMVEz > ul > li > ul > li:hover[data-left="true"]:hover > ul::after {
  right: -100%;
}
.iMVEz > ul > li {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.iMVEz > ul > li:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s linear 0;
  transition: all 0.5s linear 0;
}
.iMVEz > ul > li:hover > ul a {
  padding: 10px 15px;
  display: block;
  text-align: left;
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #eee;
}
.iMVEz > ul > li:hover > ul a:hover {
  color: #474747;
  background: #f0f0f0;
}
.iMVEz a {
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.iMVEz a:hover {
  color: #b41400;
}
.iMVEz > ul > li:hover > a {
  color: #b41400;
}
.iMVEz > ul > li:hover > a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
/* sc-component-id: MobileHeader____HeaderLink-sc-pyiq5u-0 */
.ggXyff {
  text-transform: uppercase;
  color: #434343;
  font-size: 0.875rem;
  margin-right: 20px;
  position: relative;
}
.ggXyff:hover {
  color: #b41400;
}
.ggXyff:last-of-type {
  margin-right: 0;
}
.ggXyff.active {
  color: #b41400;
}
.ggXyff.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
.jrtIut {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.875rem;
  margin-right: 20px;
  padding-right: 0.1875rem;
  padding-left: 0.1875rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  background-color: #b41400;
  position: relative;
}
.jrtIut:hover {
  color: #434343;
  background-color: #ffffff;
}
.jrtIut:last-of-type {
  margin-right: 0;
}
.jrtIut.active {
  color: #ffffff;
}
.jrtIut.active::after {
  content: "";
  position: absolute;
  background: #b41400;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100%;
}
/* sc-component-id: Drawer__DrawerWrapper-sc-r2x4us-0 */
.hQCTsP {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
/* sc-component-id: Drawer__DrawerOverlay-sc-r2x4us-1 */
.eECnZh {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 998;
  display: none;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 999;
}
/* sc-component-id: Drawer__DrawerContent-sc-r2x4us-2 */
.bzUDZh {
  display: block;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  overflow-x: hidden;
  overflow-y: auto;
  color: #000;
  box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.19);
  width: 400px;
  background-color: #ffffff;
  padding: 15px;
  width: 100%;
  position: left;
}
/* sc-component-id: cssfxUnderline__SweepIn-sc-43p8vc-0 */
.ggoWkP {
  position: relative;
  white-space: nowrap;
}
.ggoWkP::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ed5c35;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.ggoWkP:hover {
  color: #ed5c35;
}
.ggoWkP:hover::before {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
/* sc-component-id: cssfxUnderline__SweepOut-sc-43p8vc-1 */
.cJxTAa {
  position: relative;
  white-space: nowrap;
}
.cJxTAa::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #82b4f8;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.cJxTAa:hover {
  color: #82b4f8;
}
.cJxTAa:hover::before {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/* sc-component-id: Tabsstyle__StyledSelectedTabButton-sc-1eagsqs-0 */
.gXGYil {
  font-size: 0.875rem;
  font-family: "PT Serif", serif;
  background-color: #ffffff;
  color: #434343;
  padding: 8px 10px;
  text-transform: uppercase;
}
/* sc-component-id: Tabsstyle__StyledTabButton-sc-1eagsqs-1 */
.jEYZJM {
  font-size: 0.875rem;
  font-family: "PT Serif", serif;
  background-color: #f0f0f0;
  color: #828282;
  padding: 8px 10px;
  text-transform: uppercase;
}
/* sc-component-id: Image__StyledImage-sc-9goxse-0 */
.gLojrG {
  margin-bottom: 0.625rem;
}
.hBVxRd {
  width: 100%;
}
.dRFwqt {
  width: 50px;
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .dRFwqt {
    width: 80px;
  }
}
/* sc-component-id: Article__StyledArticleContent-sc-uw4nkg-0 */
.jIRvcw {
  margin-top: 30px;
}
.jIRvcw > div:first-of-type p:first-of-type {
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 600;
}
.jIRvcw p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.jIRvcw p > a {
  color: #2f80ed;
  border-bottom: 1px solid blue;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.jIRvcw p > a:hover {
  color: #2f80ed;
  border-bottom: 0 none;
}
.jIRvcw p > span > a {
  color: #2f80ed;
  border-bottom: 1px solid blue;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.jIRvcw p > span > a:hover {
  color: #2f80ed;
  border-bottom: 0 none;
}
.jIRvcw h2,
.jIRvcw h3,
.jIRvcw h4 {
  margin-bottom: 1.25rem;
}
.jIRvcw blockquote {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "PT Serif", serif;
  font-size: 1.375rem;
  font-weight: 400;
}
.jIRvcw blockquote p {
  font-size: 1rem;
}
.jIRvcw blockquote p:last-of-type {
  font-family: "Work Sans", sans-serif;
}
.jIRvcw figure {
  margin: 20px 0;
}
@media screen and (min-width: 1500px) {
  .jIRvcw figure {
    margin: 20px -125px;
    width: 800px;
  }
}
.jIRvcw figure img {
  width: 100%;
}
.jIRvcw figure figcaption {
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 10px;
}
.jIRvcw iframe {
  max-width: 100%;
  margin-bottom: 30px;
}
.jIRvcw .advert-inarticle iframe {
  margin-bottom: 0;
}
.jIRvcw ul,
.jIRvcw ol {
  margin: 20px 0 20px 20px;
}
.jIRvcw ul li,
.jIRvcw ol li {
  margin-left: 20px;
  padding-left: 10px;
  margin-bottom: 8px;
}
.jIRvcw ul li:last-of-type,
.jIRvcw ol li:last-of-type {
  margin-bottom: 0;
}
.jIRvcw ul li {
  list-style-type: disc;
}
.jIRvcw ol li {
  list-style-type: decimal;
}
.load {
  position: relative;
  overflow: hidden !important;
}
.load::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1000000000000;
}
@media (max-width: 1155px) {
  .cpEmnL {
    display: none;
  }
}

.cxerjY {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 100%;
  gap: 0px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#form-feedback-title {
  color: #fff;
}

.vertical-line-text {
  position: relative;
  font-style: italic; /* Делает текст наклонным */
  padding-left: 20px; /* Отступ текста от полосы */
  font-size: 18px; /* Размер шрифта */
  color: #333; /* Цвет текста */
}

.vertical-line-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px; /* Ширина полосы */
  height: 100%; /* Высота полосы */
  background-color: #000; /* Цвет полосы */
}
.form-wrap {
  width: 100%;
  max-width: 450px;
  margin: 20px auto;
}
* {
  scroll-behavior: smooth;
}
