* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  background-color: #fff;
  color: #333;
  font-family:
    var(--font-source-sans-pro), "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0;
}
body svg {
  fill: inherit;
  color: inherit;
}
body :focus {
  outline: 0;
}

body ul {
  margin-bottom: 10px;
  margin-top: 0;
}
body a {
  text-decoration: none;
}
body img {
  border: 0;
  vertical-align: middle;
}
body h1,
body h2,
body h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
body h1,
body h2,
body h3,
body h4 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
body h1 {
  font-size: 36px;
  margin: 0.67em 0;
}
body h2 {
  font-size: 30px;
}
body h3 {
  font-size: 24px;
}
body h4 {
  font-size: 18px;
}
body p {
  margin: 0 0 10px;
}
body blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 20px;
  padding: 10px 20px;
}
body button,
body input {
  color: inherit;
  font: inherit;
  margin: 0;
}
body label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
}
body input {
  line-height: normal;
}
body button {
  overflow: visible;
}
body button {
  text-transform: inherit;
}
body button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}
body button::-moz-focus-inner,
body input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@font-face {
  font-display: optional;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/SourceSansPro-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-display: optional;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/SourceSansPro-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-display: optional;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/SourceSansPro-SemiBold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-display: optional;
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/SourceSerifPro-Black.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-display: optional;
  font-family: "Source Serif Pro";
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/SourceSerifPro-Italic.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-display: optional;
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/SourceSerifPro-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-display: optional;
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/SourceSerifPro-SemiBold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-display: optional;
  font-family: "Source Serif Pro";
  font-style: italic;
  font-weight: 600;
  src: url(/fonts/SourceSerifPro-SemiBoldItalic.woff2) format("woff2");
  font-display: swap;
}
:root {
  --font-source-sans-pro: Source Sans Pro;
  --font-source-serif-pro: Source Serif Pro;
  --color-milenio: #b10b1f;
  --color-primary: #b10b1f;
  --color-secondary: #f1f1f1;
  --color-accent: #d1d1d1;
  --color-base-light: #fff;
  --color-base-dark: #000;
  --color-background: #fff;
  --color-background-2: #ededed;
  --color-background-3: #f5f5f5;
  --color-urgent: #fde636;
}
body {
  font-family: var(--font-source-sans-pro);
  font-weight: 400;
}
body blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
* {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-overflow: inherit;
  text-transform: inherit;
  white-space: inherit;
}
b {
  font-weight: 600;
}
.imgst {
  background: #f5f5f5;
  margin-top: -15px;
  display: block;
  margin-bottom: 15px;
  padding: 10px;
  color: #555;
}
i {
  font-style: italic;
}
a:hover {
  text-decoration: underline;
}
body,
html {
  height: 100%;
}
@media (max-width: 968px) {
  body::-webkit-scrollbar,
  body::-webkit-scrollbar-button {
    display: none;
  }
}
#root {
  min-height: 100vh;
}
#root > * {
  max-width: 100vw;
}
#root > header {
  order: 1;
}
#root > main {
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
  order: 2;
  position: relative;
}
#root > main > .left,
#root > main > .right {
  display: none;
  height: 100%;
  max-width: 16vw;
}
#root > main > .left {
  order: 1;
}
#root > main > .right {
  order: 3;
}
#root > main > .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  max-width: 100vw;
  order: 2;
  width: 100%;
}
@media (min-width: 1366px) {
  #root > main {
    gap: 10px;
    grid-template-columns: auto 1fr auto;
  }
  #root > main > .left,
  #root > main > .right {
    display: block;
  }
}
@media (min-width: 1440px) {
  #root > main > .left,
  #root > main > .right {
    max-width: 20vw;
  }
}
header#main-header {
  /* position: sticky; */
  top: 0;
  z-index: 10;
}
.header-wrapper {
  display: flex;
  flex-direction: column;
}
.navbar {
  align-items: center;
  background-color: var(--color-primary, var(--color-milenio, #000));
  display: flex;
  height: 65px;
  justify-content: space-between;
  order: 2;
  padding: 0 15px;
  position: relative;
  transition: height 0.2s linear;
  z-index: 4;
}
.navbar > * {
  max-height: 70px;
}
.navbar > *,
.navbar > * > img {
  height: 100%;
}
.navbar__name {
  clip: rect(0 0 0 0);
  border: 0;
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}
.navbar__logo {
  fill: var(--color-base-light, #fff);
  align-items: center;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.navbar__logo img {
  max-height: 80%;
  max-width: 240px;
  width: auto;
}
.navbar__left {
  align-items: center;
  color: var(--color-base-light, #fff);
  display: flex;
  height: 100%;
  justify-content: flex-start;
  left: 0;
}
.navbar__left .menu-button {
  align-items: center;
  cursor: pointer;
  display: inherit;
  position: relative;
  z-index: 1;
}
.navbar__left .menu-button .close-menu-icon {
  display: none;
}
.navbar__left .menu-button svg {
  fill: var(--color-base-light, #fff);
  stroke: var(--color-base-light, #fff);
  stroke-width: 1px;
}
.navbar__left .menu-button .label {
  display: none;
  font-size: 13px;
  font-weight: 600;
  margin: 0 18px 0 10px;
}
.navbar__left .menu-button .label-close {
  display: none;
}
.navbar__left .sections {
  display: none;
  height: 100%;
  text-align: left;
}
.navbar__left .sections .places {
  border-left: 1px solid var(--color-base-light, #fff);
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  transition: width 0.2s linear;
}
.navbar__left .sections .places .selected {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: inherit;
  justify-content: space-between;
  position: relative;
  white-space: nowrap;
}
.navbar__left .sections .places .selected .label {
  padding-right: 5px;
}
.navbar__left .sections .places .selected .label .close {
  color: var(--color-primary, var(--color-milenio, #000));
  display: none;
  font-size: 13px;
  text-transform: none;
}
.navbar__left .sections .places .selected .toggle-icon {
  fill: var(--color-base-light, #fff);
}
.navbar__left .sections .places .options {
  display: none;
}
.navbar__right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  right: 0;
}
.navbar__right .controls {
  display: none;
}
.navbar__right .account-icon-mobile {
  fill: var(--color-base-light, #fff);
  cursor: pointer;
  margin-right: 15px;
}
header#main-header nav.nav-sections,
header#main-header nav.nav-today {
  align-items: center;
  background-color: var(--color-base-light, #fff);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: var(--font-source-sans-pro);
  height: 50px;
  min-height: 50px;
  white-space: nowrap;
  z-index: 0;
}
header#main-header nav.nav-today > :not(:last-child) {
  padding-right: 7.5px;
}
header#main-header nav.nav-sections ul,
header#main-header nav.nav-today ul {
  margin: 0;
  overflow: auto;
  padding: 0;
}
header#main-header nav.nav-sections ul::-webkit-scrollbar,
header#main-header nav.nav-today ul::-webkit-scrollbar {
  display: none;
}
header#main-header nav.nav-sections li,
header#main-header nav.nav-today li {
  display: inline;
  text-decoration: none;
}
header#main-header nav.nav-today {
  font-size: 14px;
  order: 1;
  padding: 8px 15px;
  position: relative;
}
header#main-header nav.nav-today .account,
header#main-header nav.nav-today .date {
  display: none;
}
header#main-header nav.nav-today .account > * {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 4px 12px;
  padding: 0;
}
header#main-header nav.nav-today .date:first-child {
  padding-right: 15px;
}
header#main-header nav.nav-today .account:last-child {
  padding-left: 15px;
}
header#main-header nav.nav-today .account svg {
  fill: var(--color-primary, var(--color-milenio, #000));
}
header#main-header nav.nav-today .account .account-icon {
  background: none;
  border: none;
}
header#main-header nav.nav-today .navigation {
  align-items: center;
  color: #555;
  display: flex;
  overflow: auto;
}
header#main-header nav.nav-today .navigation > :first-child:not(:only-child) {
  padding-right: 7.5px;
}
header#main-header nav.nav-today .navigation li:not(:last-child):after {
  content: "•";
  margin: 0 2px;
}
header#main-header nav.nav-today .date {
  color: var(--color-base-dark, #000);
  text-transform: capitalize;
}
header#main-header nav.nav-sections {
  flex-direction: column;
  font-size: 18px;
  height: -moz-max-content;
  height: max-content;
  order: 4;
  z-index: 3;
}
header#main-header nav.nav-sections ul {
  gap: 8px;
  overflow: initial;
}
header#main-header nav.nav-sections a {
  text-decoration: none;
}
header#main-header nav.nav-sections .opinion {
  padding: 0 16px;
  text-transform: uppercase;
}
header#main-header nav.nav-sections .opinion:hover {
  color: var(--color-primary, var(--color-milenio, #000));
}
.nav-sections-container {
  position: relative;
  width: 100%;
}
.nav-sections-links {
  display: flex;
  gap: 16px;
  height: 50px;
  overflow: auto;
  width: 100%;
}
.nav-sections-links > * {
  align-items: center;
  display: inherit;
}
.nav-sections-links .opinion {
  font-weight: 600;
}
.nav-sections-links .section-links {
  gap: 16px;
}
.nav-sections-links .printed-toggle {
  fill: var(--color-base-dark, #000);
  cursor: pointer;
  font-weight: 600;
  height: 100%;
  justify-content: space-between;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}
.printed-menu {
  background-color: #ededed;
  color: #555;
  display: none;
  justify-content: center;
  text-align: center;
  width: 100vw;
}
.sections-menu {
  background-color: var(--color-secondary, #000);
  display: none;
  flex-grow: 1;
  order: 2;
  position: relative;
  width: 100%;
}
@media (min-width: 968px) {
  header#main-header nav.nav-today {
    font-size: 12px;
    justify-content: space-between;
  }
  header#main-header nav.nav-today .account,
  header#main-header nav.nav-today .date {
    align-items: center;
    display: flex;
    margin-right: 10px;
  }
  header#main-header nav.nav-today .navigation {
    left: 50%;
    max-width: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 968px) and (min-width: 1396px) {
  header#main-header .navbar,
  header#main-header .sections-menu,
  header#main-header nav.nav-sections,
  header#main-header nav.nav-today {
    padding: 0 calc(50% - 683px);
  }
  header#main-header .sections-menu {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 968px) {
  .navbar {
    height: 70px;
  }
  .nav-sections-container {
    max-width: 960px;
  }
  .navbar__left .menu-button .label {
    display: initial;
  }
  .navbar__left .sections {
    align-items: center;
    display: inline-flex;
  }
  .navbar__right .controls {
    display: inherit;
    font-weight: 600;
  }
  .navbar__right .controls > :not(:last-child) {
    margin-right: 15px;
  }
  .navbar__right .controls .btn-live-tv {
    fill: var(--color-secondary, #000);
    align-items: center;
    background-color: var(--color-primary, var(--color-milenio, #000));
    border: 2px solid var(--color-secondary, #000);
    border-radius: 45px;
    color: var(--color-secondary, #000);
    display: inline-flex;
    height: 30px;
    padding: 4px 12px;
  }
  .navbar__right .controls .btn-register {
    fill: var(--color-primary, var(--color-milenio, #000));
    align-items: center;
    background-color: var(--color-secondary, #000);
    border: none;
    border-radius: 45px;
    color: var(--color-primary, var(--color-milenio, #000));
    display: inline-flex;
    height: 30px;
    padding: 4px 12px;
  }
  .navbar__right .account-icon-mobile {
    display: none;
  }
  header#main-header .social-media {
    display: none;
  }
}
@media (min-width: 1440px) {
  header#main-header nav.nav-today .navigation {
    max-width: 968px;
  }
}
body h2 {
  margin-bottom: 0;
  margin-top: 0;
}
main .content {
  padding: 0 10px;
}
#main-content {
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
#main-content > .content {
  padding: 0;
}
#main-content > .content .contenedor-detail-block {
  background-color: #fff;
  margin: 0 auto;
  padding: 5px 10px 0;
  position: relative;
}
@media (min-width: 968px) {
  #main-content > .content .contenedor-detail-block.news {
    max-width: 942px;
    padding-left: 0;
    padding-right: 0;
  }
}
.social-media {
  color: #bababc;
  float: right;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    right 0.2s;
}
.nd-title-headline-title-headline-base__title {
  color: #333;
  font-family: var(--font-source-serif-pro);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 18px;
  margin-top: 0;
}

@media (max-width: 550px) {
  .nd-title-headline-title-headline-base__title {
    font-size: 28px;
  }
}
.navbar__left .sections .places {
  border-left: 1px solid var(--color-base-light, #fff);
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  transition: width 0.2s linear;
}
.navbar__left .sections .places .options {
  background-color: #ededed;
  color: var(--color-base-dark, #000);
  line-height: 28px;
  padding: 32px 28px 29px;
  position: absolute;
  right: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.navbar__left .sections .places .options .label {
  font-weight: 400;
  text-transform: none;
}
.navbar__left .sections .places .options ul {
  padding: 0;
}
.navbar__left .sections .places .options li {
  list-style: none;
}
.navbar__left .sections .places .options a:hover {
  color: var(--color-primary, var(--color-milenio, #000));
  text-decoration: none;
}
.printed-menu * {
  white-space: normal;
}
.printed-menu__grid {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-areas: "head" "cover" "foot";
  max-width: 375px;
  padding: 22px 16px 27px;
}
.printed-menu__heading {
  grid-area: head;
}
.printed-menu__heading__title {
  display: block;
  font-family: var(--font-source-serif-pro);
  font-size: 24px;
  font-weight: 900;
  line-height: 26px;
}
.printed-menu__heading span {
  font-size: 18px;
  line-height: 26px;
}
.printed-menu__cover {
  cursor: pointer;
  display: flex;
  grid-area: cover;
  justify-content: center;
  position: relative;
}
.printed-menu__more-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  grid-area: foot;
  line-height: 24px;
}
.printed-menu__more-info * {
  font-size: 18px;
}
.printed-menu__more-info a {
  align-items: center;
  background-color: var(--color-primary, var(--color-milenio, #000));
  border-radius: 50px;
  color: var(--color-base-light, #fff);
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  line-height: 17px;
  white-space: nowrap;
  width: 248px;
}
.sections-menu .closePianoMenu {
  fill: var(--color-base-light, #fff);
  stroke: var(--color-base-light, #fff);
  stroke-width: 1px;
  display: none;
  position: absolute;
  right: 30px;
  top: 28px;
}
.sections-menu .content {
  fill: #555;
  align-items: center;
  align-self: center;
  color: #555;
  flex-direction: column;
  font-size: 22px;
  height: 100%;
  line-height: 17px;
  width: 100%;
}
.sections-menu .content-top {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 65px;
  justify-content: space-around;
  line-height: 17px;
  width: 100%;
}
.sections-menu .content-top > * {
  align-items: center;
  cursor: pointer;
  display: inherit;
  gap: 14px;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.sections-menu .content-top > .alerts {
  align-self: flex-end;
}
.sections-menu .content-top > .newsletter {
  align-self: flex-start;
}
.sections-menu .content-top > :not(:last-child) {
  border-right: 1px solid #d1d1d1;
}
.sections-menu .menu-search-bar {
  display: flex;
  flex-direction: column;
  height: 84px;
  justify-content: center;
  padding: 0 15px;
  width: 100%;
}
.sections-menu .menu-search-bar form .search-bar {
  align-items: center;
  background-color: var(--color-base-light, #fff);
  display: flex;
  height: 55px;
  padding-right: 10px;
}
.sections-menu .menu-search-bar form .search-bar__icon {
  display: none;
  height: 55px;
  order: 1;
}
.sections-menu .menu-search-bar form .search-bar__input {
  background: none;
  border: 0;
  flex-grow: 1;
  margin-left: 16px;
  order: 2;
  padding: 0;
}
.sections-menu .menu-search-bar form .search-bar__input:focus {
  outline: none;
}
.sections-menu .menu-search-bar form .search-bar__search-btn {
  background-color: #555;
  border: none;
  border-radius: 50px;
  color: var(--color-base-light, #fff);
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  order: 3;
  text-transform: uppercase;
  width: 80px;
}
.sections-menu .menu-search-bar form:valid .search-bar__icon {
  fill: var(--color-primary, var(--color-milenio, #000));
}
.sections-menu .menu-search-bar form:valid .search-bar__input {
  color: var(--color-primary, var(--color-milenio, #000));
}
.sections-menu .menu-search-bar form:valid .search-bar__search-btn {
  background-color: var(--color-primary, var(--color-milenio, #000));
}
.sections-menu .options {
  flex-direction: column;
  width: 100%;
}
.sections-menu .options a:hover {
  color: var(--color-primary, var(--color-milenio, #000));
  text-decoration: none;
}
.sections-menu .options > ul > li .item,
.sections-menu .options > ul > li:not(.father) {
  text-transform: uppercase;
}
.sections-menu .options ul {
  padding-left: 0;
  width: 100%;
}
.sections-menu .options li,
.sections-menu .options ul {
  list-style: none;
}
.sections-menu .options .item {
  flex-grow: 1;
}
header#main-header .social-media {
  border-top: 1px solid #d1d1d1;
  padding: 20px 20px 29px 15px;
}
header#main-header .social-media-header {
  color: var(--color-primary, var(--color-milenio, #000));
  font-size: 20px;
  line-height: 17px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
header#main-header .social-media-links {
  display: flex;
  justify-content: space-around;
}
header#main-header .social-media-links a {
  fill: #888;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 100px;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px;
}
header#main-header .social-media-links a svg {
  scale: 1.5;
}
header#main-header .social-media-links a:hover {
  fill: var(--color-base-light, #fff);
  background-color: var(--color-primary, var(--color-milenio, #000));
}
@media (max-width: 968px) {
  .sections-menu .content .options .item,
  .sections-menu .content .options li {
    min-height: 65px;
  }
  .sections-menu .content .options .item:not(.father),
  .sections-menu .content .options li:not(.father) {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .sections-menu .content .options .item button,
  .sections-menu .content .options li button {
    background: none;
    border: none;
  }
  .sections-menu .content .options li {
    border-top: 1px solid #d1d1d1;
    padding: 0 15px;
    width: auto;
  }
  .sections-menu .content .options li.father .children {
    display: none;
  }
  .sections-menu .content .options li.father ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sections-menu .content .options li.father ul li {
    border-top: 1px dotted #555;
    padding: 0;
  }
}
@media (min-width: 425px) {
  header#main-header .social-media-links a {
    height: 64px;
    width: 64px;
  }
  header#main-header .social-media-links a svg {
    scale: 2;
  }
}
@media (min-width: 968px) {
  header#main-header nav.nav-sections {
    font-size: 14px;
    line-height: 17px;
    overflow: initial;
  }
  header#main-header nav.nav-sections ul {
    overflow: auto;
  }
  .nav-sections-links {
    justify-content: space-between;
  }
  .nav-sections-links .printed-toggle {
    font-weight: 400;
  }
  .nav-sections-links .printed-toggle:hover {
    color: var(--color-primary, var(--color-milenio, #000));
  }
  .printed-menu {
    height: 328px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    width: 505px;
  }
  .printed-menu__grid {
    align-items: start;
    gap: 8px;
    grid-template-areas: "head cover" "foot cover";
    max-width: none;
    padding: 15px 15px 20px 26px;
  }
  .printed-menu__heading {
    grid-area: head;
    width: 258px;
  }
  .printed-menu__heading span {
    font-size: 16px;
    line-height: 28px;
  }
  .printed-menu__heading span:first-child {
    font-size: 26px;
    line-height: 28px;
  }
  .printed-menu__more-info {
    align-items: flex-start;
    align-self: end;
    gap: 7px;
    line-height: 24px;
  }
  .printed-menu__more-info * {
    font-size: 16px;
  }
  .printed-menu__more-info a {
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    width: 199px;
  }
  header#main-header .sections-menu .content {
    padding: 0 55px;
  }
  header#main-header .sections-menu .content-top {
    display: none;
  }
  header#main-header .sections-menu .menu-search-bar {
    height: 133px;
    padding: 0;
  }
  header#main-header .sections-menu .menu-search-bar form .search-bar__icon {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    width: 55px;
  }
  header#main-header .sections-menu .menu-search-bar form .search-bar__input {
    margin-left: 0;
  }
  header#main-header
    .sections-menu
    .menu-search-bar
    form
    .search-bar__search-btn {
    height: 30px;
    width: 96px;
  }
  header#main-header .sections-menu nav.options > ul {
    color: var(--color-base-dark, #000);
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -moz-column-rule: 1px solid #666;
    column-rule: 1px solid #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }
  header#main-header .sections-menu nav.options > ul .father .item button {
    display: none;
  }
  header#main-header .sections-menu nav.options > ul .father .children {
    color: #666;
    font-size: 17px;
    font-weight: 400;
  }
  header#main-header .sections-menu nav.options > ul .father .children li {
    list-style: disc inside;
  }
  header#main-header .sections-menu nav.options > ul .father .children li span {
    position: relative;
  }
  header#main-header
    .sections-menu
    nav.options
    > ul
    .father
    .children
    li::marker {
    font-size: 10px;
  }
}
@media (min-width: 1440px) {
  .navbar__left .sections .places .options {
    padding-right: 72px;
  }
}
footer#main-footer {
  background-color: var(--color-background, #000);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow-y: hidden;
  z-index: 10;
}
footer#main-footer > * {
  max-width: 100vw;
  width: 100%;
}
footer#main-footer .head {
  background-color: var(--color-milenio, #000);
  display: flex;
  height: 55px;
  justify-content: space-between;
  order: 1;
}
footer#main-footer .head .left {
  display: flex;
  flex-grow: 1;
  height: 44px;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 15px;
  margin-top: 5px;
}
footer#main-footer .head .left .logos > * {
  height: 100%;
  width: auto;
}
footer#main-footer .head .left nav.sections {
  display: none;
}
footer#main-footer .content {
  align-items: center;
  color: #888;
  display: flex;
  flex-direction: column;
  font-family: var(--font-source-serif-pro);
  font-size: 12px;
  font-weight: 500;
  order: 2;
  text-transform: uppercase;
}
footer#main-footer
  .content
  > :not(:only-child):not(.eo-free):not(:first-child) {
  border-top: 1px solid #e9e9e9;
  margin-top: 9.5px;
  padding-top: 9.5px;
}
footer#main-footer .content > * {
  align-items: center;
  justify-content: center;
  width: 100%;
}
footer#main-footer .content .rights-reserved {
  line-height: 17px;
  padding: 15px 0 5px;
  text-align: center;
}
footer#main-footer .content .sections {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 42px;
  column-gap: 42px;
  -moz-column-rule: 2px dotted var(--color-accent, #000);
  column-rule: 2px dotted var(--color-accent, #000);
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 41px;
  padding-right: 32px;
  text-decoration: none;
  text-transform: none;
}
footer#main-footer .content .sections .item-sec {
  list-style: none;
  margin-bottom: 8px;
}
footer#main-footer .content .sections .item-sec:before {
  content: "-";
}
footer#main-footer .content .sections .item-sec > a {
  padding: 15px 4px;
}
footer#main-footer .content .sections a:hover {
  text-decoration: none;
}
footer#main-footer .content .external-logos {
  display: flex;
  height: 55px;
  padding-left: 19px;
  padding-right: 15px;
}
footer#main-footer .content .external-logos img {
  height: 35px;
  width: auto;
}
footer#main-footer .content .social-media {
  display: flex;
  flex-direction: column;
  margin: 8px 0 20px;
}
footer#main-footer .content .social-media-header {
  line-height: 13px;
  margin-bottom: 16px;
}
footer#main-footer .content .social-media-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  width: 100%;
}
footer#main-footer .content .social-media-links a {
  align-items: center;
  background-color: #888;
  border-radius: 100px;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px;
}
footer#main-footer .content .social-media-links a svg {
  fill: var(--color-base-light, #fff);
  scale: 1.4;
}
@media screen and (min-width: 1390px) {
  footer#main-footer .content,
  footer#main-footer .head {
    padding-left: calc(50% - 683px);
    padding-right: calc(50% - 683px);
  }
}
@media (min-width: 968px) {
  footer#main-footer .head .left {
    color: var(--color-base-light, #fff);
    font-family: var(--font-source-sans-pro);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-right: 29px;
  }
  footer#main-footer .head .left nav.sections {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: 12px;
    max-width: 70vw;
    white-space: nowrap;
  }
  footer#main-footer .head .left nav.sections ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer#main-footer .head .left nav.sections ul li {
    display: inline;
  }
  footer#main-footer .head .left nav.sections ul li:not(:last-child) {
    padding-right: 12px;
  }
  footer#main-footer .head .left nav.sections ul li * {
    text-decoration: none;
  }
  footer#main-footer .content {
    flex-direction: row;
    height: 55px;
  }
  footer#main-footer
    .content
    > :not(:only-child):not(.eo-free):not(:first-child) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  footer#main-footer .content .rights-reserved {
    font-family: var(--font-source-sans-pro);
    font-size: 14px;
    padding: 0;
  }
  footer#main-footer .content .sections {
    display: none;
  }
  footer#main-footer .content .external-logos {
    height: 39px;
    justify-content: flex-end;
    padding: 0 6px 0 0;
  }
  footer#main-footer .content .social-media {
    border-left: 1px solid var(--color-accent, #000);
    flex-direction: row;
    font-family: var(--font-source-sans-pro);
    font-size: 11px;
    gap: 12px;
    justify-content: flex-end;
    margin: 0;
    max-height: 55px;
    padding-left: 12px;
    padding-right: 9px;
    width: auto;
  }
  footer#main-footer .content .social-media-header {
    font-size: 10px;
    margin: 0;
  }
  footer#main-footer .content .social-media-links {
    flex-wrap: nowrap;
    gap: 11px;
    justify-content: normal;
  }
  footer#main-footer .content .social-media-links a {
    height: 35px;
    width: 35px;
  }
  footer#main-footer .content .social-media-links a svg {
    scale: 1;
  }
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;

  --iti-path-flags-2x: url("/img/bea0200ba7ea874b359f.webp");

  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.ad-skyscraper-base {
  height: 600px;
  position: fixed !important;
  width: 160px;
  z-index: 0;
}
.ad-skyscraper-base.left {
  left: 0;
}
.ad-skyscraper-base.right {
  right: 0;
}
@media only screen and (max-width: 1260px) {
  .ad-skyscraper-base {
    z-index: -1;
  }
}
@media only screen and (max-width: 1024px) {
  .ad-skyscraper-base {
    display: none;
  }
}
.lr-list-row-row-bullet::marker {
  font-size: 24px;
}
@media (min-width: 968px) {
  .ctr-modules-more-content__container > :after {
    border-right: 1px solid #e9e9e9;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
  }
}
@media (min-width: 968px) {
  .ctr-modules-brands__container > :after {
    border-right: 1px solid #e9e9e9;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
  }
}

