:root {
  --header-offset: 110px;
}

@media (max-width: 990px) {
  :root {
    --header-offset: 80px;
  }
}
main {
  overflow: hidden;
  min-height: calc(100vh - var(--header-offset));
  margin: var(--header-offset) 0 25px 0;
}

body, html {
  background: var(--bg-body);
  font-family: var(--site-font-family, var(--site-font));
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

div, section {
  position: relative;
  z-index: 2;
}

.p-c9d0c4c {
  padding: 0 15px;
}

.m-3091905 {
  margin: 40px 0;
}
@media (max-width: 990px) {
  .m-3091905 {
    margin: 30px 0;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.o-ac7b048 {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  border: none;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
}

.h-190ed13 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  box-sizing: border-box;
  background: var(--bg-header);
  z-index: 99;
}
.h-a27618d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.h-19d123c {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .h-19d123c {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.h-3d64c1a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  width: 100%;
  min-width: 0;
  flex: 1;
}
@media (max-width: 990px) {
  .h-3d64c1a {
    gap: 8px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .h-19d123c .h-3d64c1a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    flex: 1;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .h-19d123c .h-024b3d4 {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 991px) {
  .h-19d123c .h-a57f705 {
    flex: 1;
    min-width: 0;
  }
}
.h-a57f705 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 990px) {
  .h-a57f705 {
    background: var(--bg-header);
    display: none;
    position: fixed;
    left: 0;
    width: 100vw;
    gap: 15px;
    padding: 15px;
    box-sizing: border-box;
    top: 108px;
  }
}
.h-87d7b64 {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex-shrink: 0;
}
.h-76d127b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 8px;
  border: 1px solid var(--header-btn-bg, var(--button-bg, #c6630b));
  background-color: var(--header-btn-bg, var(--button-bg, #c6630b));
  border-radius: 8px;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (max-width: 1361px) {
  .h-76d127b {
    position: static;
  }
}
.h-76d127b:hover {
  background-color: transparent;
}
.h-76d127b img,
.h-76d127b svg {
  filter: brightness(0) invert(1);
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}
.h-76d127b .h-858b1d7 {
  display: none;
}
.h-76d127b .h-8a20de1 {
  display: none;
  position: relative;
  width: 20px;
  height: 14px;
}
.h-76d127b .h-8a20de1 span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
.h-76d127b .h-8a20de1 span:nth-child(1) {
  top: 0;
}
.h-76d127b .h-8a20de1 span:nth-child(2) {
  top: 6px;
}
.h-76d127b .h-8a20de1 span:nth-child(3) {
  top: 12px;
}
@media (max-width: 1199.98px) {
  .h-76d127b img,
  .h-76d127b svg {
    display: none;
  }
  .h-76d127b .h-8a20de1 {
    display: block;
  }
}
@media (max-width: 990px) {
  .h-76d127b {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .h-76d127b {
    width: 30px;
    height: 30px;
    padding: 6px;
  }
  .h-76d127b img {
    width: 20px;
    height: 20px;
  }
  .h-76d127b .h-8a20de1 {
    width: 16px;
    height: 12px;
  }
  .h-76d127b .h-8a20de1 span:nth-child(2) {
    top: 5px;
  }
  .h-76d127b .h-8a20de1 span:nth-child(3) {
    top: 10px;
  }
  .h-76d127b + .h-00545ab img {
    max-height: 30px;
  }
}
.h-00545ab {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.h-00545ab img {
  max-width: 130px;
  max-height: 80px;
  object-fit: contain;
  display: block;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .h-00545ab img {
    height: auto;
    width: auto;
    max-width: 100px;
    max-height: 50px;
  }
}
.h-761cbe2 {
  display: none;
  cursor: pointer;
  flex-shrink: 0;
  border: 0;
  background: transparent;
  padding: 0;
  appearance: none;
}
@media (max-width: 990px) {
  .h-761cbe2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.h-761cbe2 .o-fa3f827 {
  display: block;
}
.h-761cbe2 .c-7d8c6a7 {
  display: none;
}
.h-121a0da {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .h-121a0da {
    gap: 6px;
  }
}
@media (min-width: 991px) {
  .h-121a0da .h-761cbe2 {
    display: none;
  }
}
.h-190ed13 .c-a474448 .c-7d8c6a7 {
  display: none;
}
.h-190ed13 .c-a474448.i-5a3ecf5 .o-fa3f827 {
  display: none;
}
.h-190ed13 .c-a474448.i-5a3ecf5 .c-7d8c6a7 {
  display: block;
}
.h-876f857 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 990px) {
  .h-876f857 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.h-eb12921 {
  width: auto;
  color: var(--header-nav-color);
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  background: transparent;
  appearance: none;
  cursor: pointer;
  padding: 0;
  transition: 0.3s;
}
.h-eb12921:hover {
  color: var(--header-nav-hover);
}
.h-6127811 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  min-width: 0;
}
@media (max-width: 990px) {
  .h-6127811 {
    grid-gap: 8px;
  }
}
.h-6127811 button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 20px 5px 20px;
  border: 1px solid var(--header-btn-bg, var(--button-bg, #c6630b));
  background: var(--header-btn-bg, var(--button-bg, #c6630b));
  color: var(--button-text-color, var(--header-btn-color));
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
  padding: 15px 25px;
  min-height: 40px;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .h-6127811 button {
    padding: 8px 12px;
    font-size: 13px;
    min-height: 36px;
    white-space: nowrap;
  }
}
.h-6127811 button:first-child {
  border-radius: 5px 20px 5px 5px;
}
.h-6127811 button:first-child:hover {
  background: transparent;
  color: var(--header-btn-color-hover, var(--button-text-color-hover, #fff));
  border-color: var(--header-btn-bg, var(--button-bg-hover, #c6630b));
}
.h-6127811 button:last-child {
  background: transparent;
  color: var(--header-btn-color, var(--button-text-color, #fff));
}
.h-6127811 button:last-child:hover {
  background: var(--header-btn-bg, var(--button-bg-hover, #c6630b));
  border-color: var(--header-btn-bg, var(--button-bg-hover, #c6630b));
  color: var(--header-btn-color-hover, var(--button-text-color-hover, #fff));
}
.h-4772108 {
  position: relative;
  flex-shrink: 0;
  width: auto;
  height: 32px;
}
@media (max-width: 990px) {
  .h-4772108 {
    height: 28px;
  }
}
.h-d57fe9f {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 32px;
  min-width: 64px;
  padding: 0 8px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #1b2340;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  font-family: inherit;
  box-sizing: border-box;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}
@media (max-width: 990px) {
  .h-d57fe9f {
    height: 28px;
    min-width: 56px;
    gap: 4px;
    padding: 0 6px;
    font-size: 11px;
  }
}
.h-d57fe9f:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}
.h-9b0c4a7 {
  width: 0;
  height: 0;
  margin-left: auto;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.2s;
}
.h-4772108.i-5a3ecf5 .h-9b0c4a7 {
  transform: rotate(180deg);
}
.h-27a90e7 {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  left: auto;
  min-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  z-index: 120;
}
.h-27a90e7[hidden] {
  display: none !important;
}
.h-106825c {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 7px 9px;
  color: #1b2340;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: background 0.2s;
}
@media (max-width: 990px) {
  .h-106825c {
    padding: 6px 8px;
    font-size: 11px;
  }
}
.h-106825c:hover {
  background: #f3f4f8;
  color: #1b2340;
  text-decoration: none;
}
.h-d087936 {
  display: block;
  width: 16px;
  height: 11px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .h-d087936 {
    width: 14px;
    height: 10px;
  }
}
.h-e84f492 {
  display: block;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .h-f20c271 {
    --header-mobile-offset: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .h-f20c271 .h-a27618d:not(.h-19d123c) {
    --header-mobile-offset: 108px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 8px 6px;
    align-items: center;
  }
  .h-f20c271 .h-19d123c {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 6px;
    align-items: center;
  }
  .h-f20c271 .h-00545ab {
    min-width: 0;
  }
  .h-f20c271 .h-00545ab img {
    max-width: 88px;
    max-height: 42px;
  }
  .h-f20c271 .h-024b3d4 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    flex: 0 0 auto;
  }
  .h-f20c271 .h-3d64c1a:not(.h-024b3d4) {
    display: contents;
  }
  .h-f20c271 .h-a27618d:not(.h-19d123c) .h-00545ab {
    grid-column: 1;
    grid-row: 1;
  }
  .h-f20c271 .h-a27618d:not(.h-19d123c) .h-4772108 {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .h-f20c271 .h-d57fe9f {
    min-width: 56px;
    padding: 0 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  .h-f20c271 .h-a27618d:not(.h-19d123c) .h-6127811 {
    grid-column: 1/-1;
    grid-row: 2;
    width: 100%;
    grid-gap: 6px;
  }
  .h-f20c271 .h-a27618d:not(.h-19d123c) .h-6127811 button {
    padding: 8px 10px;
    font-size: 12px;
    min-height: 34px;
    line-height: 1.1;
  }
  .h-f20c271 .h-121a0da .h-761cbe2 svg {
    width: 32px;
    height: 32px;
  }
  .h-f20c271 .h-a57f705 {
    top: var(--header-mobile-offset);
    left: 0;
    right: 0;
    width: 100vw;
    display: none;
    grid-template-columns: 1fr;
    grid-gap: 12px;
    padding: 12px 15px 16px;
  }
  .h-f20c271 .h-a57f705 .h-876f857 {
    margin-bottom: 12px;
    gap: 12px;
  }
  .h-f20c271 .h-a57f705 .h-eb12921 {
    font-size: 16px;
    line-height: 1.2;
  }
  .h-f20c271 .h-a57f705 .h-6127811 {
    grid-gap: 6px;
  }
  .h-f20c271 .h-a57f705 .h-6127811 button {
    padding: 8px 10px;
    font-size: 12px;
    min-height: 34px;
    line-height: 1.1;
  }
}
@media (max-width: 380px) {
  .h-f20c271 .h-e84f492 {
    display: none;
  }
  .h-f20c271 .h-d57fe9f {
    min-width: 32px;
    padding: 0 4px;
  }
  .h-f20c271 .h-a27618d:not(.h-19d123c) .h-6127811 button,
  .h-f20c271 .h-a57f705 .h-6127811 button {
    font-size: 11px;
    padding: 7px 8px;
  }
  .h-f20c271 .h-121a0da .h-761cbe2 svg {
    width: 28px;
    height: 28px;
  }
}

body.has-site-sidebar-expanded .h-76d127b .h-350088a {
  display: none;
}

body.has-site-sidebar-expanded .h-76d127b .h-858b1d7 {
  display: block;
}

@media (max-width: 1199.98px) {
  body.has-site-sidebar-expanded .h-76d127b .h-858b1d7 {
    display: none;
  }
  body.has-site-sidebar-expanded .h-76d127b .h-8a20de1 span:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
  }
  body.has-site-sidebar-expanded .h-76d127b .h-8a20de1 span:nth-child(2) {
    opacity: 0;
  }
  body.has-site-sidebar-expanded .h-76d127b .h-8a20de1 span:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 1199.98px) and (max-width: 767px) {
  body.has-site-sidebar-expanded .h-76d127b .h-8a20de1 span:nth-child(1),
  body.has-site-sidebar-expanded .h-76d127b .h-8a20de1 span:nth-child(3) {
    top: 5px;
  }
}
@media (min-width: 1200px) {
  .has-aside .h-87d7b64 {
    position: fixed;
    left: 10px;
    top: 15px;
  }
  .has-aside .h-a27618d {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .has-aside .h-3d64c1a button {
    font-size: 12px !important;
  }
}

body.has-site-sidebar {
  --sidebar-width: 72px;
}

body.has-site-sidebar.has-site-sidebar-expanded {
  --sidebar-width: 264px;
}

body.has-site-sidebar main,
body.has-site-sidebar .f-d6ff231 {
  margin-left: var(--sidebar-width);
  transition: margin-left 0.3s ease-in-out;
}

.s-f80c995 {
  position: fixed;
  left: 0;
  top: var(--header-offset);
  z-index: 98;
  display: flex;
  flex-direction: column;
  width: var(--sidebar-width);
  height: calc(100vh - var(--header-offset));
  box-sizing: border-box;
  background: var(--bg-sidebar, var(--bg-header));
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .s-f80c995 {
    border-right: 1px solid var(--additional-c-elements);
  }
}
.s-e46de08 {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--header-btn-bg, var(--button-bg, #c6630b)) transparent;
}
.s-e46de08::-webkit-scrollbar {
  width: 6px;
}
.s-e46de08::-webkit-scrollbar-thumb {
  background: var(--header-btn-bg, var(--button-bg, #c6630b));
  border-radius: 8px;
}
.s-1aba0c2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 0;
  border-bottom: 1px solid var(--additional-c-elements, #c9a227);
}
.s-1aba0c2:last-child {
  border-bottom: 0;
}
.s-ed1e2b5 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.s-8ae5ba1 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--sidebar-nav-color, var(--header-nav-color, #f3e6c4));
  text-align: left;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  transition: background 0.2s ease, color 0.2s ease;
}
.s-8ae5ba1:hover, .s-8ae5ba1:focus-visible {
  background: color-mix(in srgb, var(--header-btn-bg, var(--button-bg, #c6630b)) 16%, transparent);
  color: var(--sidebar-nav-color, var(--header-nav-color, #fff));
}
.s-aff18f2 {
  cursor: default;
}
.s-c037e1d {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}
.s-f05a079 {
  flex: 1 1 auto;
  min-width: 0;
  font-size: var(--sidebar-nav-font-size, 13px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  max-width: 0;
  transition: opacity 0.2s ease, max-width 0.3s ease;
}
@media (max-width: 991px) {
  .s-f05a079 {
    font-size: var(--sidebar-nav-font-size-mobile, var(--sidebar-nav-font-size, 13px));
  }
}
.s-44a6573 {
  flex: 0 0 auto;
  padding: 10px;
  border-top: 1px solid var(--additional-c-elements, #c9a227);
}
.s-3d0d425 {
  min-height: 48px;
}

body.has-site-sidebar-expanded .s-ed1e2b5 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.has-site-sidebar-expanded .s-ed1e2b5 .s-8ae5ba1 {
  flex-direction: column;
  justify-content: center;
  min-height: 84px;
  padding: 12px 8px;
  text-align: center;
  border: 1px solid var(--additional-c-elements, #c9a227);
}

body.has-site-sidebar-expanded .s-ed1e2b5 .s-f05a079 {
  white-space: normal;
  text-align: center;
}

body.has-site-sidebar-expanded .s-f05a079 {
  opacity: 1;
  max-width: 180px;
}

@media (max-width: 1199.98px) {
  body.has-site-sidebar {
    --sidebar-width: 0px;
  }
  body.has-site-sidebar main,
  body.has-site-sidebar .f-d6ff231 {
    margin-left: 0;
  }
  body.has-site-sidebar.has-site-sidebar-expanded {
    overflow: hidden;
  }
  .s-f80c995 {
    width: 100%;
    max-width: 100vw;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  body.has-site-sidebar-expanded .s-f80c995 {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  body.has-site-sidebar-expanded .s-f05a079 {
    max-width: none;
  }
}
.s-2c41d90 {
  position: fixed;
  z-index: 200;
  max-width: min(240px, 100vw - 16px);
  padding: 7px 12px;
  border: 1px solid var(--additional-c-elements, #c9a227);
  border-radius: 6px;
  background: var(--bg-sidebar, var(--bg-header, #1a140c));
  color: var(--sidebar-nav-color, var(--header-nav-color, #f3e6c4));
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.s-2c41d90.i-2c015f5 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

body.has-site-sidebar-expanded .s-2c41d90 {
  opacity: 0;
  visibility: hidden;
}

.main-content {
  color: var(--text-color);
  font-size: var(--content-body-font-size, 17px);
  font-weight: 400;
  line-height: var(--content-line-height, 25px);
}
@media (max-width: 990px) {
  .main-content {
    font-size: var(--content-body-font-size, 15px);
    line-height: var(--content-line-height, 23px);
  }
}
.main-content figure {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.main-content img.alignright {
  margin: 0 0 15px 15px;
  float: right;
}
@media (max-width: 576px) {
  .main-content img.alignright {
    float: none;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 0 15px 0;
  }
}
.main-content img.s-9f173d2 {
  display: block;
  margin: 0 auto 0 15px;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .main-content img.s-9f173d2 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    margin: 0 0 15px 0;
  }
}
.main-content img.aligncenter {
  display: block;
  margin: 0 auto 0 15px;
}
@media (max-width: 576px) {
  .main-content img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    margin: 0 0 15px 0;
  }
}
.main-content p {
  color: var(--text-color);
  margin-bottom: 20px;
  font-size: var(--content-body-font-size, 17px);
  font-weight: 400;
  line-height: var(--content-line-height, 25px);
}
@media (max-width: 990px) {
  .main-content p {
    margin-bottom: 15px;
    font-size: var(--content-body-font-size, 15px);
    line-height: var(--content-line-height, 23px);
  }
}
.main-content caption {
  color: var(--link_color);
  margin: 5px;
  text-align: center;
}
.main-content a {
  color: var(--link_color);
  font-weight: 500;
  font-size: var(--content-body-font-size, 17px);
}
.main-content a:hover {
  color: var(--hover-site);
  text-decoration: underline;
}
@media (max-width: 990px) {
  .main-content a {
    font-size: var(--content-body-font-size, 15px);
  }
}
.main-content span {
  color: var(--hover-site);
}
.main-content strong {
  font-weight: 700;
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5 {
  color: var(--title-color);
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5 {
    margin-bottom: 15px;
  }
}
.main-content h1 span, .main-content h2 span, .main-content h3 span, .main-content h4 span, .main-content h5 span {
  color: var(--title-color-span);
}
.main-content h1 {
  font-size: var(--content-h1-font-size, 42px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .main-content h1 {
    font-size: var(--content-h1-font-size, 27px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.main-content h2 {
  font-size: var(--content-h2-font-size, 37px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .main-content h2 {
    font-size: var(--content-h2-font-size, 26px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.main-content h3 {
  font-size: var(--content-h3-font-size, 35px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .main-content h3 {
    font-size: var(--content-h3-font-size, 25px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.main-content h4 {
  font-size: var(--content-h4-font-size, 35px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .main-content h4 {
    font-size: var(--content-h4-font-size, 25px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.main-content h5 {
  font-size: var(--content-h5-font-size, 35px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .main-content h5 {
    font-size: var(--content-h5-font-size, 25px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.main-content ul, .main-content ol {
  padding-left: 25px;
  margin: 0 0 20px 0;
}
@media (max-width: 990px) {
  .main-content ul, .main-content ol {
    margin-bottom: 15px;
  }
}
.main-content ul li, .main-content ol li {
  color: var(--list-color);
  margin-bottom: 5px;
  font-size: var(--content-body-font-size, 18px);
  font-weight: 400;
  line-height: var(--content-line-height, 24px);
}
@media (max-width: 990px) {
  .main-content ul li, .main-content ol li {
    margin-bottom: 10px;
    font-size: var(--content-body-font-size, 15px);
    line-height: var(--content-line-height, 22px);
  }
}
.main-content table {
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .main-content table {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    overflow-x: auto;
  }
}
.main-content table thead th:first-child {
  border-radius: 5px 0 0 0;
}
.main-content table thead th:last-child {
  border-radius: 0 5px 0 0;
}
.main-content table thead th {
  background-color: var(--table-head-bg);
  color: var(--table-head-color);
}
.main-content table tr td:first-child {
  border-radius: 5px 0 0 0;
}
.main-content table tr td:last-child {
  border-radius: 0 5px 0 0;
}
.main-content table tr td {
  background-color: var(--table-text-bg);
  color: var(--table-text-color);
}
.main-content .t-e242c32 {
  font-size: var(--content-h1-font-size, 42px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .main-content .t-e242c32 {
    font-size: var(--content-h1-font-size, 25px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.main-content p:last-child {
  margin: 0;
}
.main-content .c-760c30c {
  display: grid;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .main-content .c-760c30c {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .main-content .c-760c30c {
    grid-template-columns: 1fr;
  }
}
.main-content .c-dcb8e2b {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 990px) {
  .main-content .c-dcb8e2b {
    font-size: 15px;
    line-height: 22px;
  }
}
.main-content .c-760c30c li {
  margin: 0;
}
.main-content .c-f7746a7 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 990px) {
  .main-content .c-f7746a7 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .main-content .c-f7746a7 {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.main-content .c-fe25000 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 990px) {
  .main-content .c-fe25000 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .main-content .c-fe25000 {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.main-content .c-e160a05 {
  list-style-type: none;
  padding: 0 0 0 5px;
}
.main-content .c-e160a05 li {
  display: flex;
  align-items: center;
}
.main-content .c-e160a05 span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.main-content .c-e160a05 img {
  height: 35px;
  width: 35px;
  margin-right: 10px;
}
.main-content .t-e2edde0 {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  padding-left: 35px;
}
.main-content .b-7666b46 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.main-content .b-7666b46 button:nth-child(1) {
  border: 1px solid var(--button-bg);
  background: var(--button-bg);
  color: var(--button-text-color);
}
.main-content .b-7666b46 button:nth-child(1):hover {
  background: transparent;
  color: var(--button-text-color-hover, var(--button-bg));
}

.main-content button:not([class]) {
  border-radius: 5px 20px 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--button-bg);
  background: var(--button-bg);
  color: var(--button-text-color);
  font-weight: 600;
  line-height: 23px;
  padding: 15px 20px;
  max-width: 200px;
  min-height: 40px;
  transition: 0.3s;
}
.main-content button:not([class]):hover {
  border-color: var(--button-bg-hover, var(--button-bg));
  background: var(--button-bg-hover, var(--button-bg));
  color: var(--button-text-color-hover, var(--button-text-color));
}
@media (max-width: 990px) {
  .main-content button:not([class]) {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .main-content button:not([class]) {
    max-width: 100%;
  }
}

.main-content :is(h1) {
  font-size: var(--content-h1-font-size) !important;
}

.main-content :is(h2) {
  font-size: var(--content-h2-font-size) !important;
}

.main-content :is(h3) {
  font-size: var(--content-h3-font-size) !important;
}

.main-content :is(h4) {
  font-size: var(--content-h4-font-size) !important;
}

.main-content :is(h5, h6) {
  font-size: var(--content-h5-font-size) !important;
}

.main-content :is(p, a, li) {
  font-size: var(--content-body-font-size) !important;
  line-height: var(--content-line-height) !important;
}

.main-content button,
.main-content :is(.b-75d0e5f,.b-e7b5464,.c-7781cc5,.c-7449cf5,.c-22529d8,.d-87532c3,.g-e1f442e,.g-ce36342,.h-6127811,.l-51e5189,.n-52872f5,.n-aa1b487,.n-65dc392,.n-1559c0e,.p-b79793e,.p-5b75ebe,.s-6502d4f,.s-99cde81,.s-e39dda6,.s-8d186f2,.s-4b9e3ce,.t-fe09ec9,.t-291178b,.t-a7e5392,.t-2ca4566,.t-3b5856b),
.h-6127811 button {
  font-size: var(--button-font-size) !important;
}

.f-d6ff231 {
  background: var(--footer-bg);
}
.f-bce6273 {
  margin-bottom: 30px;
  padding: 50px 0;
  display: grid;
  align-items: start;
  grid-template-columns: 3fr 2fr 2fr 2fr;
  grid-gap: 70px;
}
@media (max-width: 990px) {
  .f-bce6273 {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0;
    grid-gap: 30px;
  }
}
@media (max-width: 576px) {
  .f-bce6273 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.f-e3030ad {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.f-d01a59e {
  color: var(--footer-link);
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  transition: 0.3s;
}
.f-d01a59e:hover {
  color: var(--footer-link-hover);
}
.f-4380768 {
  color: var(--footer-link);
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  background: transparent;
  appearance: none;
  cursor: pointer;
  padding: 0;
  transition: 0.3s;
  width: fit-content;
}
.f-4380768:hover {
  color: var(--footer-link-hover);
}
.f-baf8d60 {
  color: var(--footer-title);
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
}
.f-da07eea {
  color: var(--footer-text);
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}
.f-207bacb {
  padding: 10px 0;
  background-color: var(--footer-top-bg, var(--bg-header));
}
@media (max-width: 575px) {
  .f-207bacb {
    flex-direction: column;
  }
}
.f-7508575 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .f-7508575 {
    flex-direction: column;
    row-gap: 30px;
  }
}
.f-729e17f {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  z-index: 10;
}
@media (max-width: 575px) {
  .f-729e17f {
    justify-content: space-between;
    width: 100%;
  }
}
.f-13c9d51 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.f-7ccd046 {
  position: relative;
  flex-shrink: 0;
  height: 30px;
}
.f-ce16487 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
  color: var(--footer-link);
}
.f-11764cd {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.f-52f86de {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: inherit;
}
.f-261e505 {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 140px;
  margin: 0;
  padding: 6px 0;
  border-radius: 8px;
  background: var(--bg-body);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  z-index: 120;
  overflow: hidden;
}
@media (max-width: 575px) {
  .f-261e505 {
    right: 0;
    left: auto;
  }
}
.f-261e505[hidden] {
  display: none !important;
}
.f-d3151eb {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  color: var(--footer-link);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  box-sizing: border-box;
  transition: color 0.3s;
}
.f-d3151eb:hover {
  color: var(--footer-link-hover);
}
.f-d3151eb .f-11764cd {
  width: 20px;
  height: 20px;
}
.f-3906362 {
  display: inline-block;
}
.f-362bbbd img {
  display: block;
  height: 70px;
  width: 130px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .f-362bbbd img {
    max-width: 100px;
    max-height: 50px;
  }
}
.f-8e6f667 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.f-503fc63 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  text-decoration: none;
  background: var(--footer-social-bg, transparent);
  transition: background 0.3s, opacity 0.3s;
}
@media (max-width: 991px) {
  .f-503fc63 {
    width: 32px;
    height: 32px;
  }
}
.f-503fc63:hover, .f-503fc63:focus {
  background: var(--footer-social-bg-hover, var(--footer-social-bg, transparent));
  opacity: 0.85;
}
.f-503fc63 img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .f-503fc63 img {
    width: 16px;
    height: 16px;
  }
}
.f-f073efa {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--additional-c-elements);
}
@media (max-width: 991px) {
  .f-f073efa {
    gap: 15px;
    margin-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .f-f073efa {
    flex-direction: column;
    gap: 25px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.f-da232c8 {
  width: calc(60% - 10px);
}
@media (max-width: 575px) {
  .f-da232c8 {
    width: 100%;
  }
}
.f-ff88b4f {
  width: calc(40% - 10px);
}
@media (max-width: 575px) {
  .f-ff88b4f {
    width: 100%;
  }
}
.f-bdacbd8 {
  color: var(--footer-title);
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--additional-c-elements);
}
@media (max-width: 575px) {
  .f-bdacbd8 {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.f-71b9d39 {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  overflow: hidden;
}
.f-71b9d39.i-ca3fc89 {
  display: block;
}
.f-71b9d39.i-ca3fc89 .f-5622fdc {
  flex-wrap: nowrap;
  width: max-content;
}
.f-5622fdc {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  will-change: transform;
}
.f-5115a19 {
  flex-shrink: 0;
}
.f-5115a19 img {
  display: block;
  object-fit: contain;
  height: 26px;
}
.f-64a7e01 {
  color: var(--footer-link);
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  background: transparent;
  appearance: none;
  padding: 0;
}
.f-64a7e01[href] {
  cursor: pointer;
  transition: 0.3s;
}
.f-64a7e01[href]:hover {
  color: var(--footer-link-hover);
}
.f-16abac8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 40px;
}
@media (max-width: 991px) {
  .f-16abac8 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }
}
.f-8e05813.f-e12e556 {
  margin-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--additional-c-elements);
  color: var(--footer-text);
}
@media (max-width: 991px) {
  .f-8e05813 {
    margin-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.f-0d69eff {
  columns: 6;
  column-gap: 20px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .f-0d69eff {
    columns: 4;
  }
  .f-0d69eff + .f-71b9d39 {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .f-0d69eff {
    columns: 3;
  }
}
@media (max-width: 575px) {
  .f-0d69eff {
    columns: 2;
  }
}
.f-0d69eff .f-fd60532 {
  display: contents;
}
.f-0d69eff .f-4380768 {
  display: block;
  width: fit-content;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.f-55581c2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.f-55581c2 .f-71b9d39 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--additional-c-elements);
  flex-wrap: wrap;
  padding-bottom: 0;
  overflow: hidden;
}
.f-55581c2 .f-bffdf5c {
  gap: 16px 48px;
  justify-content: center;
}
.f-55581c2 .f-bffdf5c .f-5115a19 {
  height: 45px;
}
@media (max-width: 991px) {
  .f-55581c2 .f-bffdf5c .f-5115a19 {
    height: 30px;
  }
}
.f-55581c2 .f-bffdf5c .f-5115a19 img {
  display: block;
  height: 45px;
}
@media (max-width: 991px) {
  .f-55581c2 .f-bffdf5c .f-5115a19 img {
    height: 30px;
  }
}
.f-55581c2 .f-8e05813 {
  border-bottom: none;
}
.f-55581c2 .f-503fc63 img {
  filter: brightness(0) invert(1);
}
.f-55581c2 .f-503fc63:hover, .f-55581c2 .f-503fc63:focus {
  opacity: 1;
}
.f-4584c0b {
  display: flex;
  column-gap: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--additional-c-elements);
}
@media (max-width: 767px) {
  .f-4584c0b {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .f-4cd504d {
    display: flex;
    flex-direction: column;
  }
}
.f-d1102a1 {
  width: 100px;
  object-fit: contain;
  height: auto;
}
.f-dbda50b {
  width: 40px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .f-dbda50b {
    width: 24px;
  }
}
.f-6dc6f6c.i-728e7bb {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}
.f-6dc6f6c.i-728e7bb::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(-180deg, transparent 0, var(--footer-bg) 80%);
}
.f-6dc6f6c *:not(a) {
  color: var(--footer-text) !important;
}
.f-6dc6f6c a {
  color: var(--footer-link);
  transition: color 0.3s;
}
.f-6dc6f6c a:hover {
  color: var(--footer-link-hover);
}
.f-8e05813 {
  position: relative;
  margin-top: 20px;
}
.f-9b57099 {
  color: var(--footer-text);
  font-size: 13px;
  line-height: 1.55;
}
.f-9b57099 p {
  margin: 0 0 8px;
}
.f-9b57099 p:last-child {
  margin-bottom: 0;
}
.f-9b57099 strong,
.f-9b57099 b {
  color: var(--footer-title);
  font-weight: 700;
}
.f-9b57099 a {
  color: var(--footer-link);
}
.f-9b57099 a:hover {
  color: var(--footer-link-hover);
}
.f-95328d2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
  color: var(--footer-title);
}
.f-95328d2[hidden] {
  display: none !important;
}
.f-26173c0 {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.f-95328d2.a-907ff8c .f-26173c0 {
  transform: rotate(-135deg);
}
@media (max-width: 575px) {
  .f-a9342bf .f-7508575 {
    row-gap: 20px;
  }
}
@media (max-width: 575px) {
  .f-a9342bf .f-207bacb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.f-a9342bf .f-503fc63 {
  width: 36px;
  height: 36px;
  background: transparent;
}
.f-a9342bf .f-503fc63:hover, .f-a9342bf .f-503fc63:focus {
  background: transparent;
  opacity: 0.5;
}
.f-a9342bf .f-503fc63 img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .f-a9342bf .f-503fc63 img {
    width: 25px;
    height: 25px;
  }
}
.f-a9342bf .f-81e64a3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: default;
  text-align: left;
  color: var(--footer-title);
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  pointer-events: none;
}
.f-a9342bf .f-62bacdc {
  display: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .f-a9342bf .f-16abac8 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .f-a9342bf .f-a5813b5:not(.f-5d4714a) {
    margin-bottom: 16px;
  }
  .f-a9342bf .f-5d4714a {
    border-bottom: 1px solid var(--additional-c-elements);
    padding: 15px 0;
  }
  .f-a9342bf .f-5d4714a:last-of-type {
    border-bottom: 0;
  }
  .f-a9342bf .f-5d4714a .f-81e64a3 {
    margin-bottom: 0;
    cursor: pointer;
    pointer-events: auto;
  }
  .f-a9342bf .f-5d4714a .f-62bacdc {
    display: block;
  }
  .f-a9342bf .f-5d4714a .f-e3030ad {
    display: none;
    padding-top: 12px;
    padding-bottom: 4px;
  }
  .f-a9342bf .f-5d4714a.i-5a3ecf5 .f-e3030ad {
    display: grid;
  }
  .f-a9342bf .f-5d4714a.i-5a3ecf5 .f-62bacdc {
    transform: rotate(-90deg);
  }
  .f-a9342bf .f-5d4714a.i-5a3ecf5 .f-81e64a3 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .f-a9342bf .f-8e05813.f-e12e556 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .f-a9342bf .f-f073efa {
    margin-bottom: 15px;
  }
}

.a-d13aac0 {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9;
  cursor: pointer;
  transition: 0.3s;
  transform: translateY(150px);
  background: var(--btn-up-to-top-bg, #fff);
  color: var(--scroll-top-icon-color, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  border: none;
  width: auto;
  min-width: 0;
  appearance: none;
}
@media (max-width: 990px) {
  .a-d13aac0 {
    right: 20px;
    bottom: 20px;
  }
}

.a-dad1526 {
  transform: translateY(0);
}

.e-8452161 {
  margin: 40px 0 60px;
}
.e-1f054e4 {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  border-radius: 12px;
  padding: 40px 25px;
  box-sizing: border-box;
  background: var(--error-box-bg, var(--table-text-bg));
  border: 1px solid var(--table-border-color);
}
.e-f20ec24 {
  font-size: 96px;
  line-height: 1;
  font-weight: 700;
  color: var(--error-code-color, var(--title-color-span));
  margin-bottom: 10px;
}
.e-5c76947 {
  color: var(--error-text-color, var(--title-color));
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.e-2c769d0 {
  color: var(--error-text-color, var(--text-color));
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto 24px;
  max-width: 560px;
}
.e-b9c690d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 20px 5px 20px;
  border: 1px solid var(--error-btn-bg, var(--button-bg-hover));
  background: var(--error-btn-bg, var(--button-bg));
  color: var(--error-btn-color, var(--button-text-color));
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding: 14px 26px;
  cursor: pointer;
  appearance: none;
  font-family: inherit;
  transition: 0.3s;
}
.e-b9c690d:hover {
  background: var(--error-btn-bg, var(--button-bg-hover));
  color: var(--error-btn-color, var(--button-text-color-hover));
  text-decoration: none;
  opacity: 0.9;
}

@media (max-width: 990px) {
  .e-1f054e4 {
    padding: 32px 20px;
  }
  .e-f20ec24 {
    font-size: 72px;
  }
  .e-5c76947 {
    font-size: 30px;
  }
  .e-2c769d0 {
    font-size: 16px;
  }
}

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