@import url(./reset.css);
html {
  height: 100%; }

body {
  padding: 0px;
  background: #e6e6e6;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; }
  body.scroll-lock {
    overflow: hidden; }

.at {
  font-size: 14px;
  color: #BE1E2C;
  font-family: "MontserratLight", sans-serif;
}

.login-more {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0px 42px;
  clear: both;
  margin-top: 20px;
}

.login-more.comment-page{
  padding: 0px 72px;
}

.login-more a {
  padding: 0;
  display: block;
  width: 126px;
  height: 30px;
  margin: 0 auto;
}

div {
  box-sizing: border-box; }

*::before, *::after {
  box-sizing: border-box; }

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
label,
span,
li {
  color: #333; }
p,
a,
label,
span,
li {
  font-family: "Montserrat", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "MontserratBold", sans-serif; }

h1 {
  font-size: 36px;
  margin: 20px 0;
  line-height: 44px; }

h2 {
  font-size: 30px;
  margin: 20px 0;
  line-height: 39px; }

h3 {
  font-size: 24px;
  margin: 10px 0;
  line-height: 34px; }

h4 {
  font-size: 20px;
  margin: 10px 0;
  line-height: 29px; }

h5 {
  font-size: 18px;
  margin: 10px 0;
  line-height: 24px; }

h6 {
  font-size: 16px;
  margin: 10px 0;
  line-height: 19px; }

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif; }

a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer; }

li {
  font-size: 16px;
  line-height: 20px; }

img {
  max-width: 100%; }


.sensitive--content--wrapper {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  min-height: 275px;
}