:root {
  --color-primary: rgba(177, 11, 31, 1);
}
/* iOS Safari smooth scroll fix */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
body {
  -webkit-overflow-scrolling: touch;
}

.jopaH2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  color: rgb(192, 80, 77);
}
.show-all__content-wrapper a {
  font-weight: 600;
  color: blue;
}

#calculator {
  max-width: 420px;
  margin: 40px auto;
  padding: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  text-align: center;
  box-sizing: border-box;
}
#slider-container {
  margin-bottom: 20px;
}
.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  padding: 0 4px;
}
#slider {
  padding: 0 !important;
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  appearance: none;
  cursor: pointer;
  pointer-events: auto;
  margin-bottom: 10px;
}
/* WebKit (Chrome, Safari) */
#slider::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
  border: none;
  margin-top: -6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
/* Firefox */
#slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
  border: none;
}
#current-value {
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
  margin-top: 5px;
}
.result {
  background: #f0f8ff;
  padding: 12px;
  border-radius: 10px;
  margin-top: 12px;
  font-size: 16px;
  color: #222;
}
/* Адаптивність (мобільні) */
@media (max-width: 480px) {
  #calculator {
    padding: 16px;
  }
  .slider-labels {
    font-size: 12px;
  }
  .result {
    font-size: 15px;
  }
}
.top__list {
  margin-bottom: 35px;
  padding-top: 12px;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}
