*,
::after,
::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
ul {
  list-style: none;
}
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input {
  font: inherit;
}
h1,
h2,
p,
span {
  overflow-wrap: break-word;
}
a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  color: #0a0a0a;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}
h1,
h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}
p {
  margin-bottom: 16px;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 !important;
}
img {
  object-fit: contain;
}

body,
html {
  height: 100%;
}
.layout {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
}
.layout__header {
  position: sticky;
  top: 0;
  flex: none;
  z-index: 10;
}
.layout__main {
  flex: 1 0 auto;
}
.layout__footer {
  position: relative;
  flex: none;
}
.header {
  min-height: 77px;
  margin: 0 auto;
}
.header--main {
  background-color: #fff;
}
.header--main .header__top {
  max-width: 1140px;
  padding: 0 10px;
  margin: 0 auto;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.04);
}
.header--main .header__top,
.header--main .header__top .header__weather > a > .weather__text,
.header--main .header__top .nav-header .nav-header__list .nav-header__item > a {
  color: #24221f;
}
.header--main .header__top .header__weather > a > .weather__text {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.header--main .header__top .nav-header .nav-header__list .nav-header__item > a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.header--main .header__top {
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header--main .header__top .nav-header {
  display: none;
}
.header--main .header__top .weather {
  display: none;
}
.header--main .header__top .nav-header .nav-header__list,
.header--main .header__top .weather > a {
  display: none;
  align-items: center;
  gap: 10px;
}
.header--main .header__top .header__logo .logo {
  display: inline-block;
  width: 65px;
  height: 50px;
  background-image: url('../img/logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden;
}

.header__user-info {
  margin-top: 10px;
}

.header--main .header__top .header__user-info > a .profile-icon {
  display: inline-block;
  height: 21px;
  background-image: url('../img/login.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-font-smoothing: antialiased;
  width: 33px;
  max-width: 33px;
  margin-inline-end: 4px;
}
.header--main .header__top .header__user-info > a .search-icon {
  display: inline-block;
  height: 21px;
  background-image: url('../img/lupa.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-font-smoothing: antialiased;
  width: 30px;
  max-width: 30px;
}

.header--main .header__top .header__burger {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header--main .header__top .header__burger .burger-title {
  font-size: 12px;
  font-weight: 600;
}
.header--main .header__top .header__burger .burger-icon {
  display: block;
  width: 24px;
  height: 20px;
  position: relative;
  transform: rotate(0);
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header--main .header__top .header__burger .burger-icon > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #24221f;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header--main .header__top .header__burger .burger-icon > span:first-child {
  top: 0;
}
.header--main .header__top .header__burger .burger-icon > span:nth-child(2) {
  top: 8px;
}
.header--main .header__top .header__burger .burger-icon > span:nth-child(3) {
  top: 8px;
}
.header--main .header__top .header__burger .burger-icon > span:nth-child(4) {
  top: 17px;
}
.header--main .header__bottom {
  background-color: #005ab4;
}
.header--main .header__bottom .header-nav-bottom__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header--main
  .header__bottom
  .header-nav-bottom__list
  .header-nav-bottom__item {
  padding: 0 7px;
}
.header--main .header__bottom {
  padding: 5px 0;
}
.header--main .header__bottom .header-nav-bottom {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
.header--main
  .header__bottom
  .header-nav-bottom
  .header-nav-bottom__list
  .header-nav-bottom__item:first-child,
.header--main
  .header__bottom
  .header-nav-bottom
  .header-nav-bottom__list
  .header-nav-bottom__item:nth-child(2) {
  font-weight: 600;
}
.header--main
  .header__bottom
  .header-nav-bottom
  .header-nav-bottom__list
  .header-nav-bottom__item {
  font-size: 12px;
  line-height: 1.9;
}
.header--main
  .header__bottom
  .header-nav-bottom
  .header-nav-bottom__list
  .header-nav-bottom__item
  > a {
  position: relative;
  color: #fff;
}
.header--main
  .header__bottom
  .header-nav-bottom
  .header-nav-bottom__list
  .header-nav-bottom__item:first-child
  > a::after,
.header--main
  .header__bottom
  .header-nav-bottom
  .header-nav-bottom__list
  .header-nav-bottom__item:nth-child(2)
  > a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '▸';
  color: #fff;
  z-index: 2;
  position: relative;
  padding-left: 0.5rem;
  display: inline-block;
}
.main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
.page-section--intro {
  padding: 10px 0 20px 0;
}
h1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 10px;
}
.page-section--intro .modified-date {
  color: #6d7278;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 10px;
}
article p {
  font-size: 16px;
  line-height: 24px;
}
article h2 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 16px;
}
article p a,
h1 a {
  text-decoration: underline;
  color: #005ab4;
}
.footer {
  margin: 0 auto;
}
.footer--desktop .footer__row .footer__col--bottom .footer__inner,
.footer--desktop .footer__row .footer__col--main .footer__inner,
.footer--desktop .footer__row .footer__col--top .footer__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer--desktop .footer__row .footer__col--top {
  padding: 30px 0;
  border-top: 1px solid #dbd9d4;
  border-bottom: 1px solid #dbd9d4;
}
.footer--desktop .footer__row .footer__col--bottom {
  padding-top: 20px;
  background-color: #eeecec;
}
.footer--desktop .footer-action .footer-action__title {
  color: #000;
  font-size: 30px;
  margin-bottom: 10px;
}
.footer--desktop .footer-action .footer-action__text {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer--desktop .footer-action .footer-action__btn {
  display: flex;
  align-items: center;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  max-width: fit-content;
  text-align: left;
  background: #005ab4;
  border: none;
  border-radius: 5px;
  padding: 1rem;
  color: #fff;
  margin: 0 0 20px;
  cursor: pointer;
  width: auto;
  margin-bottom: 0;
}
.footer--desktop .footer-action .footer-action__btn > a {
  text-decoration: none;
}
.footer--desktop .footer-action .footer-action__btn .footer-action__icon {
  display: inline-block;
  background: url('../img/white-icon-right-arrow.svg') no-repeat;
  width: 17px;
  height: 18px;
  margin-left: 14px;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col
  .footer-nav__list
  .footer-nav__item
  > a,
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__col
  .footer-nav__list
  .footer-nav__item
  > a {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #24221f;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:last-child
  .footer-nav__list
  .footer-nav__item
  > a:hover {
  text-decoration: none;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__row
  .footer-nav__col
  .footer-nav__title,
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__row
  .footer-nav__col
  .footer-nav__title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  color: #292724;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__row
  .footer-nav__col:last-child {
  flex-direction: column;
  align-items: flex-start;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__row
  .footer-nav__col {
  width: 33.333%;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__row
  .footer-nav__col:last-child {
  width: 100%;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__row
  .footer-nav__col:last-child
  .footer-nav__list,
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__row
  .footer-nav__col:last-child
  .footer-nav__list {
  display: flex;
  align-items: center;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__row
  .footer-nav__col:last-child
  .footer-nav__list {
  gap: 10px;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__row
  .footer-nav__col:last-child
  .footer-nav__list {
  gap: 10px;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__row,
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__row {
  margin: 0 -10px;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__row
  .footer-nav__col,
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__row
  .footer-nav__col {
  padding: 10px;
}
.footer--desktop
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:nth-child(7)
  .footer-nav__list
  .footer-nav__item:first-child
  > a
  > span,
.footer--desktop
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:nth-child(7)
  .footer-nav__list
  .footer-nav__item:nth-child(2)
  > a
  > span,
.footer--desktop
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:nth-child(7)
  .footer-nav__list
  .footer-nav__item:nth-child(3)
  > a
  > span,
.footer--desktop
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:nth-child(7)
  .footer-nav__list
  .footer-nav__item:nth-child(4)
  > a
  > span,
.footer--desktop
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:nth-child(7)
  .footer-nav__list
  .footer-nav__item:nth-child(5)
  > a
  > span,
.footer--desktop
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__col:nth-child(9)
  .footer-nav__list
  .footer-nav__item:first-child
  > a
  > span,
.footer--desktop
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__col:nth-child(9)
  .footer-nav__list
  .footer-nav__item:nth-child(2)
  > a
  > span,
.footer--desktop
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__col:nth-child(9)
  .footer-nav__list
  .footer-nav__item:nth-child(3)
  > a
  > span,
.footer--desktop
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__col:nth-child(9)
  .footer-nav__list
  .footer-nav__item:nth-child(4)
  > a
  > span,
.footer--desktop
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__col:nth-child(9)
  .footer-nav__list
  .footer-nav__item:nth-child(5)
  > a
  > span {
  font-family: rte-icons, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}
.footer--desktop
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:nth-child(7)
  .footer-nav__list
  .footer-nav__item:first-child
  > a
  > span::before,
.footer--desktop
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__col:nth-child(9)
  .footer-nav__list
  .footer-nav__item:first-child
  > a
  > span::before {
  content: '';
  background-image: url('../img/twitter.png');
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
}
.footer--desktop
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:nth-child(7)
  .footer-nav__list
  .footer-nav__item:nth-child(2)
  > a
  > span::before,
.footer--desktop
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__col:nth-child(9)
  .footer-nav__list
  .footer-nav__item:nth-child(2)
  > a
  > span::before {
  content: '';
  background-image: url('../img/facebook.png');
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
}
.footer--desktop
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:nth-child(7)
  .footer-nav__list
  .footer-nav__item:nth-child(3)
  > a
  > span::before,
.footer--desktop
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__col:nth-child(9)
  .footer-nav__list
  .footer-nav__item:nth-child(3)
  > a
  > span::before {
  content: '';
  background-image: url('../img/instagram.png');
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
}
.footer--desktop
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:nth-child(7)
  .footer-nav__list
  .footer-nav__item:nth-child(4)
  > a
  > span::before,
.footer--desktop
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__col:nth-child(9)
  .footer-nav__list
  .footer-nav__item:nth-child(4)
  > a
  > span::before {
  content: '';
  background-image: url('../img/linkedin.png');
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
}
.footer--desktop
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:nth-child(7)
  .footer-nav__list
  .footer-nav__item:nth-child(5)
  > a
  > span::before,
.footer--desktop
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__col:nth-child(9)
  .footer-nav__list
  .footer-nav__item:nth-child(5)
  > a
  > span::before {
  content: '';
  background-image: url('../img/youtube.png');
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
}
.footer--desktop
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:first-child
  .footer-nav__list
  .footer-nav__item:nth-child(6),
.footer--desktop
  .footer__col--main
  .footer-nav--desktop
  .footer-nav__col:nth-child(4)
  .footer-nav__list
  .footer-nav__item:nth-child(4) {
  margin-bottom: 16px;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__row
  .footer-nav__col
  .footer-nav__item {
  padding: 0 !important;
}
.footer--desktop .footer__col--bottom .footer-privacy {
  padding-bottom: 20px;
}
.footer--desktop .footer__col--bottom .footer-privacy > a > .logo {
  display: inline-block;
  width: 65px;
  height: 50px;
  background-image: url('../img/logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden;
}
.footer--desktop .footer__col--bottom .footer-privacy > a:hover {
  text-decoration: none;
}

.footer--desktop .footer__col--bottom {
  position: relative;
}
.footer--desktop .footer__col--bottom .footer-privacy {
  display: flex;
  flex-direction: column;
}
.footer--desktop .footer__col--bottom .footer-privacy .footer-privacy__text {
  font-size: 14px;
  line-height: 22px;
}
.footer--desktop
  .footer__col--bottom
  .footer-privacy
  .footer-privacy__decor
  > a {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #fff;
  background: #6f6f6f;
  padding: 6px 9px 10px;
  margin: 0 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
}
.footer--desktop
  .footer__col--bottom
  .footer-privacy
  .footer-privacy__decor
  > a:hover {
  text-decoration: none;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__row
  .footer-nav__col {
  display: flex;
  flex-direction: column;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__row
  .footer-nav__col
  .footer-nav__item {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  color: #292724;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding: 8px 10px;
  margin: 0 0;
  text-transform: uppercase;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__row
  .footer-nav__col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer--desktop
  .footer__row
  .footer__col--main
  .footer-nav--mobile
  .footer-nav__row
  .footer-nav__col
  .arrow-item {
  float: right;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #292724;
  margin-top: 3px;
}
.footer--desktop .footer__row .footer__col--main .footer-nav--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .header--main .header__top .header__burger {
    order: 1;
  }
  .header--main .header__top .nav-header {
    display: flex;
  }
  .header--main .header__top .weather {
    display: flex;
  }
  .header--main .header__top .nav-header .nav-header__list,
  .header--main .header__top .weather > a {
    display: flex;
  }
  .header--main
    .header__top
    .nav-header
    .nav-header__list
    .nav-header__item:nth-child(6),
  .header--main
    .header__top
    .nav-header
    .nav-header__list
    .nav-header__item:nth-child(7),
  .header--main
    .header__top
    .nav-header
    .nav-header__list
    .nav-header__item:nth-child(8),
  .header--main
    .header__top
    .nav-header
    .nav-header__list
    .nav-header__item:nth-child(9) {
    display: none;
  }
  .footer--desktop
    .footer__row
    .footer__col--main
    .footer-nav--desktop
    .footer-nav__row
    .footer-nav__col {
    width: 15%;
  }
  .footer--desktop .footer__row .footer__col--main .footer-nav--mobile {
    display: none;
  }
  .footer--desktop .footer__row .footer__col--main .footer-nav--desktop {
    display: block;
  }
  .footer-nav__item a,
  .footer-nav__title,
  .header-nav-bottom__item,
  .nav-header__item {
    font-size: 14px !important;
  }
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1028px) {
  .header--main
    .header__top
    .nav-header
    .nav-header__list
    .nav-header__item:nth-child(6),
  .header--main
    .header__top
    .nav-header
    .nav-header__list
    .nav-header__item:nth-child(7),
  .header--main
    .header__top
    .nav-header
    .nav-header__list
    .nav-header__item:nth-child(8),
  .header--main
    .header__top
    .nav-header
    .nav-header__list
    .nav-header__item:nth-child(9) {
    display: block;
  }
  .page-section--intro,
  article {
    max-width: 740px;
  }
  h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .page-section--intro .modified-date {
    margin-bottom: 30px;
  }
}

:root {
  --mainColor: #121534;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

.post {
  padding: 5px 0;
}
@media (max-width: 450px) {
  .container {
    padding-inline: 10px;
  }
  .post {
    padding-block: 5px 10px;
  }
}
.avatar {
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
img {
  padding: 0 !important;
}

.avatar .user,
.avatar img {
  display: block;
  border-radius: 3px;
}
.avatar {
  float: left;
}
.avatar img {
  width: 48px;
  height: 48px;
}
.avatar .user {
  position: relative;
  background: #dbdfe4;
  padding: 0;
}
.post .avatar {
  margin-right: 12px;
}
.post-list {
  list-style-type: none;
  margin: 0;
}
.post-list .post:after,
.post-list .post:before {
  display: table;
  content: '';
  line-height: 0;
}
.children .post:after,
.children .post:before,
.post-content:after,
.post-content:before {
  display: table;
  line-height: 0;
  content: '';
}
.children .post {
  margin-left: 60px;
}
.children .post .avatar .user img {
  width: 36px;
  height: 36px;
}
.post-content {
  position: relative;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
}
.comment-footer__menu > li a:focus {
  outline: auto;
}
.post-content .post-message-container {
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: 100%;
}
.post-content .post-message {
  line-height: 21px;
}
.post-content .post-message:after,
.post-content .post-message:before {
  display: table;
  content: '';
  line-height: 0;
}
.post-content .post-message p {
  line-height: 21px;
  margin: 0 0 15px;
}
.post-content .post-message p:last-child {
  margin: 0;
}
.avatar {
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
img {
  padding: 0 !important;
}
link {
  text-decoration: underline !important;
} /*!
       * minimum set of bootstrap includes for most embed components
       */
.comment__footer {
  background: #fff;
  padding: 0 5px;
}
.comments-area p::first-letter {
  font-family: inherit !important;
  color: inherit !important;
  font-style: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  padding: inherit !important;
  float: none !important;
}
ul {
  list-style: none;
}
* {
  box-sizing: border-box;
}
.children .post:after,
.comment-footer__menu:after,
.nav:after,
.post-content .post-message:after,
.post-content footer,
.post-content:after,
.post-list .post:after {
  clear: both;
}
button {
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
}
.post-content .post-body {
  overflow: hidden;
}
.post-content:focus,
a:focus {
  outline: 0;
}
strong {
  font-weight: 700;
}
a:active,
a:hover {
  text-decoration: none;
}
button::-moz-focus-inner {
  border: 0;
}
em {
  font-style: italic;
}
.btn:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}
.btn:not(:disabled).active,
.btn:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}
[class*=' icon-']:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-2:before {
  content: '\25b3';
}
.icon-arrow:before {
  content: '\25bd';
}
.avatar .user,
.avatar img {
  display: block;
  border-radius: 3px;
}
.avatar {
  float: left;
}
.avatar img {
  width: 48px;
  height: 48px;
}
.avatar .user {
  position: relative;
  background: #dbdfe4;
  padding: 0;
}
.post .avatar {
  margin-right: 12px;
}
.bullet {
  padding: 0;
  color: #c2c6cc;
  line-height: 1.4;
}
.nav {
  position: relative;
  margin: 0 0 -6px;
  padding: 0;
}
.nav:after,
.nav:before {
  display: table;
  content: '';
  line-height: 0;
}
.nav-primary {
  margin: 0 0 24px;
  border-bottom: 2px solid #e7e9ee;
}
.nav-tab > a {
  color: #656c7a;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.tab-conversation.active > a:after {
  content: ' ';
  display: block;
  height: 2px;
  background: #f56b0d;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.nav-tab > a:hover {
  color: #2a2e2e;
}
.nav-tab--primary > a {
  font-size: 15px;
  padding: 12px 0;
  margin-right: 15px;
}
.tab-conversation {
  float: left;
}
.tab-conversation > a {
  text-transform: capitalize;
}
.tab-conversation.active > a {
  color: #2a2e2e !important;
}
@media (max-width: 480px) {
  .comment-count {
    display: none;
  }
}
.comment__footer .vote-down,
.comment__footer a,
.comment__header a {
  color: #656c7a;
  font-weight: 500;
}
.comment__footer .vote-down:hover,
.comment__footer a:hover,
.comment__header a:hover {
  color: #2a2e2e;
}
.comment__header .author {
  color: #656c7a;
  font-weight: 700;
}
.vote-down,
.vote-up {
  display: inline-block;
}
.time-ago {
  font-weight: 500;
  font-size: 12px;
  color: #687a86;
}
.vote-down,
.vote-up {
  position: relative;
  padding: 0 3px;
  line-height: 0.85;
  height: 11px;
  min-height: 14px;
  overflow: hidden;
}
.vote-down .control,
.vote-up .control {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.7;
}
.vote-down {
  padding-right: 0;
  padding-left: 6px;
  border-left: 2px solid #e7e9ee;
}
.vote-up {
  padding-left: 0;
}
.vote-up:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -5px;
  right: -3px;
  bottom: -10px;
}
.vote-up .count {
  color: gray;
  position: relative;
  top: -3px;
  font-size: 13px;
}
.vote-up.count-0 {
  margin-left: -3px;
}
.vote-up.count-0 .count {
  display: none;
}
.comment__header {
  line-height: 1;
  font-size: 13px;
  padding-right: 46px;
  margin-bottom: 3px;
}
.comment__header .author a {
  font-weight: 700;
}
.comment__footer {
  color: #656c7a;
  margin: 4px 0 0;
}
.comment__footer .bullet {
  line-height: 1.45;
}
.comment-footer__menu {
  margin: 0;
  padding: 0;
}
.comment-footer__menu:after,
.comment-footer__menu:before {
  display: table;
  content: '';
  line-height: 0;
}
.comment-footer__menu > li {
  float: left;
  list-style-type: none;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  margin-right: 7px;
}
.comment-footer__menu > li.comment__share {
  margin-right: 0;
}
.reply a {
  padding: 2px 0;
  border-radius: 4px;
}
.comment__share {
  position: relative;
  margin-right: 0;
}
.post-meta {
  display: inline-block;
}
.sso__button.no-image:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}
.sso__button.no-image:not(:disabled).active,
.sso__button.no-image:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}
.post-list li {
  list-style: none;
}

.investor-container * {
  box-sizing: border-box;
}
.investor-container {
  display: flex;
  flex-direction: column;
  font-family: inherit, sans-serif;
}
.investor-row {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.investor-card {
  width: 48%;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0;
}
.investor-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.investor-card img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 8px;
}
.investor-role {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.investor-info {
  color: #6b6b6b;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 500;
}
.investor-sum {
  font-size: 24px;
  font-weight: 700;
  margin: 5px 0;
  color: #2175ff;
}
.investor-quote {
  width: 100%;
  background: #f4f7ff;
}
.investor-text {
  color: #6b6b6b;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .investor-row {
    flex-direction: column;
  }
  .investor-card {
    width: 100%;
    margin: 0;
  }
}

#topList,
#topList * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
#topList {
  width: 100%;
}
#topList {
  width: 100%;
}
#topList li {
  display: flex;
  justify-content: space-between;
}
.topList__person {
  width: 40%;
  display: grid;
  grid-template-columns: 25px min-content 1fr;
  align-items: center;
}
.topList__person--name {
  line-height: 1;
}
.topList__person--ava img {
  height: 30px;
  margin-left: 5px !important;
  margin-right: 40px !important;
  border-radius: 50%;
}
.topList__progress {
  display: flex;
  align-items: center;
  width: 50%;
}
.progressBar {
  display: block;
  height: 25px;
  margin: 0 20px !important;
  background-color: green;
  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: 0.8s ease-out;
  width: 40%;
}
@media screen and (max-width: 800px) {
  #topList li {
    flex-direction: column;
    margin-bottom: 12px !important;
  }
  .topList__progress {
    margin-top: 2px !important;
    margin-left: 19px !important;
  }
  .topList__person,
  .topList__progress {
    width: 100%;
  }
}

#calculator,
#calculator * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}
#calculator {
  width: 100%;
}
.sliderValues {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#slider {
  position: relative;
  appearance: none;
  width: 100%;
  height: 20px;
  background: #5cb95c;
  border-radius: 10px;
  outline: 0;
  margin-top: 8px;
  z-index: 3;
}
#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #3498db;
  z-index: 4;
}
.sliderValues span {
  position: relative;
}
.sliderValues span::after {
  content: '';
  display: block;
  position: relative;
  width: 1px;
  height: 6px;
  background: #000;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  overflow: hidden;
}
.currentValue__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -6px;
  margin-bottom: 14px !important;
}
#currentValue {
  text-align: center;
  display: inline-block;
  border: 2px solid #5cb95c;
  width: 20%;
  padding: 6px 0;
  margin: 0 auto;
  border-top: none;
}
#calculator p {
  text-align: center;
  margin-bottom: 4px;
}

.f1t-form {
  width: 100%;
  color: black;
}

video {
  width: 100%;
}

.f1t-form {
  padding: 0 10px 10px 10px;
}

.f1t-form {
  text-align: left;
}

img,
video {
  height: auto;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

*,
:after,
:before {
  border: 0 solid #e2e8f0;
  box-sizing: border-box;
}

:after,
:before {
  --tw-content: '';
}

.f1t-form__center {
  box-shadow: 0 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
  max-width: 450px;
  margin: 30px auto;
  line-height: normal;
  font-size: 20px;
  border-radius: 5px;
}

.beyond_form {
  position: relative;
  z-index: 1;
  border: 4px solid #d32e21;
  border-radius: 12px;
  background-color: rgba(213, 50, 42, 0.05);
  padding: 0px 14px;
  margin-top: -15px;
}

.beyond_form p {
  font-weight: normal !important;
}

.beyond_form .bold,
#allocationCount {
  font-weight: bold;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.f1t-form__center {
  box-shadow: 0 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
  max-width: 450px;
  margin: 30px auto;
  line-height: normal;
  font-size: 20px;
  border-radius: 5px;
}

.reg-box-style {
  border-radius: 5px 5px 0 0;
  font-weight: 700;
  padding: 10px 24px;
  padding-top: 20px;
  word-break: break-word;
  font-size: 1.875rem;
  background: #0f2166;
  color: white;
  text-align: center;
}
.rating-box {
  position: relative;
  z-index: 2;
  padding: 10px 40px;
  word-break: break-word;
  background: #0f2166;
}

.relative {
  position: relative;
}

.w-full {
  width: 100%;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.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\:w-full {
    width: 100%;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
  .xl\:mr-0 {
    margin-right: 0;
  }
}

._517h {
  background-color: #f6f7f9;
  border-color: #ced0d4 !important;
  color: #4b4f56 !important;
}
._4jy0 {
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 4px 12px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  text-decoration: none;
  color: #4b4f56;
}