.sensitive--content--wrapper .sensitive--content-action {
  position:absolute;
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  flex-flow:column nowrap;
  margin:auto;
  width:100%;
  max-width:500px;
  border-radius:10px;
  background:-webkit-gradient(linear,left top,right top,from(#892e5e),to(#d31f3e));
  background:linear-gradient(90deg,#892e5e 0,#d31f3e 100%);
  top:0;
  right:0;
  bottom:0;
  left:0;
  max-height:100%;
  overflow:auto;
  z-index:50;
  text-align:center;
  -webkit-box-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  align-items:center
}

@media screen and (min-width:750px) and (max-width:950px),screen and (max-width:600px) {
  .sensitive--content--wrapper .sensitive--content-action {
    max-width:300px
  }
}

.sensitive--content--wrapper .sensitive--content-action .sensitive--placeholder-top {
  padding:0 10px;
  margin-bottom: 50px;
}

.sensitive--content--wrapper .sensitive--content-action .sensitive--placeholder-top svg {
  width:50px;
  height:50px
}

@media screen and (max-width:650px) {
  .sensitive--content--wrapper .sensitive--content-action .sensitive--placeholder-top svg {
    width:25px;
    height:25px
  }
}

.sensitive--content--wrapper .sensitive--content-action .sensitive--placeholder-top p {
  color:#fff;
  font-size:70%
}

.sensitive--content--wrapper .sensitive--content-action .sensitive--placeholder-top h2 {
  color:#fff;
  font-size:70%;
  font-family: "MontserratBold", sans-serif;
  margin: 10px 0;
  line-height: 16px;
}

.sensitive--content--wrapper .sensitive--content-action .sensitive--bar-bottom {
  position:absolute;
  width:100%;
  bottom:0;
  border-top:1px solid #fff;
  cursor:pointer
}

.sensitive--content--wrapper .sensitive--content-action .sensitive--bar-bottom h2 {
  color:#fff;
  text-decoration:underline;
  -webkit-text-decoration-color:rgba(255,255,255,.6);
  text-decoration-color:rgba(255,255,255,.65);
  font-size:70%;
  padding: 2px 0;
  font-family: "MontserratBold", sans-serif;
  margin: 10px 0;
}

.rtl-plang--support--next {
  left:unset!important
}

.rtl-plang--support--prev {
  right:unset!important
}
.sensitive--content--wrapper.desensitize {
  min-height: auto;
}
.sensitive--content--wrapper .sensitive--content-action.desensitize {
  display: none;
}
.button--wrapper a {
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  text-fill-color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff;
  background: none !important; }

.button--wrapper button {
  padding: 15px 30px;
  font-size: 16px;
  font-family: "MontserratLight", sans-serif;
  border: none;
  border-radius: 30px;
  box-shadow: none;
  transition: all 200ms linear; }
.button--wrapper button:hover {
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  opacity: 0.9; }

.login-more .button--wrapper button {
  padding: 7px 8px;
  font-size: 12px;
}

.button--wrapper .gradient-btn {
  background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
  color: #ffffff; }

.button--wrapper .outline-btn {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #892e5e 0%, #d31f3e 100%) border-box;
  border: 2px solid transparent;
  border-radius: 30px;
  padding: 13px 28px; }
.button--wrapper .outline-btn span {
  background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent; }

.reblock {
  position: relative;
  display: block; }

.pu--5 {
  margin-top: 5px; }

.pu--10 {
  margin-top: 10px; }

.pu--15 {
  margin-top: 15px; }

.pu--20 {
  margin-top: 20px; }

.pu--30 {
  margin-top: 30px; }

.pu--60 {
  margin-top: 60px; }

.pd--5 {
  margin-bottom: 5px; }

.pd--10 {
  margin-bottom: 10px; }

.pd--15 {
  margin-bottom: 15px; }

.pd--20 {
  margin-bottom: 20px; }

.pd--30 {
  margin-bottom: 30px; }

.pd--60 {
  margin-bottom: 60px; }

.p--flex {
  display: flex;
  position: relative; }
  .p--flex.pf--ac {
    align-items: center; }
  .p--flex.pf--jc {
    justify-content: center; }
  .p--flex.pf--jsb {
    justify-content: space-between; }
  .p--flex.pf--jsa {
    justify-content: space-around; }
  .p--flex.pf--row {
    flex-direction: row; }
  .p--flex.pf--col {
    flex-direction: column; }

.w--100 {
  width: 100%; }

.w--75 {
  width: 75%; }

.w--50 {
  width: 50%; }

.w--25 {
  width: 25%; }

.container--main {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  box-sizing: border-box; }

.gutter--15 {
  padding: 0px 15px; }

.gutter--30 {
  padding: 0px 30px; }

.gutter--60 {
  padding: 0px 60px; }

.bold {
  font-family: "MontserratSemiBold", sans-serif; }

.light {
  font-family: "MontserratLight", sans-serif; }

.separator {
  padding: 0 5px; }

#main-toolbar--wrapper {
  height: 60px;
  position: fixed;
  z-index: 100; }

#site--wrapper {
  background-color: #f6f6f6;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  padding: 90px 0px 70px 0px;
  min-height: calc(100vh - 40px);
  overflow: auto;
  box-sizing: border-box; }

.column--single {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding: 0px 15px; }

.post--card--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 0px 0px 10px 0px;
  width: 100%; }
#comments-list-feed {display: block !important;}
.show-comments--wrapper,
.hide-comments--wrapper,
.show-replies--wrapper,
.hide-replies--wrapper {
  font-size: 0.8rem;
  line-height: 1.0rem;
  text-align: center;
  padding: 10px 0px 0px 0px;
  cursor: pointer; }
  @media screen and (max-width: 1100px) {
    .show-comments--wrapper,
    .hide-comments--wrapper,
    .show-replies--wrapper,
    .hide-replies--wrapper {
      font-size: 0.9rem;
      line-height: 1.0rem; } }

.show-comments--wrapper.opened,
.show-replies--wrapper.opened {
  display: none; }

.hide-comments--wrapper,
.hide-replies--wrapper {
  display: none; }
  .hide-comments--wrapper.opened,
  .hide-replies--wrapper.opened {
    display: block; }

.comments-list--container {
  display: none;
  height: auto;
  padding: 15px 0px 30px 30px; }
  .comments-list--container.show {
    display: block; }
  .comments-list--container .comment--card--wrapper {
    padding: 0px 0px 10px 0px; }

.replies-list--container {
  display: none;
  height: auto;
  padding: 15px 0px 30px 45px; }
  .replies-list--container.show {
    display: block; }
  .replies-list--container .reply--card--wrapper {
    padding: 0px 0px 10px 0px; }

input {
  font-size: 16px; }

.pff--wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }
  .pff--wrapper label {
    font-size: 14px;
    padding-bottom: 10px;
    box-sizing: border-box; }
  .pff--wrapper .pff--hint {
    position: relative;
    display: block;
    font-size: 11px;
    padding-top: 3px;
    font-style: italic; }
  .pff--wrapper input {
    border: unset;
    border-bottom: 1px solid #3f3f3f;
    box-shadow: none;
    background: transparent; }
    .pff--wrapper input[type="file"] {
      border-bottom: none; }
    .pff--wrapper input::placeholder {
      color: #ababab;
      font-family: "MontserratLight", sans-serif; }
  .pff--wrapper.pff--outline input {
    border: 2px solid #dadada;
    padding: 10px;
    border-radius: 6px; }

.modal-window {
  position: fixed;
  background-color: white;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s; }
  .modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
  .modal-window .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background-color: transparent; }
  .modal-window header {
    font-family: "MontserratBold", sans-serif; }
  .modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px; }
  .modal-window li a {
    color: white;
    font-family: "MontserratSemiBold", sans-serif;
    text-decoration: none;
    /* ----------- iPad regular ----------- */
    /* Portrait and Landscape */
    /* ----------- iPad Pro ----------- */
    /* Portrait and Landscape */ }
    @media (min-width: 320px) and (max-width: 479px) {
      .modal-window li a {
        font-size: 28px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .modal-window li a {
        font-size: 60px; } }
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .modal-window li a {
        font-size: 60px; } }

