﻿* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font-family: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
ol,
ul {
  list-style: none;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/Inter_18pt-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/Inter_18pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/Inter_18pt-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/Inter_18pt-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
html {
  scroll-padding-top: 90px;
}
.flx {
  display: flex;
  align-items: center;
}
.blue-text {
  color: #15c;
}
i {
  font-style: italic;
}
.bnwvor {
  background-color: #fff;
  font-family: Inter;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  font-style: normal;
}
.bnwvor-container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.bnwvor-header {
  height: 88px;
  background: linear-gradient(90deg, #001f4d 0%, #3d9be9 96%);
}
.bnwvor-header .header-top-wrapp {
  padding-left: 286px;
  padding-right: 286px;
}
.bnwvor-header .header-top-logo {
  padding-right: 26px;
  padding-left: 26px;
}
.bnwvor-header .header-top-logo img {
  width: 176px;
  height: 58px;
  object-fit: contain;
}
.bnwvor-header .header-top-nav {
  height: 55px;
  padding-right: 13px;
  border-left: 0.8px solid #fff;
}
.bnwvor-header .header-top-nav .top-nav-link {
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 34px;
}
.bnwvor-header .header-top-nav .top-nav-link:not(:last-child) {
  border-left: 0.8px solid gray;
}
.bnwvor-header .header-top-nav .top-nav-link:hover {
  text-decoration: underline;
}
.bnwvor-header-bottom {
  height: 80px;
}
.bnwvor-header-bottom .header-bottom-wrapp {
  padding-left: 250px;
  padding-right: 250px;
}
.bnwvor-header-bottom .header-bottom-nav {
  gap: 40px;
}
.bnwvor-header-bottom .header-bottom-nav .bottom-nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.bnwvor-header-bottom .btn-more::after {
  content: "";
  display: inline-flex;
  width: 15px;
  height: 18px;
  margin-left: 8px;
  background: url("/img/icon_arrow-down.svg") no-repeat center;
}
.bnwvor-header-bottom .btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  margin-left: 48px;
}
.bnwvor-header-bottom .btn-search img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bnwvor-main {
  padding-top: 80px;
  padding-bottom: 60px;
  color: #000;
}
.bnwvor-main-wrapp {
  max-width: 740px;
  padding-left: 16px;
  padding-right: 16px;
}
.bnwvor-main .main-author {
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 18px;
}
.bnwvor-main .main-author .avater {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 6px;
}
.bnwvor-main .main-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 20px;
}
.bnwvor-main .main-img-wrapp {
  margin-bottom: 27px;
}
.bnwvor-main .main-img-wrapp img {
  width: 100%;
  object-fit: contain;
}
.bnwvor-main .main-p {
  margin-bottom: 27px;
}
.bnwvor-main .main-h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.bnwvor-main .main-tags {
  padding: 20px 0;
  gap: 8px;
  flex-wrap: wrap;
}
.bnwvor-main .main-tag {
  padding: 7px 13px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  white-space: nowrap;
}
.bnwvor-main .main-links {
  margin-bottom: 20px;
}
.bnwvor-main .main-links li {
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.bnwvor-main .main-links li:not(:last-child) {
  content: "·";
  margin-left: 6px;
  margin-right: 6px;
}
.bnwvor-main .main-soc-links {
  gap: 30px;
  padding: 23px 0;
  border-top: 0.8px solid rgba(0, 0, 0, 0.2);
}
.bnwvor-main .main-soc-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
}
.bnwvor-main .main-soc-links li a img {
  width: 100%;
  object-fit: contain;
}
.bnwvor-footer {
  background: #172a47;
  color: #fff;
}
.bnwvor-footer-wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 78px;
  padding-bottom: 78px;
}
.bnwvor-footer .footer-logo {
  width: 219px;
  height: 73px;
  margin-bottom: 15px;
}
.bnwvor-footer .footer-logo img {
  width: 100%;
  object-fit: contain;
}
.bnwvor-footer .footer-soc-links {
  gap: 8px;
  margin-bottom: 46px;
}
.bnwvor-footer .footer-soc-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
}
.bnwvor-footer .footer-soc-links li a img {
  width: 100%;
  object-fit: contain;
}
.bnwvor-footer .footer-links {
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 0;
  margin-bottom: 13px;
}
.bnwvor-footer .footer-links li {
  display: flex;
  align-items: center;
  padding: 0 8px 0 6px;
}
.bnwvor-footer .footer-links li:not(:last-child) {
  border-right: 2px solid #fff;
}
.bnwvor-footer .footer-links li a {
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.bnwvor-footer .footer-copy {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0.24px;
}
.bnwvor-footer .footer-text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.6px;
  transform: scaleY(1.1);
}
.bnwvor-form-wrapp {
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
  padding: 20px;
  background-color: rgba(90, 149, 227, 0.2117647059);
  margin: 30px auto;
}
.bnwvor-form-wrapp img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 26px;
}
.bnwvor-form-wrapp p {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.reg-form-wrapp {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .bnwvor-header {
    background: linear-gradient(90deg, #001f4d 0%, #1f5f9d 96%);
  }
  .bnwvor-header .header-top-wrapp {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bnwvor-header-bottom .header-bottom-wrapp {
    padding-left: 67px;
    padding-right: 50px;
  }
  .bnwvor-header-bottom .btn-search {
    display: none;
  }
  .bnwvor-main {
    padding-top: 45px;
    padding-bottom: 120px;
  }
  .bnwvor-footer-wrapp {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (max-width: 960px) {
  .bnwvor-header-bottom .header-bottom-nav {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
  .bnwvor-header-bottom .header-bottom-nav .hide {
    display: none;
  }
}
@media (max-width: 743px) {
  .bnwvor-header {
    background: linear-gradient(90deg, #001f4d 0%, #0e3c71 96%);
  }
  .bnwvor-header .header-top-wrapp {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bnwvor-header .header-top-logo {
    padding-right: 0;
    padding-left: 0;
  }
  .bnwvor-header .header-top-logo img {
    width: 193px;
    height: 64px;
  }
  .bnwvor-header .header-top-nav {
    display: none;
  }
  .bnwvor-header-bottom .header-bottom-wrapp {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bnwvor-main {
    padding-top: 26px;
    padding-bottom: 80px;
  }
  .bnwvor-main .main-title {
    font-size: 30px;
  }
  .bnwvor-form-wrapp {
    padding-left: 16px;
    padding-right: 16px;
  }
}
a {
  text-decoration: none;
}
@media (min-width: 48em) {
  .Typography_sizeDesktop32__LR_G6 {
    font-size: 2rem;
  }
}
@media (min-width: 48em) {
  .Typography_lineHeightDesktop40__BuoRf {
    line-height: 2.5rem;
  }
}
.Typography_bold__FqafP {
  font-weight: var(--typography-font-weight, bold);
}
.Typography_colourInherit__dfnUx {
  color: inherit;
}
.Typography_base__sj2RP {
  font-family: "ABCSans", sans-serif;
}
.top__list {
  margin-bottom: 40px;
  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: 210px;
}
@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 {
  width: 100%;
}
.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;
  }
}
.top__list .item .place__avatar img {
  display: block;
  min-width: 50px !important;
}
.top__list .item .place {
  width: 240px;
}
.card-tag:focus-visible {
  color: #333;
  outline: none;
  scale: 1.05;
}
.reg__item {
  font-size: 1.1rem;
  line-height: 30px;
  padding: 5px;
  margin-bottom: 0.5rem;
  font-weight: normal;
  background: #e4e4e4;
  border-left: 3px solid #044fc7;
  border-radius: 6px;
}
.comments {
  max-width: 844px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block-info-line__like_item:nth-of-type(3)::marker {
  color: rgba(0, 0, 0, 0.4392156863);
}
h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a202c;
}
h2 {
  font-size: 2rem;
}
a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s ease;
}
.comments {
  padding: 0 10px;
}
.sx_0beb10:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("/img/qlike1.svg");
}
* {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
* {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.fb--container label {
  cursor: pointer;
  color: #666;
  font-weight: 700;
  vertical-align: middle;
}
.fb--container label input {
  font-weight: 400;
}
.fb--container textarea {
  max-width: 100%;
}
.fb--container input,
.fb--container label,
.fb--container td,
.fb--container textarea {
  font-family: "ABCSans", sans-serif;
  font-size: 12px;
}
.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}
.fb--container a:hover {
  text-decoration: underline;
}
.fb--container img {
  border: 0;
}
.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}
.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.fb--container .clearfix {
  zoom: 1;
}
.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}
.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}
.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.fb--container ._42ft:hover {
  text-decoration: none;
}
.fb--container .lfloat {
  float: left;
}
.fb--container .rfloat {
  float: right;
}
.fb--container .fss {
  font-size: 9px;
}
.fb--container .fsm {
  font-size: 12px;
}
.fb--container .fwn {
  font-weight: 400;
}
.fb--container .fcg {
  color: #90949c;
}
.fb--container a._p {
  display: block;
}
.fb--container ._4jy0 {
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}
.fb--container ._4jy0::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
.fb--container ._517h {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}
.fb--container ._517h:hover {
  background-color: #e9ebee;
}
.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}
.fb--container ._4jy1 {
  color: #fff;
}
.fb--container ._4jy1 {
  background-color: #4267b2;
  border-color: #4267b2;
}
.fb--container ._4jy1:hover {
  background-color: #365899;
  border-color: #365899;
}
.fb--container ._4jy1:active {
  background-color: #29487d;
  border-color: #29487d;
}
.fb--container ._4jy1._42fr {
  background-color: #9cb4d8;
  border-color: #9cb4d8;
}
.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
  line-height: 22px;
}
.fb--container ._50f3 {
  font-size: 12px;
  line-height: 16px;
}
.fb--container ._50f7 {
  font-weight: 700;
}
.fb--container ._42ef {
  overflow: hidden;
}
.fb--container ._51mz {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.fb--container ._51mx:first-child > ._51m- {
  padding-top: 0;
}
.fb--container ._51mx:last-child > ._51m- {
  padding-bottom: 0;
}
.fb--container ._51mz ._51mw {
  padding-right: 0;
}
.fb--container ._51mz ._51m-:first-child {
  padding-left: 0;
}
.fb--container ._8o,
.fb--container ._8o .img {
  display: block;
}
.fb--container ._8r {
  margin-right: 5px;
}
.fb--container ._8s {
  margin-right: 8px;
}
.fb--container ._6a {
  display: inline-block;
}
.fb--container ._6b {
  vertical-align: middle;
}
.fb--container ._ohe {
  float: left;
}
.fb--container ._ohf {
  float: right;
}
.fb--container ._4qba {
  font-style: normal;
}
.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}
.fb--container ._3-8y {
  margin-top: 12px;
}
.fb--container ._3-8_ {
  margin-right: 4px;
}
.fb--container ._3-96 {
  margin-bottom: 12px;
}
.fb--container ._3-99 {
  margin-left: 4px;
}
.fb--container ._2ph- {
  padding: 8px;
}
.fb--container ._2pi3 {
  padding-bottom: 8px;
  padding-top: 8px;
}
.fb--container ._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}
.fb--container ._2pis {
  padding-left: 8px;
}
.fb--container .sp_Zf93eLkohoS {
  display: inline-block;
  height: 12px;
  width: 12px;
}
.fb--container .sp_Zf93eLkohoS.sx_97c3ab {
  width: 14px;
  height: 14px;
  background-position: -19px -182px;
}
.fb--container ._2agf {
  word-wrap: normal;
}
.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.fb--container a.uiLinkSubtle {
  color: #90949c;
}
.fb--container .uiInputLabel {
  position: relative;
}
.fb--container .uiInputLabelInput {
  margin: 0;
  padding: 0;
  position: absolute;
}
.fb--container .UFIInputContainer {
  position: relative;
}
.fb--container .UFICommentAttachmentButtons {
  bottom: 0;
  height: 24px;
  position: absolute;
  right: 0;
}
.fb--container .UFICommentActorName {
  font-weight: 700;
}
.fb--container ._5v47 {
  display: inline;
  white-space: nowrap;
}
.fb--container ._5uzb {
  padding-right: 3px;
}
.fb--container .sp_-J_-HgF_hOz {
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
  width: 13px;
  height: 15px;
  background-position: 0 -713px;
}
.fb--container .sp_LOJ2j-KswDP {
  display: inline-block;
  height: 16px;
  width: 16px;
}
.fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
  width: 12px;
  height: 12px;
  background-position: -365px -220px;
}
.fb--container ._56q9 {
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
  word-wrap: break-word;
}
.fb--container ._44ri {
  border-left: 1px dotted #d3d6db;
}
.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}
.fb--container ._2vq9 a {
  color: #4267b2;
}
.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle {
  color: #90949c;
}
.fb--container ._4iy4 {
  bottom: -2px;
  position: relative;
}
.fb--container ._5mdd {
  word-wrap: break-word;
}
.fb--container ._5mdd ._5v47 {
  font-size: 14px;
}
.fb--container ._5mdd a {
  color: #4267b2;
}
.fb--container ._2392 {
  margin-bottom: 24px;
}
.fb--container ._4uyl ._1cb {
  border: 1px solid #d3d6db;
  word-wrap: break-word;
}
.fb--container ._1zz8 ._1u9t {
  min-height: 40px;
}
.fb--container ._1u9t {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}
.fb--container ._4uyl ._1u9t {
  font-size: 14px;
  padding: 12px 8px;
}
.fb--container ._5tr6 {
  background: #f6f7f9;
  text-align: right;
}
.fb--container ._5tr6 ._42fr:active {
  font-size: 14px;
  white-space: normal;
}
.fb--container ._4uym {
  border-width: 0 1px 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #d3d6db;
  border-bottom-color: #d3d6db;
  border-left-color: #d3d6db;
  border-image: initial;
  border-top-style: initial;
  border-top-color: initial;
}
.fb--container ._1u0n {
  line-height: 24px;
}
.fb--container ._5lm5 {
  border-top: 1px solid #e9ebee;
  font-size: 11px;
}
.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}
.fb--container ._pup {
  color: #4b4f56;
}
.fb--container ._1ci {
  height: 48px;
  width: 48px;
  object-fit: cover;
}
.fb--container ._1cj {
  height: 36px;
  width: 36px;
}
.fb--container ._5yct {
  background-color: #f6f7f9;
  color: #365899;
}
.fb--container ._55sg {
  vertical-align: baseline;
}
.fb--container ._kv1 {
  position: relative;
}
.fb--container .uiInputLabelInput._kv1 {
  position: absolute;
}
.card-tag:focus-visible {
  color: #333;
  outline: none;
  scale: 1.05;
}
.sx_0beb10:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(/img/qlike1.svg);
}
.blue-bold {
  color: blue;
  font-weight: 900;
  text-decoration: none;
}
