:root {
  --title-color: #000;
  --text-color: #000;
  --link-color: #cd0009;
  --text-color-components: #555;
  --font-title: 'ClarinvarVF';
  --font--text: 'ClarinvarVF';
  --font-components: 'AdelleSansClarin';
  --font-size-h1: 42px;
  --font-size-h2: 30px;
  --font-size-main-text: 23px;
  --footer-button-hover-color: #656565;
  --footer-social-icons-color: #d3d3d3;
  --main-bg-color: #fff;
  --header-bg-color: #f5f5f5;
  --header-icon-color: #555;
  --footer-button-color: #fff;
  --footer-button-bg-color: #b3b3b3;
  --sticky-heder-bg-color: #f5f5f5;
  --max-w-large: 1316px;
}
@media screen and (max-width: 1359px) {
  :root {
    --max-w-large: 980px;
  }
}
@media (width < 1025px) {
  :root {
    --font-size-h1: 28px;
    --font-size-h2: 22px;
    --font-size-main-text: 21px;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
#header,
.header__section,
.header__section_content,
.header__nav_list,
.header__menu,
.header__buttons,
.header__button,
.header__link_list {
  display: flex;
}
.header__link_list {
  height: 70px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: auto hidden;
  white-space: nowrap;
  width: 100%;
  scrollbar-width: thin;
}
#header {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-block: 16px;
  border-bottom: 1px solid rgb(224, 224, 224);
}
#header > .header__section {
  width: 100%;
  justify-content: center;
}
.header__section_content {
  width: clamp(350px, var(--max-w-large), 100%);
  justify-content: space-between;
  align-items: center;
}
#header > .header__section:nth-child(1) {
  height: 45px;
}
.header__nav_list {
  gap: 12px;
}
.header__nav_list li {
  font-family: var(--font-components);
  font-size: 12px;
  color: var(--text-color-components);
  font-weight: 400;
}
.header__nav_list li {
  cursor: pointer;
}
.header__nav_list li:nth-child(1) {
  cursor: inherit;
  font-weight: 500;
}
#header > .header__section:nth-child(2) {
  height: 70px;
  background-color: rgb(255, 255, 255);
}
.header__menu,
.header__buttons {
  align-items: center;
  gap: 15px;
}
.header__menu_button {
  width: 21px;
  height: 22px;
  cursor: pointer;
  fill: var(--header-icon-color);
}
.header__logo {
  width: 140px;
  height: 35px;
  cursor: pointer;
}
.header__button {
  font-family: var(--font-components);
  font-weight: 400;
  font-size: 14px;
  height: 44px;
  padding: 0px 32px;
  border-radius: 50px;
  align-items: center;
  cursor: pointer;
}
.suscribite_button {
  background-color: rgb(253, 223, 55);
  transition: 0.3s;
  &:hover {
    box-shadow: rgb(253, 223, 55) 0px 0px 5px;
  }
}
.reg_button {
  color: var(--text-color-components);
  border: 1px solid rgb(85, 85, 85);
  gap: 12px;
}
.reg_button svg {
  width: 15px;
  height: 18px;
  fill: var(--header-icon-color);
}
#header > .header__section:nth-child(3) {
  height: 70px;
  background-color: var(--header-bg-color);
}
.header__link_list > li {
  padding-inline: 18px;
  border-left: 1px solid rgb(209, 209, 209);
  font-family: ClarinvarVF;
  font-variation-settings:
    'wght' 700,
    'opsz' 66;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color-components);
  line-height: 20px;
}
.header__link_list > li:first-child {
  padding-left: 14px;
}
.sc-6c503a1e-1 {
  font-family: var(--font-components);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0px;
  white-space: nowrap;
  padding-right: 14px;
  color: rgb(85, 85, 85);
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}
.sc-6c503a1e-1::before {
  content: '';
  display: block;
  background-color: transparent;
  border: 3px solid rgb(204, 0, 27);
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
@media screen and (max-width: 355px) {
  .header__buttons {
    display: none;
  }
}
#footer,
.footer__section {
  display: flex;
}
#footer {
  width: clamp(min(350px, 100%), 1284px, 100%);
  margin: 0px auto;
  flex-direction: column;
}
#footer > .footer__section:nth-child(1) {
  flex-direction: column;
}
#footer > .footer__section:nth-child(1)::before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  border-block: 1px solid rgb(209, 209, 209);
}
.footer__logo {
  width: 140px;
  height: 35px;
  cursor: pointer;
  margin-block: 16px;
}
#footer > .footer__section:nth-child(2) {
  padding-top: 16px;
  gap: 30px;
}
.footer__info_text {
  font-family: var(--font-components);
  font-size: 12px;
  font-weight: 200;
  color: var(--text-color-components);
}
#footer > .footer__section:nth-child(4) > ul > li::marker {
  color: var(--text-color-components);
  font-size: 8px;
}
#aside {
  width: 300px;
}
#aside::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  border-block: 1px solid rgb(224, 224, 224);
  margin-bottom: 10px;
}
.aside__title {
  font-family: var(--font-components) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: rgb(0, 0, 0) !important;
  margin-bottom: 20px !important;
}
.aside__list li {
  display: flex;
  gap: 10px;
  padding-block: 10px;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.aside__list li img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.aside__list li p {
  font-family: var(--font-components) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgb(0, 0, 0) !important;
  margin: 0px !important;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.main_section {
  width: clamp(min(350px, 100%), var(--max-w-large), 100%);
  margin: 0px auto;
  padding: 0px 12px;
}
.new_content_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
#text_content {
  width: clamp(min(350px, 100%), 600px, 100%);
  margin: 0px auto;
}
@media (width < 1025px) {
  #aside {
    display: none;
  }
}
#main_page .storySummary {
  color: rgb(85, 85, 85);
  font-family: AdelleSansClarin;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: -0.22px;
  text-decoration: none;
  margin: 30px 0px;
  font-weight: 400;
}
.header__section_content {
  width: clamp(min(350px, 100%), var(--max-w-large), 100%);
  padding-inline: 12px;
}
.header__section:nth-child(2) .header__section_content {
  padding-left: 24px;
}
.header__nav_list {
  overflow-x: auto;
}
.header__nav_list li {
  text-wrap: nowrap;
}
@media (width < 1325px) {
  #footer {
    width: clamp(min(350px, 100%), 924px, 100%);
  }
  #footer > .footer__section:nth-child(2) {
    gap: 0px;
    justify-content: space-between;
  }
  .footer__info {
    width: 150px;
  }
}
@media (width < 1025px) {
  #header > .header__section:nth-child(2) {
    background-color: var(--header-bg-color);
  }
  #footer {
    padding-inline: 15px;
  }
  #footer > .footer__section:nth-child(2) {
    flex-direction: column;
    height: auto;
  }
  .footer__info {
    width: 100%;
  }
}
@media (width < 970px) {
  .suscribite_button {
    width: 84px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .reg_button {
    padding: 0px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reg_button span {
    display: none;
  }
  .header__link_list {
    overflow-x: scroll;
  }
  .header__link_list li {
    text-wrap: nowrap;
  }
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  background-color: var(--main-bg-color);
}
ul,
ol,
li {
  list-style: none;
}
button {
  background-color: transparent;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
}
button:focus,
button:focus-visible {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  outline: none;
}
.pre_title {
  margin-block: 15px 20px;
}
.pre_title > p {
  font-size: 25px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--font-components) !important;
}
.pre_title > p::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(224, 224, 224);
  margin-block: 20px 15px;
}
.dNpaCH .list-authors {
  display: block;
  font-family: AdelleSansClarin;
  font-variation-settings: 'wght' 300;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 21px;
  padding-right: 0.3rem;
}
.dNpaCH {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgb(224, 224, 224);
  margin: 0px auto 1rem;
  width: 100%;
  column-gap: 1rem;
}
.fBFTyG {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 6px;
}
.fBFTyG picture img {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background: rgb(241, 241, 241);
}
.fBFTyG picture {
  background: var(--back-color);
  border-radius: 45px;
  max-height: 60px;
  overflow: hidden;
  min-height: 60px;
  object-fit: cover;
  margin-right: 15px;
  min-width: 60px;
}
.dNpaCH .place-social-mobile {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.dNpaCH .SocialMedia {
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
}
.iyySuN {
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
  padding-bottom: 30px;
  -webkit-box-align: center;
  align-items: center;
  min-width: 50%;
  justify-content: right;
}
.iyySuN .socialContainer {
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
}
.iyySuN .socialContainer .social-btn {
  cursor: pointer;
  border-radius: 35px;
  height: 35px;
  width: 35px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid rgb(85, 85, 85);
  background: none;
  -webkit-box-pack: center;
  justify-content: center;
}
.iyySuN .socialContainer .social-btn svg {
  fill: rgb(85, 85, 85);
  height: 17.5px;
  width: 21.5px;
}
.iyySuN .comments-number {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  background: none;
  width: 35px;
  height: 35px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
.iyySuN .comments-number .number {
  color: rgb(85, 85, 85);
  font-family: AdelleSansClarin;
  font-variation-settings: 'wght' 600;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 5px;
}
@media (max-width: 1024px) {
  .dNpaCH {
    flex-direction: column;
    border-top: 1px solid rgb(224, 224, 224);
  }
  .dNpaCH .list-authors {
    width: 100%;
    padding: 0.5rem 0px;
  }
  .iyySuN {
    border-top: 1px solid rgb(224, 224, 224);
    width: 100%;
    padding: 1rem 0px;
    -webkit-box-pack: justify;
    justify-content: space-between !important;
  }
  .dNpaCH .place-social-mobile {
    width: 100%;
    border-top: 1px solid rgb(224, 224, 224);
  }
}
#main_page h1,
#main_page h2,
#main_page h3 {
  font-family: var(--font-title);
  color: var(--title-color);
}
#main_page h1 {
  font-size: var(--font-size-h1);
}
#main_page h2 {
  font-size: var(--font-size-h2);
  margin-block: 12px;
}
#main_page p:not(.iskll) {
  font-family: var(--font-title);
  color: var(--text-color);
  font-size: var(--font-size-main-text);
  margin-block: 12px;
}
#text_content > img {
  width: 100%;
  margin-block: 15px;
}
.viafoura .vf-expanding-hover-light::before {
  border-width: 3px;
}
.viafoura .vf-flex-nav {
  display: flex;
}
.viafoura .vf-flex-nav .vf-nav-label {
  align-self: center;
  text-align: center;
  width: 100%;
}
.viafoura .vf-tabbed-nav {
  display: flex;
  width: 100%;
}
.viafoura .vf-tabbed-nav .vf-nav-button {
  height: 100%;
  position: relative;
  width: 100%;
}
.viafoura .vf-tabbed-nav .vf-nav-label {
  backface-visibility: hidden;
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
  font-size: 1.14em;
  font-weight: 300;
  transition: color 0.2s;
}
@media only screen and (max-width: 640px) {
  .viafoura .vf-tabbed-nav .vf-nav-label {
    font-size: 1em;
  }
}
.viafoura .vf-tabbed-nav > * {
  height: 100%;
  justify-content: center;
}
.viafoura .vf-tabbed-nav > .vf-horiz-list {
  display: flex;
  flex-flow: row;
}
.viafoura .vf-active .vf-nav-label,
.viafoura .vf-nav-button:focus .vf-nav-label,
.viafoura .vf-nav-button:hover .vf-nav-label {
  color: var(--primary-color-100, #000);
  font-weight: 400;
}
.viafoura .vf-default-avatar {
  border-radius: 50%;
  min-height: 100%;
  min-width: 100%;
  --default-avatar-color-0: #d4145a;
  --default-avatar-color-1: #8e78ff;
  --default-avatar-color-2: #ff7300;
  --default-avatar-color-3: #fbb03b;
  --default-avatar-color-4: #ed1e79;
  --default-avatar-color-5: #009244;
  --default-avatar-color-6: #ed1c24;
  --default-avatar-color-7: #2e3192;
  --default-avatar-color-8: #fc7d7b;
  --default-avatar-color-9: #fc0;
  --default-avatar-color-10: #3aa17e;
  --default-avatar-color-11: #4f00bc;
  --default-avatar-color-12: #09c9be;
  --default-avatar-color-13: #662d8c;
  --default-avatar-color-14: #00a8c5;
  --default-avatar-color-15: #0053ae;
}
.viafoura .vf-default-avatar {
  height: 100%;
  position: relative;
  width: 100%;
}
.viafoura .vf-default-avatar__name {
  align-items: center;
  color: var(--text-on-primary-color, #fff);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0px;
  min-height: 100%;
  min-width: 100%;
  padding-top: 1px;
  position: absolute;
  text-shadow: 0 0 1.43em var(--primary-color-60, rgba(0, 0, 0, 0.6));
  text-transform: uppercase;
  top: 0px;
  white-space: nowrap;
  width: 100%;
}
.viafoura .vf-avatar {
  margin: 3px;
  position: relative;
}
.viafoura .vf-avatar::after,
.viafoura .vf-avatar::before {
  border-radius: 50%;
  content: '';
  display: block;
  height: calc(100% + 6px);
  left: -3px;
  min-height: calc(100% + 6px);
  min-width: calc(100% + 6px);
  position: absolute;
  top: -3px;
  width: calc(100% + 6px);
  z-index: 1;
}
.viafoura .vf-avatar::before {
  background: transparent;
}
.viafoura .vf-avatar::after {
  background-color: var(--accent-color-0, rgba(0, 116, 232, 0));
  border: 0px solid transparent;
}
.viafoura .vf-avatar > .vf-avatar__inner,
.viafoura .vf-avatar::after {
  transition:
    border-width 0.1s,
    border-color 0.1s,
    transform 0.1s,
    background-color 0.1s;
}
.viafoura .vf-avatar--medium {
  font-size: 0.615em;
  height: 26px;
  min-height: 26px;
  min-width: 26px;
  width: 26px;
}
.viafoura .vf-icon-svg {
  display: inline-block;
  text-align: center;
  fill: none;
  stroke: none;
}
.viafoura .vf-icon-svg--fill {
  fill: currentcolor;
}
.viafoura .vf-icon-svg--stroke {
  stroke: currentcolor;
}
.viafoura .vf-button.is-link {
  border: 1px solid transparent;
}
.viafoura .vf-button.is-link.is-accent-color:not([disabled]) {
  color: var(--accent-color, rgb(204, 0, 27));
}
.viafoura .vf-button.is-link.is-inverted.is-accent-color:not([disabled]) {
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
}
.viafoura .vf-post-name-button {
  max-width: 100%;
  padding: 0px;
  border: 0px !important;
}
.viafoura .vf-post-name-button__username {
  display: block;
  font-size: 0.8em;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.viafoura .vf-icon {
  align-self: center;
  margin-left: 2em;
}
.viafoura .vf-icon.vf-icon-small {
  min-width: 12px;
}
.viafoura .vf-post-name-button:not(:hover):not(:focus) {
  color: var(--dark-text-on-background-color, #000);
}
.viafoura .vf-content-layout {
  display: flex;
  padding: 15px 10px;
  position: relative;
}
.viafoura .vf-content-layout__left {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  min-width: 40px;
  position: relative;
  width: 40px;
}
@media (max-width: 480px) {
  .viafoura .vf-content-layout__left {
    min-width: 30px;
    width: 30px;
  }
}
.viafoura .vf-content-layout__right {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  min-width: 0px;
}
.viafoura .vf-dropdown-trigger {
  padding: 1em 0px;
}
.viafoura .vf-dropdown {
  display: inline-block;
  position: relative;
}
.viafoura .vf-dropdown::before {
  height: 10px;
  opacity: 0;
  transition: opacity, visibility;
  visibility: hidden;
  width: 10px;
  z-index: 2;
}
.viafoura .vf-dropdown::before {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000);
}
.viafoura .vf-dropdown__text-trigger {
  border-radius: 3px;
  padding: 5px;
  transition: background-color 0.2s;
}
.viafoura .vf-dropdown__text-trigger:not([disabled]):focus,
.viafoura .vf-dropdown__text-trigger:not([disabled]):hover {
  background-color: var(--accent-color-10, rgba(0, 116, 232, 0.1));
}
.viafoura .vf-dropdown::before {
  background-color: var(--background-color, #fff);
}
.viafoura .vf-dropdown::before {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  content: ' ';
  position: absolute;
  z-index: 3;
}
.viafoura .vf-dropdown-button {
  align-items: center;
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  display: flex;
  min-height: calc(var(--base-font-size, 12px) * 2.6);
  transition:
    border-color 0.15s,
    background-color 0.15s,
    fill 0.15s,
    stroke 0.15s;
  white-space: nowrap;
}
.viafoura .vf-dropdown-button--small {
  padding: calc(var(--base-font-size, 12px) * 0.2);
}
.viafoura .vf-dropdown-button__text {
  flex-grow: 1;
  margin: 0 calc(var(--base-font-size, 12px) * 0.5);
  position: relative;
  text-align: left;
}
.viafoura .vf-dropdown-button .vf-dropdown-button__icon {
  height: 18px;
  margin-right: calc(var(--base-font-size, 12px) * 0.7);
  width: 18px;
}
.viafoura .vf-dropdown-button--icon-right .vf-dropdown-button__icon {
  margin-left: calc(var(--base-font-size, 12px) * 0.7);
  margin-right: 0px;
}
.viafoura .vf-dropdown-button--small .vf-dropdown-button__icon {
  margin: 0px;
}
.viafoura .vf-dropdown-button--icon-right .vf-dropdown-button__text {
  order: -1;
  text-align: right;
}
.viafoura .vf-dropdown-button--accent {
  background-color: var(--background-color, #fff);
  border-color: var(--background-color, #fff);
  color: var(--dark-text-on-background-color, rgb(85, 85, 85));
}
.viafoura .vf-dropdown-button--accent:not([disabled]):focus,
.viafoura .vf-dropdown-button--accent:not([disabled]):hover {
  background-color: var(--accent-color-10, rgba(0, 116, 232, 0.1));
  border-color: transparent;
  color: var(--accent-color-dark, #004e9c);
}
.viafoura .vf-select-dropdown__trigger {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.viafoura .vf-dropdown-tabs {
  white-space: nowrap;
  background-color: var(--background-color, #fff);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  height: 36px;
  opacity: 1;
  position: sticky;
  top: var(--reserved-space-top, 0);
  transition:
    opacity 0.2s,
    box-shadow 0.2s;
  z-index: 6;
}
.viafoura .vf-dropdown-tabs .vf-tabbed-nav__tabs {
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
}
.viafoura .vf-post-details {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  line-height: calc(var(--base-font-size, 12px) * 2);
  min-width: 0px;
  padding-bottom: 6px;
}
.viafoura .vf-post-details > * {
  margin-right: 3px;
}
.viafoura .vf-post-details__time {
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
}
.viafoura .vf-toggle input:checked:not(:indeterminate) + .vf-slider {
  background-color: var(--accent-color, rgb(204, 0, 27));
}
.viafoura .vf-toggle input:checked:not(:indeterminate) + .vf-slider::before {
  background-color: var(--background-color, #fff);
  right: -12px;
  transform: translateX(5px);
}
.viafoura .vf-nav-tab-button__text {
  color: rgb(0, 0, 0);
  font-weight: 400;
}
.viafoura .comment-nav-right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.viafoura .comment-nav-right__icon svg {
  color: var(--dark-text-on-background-color, rgb(85, 85, 85));
  height: 12px;
  width: 12px;
}
.viafoura .comment-nav-right__settings-button {
  position: relative;
}
.viafoura .comment-nav-right__settings-button::before {
  background-color: var(--background-color, #fff);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  content: '';
  display: block;
  height: 9px;
  left: auto;
  position: absolute;
  right: 50%;
  top: -9px;
  transform: translateX(50%) rotate(-135deg) scale(0);
  transition: transform 0.4s ease-in-out;
  width: 9px;
  z-index: 7;
}
.viafoura .vf-sort-actions .vf-select-dropdown__trigger {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.viafoura .vf-feedback-survey__link:focus-visible {
  color: var(--accent-color, rgb(204, 0, 27));
}
.viafoura .vf3-comments__tabbed-nav__right {
  margin-left: auto;
}
.viafoura {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000);
  background-color: var(--background-color, #fff);
}
.viafoura {
  color: var(--dark-text-on-background-color, #000);
  font-family: var(--primary-font, Inter, sans-serif);
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.3;
}
.viafoura .vf-tray-trigger {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  outline: none;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: 40px;
}
.viafoura {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
.viafoura *,
.viafoura ::after,
.viafoura ::before {
  box-sizing: inherit;
}
.viafoura article,
.viafoura nav,
.viafoura section {
  display: block;
  margin: 0px;
  padding: 0px;
}
.viafoura h3,
.viafoura ol {
  margin: 0px;
  padding: 0px;
}
.viafoura ol {
  list-style-type: none;
}
.viafoura img {
  vertical-align: middle;
}
.viafoura svg:not(:root) {
  overflow: hidden;
}
.viafoura button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0px;
  vertical-align: baseline;
}
.viafoura button {
  background: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  box-shadow: none;
  color: inherit;
  padding: 0px;
  text-transform: inherit;
}
.viafoura button:active {
  color: inherit;
}
.viafoura button {
  appearance: button;
  cursor: pointer;
  overflow: visible;
}
.viafoura div {
  margin: 0px;
  padding: 0px;
}
.viafoura {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(
    --dark-text-on-default-color,
    rgb(85, 85, 85)
  );
  background-color: var(--background-color, #fff);
}
.viafoura {
  color: var(--dark-text-on-background-color, #000);
  font-family: AdelleSansClarin;
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.3;
}
.viafoura h3 {
  font-weight: 400;
}
.viafoura h3 {
  font-size: 1.43em;
  font-weight: 300;
}
.viafoura .vf-label {
  font-size: 0.615em;
}
.viafoura .vf-label.vf-label-upper {
  text-transform: uppercase;
}
.viafoura .vf-secondary-text {
  font-size: calc(var(--base-font-size, 12px) * var(--small-font, 1.2));
}
@media only screen and (max-width: 640px) {
  .viafoura .vf-secondary-text {
    font-size: calc(
      var(--base-font-size, 12px) * var(--small-mobile-font, 1.2)
    );
  }
}
.viafoura .vf-label-text {
  font-size: calc(var(--base-font-size, 12px) * var(--x-small-font, 1));
}
@media only screen and (max-width: 640px) {
  .viafoura .vf-label-text {
    font-size: calc(
      var(--base-font-size, 12px) * var(--x-small-mobile-font, 1)
    );
  }
}
.viafoura .vf-body-text--deprecated {
  font-size: calc(var(--base-font-size, 12px) * var(--body-font, 1.4));
}
.viafoura .vf-label-text {
  text-transform: uppercase;
}
.viafoura .vf-button {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  border-radius: 3px;
}
.viafoura .vf-button:focus .vf-icon,
.viafoura .vf-button:hover .vf-icon {
  fill-opacity: 1;
}
.viafoura .vf-expanding-hover-light::before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: var(--accent-color-light, rgb(204, 0, 27));
  bottom: 0px;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: width 0.2s;
  width: 0px;
}
.viafoura .vf-expanding-hover-light.vf-active::before,
.viafoura .vf-expanding-hover-light:focus-within::before,
.viafoura .vf-expanding-hover-light:focus::before,
.viafoura .vf-expanding-hover-light:hover::before {
  width: 100% !important;
}
.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.viafoura .vf-label-with-dot {
  margin-left: 8px;
  position: relative;
  white-space: nowrap;
}
.viafoura .vf-label-with-dot::before {
  background-color: var(--primary-color-60, rgba(0, 0, 0, 0.6));
  border-radius: 50%;
  content: ' ';
  display: inline-block;
  height: 2px;
  left: -6px;
  position: absolute;
  top: calc(50% - 2px);
  width: 2px;
}
.viafoura .vf-avatar {
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: cover;
}
.viafoura button {
  display: inline-block;
}
.viafoura .vf-icon {
  display: inline-block;
  text-align: center;
}
.viafoura .vf-icon.vf-icon-small {
  font-size: 6px;
  height: 12px;
  line-height: 12px;
  width: 12px;
}
.viafoura .vf-icon {
  font-weight: 500;
  text-transform: uppercase;
}
.viafoura br {
  display: block;
  margin: 5px 0px 0px;
}
.viafoura img {
  border: 0px;
}
.viafoura .vf-accent-border-colour {
  border-color: var(--accent-color-light, rgb(204, 0, 27));
}
.viafoura .vf-offscreen-text {
  border: 0px;
  height: 1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.viafoura .vf-horiz-list {
  display: flex;
  flex-flow: row;
}
.viafoura .vf-tabbed-nav {
  height: 50px;
}
@media only screen and (max-width: 640px) {
  .viafoura .vf-tabbed-nav {
    height: 35px;
  }
}
.viafoura .vf-tray-trigger {
  align-items: center;
  display: flex;
  height: 22px;
  justify-content: center;
  outline: none;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: 22px;
  border: 1px solid;
  border-radius: 50%;
}
.viafoura .vf-tray-trigger:focus,
.viafoura .vf-tray-trigger:hover {
  color: var(--accent-color, rgb(204, 0, 27));
}
.viafoura .vf-tray-trigger:active {
  color: var(--accent-color-dark, #004e9c);
}
.viafoura h3,
.viafoura ol {
  padding: 0px;
  margin: 0px !important;
}
.viafoura .pin-line {
  border-left: 1px solid transparent;
  left: calc(50% - 1px);
  position: absolute;
}
.viafoura .pin-line--bottom {
  height: calc(100% + 8px);
  top: 26px;
}
.viafoura .vf-post-alert {
  height: 1px;
  overflow: hidden;
  width: 1px;
}
.viafoura .vf-content-actions {
  align-items: baseline;
  display: flex;
}
.viafoura .vf-content-actions__like svg {
  bottom: 2px;
}
.viafoura .vf-content-actions__like {
  position: relative;
}
.viafoura .vf-content-actions__like svg {
  position: relative;
  vertical-align: bottom;
  fill: currentcolor;
}
.viafoura .vf-content-actions__left-action {
  line-height: 13px;
  margin-left: 5px;
}
.viafoura .vf-content-actions__left-actions > :first-child {
  border-left-width: medium;
  border-left-style: none;
  border-left-color: currentcolor;
  margin-left: 0px;
  padding-left: 0px;
}
.viafoura
  .vf-content-actions:not(.vf-content-actions--entered)
  .vf-content-actions__left-action {
  opacity: 0.6;
}
.viafoura .vf-content-actions .vf-button {
  text-transform: uppercase;
}
.viafoura .vf-post-details > * + * {
  margin-left: 12px;
}
.viafoura .vf3-conversations-list--empty {
  padding-top: 15px;
}
.viafoura .vf-report-content__link:focus-visible {
  color: var(--accent-color, #0074e8);
}
.comment-text {
  font-family: AdelleSansClarin;
  color: rgb(85, 85, 85);
  font-size: 14px;
  line-height: 1.643em;
  font-weight: 400;
}
.vf-content-actions {
  padding-top: 6px !important;
}
.comments .titleComments {
  font-family: AdelleSansClarin;
  font-weight: 600;
  font-size: 16px;
  padding: 1rem 0px 0.5rem;
  color: rgb(0, 0, 0);
  line-height: 28px;
}
@media screen and (max-width: 400px) {
  .comment-nav-right {
    display: none !important;
  }
}
:root {
  --profit-bg-color-1: rgba(234, 245, 255, 1);
  --profit-bg-color-2: rgba(246, 251, 255, 1);
  --profit-bg-color-3: rgba(226, 241, 255, 1);
  --profit-title-bg-color: white;
  --profit-text-color: #003c64;
  --profit-bg-slider-color-1: rgba(69, 172, 255, 1);
  --profit-bg-slider-color-2: rgba(0, 132, 255, 1);
  --profit-border-slider-color: #e9ecee;
  --profit-shadow-title-box-color: #d5e0e8;
  --red-profit-bg-color-1: rgb(255, 234, 234);
  --red-profit-bg-color-2: rgb(255, 246, 246);
  --red-profit-bg-color-3: rgb(255, 226, 226);
  --red-profit-title-bg-color: white;
  --red-profit-text-color: #640000;
  --red-profit-bg-slider-color-1: rgb(252, 150, 150);
  --red-profit-bg-slider-color-2: rgb(255, 0, 0);
  --red-profit-border-slider-color: #eee9e9;
  --red-profit-shadow-title-box-color: #e8d5d5;
  --yellow-profit-bg-color-1: rgb(255, 224, 99);
  --yellow-profit-bg-color-2: rgb(255, 224, 67);
  --yellow-profit-bg-color-3: rgb(255, 234, 99);
  --yellow-profit-title-bg-color: white;
  --yellow-profit-text-color: #644e00;
  --yellow-profit-bg-slider-color-1: rgb(255, 246, 198);
  --yellow-profit-bg-slider-color-2: rgb(254, 243, 158);
  --yellow-profit-border-slider-color: #ffffff;
  --yellow-profit-shadow-title-box-color: #c4b67f;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
button {
  font-family: inherit;
}
button {
  cursor: pointer;
}
button {
  background: none;
}
.zoom-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
  isolation: isolate;
  transform: translateZ(0px);
  backface-visibility: hidden;
  will-change: opacity;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.zoom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  z-index: 100;
  transition: color 0.3s;
  transform: translateZ(0px);
  -webkit-tap-highlight-color: transparent;
}
.zoom-close:hover {
  color: rgb(225, 18, 41);
}
[data-zoomable] {
  position: relative;
  display: block;
  cursor: zoom-in;
  transform: translateZ(0px);
}
[data-zoomable] img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateZ(0px);
  image-rendering: -webkit-optimize-contrast;
}
[data-zoomable]::after {
  content: '';
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 2;
  width: 48px;
  height: 48px;
  color: rgb(225, 18, 41);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  user-select: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .zoom-overlay {
      isolation: isolate;
    }
  }
}
.info-box {
  background: rgb(232, 239, 245);
  border-radius: 8px;
  padding: 24px 28px 20px;
  margin: 32px 0px;
}
.header__menu svg.header__menu_button {
  width: 21px;
  height: 22px;
}
.story-lead--hero {
  position: relative;
  margin-bottom: 20px;
}
.bullet-list {
  margin-left: 15px;
}
.bullet-list__item {
  list-style: disc;
}
.footer__section.footer__section--legal-spacing {
  margin-bottom: 2rem;
}
a {
  color: rgb(0, 127, 255);
  text-decoration: underline;
  background-color: transparent;
  font-weight: 500;
}
a:hover {
  color: rgb(225, 18, 41);
}
p a {
  color: rgb(0, 127, 255) !important;
  font-weight: inherit !important;
  border-bottom-width: medium !important;
  border-bottom-style: none !important;
  border-bottom-color: currentcolor !important;
  text-decoration: underline !important;
}
p a:hover {
  color: rgb(225, 18, 41) !important;
  background-color: transparent !important;
}
.reg-v4 {
  --reg-v4-accent: #e11229;
  --reg-v4-button-bg: #e11229;
  --reg-v4-avatar-border: 1px solid #d9303b;
  --reg-v4-title-bg: #fedc6b;
  --reg-v4-title-font-weight: 500;
  --reg-v4-title-margin: 20px 0 25px;
  --reg-v4-link: #007fff;
  --reg-v4-link-hover: #e11229;
}
.popup-modal__button:focus-visible,
.popup-modal__close:focus-visible {
  outline: rgba(144, 116, 255, 0.55) solid 2px;
  outline-offset: 2px;
}
.popup-modal__form :where(.field, .form-group, .input-group) {
  margin: 0px;
}
.popup-modal__form :where(label, legend) {
  display: block;
  margin: 0px 0px 8px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--popup-text-muted);
}
.popup-modal__form
  :where(
    input:not([type='checkbox']):not([type='radio']):not([type='submit']):not(
        [type='button']
      ),
    select,
    textarea
  ) {
  width: 100%;
  min-height: 60px;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  background: var(--popup-field);
  color: var(--popup-text);
}
.popup-modal__form
  :where(
    input:not([type='checkbox']):not([type='radio']):not([type='submit']):not(
        [type='button']
      ),
    select,
    textarea
  )::placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.popup-modal__form
  :where(
    input:not([type='checkbox']):not([type='radio']):not([type='submit']):not(
        [type='button']
      ),
    select,
    textarea
  ):focus {
  outline: none;
  border-color: var(--popup-field-border);
  background: rgb(255, 255, 255);
}
.popup-modal__form
  :where(
    button:not(.iti-aio__selected-country),
    input[type='submit'],
    input[type='button']
  ) {
  border: 0px;
  cursor: pointer;
  width: 100% !important;
  min-height: 67px !important;
  padding: 18px !important;
  border-radius: 16px !important;
  background: linear-gradient(
    90deg,
    var(--popup-accent-start) 0%,
    var(--popup-accent-end) 100%
  ) !important;
  color: var(--popup-text) !important;
  text-transform: unset !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: inherit !important;
  margin: 0px !important;
}
.popup-modal__form :where(.iti, .iti--allow-dropdown) {
  width: 100%;
}
.reg-v4 {
  --reg-v4-avatar-box-size: calc(
    var(--reg-v4-avatar-size) + var(--reg-v4-avatar-gap) * 2 +
      var(--reg-v4-avatar-border-width) * 2
  );
  --reg-v4-line-width: 1px;
  --reg-v4-dot-center-left: calc(
    var(--reg-v4-line-left) - var(--reg-v4-content-padding-left) +
      var(--reg-v4-line-width) / 2
  );
}
.reg-v4,
.reg-v4 * {
  box-sizing: border-box !important;
  font-family: var(--reg-v4-font-family);
}
.reg-v4 b {
  font-weight: var(--reg-v4-step-bold) !important;
}
.reg-v4 .reg-v4__content {
  padding-top: var(--reg-v4-content-padding-top);
  padding-bottom: var(--reg-v4-content-padding-bottom);
  padding-left: var(--reg-v4-content-padding-left);
  color: var(--reg-v4-text-color);
  position: relative !important;
  max-width: 645px !important;
  margin: 0px auto !important;
}
.reg-v4 .reg-v4__content::before {
  top: var(--reg-v4-line-top);
  left: var(--reg-v4-line-left);
  width: var(--reg-v4-line-width);
  height: var(--reg-v4-line-height);
  background-color: var(--reg-v4-accent);
  content: '' !important;
  position: absolute !important;
}
.reg-v4 .reg-v4__user {
  position: static !important;
  display: block !important;
  z-index: 2 !important;
  margin: 0px !important;
}
.reg-v4 .reg-v4__avatar {
  width: var(--reg-v4-avatar-box-size);
  height: var(--reg-v4-avatar-box-size);
  border: var(--reg-v4-avatar-border);
  border-radius: var(--reg-v4-avatar-radius);
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  z-index: 2 !important;
}
.reg-v4 .reg-v4__avatar > img {
  width: var(--reg-v4-avatar-size);
  height: var(--reg-v4-avatar-size);
  display: block !important;
  border-radius: inherit !important;
  object-fit: cover !important;
}
.reg-v4 .reg-v4__name {
  font-size: var(--reg-v4-name-font-size);
  font-weight: var(--reg-v4-name-font-weight);
  line-height: var(--reg-v4-name-line-height);
  color: var(--reg-v4-name-color);
  display: inline-block !important;
  margin: 0px !important;
  text-decoration: none !important;
}
.reg-v4 .reg-v4__title {
  margin: var(--reg-v4-title-margin);
  padding: var(--reg-v4-title-padding);
  background-color: var(--reg-v4-title-bg);
  color: var(--reg-v4-title-color);
  font-size: var(--reg-v4-title-font-size);
  font-weight: var(--reg-v4-title-font-weight);
  line-height: var(--reg-v4-title-line-height);
  letter-spacing: var(--reg-v4-title-letter-spacing);
  text-transform: var(--reg-v4-title-text-transform);
  border-radius: var(--reg-v4-title-radius);
  width: fit-content !important;
  hyphens: auto !important;
}
.reg-v4 .reg-v4__content > ul {
  margin: 0px auto 25px !important;
  padding: 0px !important;
  font: inherit !important;
  text-align: left !important;
  list-style: none !important;
}
.reg-v4 .reg-v4__content > ul li {
  margin: var(--reg-v4-step-margin);
  font-size: var(--reg-v4-step-font-size);
  line-height: var(--reg-v4-step-line-height);
  position: relative !important;
  padding: 0px !important;
}
.reg-v4 .reg-v4__content > ul li:last-child {
  margin-top: var(--reg-v4-last-step-margin-top);
}
.reg-v4 .reg-v4__content > ul li::before {
  top: var(--reg-v4-dot-top);
  left: var(--reg-v4-dot-center-left);
  width: var(--reg-v4-dot-size);
  height: var(--reg-v4-dot-size);
  background-color: var(--reg-v4-accent);
  border-radius: var(--reg-v4-dot-radius);
  content: '' !important;
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
}
.reg-v4 .reg-v4__link,
.reg-v4 .reg-v4__list a {
  color: var(--reg-v4-link);
  text-decoration: underline !important;
}
.reg-v4 .reg-v4__link:hover,
.reg-v4 .reg-v4__list a:hover {
  color: var(--reg-v4-link-hover);
}
.reg-v4 .reg-v4__list a {
  font-weight: var(--reg-v4-link-bold) !important;
}
.reg-v4 .reg-v4__text {
  margin: var(--reg-v4-note-margin);
  font-size: var(--reg-v4-note-font-size);
  color: var(--reg-v4-note-color);
}
@media (max-width: 767px) {
  .reg-v4 {
    --reg-v4-content-padding-left: var(--reg-v4-content-mobile-padding-left);
    --reg-v4-line-left: var(--reg-v4-line-mobile-left);
    --reg-v4-avatar-size: var(--reg-v4-avatar-mobile-size);
    --reg-v4-avatar-margin-bottom: var(--reg-v4-avatar-mobile-margin-bottom);
  }
  .reg-v4 .reg-v4__content {
    padding-bottom: var(--reg-v4-content-mobile-padding-bottom);
  }
  .reg-v4 .reg-v4__content::before {
    height: var(--reg-v4-line-mobile-height);
  }
}
.reg-v4 {
  --reg-v4-accent: #005890;
  --reg-v4-title-bg: #e3e3e3;
  --reg-v4-title-color: #000;
  --reg-v4-text-color: #000;
  --reg-v4-font-family: Arial, sans-serif;
  --reg-v4-button-bg: #005890;
  --reg-v4-button-hover-bg: #007fff;
  --reg-v4-button-text-color: #ffffff;
  --reg-v4-button-text-transform: uppercase;
  --reg-v4-link: #e11229;
  --reg-v4-link-hover: #007fff;
  --reg-v4-link-bold: inherit;
  --reg-v4-note-color: #464b5a;
  --reg-v4-content-padding-top: 16px;
  --reg-v4-content-padding-bottom: 8px;
  --reg-v4-content-padding-left: 75px;
  --reg-v4-content-mobile-padding-left: 58px;
  --reg-v4-content-mobile-padding-bottom: 20px;
  --reg-v4-avatar-size: 54px;
  --reg-v4-avatar-mobile-size: 47px;
  --reg-v4-avatar-gap: 0px;
  --reg-v4-avatar-border: none;
  --reg-v4-avatar-border-width: 0px;
  --reg-v4-avatar-radius: 50%;
  --reg-v4-avatar-margin-bottom: -60px;
  --reg-v4-avatar-mobile-margin-bottom: -50px;
  --reg-v4-line-left: 27px;
  --reg-v4-line-mobile-left: 19px;
  --reg-v4-line-top: 20px;
  --reg-v4-line-height: 93%;
  --reg-v4-line-mobile-height: 92%;
  --reg-v4-line-width: 1px;
  --reg-v4-dot-size: 11px;
  --reg-v4-dot-radius: 50%;
  --reg-v4-dot-top: 0.65em;
  --reg-v4-name-font-size: 16px;
  --reg-v4-name-font-weight: 700;
  --reg-v4-name-line-height: 18px;
  --reg-v4-name-color: var(--ue-c-comments-user-name-color, #000);
  --reg-v4-title-font-size: 1.1875rem;
  --reg-v4-title-font-weight: 800;
  --reg-v4-title-line-height: 1.5rem;
  --reg-v4-title-letter-spacing: 0;
  --reg-v4-title-text-transform: uppercase;
  --reg-v4-title-padding: 16px 13px;
  --reg-v4-title-margin: 4px 0 25px;
  --reg-v4-title-radius: 4px;
  --reg-v4-step-font-size: 19px;
  --reg-v4-step-line-height: 1.35;
  --reg-v4-step-margin: 8px 0;
  --reg-v4-last-step-margin-top: 20px;
  --reg-v4-step-bold: 700;
  --reg-v4-note-font-size: var(--font-size-main-text);
  --reg-v4-note-margin: 0 0 20.647px;
  --reg-v4-button-width: 100%;
  --reg-v4-button-mobile-width: 90%;
  --reg-v4-button-margin: 0 auto 20px;
  --reg-v4-button-mobile-margin-left: 10px;
  --reg-v4-button-padding: 19px;
  --reg-v4-button-font-size: 16px;
  --reg-v4-button-font-weight: 700;
  --reg-v4-button-radius: 10px;
  --reg-v4-button-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}
* {
  animation: auto ease 0s 1 normal none running none !important;
  transition: none !important;
  scroll-behavior: auto;
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
:root {
  --swiper-navigation-size: 44px;
}
.f1t-form {
  width: 100%;
  color: black;
}
.f1t-form {
  padding: 0px 10px 10px;
}
.f1t-form {
  text-align: left;
}
.iti--allow-dropdown .iti__country-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown
  .iti__country-container:has(+ input[disabled]):hover
  .iti__selected-country,
.iti--allow-dropdown
  .iti__country-container:has(+ input[readonly]):hover
  .iti__selected-country {
  background-color: transparent;
}
img {
  height: auto;
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
*,
::after,
::before {
  border: 0px solid rgb(226, 232, 240);
  box-sizing: border-box;
}
::after,
::before {
  --tw-content: '';
}
.beyond_form {
  position: relative;
  z-index: 1;
  border: 4px solid rgb(211, 46, 33);
  border-radius: 12px;
  background-color: rgba(213, 50, 42, 0.05);
  padding: 0px 14px;
}
.beyond_form p {
  font-weight: normal !important;
}
.beyond_form .bold,
#allocationCount {
  font-weight: bold;
}
.f1t-form__center {
  box-shadow: rgba(13, 13, 13, 0.43) 0px 4px 20.9px 3.1px;
  max-width: 450px;
  margin: 30px auto;
  line-height: normal;
  font-size: 20px;
  border-radius: 5px;
}
.reg-box-style {
  border-radius: 5px 5px 0px 0px;
  font-weight: 700;
  padding: 20px 24px 10px;
  word-break: break-word;
  font-size: 1.875rem;
  background: rgb(15, 33, 102);
  color: white;
  text-align: center;
}
.rating-box {
  position: relative;
  z-index: 2;
  padding: 10px 40px;
  word-break: break-word;
  background: rgb(15, 33, 102);
}
.relative {
  position: relative;
}
.w-full {
  width: 100%;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
@media (max-width: 640px) {
  div#form {
    padding: 0px;
  }
  .px-6 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .px-66 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  #trustedsite {
    margin-left: 20px !important;
  }
}
@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