.modal-close {
  color: #aaa;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  font-family: "MontserratLight", sans-serif;
  font-size: 60px; }
  .modal-close:hover {
    color: black; }

#parler-ui-components--container {
  box-sizing: border-box;
  padding: 20px 60px; }

.puic--component {
  padding: 5px 0px; }

.puic--snippet {
  background-color: #d2d2d2;
  padding: 15px;
  border-radius: 4px; }

.puic--section--heading h3 {
  color: #ffffff;
  background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
  width: auto;
  padding: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif; }

.ff--column {
  width: calc((100% - 30px) /2); }

.puic--row {
  padding: 60px; }

.mc--slider--wrapper {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }
.mc--slider--wrapper .mc--slider {
  overflow: hidden; }
.mc--slider--wrapper .mc--slider .mc--slide {
  max-width: 100%;
  display: none; }
.mc--slider--wrapper .mc--slider .mc--slide.active {
  display: block;
  animation: fadeSlide 0.8s; }
.mc--slider--wrapper .mc--nav {
  position: absolute;
  top: 0px;
  font-size: 24px;
  height: calc(100% - 30px);
  width: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px 30px;
  cursor: pointer;
  z-index: 1;
  transition: all 200ms linear; }
.mc--slider--wrapper .mc--nav:hover {
  background-color: rgba(255, 255, 255, 0.7); }
.mc--slider--wrapper .mc--nav.previous {
  left: 0px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCAyNyA0NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PHBhdGggZD0iTTEgMjJMMjMgMEwyNS4xIDIuMUw1LjIgMjJMMjUuMSA0MS45TDIzIDQ0TDEgMjJaIiBmaWxsPSIjNjk3MzdFIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMCIgeT0iMCIgd2lkdGg9IjI2LjEiIGhlaWdodD0iNDYiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+PGZlT2Zmc2V0IGR5PSIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMC41Ii8+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMDQgMCIvPjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+) !important; }
.mc--slider--wrapper .mc--nav.next {
  right: 0px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCAyNyA0NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PHBhdGggZD0iTTI1LjEgMjJMMy4xMDAwMSA0NEwxLjAwMDAxIDQxLjlMMjAuOSAyMkwxIDIuMUwzLjEgMS45MjMzZS0wNkwyNS4xIDIyWiIgZmlsbD0iIzY5NzM3RSIvPjwvZz48ZGVmcz48ZmlsdGVyIGlkPSJmaWx0ZXIwX2QiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNi4xIiBoZWlnaHQ9IjQ2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldCBkeT0iMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjAuNSIvPjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjA0IDAiLz48ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==); }
.mc--slider--wrapper .mc-slider--dot-navigation--wrapper {
  width: 100%;
  padding: 10px;
  height: 30px;
  text-align: center;
  z-index: 1; }
.mc--slider--wrapper .mc-slider--dot-navigation--wrapper .mc-slider--dot-navigation {
  width: auto;
  display: inline-block; }
.mc--slider--wrapper .mc-slider--dot-navigation--wrapper .mc-slider--dot-navigation .nav-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 50%;
  background-color: #ababab;
  transition: all 200ms linear;
  cursor: pointer; }