.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 250px;
}
@media screen and (max-width: 991px) {
  .top__list .item .place {
    width: 150px;
  }
}
.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
}
.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}
.top__list .item .place__avatar img {
  display: block;
}
.top__list .item .place__name {
  margin-left: 20px;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .top__list .item .place__name {
    margin-left: 20px;
  }
}
.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .top__list .item .progress {
    margin-left: 10px;
  }
}
.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border: none;
  box-shadow: none;
}
.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background-color: #2763be;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: progress-bar-stripes 2s linear infinite;
  transition: 800ms ease-out;
}
.progress__info {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .progress__info {
    font-size: 14px;
  }
  .top__list .item {
    flex-direction: column;
  }
  .top__list .item .place {
    width: 100% !important;
  }
  .progress {
    width: 100%;
    margin: 10px 0px;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.registration-container {
  background: rgba(249, 249, 249, 0);
  color: var(--text-primary);
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.registration-container {
  width: 100%;
  border-radius: 10px;
  max-width: 500px !important;
  padding: 30px;
}

.aio-sdk-form-footer {
  display: none;
}
.aio-sdk-form-header {
  display: none !important;
}
.whatsapp-text-inline {
  color: white !important;
}
.whatsapp-btn-inline span {
  color: white !important;
}
.telegram-btn-inline {
  color: white !important;
}
.telegram-btn-inline span {
  color: white !important;
}

.HEPz0 {
  max-width: 700px;
}
.alWgA {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  margin-bottom: var(--space-unit, 1em) !important;
}
.b5nZr {
  color: var(--call-primary-color, #434343);
  font-weight: var(--font-weight-bold, 700);
}
.mhRFt:hover {
  text-decoration: underline !important;
}
.xgpv6 {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between !important;
  padding-top: var(--spacer-sm, calc(var(--space-unit, 1em) * 0.5)) !important;
}
@container (max-width: 575.98px) {
}
.NRsTS {
  background-color: var(--background-color-primary, #fff);
  border: var(--box-border, 1px solid rgba(7, 42, 68, 0.1));
  border-radius: var(--box-border-radius, 6px);
  margin-bottom: var(--space-unit, 1em) !important;
  padding: var(--space-unit, 1em) !important;
}
.NsLmR {
  line-height: var(--line-height-loose, 1.38em);
  padding-top: var(--space-unit, 1em) !important;
  text-align: left !important;
}
@container (min-width: 576px) {
}
.xBllW {
  align-items: center !important;
  color: var(--call-primary-color, #434343);
  display: flex !important;
  font-size: var(--font-size-small, 16px);
  justify-content: flex-end !important;
  margin-left: auto !important;
  margin-left: 30px;
  margin-right: var(--spacer-sm, calc(var(--space-unit, 1em) * 0.5)) !important;
}
.xBllW span {
  margin-bottom: 0 !important;
  margin-left: 10px;
}
.KgC64 {
  height: 8px;
  min-width: 8px;
  position: relative;
  width: 8px;
}
.KgC64,
.KgC64:before {
  background-color: var(--call-primary-color, #434343);
  border-radius: 50%;
}
.KgC64:before {
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-name: pQHX1;
  content: "";
  height: 100%;
  opacity: 0.4;
  position: absolute;
  width: 100%;
}
.FojOG {
  display: none !important;
}
@container (min-width: 576px) {
  .FojOG {
    display: block !important;
  }
}
.zVdJT {
  display: block !important;
}
@container (min-width: 576px) {
  .zVdJT {
    display: none !important;
  }
}
@keyframes pQHX1 {
  0% {
    transform: scale(2.3);
  }
  50% {
    transform: scale(0);
  }
  to {
    transform: scale(2.3);
  }
}
.ak6vh {
  display: block !important;
}
@container (min-width: 576px) {
  .ak6vh {
    display: none !important;
  }
}
.Jth_z {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  margin-top: 1em;
}
.IoA0m {
  margin-left: 0.5em;
}
.z2dH_ {
  align-items: center !important;
  display: flex !important;
  gap: 0.5em;
}
.nd-comments-base__title {
  align-items: center;
  fill: #b10b1f;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 17px;
  color: #b10b1f;
  font-weight: 600;
}
.FBz3S {
  display: flex !important;
  flex-direction: column !important;
  gap: var(--space-unit, 1em);
}
.caK3O {
  align-items: flex-start !important;
  font-size: var(--font-size-normal, 16px);
}
.caK3O,
.AIn3B {
  display: flex !important;
  flex-direction: row !important;
}
.AIn3B {
  align-items: center !important;
  flex: 1;
  overflow: hidden;
  padding: 0 !important;
}
.B5v6w {
  color: var(--text-primary, #222);
  font-size: var(--font-size-small, 16px);
  font-weight: var(--font-weight-normal, 400);
  padding-top: var(--spacer-sm, calc(var(--space-unit, 1em) * 0.5)) !important;
  text-align: right;
}
.ScE4v {
  align-items: flex-end !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin-left: auto;
  padding: 0 !important;
  width: -moz-max-content;
  width: max-content;
}
@container (max-width: 575.98px) {
}
.P_38j {
  display: flex !important;
}
.kHplO {
  border-radius: 50%;
  color: transparent;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  text-indent: 10000px;
}
.Rgi8H {
  display: flex !important;
  flex-direction: row !important;
  gap: var(--space-unit, 1em);
  padding: 0 !important;
  padding-right: var(
    --spacer-sm,
    calc(var(--space-unit, 1em) * 0.5)
  ) !important;
  width: 100%;
}
.i5YbT {
  display: flex !important;
  flex: 1;
  flex-direction: column !important;
  justify-content: center !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@container (max-width: 767.98px) {
}
.kNPvU {
  color: var(--text-primary, #222);
  cursor: pointer;
  font-size: var(--font-size-normal, 16px);
  font-weight: var(--font-weight-bold, 700);
  line-height: var(--line-height-loose, 1.38em);
  padding-bottom: var(
    --spacer-xxs,
    calc(var(--space-unit, 1em) * 0.25)
  ) !important;
}
.OzglB {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kNPvU a {
  color: inherit !important;
  text-decoration: none !important;
}
.kNPvU a:hover {
  color: var(--text-primary, #222) !important;
  text-decoration: underline !important;
}
.cpcBY {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-sm, calc(var(--space-unit, 1em) * 0.5));
}
.VNEuU {
  align-items: center !important;
  color: var(--text-primary, #222);
  display: flex !important;
  flex-direction: row !important;
  font-size: var(--font-size-small, 16px);
  font-weight: var(--font-weight-normal, 400);
  gap: var(--spacer-xs, calc(var(--space-unit, 1em) * 0.325));
}
.ZydSX {
  color: var(--text-primary, #222);
}
.nuHTr {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}
a._8pU2 {
  align-items: center;
  -webkit-appearance: initial !important;
  background-color: var(--call-primary-color, #434343) !important;
  border: 1px solid;
  border-color: var(--call-primary-color, #434343) !important;
  border-radius: var(
    --button-border-radius,
    var(--box-border-radius, 6px)
  ) !important;
  color: var(--text-light, #fff) !important;
  cursor: pointer;
  display: flex;
  font-size: var(--font-size-normal, 16px);
  font-weight: var(--font-weight-bold, 700);
  gap: var(--spacer-sm, calc(var(--space-unit, 1em) * 0.5));
  justify-content: center;
  padding: var(--spacer-md, calc(var(--space-unit, 1em) * 0.75))
    var(--space-unit, 1em) !important;
  text-decoration: none !important;
  touch-action: manipulation;
  transition: background-color 0.3s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
a._8pU2:hover:not(:disabled),
button._8pU2:hover:not(:disabled) {
  background-color: var(--call-primary-color, #434343) !important;
  color: var(--text-light, #fff) !important;
  cursor: pointer;
  opacity: 0.9;
  text-decoration: none !important;
}
a._8pU2:hover:not(:disabled).II6_k,
button._8pU2:hover:not(:disabled).II6_k {
  background-color: var(--cancel-primary, #c73c49) !important;
}
a._8pU2:hover:not(:disabled).MKrLU,
button._8pU2:hover:not(:disabled).MKrLU {
  background-color: var(--success-primary, #4d9e33) !important;
}
a._8pU2:hover:not(:disabled).mgBL0,
button._8pU2:hover:not(:disabled).mgBL0 {
  background-color: var(--background-color-primary, #fff) !important;
  color: var(--call-primary-color, #434343) !important;
}
a._8pU2:hover:not(:disabled).mgBL0.II6_k,
button._8pU2:hover:not(:disabled).mgBL0.II6_k {
  color: var(--cancel-primary, #c73c49) !important;
}
a._8pU2:hover:not(:disabled).mgBL0.MKrLU,
button._8pU2:hover:not(:disabled).mgBL0.MKrLU {
  color: var(--success-primary, #4d9e33) !important;
}
a._8pU2:disabled {
  background-color: var(--background-color-secondary, #e8e8e8);
  color: var(--text-secondary, #767676);
  cursor: not-allowed;
  opacity: 0.5;
}
a._8pU2:focus {
  box-shadow: 0 0 0 0.125em
    var(--bit-accent-bg, var(--darken-text-tertiary, #f1efed));
  outline: none;
}
a._8pU2::-moz-focus-inner {
  border: 0;
}
.M2xje {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  margin-bottom: var(
    --spacer-sm,
    calc(var(--space-unit, 1em) * 0.5)
  ) !important;
  margin-top: var(--spacer-sm, calc(var(--space-unit, 1em) * 0.5)) !important;
}
.logoraLayout {
  container-type: inline-size;
}
.logoraContainer {
  color: var(--text-primary, #222);
  font-display: swap;
  font-family: var(--font-family, "Montserrat");
  font-size: var(--font-size-normal, 16px);
  font-weight: var(--font-weight-normal, 400) !important;
  line-height: var(--line-height-normal, 1.26em);
  word-break: normal;
}
.logoraContainer *,
.logoraContainer :after,
.logoraContainer :before {
  box-sizing: border-box;
}
.logoraContainer img {
  border-style: none;
  vertical-align: middle;
}
.logoraContainer svg {
  overflow: hidden;
  vertical-align: middle;
}
.logoraContainer a {
  background: inherit;
  color: inherit;
  cursor: pointer;
}
.logoraContainer a {
  border: none;
  text-decoration: none !important;
}
.logoraContainer a:hover {
  background: inherit;
  color: inherit;
}
.logoraContainer a:focus,
.logoraContainer a:visited {
  color: inherit;
}
.logoraContainer img {
  max-width: none !important;
}
.logoraContainer input:focus-visible {
  outline: none;
}
.logoraContainer svg {
  display: block;
  fill: var(--text-primary, #222);
}
.XCVQ6 {
  font-family: var(--font-family, "Montserrat");
  z-index: 1000002 !important;
}
@container (max-width: 767.98px) {
  .XCVQ6 {
    margin-bottom: var(--modal-margin-bottom, 0.5em);
    margin-left: var(
      --spacer-sm,
      calc(var(--space-unit, 1em) * 0.5)
    ) !important;
    margin-right: var(
      --spacer-sm,
      calc(var(--space-unit, 1em) * 0.5)
    ) !important;
    margin-top: var(--modal-margin-top, 0.5em);
  }
}
#logoraRoot {
  --call-primary-color: #888888;
  --for-primary-color: #252525;
  --against-primary-color: #818181;
  --font-family: Source Sans Pro;
  --title-font-family: Source Sans Pro;
  --box-title-font-family: var(--font-family);
  --first-position-color-primary: #417ec7;
  --second-position-color-primary: #c24d50;
  --third-position-color-primary: #9b9b9b;
  --text-primary: #222222;
  --text-secondary: #777777;
  --text-tertiary: #fafafa;
  --success-primary: #4d9e33;
  --cancel-primary: #c73c49;
  --box-border: 1px solid rgba(7, 42, 68, 0.1);
  --box-shadow: 0px 2px 5px rgba(7, 42, 68, 0.1);
  --box-border-radius: 10px;
  --box-border-main-container: var(--box-border);
  --box-shadow-main-container: var(--box-shadow);
  --button-border: var(--box-border);
  --button-shadow: var(--box-shadow);
  --button-border-radius: var(--box-border-radius);
  --background-color-primary: white;
  --background-color-secondary: #e8e8e8;
  --background-color-container: white;
  --tag-text-color: var(--call-primary-color);
  --tag-border-color: var(--call-primary-color);
  --font-size-extra-large: 17px;
  --font-size-medium: 18px;
  --font-size-large: 15px;
  --font-size-normal: 13px;
  --font-size-small: 11px;
  --font-size-extra-small: 10px;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --line-height-none: 1em;
  --line-height-tight: 1.08em;
  --line-height-normal: 1.26em;
  --line-height-loose: 1.38em;
  --use-google-fonts: true;
  --font-size-title: 18px;
}

.aio-sdk-form-header {
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.aio-sdk-form-footer {
  margin-top: 20px;
  font-size: 1.1em;
  line-height: 1.4;
  color: black;
}

.phone-check-link {
  color: #2858a8;
  text-decoration: none;
  font-weight: 600;
}

.registration-container {
  max-width: 800px;
}

/* Мобільна адаптація */
@media (max-width: 768px) {
  .aio-sdk-form-header {
    font-size: 1.8em;
    margin-bottom: 20px;
    padding-top: 15px;
  }

  .aio-sdk-row-container:has([data-key="first_name"]) {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .registration-container {
    padding: 0 15px;
  }

  .aio-sdk-form-footer {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .aio-sdk-form-header {
    font-size: 1.6em;
    margin-bottom: 15px;
  }

  .registration-container {
    padding: 0 10px;
  }
}

/* whats-up */
.whatsapp-contact-wrapper-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.whatsapp-text-inline {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
  white-space: nowrap;
}

.social-buttons-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.whatsapp-btn-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: coranto-2, serif !important;
  color: #535352 !important;
  font-weight: 500 !important;
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.telegram-btn-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #535352 !important;
  font-weight: 500 !important;
  font-size: 1rem;
  transition: transform 0.2s ease;
  font-family: coranto-2, serif !important;
}

.whatsapp-btn-inline:hover,
.telegram-btn-inline:hover {
  transform: translateY(-1px);
}

.whatsapp-icon-box {
  background-color: #25d366;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(37, 211, 102, 0.2);
}

.telegram-icon-box {
  background-color: #0088cc;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 136, 204, 0.2);
}

.telegram-icon-box path,
.whatsapp-icon-box path {
  color: white !important;
  fill: white !important;
}

.whatsapp-btn-inline span,
.telegram-btn-inline span {
  display: none !important;
}

@media (max-width: 480px) {
  .whatsapp-contact-wrapper-row {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .whatsapp-text-inline {
    white-space: normal;
  }

  .social-buttons-wrapper {
    gap: 20px;
  }

  .whatsapp-btn-inline span,
  .telegram-btn-inline span {
    display: inline-block !important;
  }
}
#app {
  margin: 20px 0;
}

html {
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0px;
}
input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

:focus:not([data-focusvisible-polyfill]) {
  outline: none;
}

.css-4rbku5 {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  font: inherit;
  list-style: none;
  margin: 0px;
  text-align: inherit;
  text-decoration: none;
}
.css-18t94o4 {
  cursor: pointer;
}
.css-1dbjc4n {
  -webkit-box-align: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: stretch;
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0px;
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}
.css-901oao {
  border: 0px solid black;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: inline;
  font:
    14px -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  margin: 0px;
  padding: 0px; /*white-space: pre-wrap; */
  overflow-wrap: break-word;
}
.css-16my406 {
  color: inherit;
  font: inherit;
  white-space: inherit;
}
.css-1hf3ou5 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: normal;
}
.css-9pa8cd {
  inset: 0px;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.r-13awgt0 {
  flex: 1 1 0%;
}
.r-1ets6dv {
  border-color: rgb(207, 217, 222);
}
.r-1q9bdsx {
  border-radius: 12px;
}
.r-rs99b7 {
  border-width: 1px;
}
.r-1udh08x {
  overflow: hidden;
}
.r-1adg3ll {
  display: block;
}
.r-bztko3 {
  overflow: visible;
}
.r-sdzlij {
  border-radius: 9999px;
}
.r-6koalj {
  display: flex;
}
.r-xoduu5 {
  display: inline-flex;
}
.r-4qtqp9 {
  display: inline-block;
}
.r-19fsva8 {
  margin: 0px;
}
.r-1471scf {
  display: inline;
}
.r-1phboty {
  border-style: solid;
}
.r-1yadl64 {
  border-width: 0px;
}
.r-t60dpp {
  padding: 0px;
}

.r-4amgru {
  margin-left: 4px;
  margin-right: 4px;
}
.r-s1qlax {
  padding-left: 4px;
  padding-right: 4px;
}
.r-ymttw5 {
  padding-left: 16px;
  padding-right: 16px;
}
.r-12vffkv > * {
  pointer-events: auto;
}
.r-12vffkv {
  pointer-events: none !important;
}
.r-1loqt21 {
  cursor: pointer;
}
.r-vakc41 {
  max-width: 550px;
}
.r-y54riw {
  min-width: 250px;
}
.r-14lw9ot {
  background-color: rgb(255, 255, 255);
}
.r-iphfwy {
  padding-bottom: 4px;
}
.r-1qhn6m8 {
  padding-left: 16px;
}
.r-i023vh {
  padding-right: 16px;
}
.r-ttdzmv {
  padding-top: 12px;
}
.r-o7ynqc {
  transition-duration: 0.2s;
}
.r-6416eg {
  transition-property: background-color, box-shadow;
}
.r-1ny4l3l {
  outline-style: none;
}
.r-18u37iz {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
}
.r-kzbkwu {
  padding-bottom: 12px;
}
.r-13qz1uu {
  width: 100%;
}
.r-1p0dtai {
  bottom: 0px;
}
.r-1pi2tsx {
  height: 100%;
}
.r-1d2f490 {
  left: 0px;
}
.r-u8s1d {
  position: absolute;
}
.r-ipm5af {
  top: 0px;
}
.r-1wyvozj {
  left: 50%;
}
.r-1v2oles {
  top: 50%;
}
.r-desppf {
  transform: translateX(-50%) translateY(-50%);
}
.r-ggadg3 {
  left: -2px;
}
.r-8jfcpp {
  top: -2px;
}
.r-633pao {
  pointer-events: none !important;
}
.r-12181gd {
  box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 2px inset;
}
.r-eqz5dr {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
.r-1777fci {
  -webkit-box-pack: center;
  justify-content: center;
}
.r-1kh6xel {
  max-width: calc(100% - 84px);
}
.r-1wbh5a2 {
  flex-shrink: 1;
}
.r-dnmrzs {
  max-width: 100%;
}
.r-1awozwy {
  -webkit-box-align: center;
  align-items: center;
}
.r-bcqeeo {
  min-width: 0px;
}
.r-qvutc0 {
  overflow-wrap: break-word;
}
.r-rjixqe {
  line-height: 20px;
}
.r-1qd0xha {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
}
.r-a023e6 {
  font-size: 15px;
}
.r-b88u0q {
  font-weight: 700;
}
.r-3s2u2q {
  white-space: nowrap;
}
.r-poiln3 {
  font-family: inherit;
}
.r-1pos5eu {
  vertical-align: middle;
}
.r-16dba41 {
  font-weight: 400;
}
.r-1q142lx {
  flex-shrink: 0;
}
.r-yyyyoo {
  fill: currentcolor;
}
.r-1xvli5t {
  height: 1.25em;
}
.r-bnwqim {
  position: relative;
}
.r-1plcrui {
  vertical-align: text-bottom;
}
.r-lrvibr {
  user-select: none;
}
.r-1cvl2hr {
  color: rgb(29, 155, 240);
}
.r-f9ja8p {
  max-height: 20px;
}
.r-og9te1 {
  max-width: 20px;
}
.r-9cviqr {
  margin-left: 2px;
}
.r-1wvb978 {
  font-feature-settings: "ss01";
}
.r-1jj8364 {
  margin-left: auto;
}
.r-18jsvk2 {
  color: rgb(15, 20, 25);
}
.r-6zzn7w {
  height: 25px;
}
.r-q1j0wu {
  width: 25px;
}
.r-adyw6z {
  font-size: 20px;
}
.r-135wba7 {
  line-height: 24px;
}
.r-1dqbpge {
  cursor: text;
}
.r-dflpy8 {
  height: 1.2em;
}
.r-sjv1od {
  margin-left: 0.075em;
}
.r-zw8f10 {
  margin-right: 0.075em;
}
.r-10akycc {
  vertical-align: -20%;
}
.r-h9hxbl {
  width: 1.2em;
}
.r-1bymd8e {
  margin-top: 2px;
}
.r-1d09ksm {
  -webkit-box-align: baseline;
  align-items: baseline;
}
.r-1w6e6rj {
  flex-wrap: wrap;
}
.r-9aw3ui {
  gap: 4px;
}
.r-mabqd8 {
  height: 32px;
}
.r-2eo2mk {
  margin-right: -4px;
}
.r-1yvhtrz {
  width: 32px;
}
.r-14j79pv {
  color: rgb(83, 100, 113);
}
.r-1habvwh {
  -webkit-box-align: start;
  align-items: flex-start;
}
.r-5kkj8d {
  border-top-width: 1px;
}
.r-14gqq1x {
  margin-top: 4px;
}
.r-1h8ys4a {
  padding-top: 4px;
}
.r-1mf7evn {
  margin-right: 20px;
}
.r-cnkkqs {
  margin-left: -4px;
}
.r-vkub15 {
  color: rgb(249, 24, 128);
}
.r-1sreavd {
  fill: rgb(249, 24, 128);
}
.r-1b43r93 {
  font-size: 14px;
}
.r-1cwl3u0 {
  line-height: 16px;
}
.r-13hce6t {
  margin-left: 4px;
}
.r-4r3dic {
  fill: rgb(29, 155, 240);
}
.r-15ysp7h {
  min-height: 32px;
}
.r-4wgw6l {
  min-width: 32px;
}
.r-q4m81j {
  text-align: center;
}
.r-16y2uox {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.r-1mlwlqe {
  flex-basis: auto;
}
.r-417010 {
  z-index: 0;
}
.r-1niwhzg {
  background-color: rgba(0, 0, 0, 0);
}
.r-vvn4in {
  background-position: center center;
}
.r-u6sd8q {
  background-repeat: no-repeat;
}
.r-4gszlv {
  background-size: cover;
}
.r-zchlnj {
  right: 0px;
}
.r-1wyyakw {
  z-index: -1;
}
.r-1s2bzr4 {
  margin-top: 12px;
}
.r-109y4c4 {
  height: 1px;
}
.r-92ng3h {
  width: 1px;
}
.r-3mc0re {
  right: 8px;
}
.r-1qd7xl {
  top: 12px;
}
.r-uia4a0 {
  align-content: center;
}
.r-1fpdzop {
  justify-self: end;
}