.mc--slider--wrapper .mc-slider--dot-navigation--wrapper .mc-slider--dot-navigation .nav-dot.active {
  background-color: #69737E; }

@keyframes fadeSlide {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.element--wrapper {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
  border-top: 15px solid #ececec; }
  .element--wrapper .element--info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px; }
    .element--wrapper .element--info h2 {
      background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
      background-clip: text;
      -webkit-background-clip: text;
      text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      margin-top: 0px; }
    .element--wrapper .element--info p {
      background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
      background-clip: text;
      -webkit-background-clip: text;
      text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      margin: 0px; }

#typography--examples--container {
  box-sizing: border-box;
  padding: 20px 60px; }

.typography--label {
  color: #ffffff;
  background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
  width: auto;
  padding: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif; }

.typography--example {
  padding: 10px; }

.element--sub-header {
  margin-top: 30px; }

#hero--wrapper #hero {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px; }
  #hero--wrapper #hero #hero--top {
    display: flex; }
    #hero--wrapper #hero #hero--top img {
      max-width: 100%; }
  #hero--wrapper #hero #hero--bottom {
    background: #ffffff;
    height: 120px; }
  #hero--wrapper #hero #hero--bottom .ch--avatar-col{
    position: absolute;
    top: 0px;
    left: 10px;
    width: 80px;
    height: 80px;
  }
  #hero--wrapper #hero #hero--bottom .ch--avatar--badge--wrapper{
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    z-index: 3;
    right: -6px;
    bottom: 27px;
  }
  #hero--wrapper #hero #hero--bottom .ch--avatar--badge--wrapper img {
    width: 27px;
    height: 27px;
    display: block;
  }
    #hero--wrapper #hero #hero--bottom .hb--col.hb--col-1 {
      width: 100px;
      height: 100%; }
    #hero--wrapper #hero #hero--bottom .hb--col.hb--col-2 {
      width: calc(100% - 100px);
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 10px 10px 10px 0px; }
    #hero--wrapper #hero #hero--bottom .hb--col .profile-photo-image {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto;
      position: absolute;
      top: -20px; }
      #hero--wrapper #hero #hero--bottom .hb--col .profile-photo-image img {
        max-width: 100%; }
    #hero--wrapper #hero #hero--bottom .hb--col .profile--name {
      margin-bottom: 5px;
      font-family: "MontserratSemiBold", sans-serif; }
    #hero--wrapper #hero #hero--bottom .hb--col .profile--username {
      font-size: 14px;
      margin-bottom: 5px; }
    #hero--wrapper #hero #hero--bottom .hb--col .profile--bio {
      font-size: 0.8rem;
      line-height: 1.0rem;
      font-family: "MontserratLight", sans-serif; }
      @media screen and (max-width: 1100px) {
        #hero--wrapper #hero #hero--bottom .hb--col .profile--bio {
          font-size: 0.9rem;
          line-height: 1.0rem; } }

@media screen and (max-width: 600px) {
  #hero--bottom {
    flex-direction: column;
    height: auto !important; }
    #hero--bottom .hb--col-1,
    #hero--bottom .hb--col-2 {
      width: 100%;
      height: auto;
      text-align: center; }
    #hero--bottom .hb--col-2 {
      padding: 40px 10px 15px 0px !important; }
    #hero--bottom .profile-photo-image {
      top: -50px !important; } }

.mc-article--container {
  border-radius: 8px;
  overflow: hidden;
  border: solid 1px #efefef; }
  .mc-article--container .mc-article--image {
    max-height: 300px;
    overflow: hidden; }
    .mc-article--container .mc-article--image img {
      width: 100%;
      max-height: 300px;
      object-fit: cover; }
  .mc-article--container .mc-article--meta--wrapper {
    padding: 10px;
    height: auto; }
    .mc-article--container .mc-article--meta--wrapper .mc-article--title {
      font-size: 14px;
      font-family: "MontserratSemiBold", sans-serif;
      margin-bottom: 5px; }
    .mc-article--container .mc-article--meta--wrapper .mc-article--excerpt {
      font-size: 0.8rem;
      line-height: 1.0rem;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 5px;
      word-break: break-word; }
      @media screen and (max-width: 1100px) {
        .mc-article--container .mc-article--meta--wrapper .mc-article--excerpt {
          font-size: 0.9rem;
          line-height: 1.0rem; } }
    .mc-article--container .mc-article--meta--wrapper .mc-article--link {
      font-size: 0.8rem;
      line-height: 1.0rem;
      font-family: "MontserratLight", sans-serif; }
      @media screen and (max-width: 1100px) {
        .mc-article--container .mc-article--meta--wrapper .mc-article--link {
          font-size: 0.9rem;
          line-height: 1.0rem; } }
      .mc-article--container .mc-article--meta--wrapper .mc-article--link .mc-article--link--icon {
        width: 16px;
        height: 16px;
        margin-right: 5px; }
        .mc-article--container .mc-article--meta--wrapper .mc-article--link .mc-article--link--icon img {
          width: 16px;
          height: 16px;
          transform: rotate(135deg); }

.mc-website--container {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #efefef; }
  .mc-website--container .mc-website--image {
    width: 100px;
    max-height: 100px;
    overflow: hidden; }
    .mc-website--container .mc-website--image img {
      width: 100%;
      max-height: 100px;
      object-fit: cover; }
  .mc-website--container .mc-website--meta--wrapper {
    width: calc(100% - 100px);
    height: 100px;
    padding: 10px;
    border-left: 1px solid #efefef; }
  @media screen and (max-width: 1100px) {
      .mc-website--container .mc-website--meta--wrapper {
          min-height: 100px;
          height: auto; } }
    .mc-website--container .mc-website--meta--wrapper .mc-website--title {
      font-size: 14px;
      font-family: "MontserratSemiBold", sans-serif;
      margin-bottom: 5px; }
    .mc-website--container .mc-website--meta--wrapper .mc-website--excerpt {
      font-size: 0.8rem;
      line-height: 1.0rem;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 5px;
      word-break: break-word; }
      @media screen and (max-width: 1100px) {
        .mc-website--container .mc-website--meta--wrapper .mc-website--excerpt {
          font-size: 0.9rem;
          line-height: 1.0rem; } }
    .mc-website--container .mc-website--meta--wrapper .mc-website--link {
      font-size: 0.8rem;
      line-height: 1.0rem;
      font-family: "MontserratLight", sans-serif; }
      @media screen and (max-width: 1100px) {
        .mc-website--container .mc-website--meta--wrapper .mc-website--link {
          font-size: 0.9rem;
          line-height: 1.0rem; } }
      .mc-website--container .mc-website--meta--wrapper .mc-website--link .mc-website--link--icon {
        width: 16px;
        height: 16px;
        margin-right: 5px; }
        .mc-website--container .mc-website--meta--wrapper .mc-website--link .mc-website--link--icon img {
          width: 16px;
          height: 16px;
          transform: rotate(135deg); }

.mc-image--container .mc-image--modal {
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7); }
.mc-image--container .mc-image--modal.show {
  display: flex;
  flex-direction: column;
  align-items: center; }
.mc-image--container .mc-image--modal .mc-image--modal--close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  font-size: 32px;
  cursor: pointer; }
.mc-image--container .mc-image--modal .mc-image--modal--element--wrapper {
  width: 90vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto auto; }
.mc-image--container .mc-image--modal .mc-image--modal--element--wrapper .mc-image--modal--element {
  max-width: 100%;
  max-height: 100%; }

.mc-image--container .mc-image--wrapper {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #efefef;
  width: 100%;
  max-height: 300px;
  overflow: hidden; }
  .mc-image--container .mc-image--wrapper img {
    width: 100%;
    max-height: 300px;
    object-fit: cover; }

.mc-video--container {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #efefef; }
  .mc-video--container .mc-video--wrapper {
    max-height: 300px;
    overflow: hidden;
    background: #000000; }
    .mc-video--container .mc-video--wrapper video {
      width: 100%;
      max-height: 300px; }
  .mc-video--container .mc-video--meta--wrapper {
    padding: 10px;
    height: auto; }
    .mc-video--container .mc-video--meta--wrapper .mc-video--title {
      font-size: 14px;
      font-family: "MontserratSemiBold", sans-serif;
      margin-bottom: 5px; }
    .mc-video--container .mc-video--meta--wrapper .mc-video--excerpt {
      font-size: 0.8rem;
      line-height: 1.0rem;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 5px;
      word-break: break-word; }
      @media screen and (max-width: 1100px) {
        .mc-video--container .mc-video--meta--wrapper .mc-video--excerpt {
          font-size: 0.9rem;
          line-height: 1.0rem; } }
    .mc-video--container .mc-video--meta--wrapper .mc-video--link {
      font-size: 0.8rem;
      line-height: 1.0rem;
      font-family: "MontserratLight", sans-serif; }
      @media screen and (max-width: 1100px) {
        .mc-video--container .mc-video--meta--wrapper .mc-video--link {
          font-size: 0.9rem;
          line-height: 1.0rem; } }
      .mc-video--container .mc-video--meta--wrapper .mc-video--link .mc-video--link--icon {
        width: 16px;
        height: 16px;
        margin-right: 5px; }
        .mc-video--container .mc-video--meta--wrapper .mc-video--link .mc-video--link--icon img {
          width: 16px;
          height: 16px;
          transform: rotate(135deg); }

.mc-audio--container {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #efefef; }
  .mc-audio--container .mc-audio--wrapper {
    background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    width: 100%;
    text-align: center;
    padding: 30px; }
  .mc-audio--container .mc-audio--meta--wrapper {
    padding: 10px;
    height: auto; }
    .mc-audio--container .mc-audio--meta--wrapper .mc-audio--title {
      font-size: 14px;
      font-family: "MontserratSemiBold", sans-serif;
      margin-bottom: 5px; }
    .mc-audio--container .mc-audio--meta--wrapper .mc-audio--excerpt {
      font-size: 0.8rem;
      line-height: 1.0rem;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 5px;
      word-break: break-word; }
      @media screen and (max-width: 1100px) {
        .mc-audio--container .mc-audio--meta--wrapper .mc-audio--excerpt {
          font-size: 0.9rem;
          line-height: 1.0rem; } }
    .mc-audio--container .mc-audio--meta--wrapper .mc-audio--link {
      font-size: 0.8rem;
      line-height: 1.0rem;
      font-family: "MontserratLight", sans-serif; }
      @media screen and (max-width: 1100px) {
        .mc-audio--container .mc-audio--meta--wrapper .mc-audio--link {
          font-size: 0.9rem;
          line-height: 1.0rem; } }
      .mc-audio--container .mc-audio--meta--wrapper .mc-audio--link .mc-audio--link--icon {
        width: 16px;
        height: 16px;
        margin-right: 5px; }
        .mc-audio--container .mc-audio--meta--wrapper .mc-audio--link .mc-audio--link--icon img {
          width: 16px;
          height: 16px;
          transform: rotate(135deg); }

.mc-iframe-embed--container {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #efefef; }
  .mc-iframe-embed--container .mc-iframe-embed--wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    overflow: hidden;
    min-width: 250px; }
    .mc-iframe-embed--container .mc-iframe-embed--wrapper iframe,
    .mc-iframe-embed--container .mc-iframe-embed--wrapper object,
    .mc-iframe-embed--container .mc-iframe-embed--wrapper embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .mc-iframe-embed--container .mc-iframe-embed--meta--wrapper {
    padding: 10px;
    height: auto; }
    .mc-iframe-embed--container .mc-iframe-embed--meta--wrapper .mc-iframe-embed--title {
      font-size: 14px;
      font-family: "MontserratSemiBold", sans-serif;
      margin-bottom: 5px; }
    .mc-iframe-embed--container .mc-iframe-embed--meta--wrapper .mc-iframe-embed--excerpt {
      font-size: 0.8rem;
      line-height: 1.0rem;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 5px;
      word-break: break-word; }
      @media screen and (max-width: 1100px) {
        .mc-iframe-embed--container .mc-iframe-embed--meta--wrapper .mc-iframe-embed--excerpt {
          font-size: 0.9rem;
          line-height: 1.0rem; } }
    .mc-iframe-embed--container .mc-iframe-embed--meta--wrapper .mc-iframe-embed--link {
      font-size: 0.8rem;
      line-height: 1.0rem;
      font-family: "MontserratLight", sans-serif; }
      @media screen and (max-width: 1100px) {
        .mc-iframe-embed--container .mc-iframe-embed--meta--wrapper .mc-iframe-embed--link {
          font-size: 0.9rem;
          line-height: 1.0rem; } }
      .mc-iframe-embed--container .mc-iframe-embed--meta--wrapper .mc-iframe-embed--link .mc-iframe-embed--link--icon {
        width: 16px;
        height: 16px;
        margin-right: 5px; }
        .mc-iframe-embed--container .mc-iframe-embed--meta--wrapper .mc-iframe-embed--link .mc-iframe-embed--link--icon img {
          width: 16px;
          height: 16px;
          transform: rotate(135deg); }

.mc-basic--container {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #efefef;
  padding: 10px 45px; }
  .mc-basic--container .mc-basic--image {
    width: 28px;
    max-height: 28px;
    overflow: hidden; }
    .mc-basic--container .mc-basic--image img {
      width: 100%;
      max-height: 28px;
      object-fit: cover;
      transform: rotate(135deg); }
  .mc-basic--container .mc-basic--meta--wrapper {
    width: calc(100% - 28px);
    height: 28px;
    padding: 10px; }
    .mc-basic--container .mc-basic--meta--wrapper .mc-basic--link {
      font-size: 0.8rem;
      line-height: 1.0rem;
      font-family: "MontserratLight", sans-serif; }
      @media screen and (max-width: 1100px) {
        .mc-basic--container .mc-basic--meta--wrapper .mc-basic--link {
          font-size: 0.9rem;
          line-height: 1.0rem; } }
      .mc-basic--container .mc-basic--meta--wrapper .mc-basic--link .mc-basic--link--icon {
        width: 16px;
        height: 16px;
        margin-right: 5px; }
      .mc-basic--container .mc-basic--meta--wrapper .mc-basic--link a {
        word-break: break-all; }

.card {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden;
  width: 100%; }
  .card.cbr--8 {
    border-radius: 8px; }
  .card.cbr--15 {
    border-radius: 15px; }
  .card.cbr--30 {
    border-radius: 30px; }
  .card .card--header {
    padding: 10px 10px 0px 10px; }
    .card .card--header .ch--col.ch--avatar-col {
      width: 54px;
      height: 44px;
      position: relative; }
      .card .card--header .ch--col.ch--avatar-col .ch--avatar--wrapper {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        overflow: hidden;
        z-index: 2; }
        .card .card--header .ch--col.ch--avatar-col .ch--avatar--wrapper img {
          width: 100%;
          height: auto; }
      .card .card--header .ch--col.ch--avatar-col .ch--avatar--badge--wrapper {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 20px;
        height: 20px;
        z-index: 3; }
    .card .card--header .ch--col.ch--meta-col {
      width: calc(100% - 74px);
      padding: 0px 15px 0px 15px;
      color: #69737E; }
      .card .card--header .ch--col.ch--meta-col .card-meta--row {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 2px 0px; }
        .card .card--header .ch--col.ch--meta-col .card-meta--row span {
          font-size: 13px; }
      .card .card--header .ch--col.ch--meta-col .post--timestamp,
      .card .card--header .ch--col.ch--meta-col .impressions--count {
        font-family: "MontserratLight", sans-serif; }
      .card .card--header .ch--col.ch--meta-col a > .author--name,
      .card .card--header .ch--col.ch--meta-col .author--name {
        font-size: 14px;
        font-family: "Montserrat", sans-serif; }
      .card .card--header .ch--col.ch--meta-col a > .author--username,
      .card .card--header .ch--col.ch--meta-col .author--username{
        font-size: 14px;
        color: #BE1E2C;
        font-family: "MontserratLight", sans-serif; }
      .card .card--header .ch--col.ch--meta-col .impressions--wrapper {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .card .card--header .ch--col.ch--meta-col .impressions--wrapper .impressions--icon--wrapper {
          width: 20px;
          height: 20px; }
        .card .card--header .ch--col.ch--meta-col .impressions--wrapper .impressions--count {
          padding-left: 5px; }
    .card .card--header .ch--col.ch--menu-col {
      width: 20px; }
      .card .card--header .ch--col.ch--menu-col .ch--more-actions--wrapper {
        cursor: pointer;
        width: 20px;
        height: 20px; }
  .card .card--body {
    padding: 0px 10px 0px 80px; }
    .card .card--body p {
      font-size: 0.8rem;
      line-height: 1.0rem;
      margin-top: 0px; }
      @media screen and (max-width: 1100px) {
        .card .card--body p {
          font-size: 0.9rem;
          line-height: 1.0rem; } }
  .card .card--footer {
    padding: 0px 10px 0px 80px; }

.echo-byline--wrapper {
  padding: 10px; }
  .echo-byline--wrapper .eb--icon {
    width: 24px;
    height: 24px; }
    .echo-byline--wrapper .eb--icon img {
      width: 100%; }
  .echo-byline--wrapper .eb--profile-pic {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 5px; }
    .echo-byline--wrapper .eb--profile-pic img {
      width: 100%; }
  .echo-byline--wrapper .eb--statement span,
  .echo-byline--wrapper .eb--timestamp span {
    font-size: 14px; }

.echo--single--arrowhead {
  z-index: 1;
  position: absolute; }

.echo--single--tail {
  position: absolute;
  z-index: 1;
  width: 2px;
  background-color: #BE1E2C; }

.card--post-container .parent-and-post--wrapper .post.show-under-echo {
  padding: 15px 0px 0px 0px; }

.card--post-container .parent-and-post--wrapper .echo--parent.show-echo-arrows {
  padding-left: 50px; }

.card--post-container .parent-and-post--wrapper .echo--single--arrowhead {
  top: 18px;
  left: 30px; }

.card--post-container .parent-and-post--wrapper .echo--single--tail {
  top: 30px;
  left: 31px;
  width: 2px;
  height: 100%;
}

.card--post-container .root-and-parent--wrapper .echo--root.show-echo-arrows {
  padding-left: 50px; }

.card--post-container .root-and-parent--wrapper .echo--single--arrowhead {
  top: 18px;
  left: 30px; }

.card--post-container .root-and-parent--wrapper .echo--single--tail {
  top: 30px;
  left: 31px;
  width: 2px;
  height: 100%; }

.post--actions {
  padding: 8px 0px; }
  .post--actions .pa--main-row {
    width: 250px; }
  .post--actions .pa--alt-row {
    width: 18px; }
  .post--actions .pa--item--wrapper {
    width: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .post--actions .pa--item--wrapper.pa--alt-item {
      width: 18px;
      height: 18px;
      cursor: pointer;
    }
    .post--actions .pa--item--wrapper img {
      width: 18px;
      height: 18px; }
    .post--actions .pa--item--wrapper span {
      width: 43px;
      font-size: 0.8rem;
      line-height: 1.0rem; }
      @media screen and (max-width: 1100px) {
        .post--actions .pa--item--wrapper span {
          font-size: 0.9rem;
          line-height: 1.0rem; } }

.comment--actions {
  padding: 8px 0px; }
  .comment--actions .ca--main-row {
    width: 250px; }
  .comment--actions .ca--alt-row {
    width: 18px; }
  .comment--actions .ca--item--wrapper {
    width: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .comment--actions .ca--item--wrapper.ca--alt-item {
      width: 18px;
      height: 18px;
      cursor: pointer;
    }
    .comment--actions .ca--item--wrapper img {
      width: 18px;
      height: 18px; }
      .comment--actions .ca--item--wrapper img.downvotes {
        transform: rotate(180deg); }
    .comment--actions .ca--item--wrapper span {
      width: 43px;
      font-size: 0.8rem;
      line-height: 1.0rem; }
      @media screen and (max-width: 1100px) {
        .comment--actions .ca--item--wrapper span {
          font-size: 0.9rem;
          line-height: 1.0rem; } }

#main-toolbar {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #BE1E2C; }
  #main-toolbar #mt--content {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #main-toolbar #mt--content #main-nav-trigger--wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 25px;
      margin-right: 25px;
      height: auto;
      cursor: pointer; }
      #main-toolbar #mt--content #main-nav-trigger--wrapper #main-nav-trigger {
        position: relative;
        display: block;
        width: 100%;
        height: auto; }
        #main-toolbar #mt--content #main-nav-trigger--wrapper #main-nav-trigger span.main-nav-trigger--line {
          width: 100%;
          height: 3px;
          margin: 5px 0px;
          background-color: #ffffff;
          border-radius: 13px;
          position: relative;
          display: block; }
    #main-toolbar #mt--content #branding {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      width: 150px;
      height: 60px; }
      #main-toolbar #mt--content #branding img {
        width: 100%; }
    #main-toolbar #mt--content #main-nav {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 28px;
      height: 28px; }
      #main-toolbar #mt--content #main-nav img {
        width: 28px;
        height: 28px; }

@media screen and (max-width: 900px) {
  #main-nav {
    display: none !important; } }

#sidenav--overlay-blocker {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  z-index: 950;
  transition: all 200ms linear; }
  #sidenav--overlay-blocker.expose {
    display: block;
    opacity: 1; }

#main-sidenav--container {
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  transform: translate3d(-300vw, 0, 0);
  -ms-transform: translate3d(-300vw, 0, 0);
  -webkit-transform: translate3d(-300vw, 0, 0);
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.52, 0, 1);
  z-index: 975; }
  #main-sidenav--container.sidenav--open {
    transform: translate3d(0vw, 0, 0);
    -ms-transform: translate3d(0vw, 0, 0);
    -webkit-transform: translate3d(0vw, 0, 0); }
  #main-sidenav--container #sidenav--close {
    cursor: pointer;
    color: #ffffff; }
  #main-sidenav--container #ms--header {
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #BE1E2C; }
    #main-sidenav--container #ms--header #ms--header--branding {
      width: 28px;
      height: 28px; }
    #main-sidenav--container #ms--header #ms--header--close--wrapper {
      width: 32px;
      height: 32px;
      cursor: pointer; }
  #main-sidenav--container #ms--body {
    box-sizing: border-box;
    padding: 30px 15px;
    height: calc(100% - 100px); }
    #main-sidenav--container #ms--body #ms--menu--wrapper #ms--menu .ms--menu-item {
      font-family: "MontserratSemiBold", sans-serif;
      padding: 15px 0px;
      width: 100%; }
  #main-sidenav--container #ms--footer {
    border-top: 2px solid #f6f6f6;
    height: 40px; }
    #main-sidenav--container #ms--footer .version-text {
      font-size: 12px;
      font-family: "MontserratSemiBold", sans-serif;
      opacity: 0.7;
      display: block;
      position: relative;
      width: 100%;
      text-align: center; }

#main-footer--container {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  bottom: 0px;
  width: 100vw;
  height: 40px;
  background-color: #ffffff;
  border-top: 2px solid #f6f6f6;
  z-index: 200;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }
  #main-footer--container #main-footer {
    margin: 0 auto; }
    #main-footer--container #main-footer #mf--nav--wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      font-size: 0.8rem;
      color: #69737E;
      font-family: "MontserratLight", sans-serif; }
      #main-footer--container #main-footer #mf--nav--wrapper #mf--nav {
        width: 590px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        #main-footer--container #main-footer #mf--nav--wrapper #mf--nav .mf--fn--item {
          position: relative;
          display: block; }
.profile-account-message--wrapper {
  background: #ffffff;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 60px;
}
.profile-account-message--wrapper .profile-account-message--top {
  padding: 10px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.profile-account-message--wrapper .profile-account-message--top .profile-account-message--badge img {
  width: 100px;
  height: 100px;
  margin: 0px auto;
}
.profile-account-message--wrapper .profile-account-message--top .profile-account-message--badge .mat-icon {
  font-size: 100px;
  width: 100px;
  height: 100px;
}
.profile-account-message--wrapper .profile-account-message--top .profile-account-message--title {
  font-size: 1.4rem;
  font-weight: 200;
  color: #252825;
  margin: 10px auto;
}
.profile-account-message--wrapper .profile-account-message--bottom {
  padding: 10px 30px;
  border-top: 1px solid #f6f6f6;
}
.profile-account-message--wrapper .profile-account-message--bottom .profile-account-message--details {
  color: #69737E;
  opacity: 0.7;
  font-size: 1rem;
  font-weight: 200;
}